2009-02-11 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mono / metadata / ChangeLog
1 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
2
3         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
4           For Win32, add additional break conditions for accept.
5
6         Code is contributed under MIT/X11 license.
7
8 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
9
10         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
11         lazily initialize the native wrapper cache.
12         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
13         cache, since they are different from the normal wrappers.
14
15         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
16
17         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
18         AOT compiled native wrappers.
19
20 2009-02-09  Geoff Norton  <gnorton@novell.com>
21
22         * appdomain.h:
23         * security-core-clr.c: Allow enabling core-clr from the embedding
24         API.
25
26 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
27
28         * socket-io.c: when requesting all the local ips, if there are no
29         interfaces up and running, MS returns 127.0.0.1.
30
31 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
32
33         * mono-perfcounters-def.h: processor time is an inverse time.
34         Fixes bug #468625.
35
36 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
37
38         * socket-io.c: an empty host name returns the list of local IPs.
39         Fixes bug #386637 part 1/2.
40
41 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
42
43         * verify.c (mono_class_interface_implements_interface): Call
44         mono_class_setup_interfaces ().
45         (merge_stacks): Ditto.
46
47 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
48
49         * class.c (mono_class_setup_interfaces): New function to lazily initalize
50         klass->interfaces.
51         (mono_generic_class_get_class): Don't initalize klass->interfaces.
52         (mono_generic_class_get_class): Ditto.
53
54 2009-02-06  U-QUACK\miguel  <miguel@quack>
55
56         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
57         they live in security.c
58
59         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
60         another bit from Paolo's code.
61
62 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
63
64         * object.c (build_imt_slots): Add a small optimization to avoid inflating
65         methods which will be discarded by add_imt_builder_entry ().
66
67         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
68         need to be boxed.
69
70         * loader.c: Add a statistics for the size of the memberref signature cache.
71         
72         * loader.c (find_cached_memberref_sig): New helper function.
73         (cache_memberref_sig): Ditto.
74
75         * loader.c: Cache the result of parsing memberref signatures, since otherwise
76         they will be parsed again for every generic instantiation, leading to unbounded
77         memory growth.
78
79 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
80
81         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
82         parameters of generic methods.
83
84         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
85         after the original method is copied to the inflated method.
86         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
87
88         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
89         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
90
91         * class.c metadata.c: Update after the changes above.
92
93 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
94
95         * metadata-verify.c: Simplified error handling and added
96         section table validation.
97
98 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
99
100         * class-internals.h (MonoClassExt): New structure containing rarely used
101         fields of MonoClass.
102         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
103         through a new 'ext' field.
104
105         * class.c (mono_class_alloc_ext): New helper function to allocate 
106         class->ext.
107
108         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
109
110 2009-02-05  Mark Probst  <mark.probst@gmail.com>
111
112         * object.c (mono_object_get_virtual_method): Properly inflate
113         generic methods.  Fixes #472692.
114
115 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
116
117         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
118         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
119         for the parent type, the created type must be ready to be used on a generic
120         instantiation.
121         We fill this_arg/byval_arg if the parent is a generic instance to make sure
122         we won't have duplicated entries in generic_inst_cache.
123
124         Fixes #469553.
125
126 2009-02-05  Miguel De Icaza  <miguel@novell.com>
127
128         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
129         replace with plain BSD per the comments on the bug MONO77637.
130
131 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
132
133         * class.c (mono_class_get_generic_class): New accessor function.
134         (mono_class_get_generic_container): Ditto.
135
136         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
137         fields, similar to the ones in MonoMethod.
138
139         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
140         (mono_class_create_from_typedef): Set klass->is_generic if needed.
141
142         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
143         
144         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
145         the same information as element_class->byval_arg.
146
147         * class.c reflection.c: Remove references to class->byval_arg.
148
149         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
150         klass->enum_basetype directly.
151
152         * verify.c metadata.c object.c icall.c reflection.c: Use 
153         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
154         directly.
155
156 2009-02-04  Miguel de Icaza  <miguel@novell.com>
157
158         * icall-def.h: Remove internal calls for sockets when
159         DISABLE_SOCKET is defined, file system writing features when the
160         OS only support reading and not writing data and Policy support if
161         the Policy is disabled.
162         
163         * image.c (do_mono_image_open): Apply Paolo's patches for using
164         mono_file_map_ APIs here.
165
166         * assembly.c: Add support for platforms to avoid prefix
167         auto-detection. 
168
169 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
170
171         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
172         warning.
173
174         * class.c (mono_class_inflate_generic_class): New helper function.
175
176         * class.c: Use mono_class_inflate_generic_class in a few places. Add
177         statistics for inflated methods/classes.
178
179         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
180
181         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
182         the call is made from Delegate.CreateDelegate () for the invoke method of
183         a delegate.
184
185         * loader.c: Add a statistics for the memory occupied by inflated signatures.
186
187         * metadata.c (mono_metadata_signature_size): New helper function.
188
189         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
190         generic instances.
191
192         * metadata.c (inflated_method_in_image): Avoid calling 
193         mono_method_signature () if the method does not already have a signature.
194
195 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
196
197         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
198         valuetype is compatible with target type, check by inheritance as a
199         VT is not really compatible with System.ValueType, for example.
200
201         * verify.c (do_invoke_method): Improve error message.
202
203         * verify.c (do_box_value): If boxing a nullable, use the type argument
204         on stack instead.
205
206         * verify.c (do_newobj): Improve error message.  
207
208         Fixes #469549.
209
210 2009-02-03  Miguel de Icaza  <miguel@novell.com>
211
212         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
213
214 2009-02-03  Mark Probst  <mark.probst@gmail.com>
215
216         * generic-sharing.c: Don't hold domain lock when calling
217         instantiate_other_info().  Fixes #471958.
218
219         * domain-internals.h, loader.c: Describe locking policy of domain
220         lock vs loader lock.
221
222 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
223
224         * verify.c (mono_delegate_signature_equal): Make it possible to check
225         first-arg-bound delegates to static method.
226
227         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
228         static methods with the first arg bound.
229
230         Fixes #469529.
231
232 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
233
234         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
235         errors.
236
237         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
238         under strict mode. Any type, when boxed can be seen as a reference type.
239
240         Fixes #469528.
241
242 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
243
244         * object.h: The lower bound of an array is a signed integer value.
245         Introduce mono_array_lower_bound_t typedef. It should be used instead of
246         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
247
248         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
249         calculate the upper bound.
250         
251         Fixes #471252.
252
253 2009-02-02  Miguel de Icaza  <miguel@novell.com>
254
255         From Paolo's work, refactored, cleared up:
256         
257         * threadpool.c, icall.c: ifdef code that requires a working socket
258         stack.
259
260         * metadata.c (mono_metadata_field_info): Do not attempt to return
261         a value from a function declared as void.
262
263         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
264         from the console stack.
265
266         * assembly.c: use strrchr instead of rindex.
267
268         * class.c, object.c, marshal.c, icall.c, reflection.c: include
269         alloca.h on systems that have it.
270
271         * environment.c: Avoid code that uses stuff from
272         HAVE_SYS_UTSNAME_H
273         
274         * appdomain.c: Include sys/time.h.
275
276         * console-io.c: include sys/ioctl.h if it is available.
277
278 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
279
280         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
281
282         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
283         the method builder.
284
285         * marshal.c: Set mb->skip_visibility instead of setting it on the method
286         after it was created and cached, as the later is not thread safe.
287         
288 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
289
290         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
291         called while the debugging module is not initialized. Fixes #471669.
292
293 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
294
295         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
296
297         Fixes #471255.
298
299 2009-02-02  Mark Probst  <mark.probst@gmail.com>
300
301         * generic-sharing.c (lookup_or_register_other_info): Make sure the
302         loader lock is not taken while the templates lock is held.  Fixes
303         #471089.
304
305 2009-02-02  Mark Probst  <mark.probst@gmail.com>
306
307         * metadata.c (type_in_image): Added a check to fix a monodis
308         crash.
309
310 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
311
312         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
313         nullable arguments.
314
315         * object.c (mono_runtime_invoke_array): Ditto.
316         
317         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
318         freeing wrappers of dynamic methods.
319
320         * loader.c (mono_free_method): Call it. Fixes #463323.
321         
322         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
323         methods taking vtype/byref arguments, to fix yet another bug caused by
324         the sharing of runtime invoke wrappers. Partly fixes #471259.
325
326 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
327
328         * debug-mono-symfile.c (check_line): Return NULL instead of returning
329         <first file in file table>:1 when the IL offset does not have an associated
330         line number.
331
332 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
333
334         * mono-debug.c (mono_debug_lookup_locals): New function to return local
335         variable info for a method.
336
337         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
338         
339 2009-01-30  Jb Evain  <jbevain@novell.com>
340
341         * pedump.c: reuse code from monodis to make sure pedump honors
342         MONO_PATH, which is needed to verify net_2_1 assemblies.
343
344 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
345
346         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
347         there is no line number info.
348
349 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
350
351         Avoid some MonoType allocations
352         * reflection.c (mono_reflection_initialize_generic_parameter):
353         Reuse MonoType from param->pklass rather than allocating one.
354         (mono_dynamic_image_free): Update to changes.
355
356 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
357
358         Rearrange some code to improve consistency
359         * reflection.c (mono_reflection_setup_generic_class): Move body ...
360         (mono_reflection_initialize_generic_parameter): ... here.
361
362 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
363
364         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
365         with type constraints as an experiment.
366
367         * boehm-gc.c (on_gc_notification): Update mono_stats.
368
369 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
370
371         Avoid some allocations
372         * class-internals.h (_MonoGenericInst::type_argv): Convert from
373         pointer to tail array to avoid extra allocation.
374         * metadata.c (free_generic_inst): Update to changes.
375         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
376         on-stack struct.
377
378 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
379
380         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
381         return TRUE if the two type objects are the same.
382
383 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
384
385         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
386         (mono_class_native_size): Use klass->marshal_info->min_align instead of
387         klass->min_align, since klass->min_align contains the managed alignment,
388         while the native alignment can be different, like for longs on x86.
389         Fixes #469135.
390
391         * class-internals.h (MonoMarshalType): Add a min_align field.
392
393 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
394
395         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
396         the 1.0 format.
397
398 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
399
400         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
401         some comments about the usage of the used_regs field.
402
403         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
404         Fixes #469217.
405
406 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
407
408         * appdomain.c: return NULL instead of throwing FileNotFoundException
409         when LoadAssembly() fails.
410
411 2009-01-23  Mark Probst  <mark.probst@gmail.com>
412
413         * metadata.c (mono_metadata_generic_param_equal): Only compare the
414         image if the owner is NULL.  Fixes the AOT failures.
415
416 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
417
418         * metadata.c (mono_metadata_load_generic_params): Initialize the 
419         MonoGenericParam structure using memset so the image field is initialized
420         as well.
421
422 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
423
424         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
425         a plain store.
426
427 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
428
429         * class.c (mono_class_setup_vtable_general): In the generic instance
430         optimization, set method->slot for abstract virtual methods. Fixes part of
431         #467834.
432
433 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
434
435         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
436         which signals that the unloading has started but all appdomain services must
437         remain operational.
438
439         * appdomain.c (mono_domain_unload): The initial state for unloading now
440         is unloading_start and we switch to unloading after the managed call to
441         AppDomain::DomainUnload has finished.
442
443         The new unloading state has to be created because managed code in the
444         DomainUnload event can depend on things like the threadpool still working.
445         The domain must remain fully functional while the event executes.
446
447         This shown as an issue due to Process::WaitForExit, which waits for
448         async reads of stdout and stderr to complete. Since those are processed
449         in the threadpool the code deadlocks because the DomainUnload callback 
450         waits for the async read finished event, which should have been set by a
451         threadpool job but has been discarded due to the domain been in unload
452         state.
453
454 2009-01-21  Mark Probst  <mark.probst@gmail.com>
455
456         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
457         image must match.
458
459 2009-01-21  Mark Probst  <mark.probst@gmail.com>
460
461         * reflection.c (resolve_object): For fields, inflate the class and
462         then get the field in the inflated class.
463
464 2009-01-20  Mark Probst  <mark.probst@gmail.com>
465
466         * object-internals.h (struct _MonoException): Added a comment
467         explaining the new use of trace_ips.
468
469 2009-01-20  Mark Probst  <mark.probst@gmail.com>
470
471         * generic-sharing.c (inflate_other_data): Inflate array methods
472         correctly.
473
474         * loader.c, class-internals.h: Rename search_in_array_class() to
475         mono_method_search_in_array_class() and make it non-static.
476
477 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
478
479         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
480         Hopefully fixes #458168.
481
482 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
483
484         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
485         as it is performed elsewhere.
486
487         Code is contributed under MIT/X11 license
488
489 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
490
491         * mono-perfcounters-def.h: Add counters for asp.net requests total and
492         requests queued.
493         * object.c (mono_raise_exception): Increment the exceptions total
494         counter when an exception is thrown.
495         * class-internals.h: Add a location for storing the total number of
496         asp.net requests served.
497         * mono-perfcounters.c: Implement update support for asp.net counters
498         from the class libraries. Implement read support for asp.net counters
499         and exceptions total counter.
500
501 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
502
503         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
504         accessing klass->methods. Fixes #467385.
505
506 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
507
508         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
509         for byval arguments without an [Out] attribute. Fixes #467212.
510
511         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
512         Fix compilation under android.
513         
514         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
515         processed, scan them directly after they are copied, to achieve better locality
516         and cache usage.
517
518         * socket-io.c: Applied patch from Koushik Dutta
519         (koush@koushikdutta.com). Disable IPV6 when running under android.
520
521 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
522
523         * icall.c (ves_icall_InternalExecute): Add write barriers.
524
525         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
526         the GC code.
527
528         * sgen-gc.c: Implement write barriers in IL code.
529
530 2009-01-17  Geoff Norton  <gnorton@novell.com>
531
532         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
533
534 2009-01-17  Geoff Norton  <gnorton@novell.com>
535
536         * image.c: When unloading the image->references table, there can be gaps
537         in it.  Ensure that we iterate every entry to avoid leaking assembly references
538         when unloading an appdomain.
539
540 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
541
542         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
543         speed up ptr-in-nursery checks.
544
545         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
546         threads_lock () to prevent deadlocks.
547
548         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
549         does not need to be scanned during minor collections, since writes to it
550         must use write barriers.
551
552 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
553
554         * metadata-verify.c: Add pe nt header verification.
555         
556 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
557
558         * gc.c: Fix a few warnings when using SGEN.
559
560 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
561
562         * metadata-verify.c: Add pe optional header verification.
563
564 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
565
566         * sgen-gc.c: Add support for user defined marker functions, used by
567         MonoGHashTable to avoid registering a GC root for every hash node.
568
569 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
570
571         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
572         non-pinned roots into separate hashes to avoid having to traverse them
573         in functions which are only interested in one kind.
574
575 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
576
577         * metadata-verify.c: Add pe header machine field verification.
578         
579 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
580
581         * metadata-verify.c: Add pe header size verification.
582
583 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
584
585         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
586         using the GC, they don't contain references.
587
588         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
589
590 2009-01-13  Geoff Norton  <gnorton@novell.com>
591
592         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
593         AppDomains created on the native side can be cleaned up on the native side.
594
595 2009-01-13  Geoff Norton  <gnorton@novell.com>
596
597         * appdomain.c: Ensure that we call mono_context_init for the embedding api
598         as well as the managed api.
599
600 2009-01-13  Geoff Norton  <gnorton@novell.com>
601
602         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
603         with a MonoAppDomain initialized against it.
604
605 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
606
607         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
608         
609         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
610
611         * marshal.c: Avoid setting the exception clauses after a method has been entered 
612         into the wrapper caches. Fixes #465700.
613
614         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
615         method builder.
616         (mono_mb_create_method): Set the clauses from the method builder.
617
618 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
619
620         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
621         Patch from Makoto Kishimoto.
622
623 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
624
625         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
626         encoding them as ROOT_DESC_COMPLEX.
627         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
628
629 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
630
631         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
632         no longer point to the nursery.
633
634         * sgen-gc.c: Add a few comments/FIXMEs.
635         
636         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
637
638         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
639         initialization of the various _method variables thread safe. Fixes
640         #465377.
641
642 2009-01-12  Mark Probst  <mark.probst@gmail.com>
643
644         * domain.c, domain-internals.h: Remove the shared_generics_hash
645         and its lookup functions.
646
647 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
648
649         * socket-io.c:  Fixing the MSVC build. 
650
651         Code is contributed under MIT/X11 license.
652
653 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
654
655         * metadata-verify.c: Add pe header watermark verification.
656
657 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
658
659         * metadata-verify.c: Add lfanew verification.
660
661 2009-01-12  Jb Evain  <jbevain@novell.com>
662
663         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
664         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
665
666 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
667
668         * socket-io.c: Fix the build.
669
670         * environment.c: Fix an #ifdef.
671
672 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
673
674         * threadpool.c (async_invoke_thread): Handle the wait function returning
675         WAIT_IO_COMPLETION as well.
676         (async_invoke_io_thread): Ditto.
677
678 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
679
680         * threads.c: Fixing the Windows build.
681
682         Code is contributed under MIT/X11 license.
683
684 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
685  
686         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
687         interrupt a wait.
688         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
689         the thread to wait again.
690
691 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
692
693         * metadata-verify.c: Initial skeleton of the metadata verifier.
694
695         * pedump.c: Add support for the metadata verifier.
696
697         * verify-internal.h: Export the whole assembly metadata verifier function.
698
699 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
700
701         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
702
703 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
704
705         * Makefile.am: Upgrade dtrace-prelink.sh location.
706
707 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
708
709         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
710         well. Otherwise the shutdown deadlock that happens on unix will can happen
711         as well.
712         If the main thread code finishes too fast it's possible that the finalizer
713         thread won't have executed yet, won't record itself as the finalizer thread
714         and the shutdown sequence will wait on it forever.
715
716 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
717
718         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
719         with MSVC.
720
721 2009-01-08  Miguel de Icaza  <miguel@novell.com>
722
723         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
724         Robert Jordan for pointing this out.
725
726 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
727
728         * icall.c
729         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
730         ves_icall_System_IO_DriveInfo_GetDriveType.
731
732 2009-01-07  Miguel de Icaza  <miguel@novell.com>
733
734         * icall.c: Wrap calls to mono_strtod in CriticalSection
735         invocations when using eglib, to work around #464316.
736
737 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
738
739         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
740         return value of GetCurrentDirectory to never access unitialized memory.
741
742 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
743
744         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
745         return value of GetCurrentDirectory and expand the buffer if needed.
746
747         Fixes #459094.
748
749 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
750
751         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
752           Adding a call to mono_init_com_types.
753
754         Code is contributed under MIT/X11 license.
755
756 2009-01-07  Geoff Norton  <gnorton@novell.com>
757
758         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
759         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
760         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
761         be the value of the ip buffer.
762
763 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
764
765         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
766         interfaces_packed here.
767
768         Fixes part of #463294.
769
770 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
771
772         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
773
774         Fixes part of #463294.
775
776 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
777
778         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
779         is a boxed complex as well.
780
781         Fixes part of #463294.
782
783 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
784
785         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
786         control if a methodspec should be created for the generic method definition from external assemblies.
787         Caching of methodspec is done using the handleref hash table.
788
789         Fixes #462592.
790
791 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
792
793         * loader.c (find_method): When searching the interfaces of a class
794         check the transitive closure of implemented interfaces.
795
796         Fixes #463303.
797
798 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
799
800         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
801         
802 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
803
804         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
805         interfaces calculation to fill_valuetype_array_derived_types.
806
807         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
808         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
809         for example.
810
811         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
812         interfaces for valuetypes if needed.    
813
814         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
815         for their basetype as well. Types are array expanded if rank is > 0.
816
817         Fixes #400716.
818
819 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
820
821         * socket-io.h : Changing the signature of
822           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
823           the blocking state.
824
825         * icall-def.h :  Changing the signature of
826           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
827
828         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
829           For Windows only.  Avoid blocking when calling accept by
830           querying for a connection via select.  The loop also queries
831           the thread state every 1000 micro seconds for the thread
832           stop state.  This will avoid the process hanging on shutdown
833           when using a TcpChannel that is never connected to.
834
835         Code is contributed under MIT/X11 license.
836
837 2008-12-30  Marek Safar  <marek.safar@gmail.com>
838
839         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
840
841 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
842
843         * class.c (get_implicit_generic_array_interfaces): Extract common
844         code to a helper function making it a lot easier on the eyes.
845
846 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
847
848         * class.c (get_implicit_generic_array_interfaces): If the internal
849         enumerator is an interface inflate System.Object instead of itself.
850
851         Fixes #461261.
852
853 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
854
855         * object.c (mono_runtime_invoke_array): Don't assert with
856         byref nullable types.
857
858         * marshal.c (mono_marshal_get_runtime_invoke): To handle
859         byref nullables we unbox the object and store it on the
860         stack. 
861         We can't use the boxed object since it is the T of Nullable<T>
862         and the boxed representation of a nullable it's underlying type
863         or null.
864         We could cheat and create a boxed nullable and use the same
865         machinery of other byref VTs but this feels like a hack and
866         using the stack has the bonus of reducing heap pressure.
867
868         Fixes #461941.
869
870 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
871
872         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
873         return value.
874
875         Fixes #461867.
876
877 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
878
879         * icall-def.h : Adding an internal call definition for 
880           System.Environment.internalBroadcastSettingChange.
881
882         * icall.c : Adding a Windows only implementation to broadcast a 
883           WM_SETTINGCHANGE when an environment variable has changed.
884
885         Code is contributed under MIT/X11 license.
886
887 2008-12-19  Mark Probst  <mark.probst@gmail.com>
888
889         * class.c, class-internals.h: Made
890         mono_class_has_parent_and_ignore_generics() non-static.
891
892 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
893
894         * image.c: deal with the mmap failing when loading an image.
895
896 2008-12-17  Geoff Norton  <gnorton@novell.com>
897
898         * threadpool.c: Ensure that the io_queue_lock is initialized
899         in all circumstances, as we always attempt to cleanup against it.
900
901 2008-12-17  Miguel de Icaza  <miguel@novell.com>
902
903         * icall.c (ves_icall_System_Environment_get_Platform): For
904         compatibility reasons for existing client code we will keep
905         returning 4 for a while.   
906
907         For how long will depend on the documentation being updated, and
908         for us to give client code a chance to be updated.
909
910         This reverts the original decison on #433108 since we did not
911         catch roughly 33 instances of the broken code in our own source
912         code base, we did not catch failures on the buildbots, and QA did
913         not bring this as a problem.
914
915         Only today I found some customer's code breaking due to our own
916         class libraries not being fully updated and tracked it down to
917         this change.  I am reverting it because if we could not even get
918         our story straight in our own code base, how can we hope that our
919         end user code be fixed?
920
921         As of this morning, our Wiki page that documents how to detect
922         Unix had not been fixed.    
923
924 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
925
926         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
927
928         * class.c (mono_class_get_fields): Handle loading errors.
929
930 2008-12-12 Mark Mason <mmason@upwardaccess.com>
931
932         * metadata.c (mono_type_stack_size_internal): If SIZEOF_REGISTER > SIZEOF_VOID_P then use SIZEOF_REGISTER as the size and alignment of the stack slots.
933         
934 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
935
936         * mono-perfcounters.c: avoid warning.
937
938 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
939
940         * reflection.c (ensure_runtime_vtable): Work on generic instances and
941         make sure all interfaces have MonoClass::interface_id set.
942
943         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
944         method table is property set.
945
946 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
947
948         * class.c: New function mono_class_setup_interface_id that setup
949         MonoClass::interface_id if needed.
950
951         * class-internals.h: Export new function.
952
953 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
954
955         * class.c: Add code to sanity check the vtable after setup_vtable_general
956         has done it's work.
957
958 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
959
960         * icall.c: make Assembly.GetExecutingAssembly work properly when
961         reflection is used to invoke the method.
962         Bug #321781 fixed.
963
964 2008-12-11  Mark Probst  <mark.probst@gmail.com>
965
966         * metadata/generic-sharing.c: Look for constraints in all type
967         arguments, not just the first one.
968
969 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
970
971         * appdomain.c: return the correct CodeBase for an Assembly instance
972         that was loaded from the shadow-copy directories.
973         Bug #458190 fixed.
974
975 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
976
977         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
978
979         * sgen-gc.c (check_object): New debugging helper function.
980
981         * object.c: Fix calls to mono_value_copy_array ().
982
983 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
984
985         * class.c (mono_class_setup_fields): If working on an inflated class
986         first check if the generic definition did init with success.
987
988         Fixes #445361.
989
990 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
991
992         pedump.c (main): Fix a warning.
993
994 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
995
996         * object-internals.h : Adding a definition for 
997           MonoReflectionComVisibleAttribute.
998
999         * marshal.c (cominterop_com_visible) :  Method added to check the 
1000           ComVisible attribute of a class.
1001
1002         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
1003           cominterop_raise_hr_exception added to consolidate common code 
1004           to raise hr exceptions.
1005
1006         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
1007           if a managed class should support IDispatch.
1008
1009         * marshal.c 
1010           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
1011           Added additional checks for managed object when getting 
1012           an IDispatch interface.
1013
1014         Code is contributed under MIT/X11 license.
1015
1016 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
1017
1018         pedump.c (main): Handle mono_get_method () returning NULL. 
1019
1020 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
1021
1022         * marshal.h: Fix a warning.
1023
1024 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
1025
1026         * marshal.c : Adding cominterop_release_all_rcws to release all
1027           runtime callable wrappers held by the runtime.
1028
1029         * marshal.h : Adding declaration for cominterop_release_all_rcws.
1030           
1031         Code is contributed under MIT/X11 license.
1032
1033 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
1034
1035         * metadata.c (mono_image_alloc_lock): New helper function.
1036         (mono_image_alloc0_lock): Ditto.
1037
1038         * metadata.c: Use the alloc_lock () helper functions for allocating
1039         memory from the image mempool.
1040
1041 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
1042
1043         * class.c (mono_class_from_generic_parameter): Document it's
1044         locking behavior. Fix double checked locking here, we stored in
1045         param->pklass a partially initialized MonoClass and no membar was used.
1046
1047 2008-12-05  Marek Habersack  <mhabersack@novell.com>
1048
1049         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
1050         (3) functions are present in the C library use them to do the
1051         job. If they are absent, make sure that the sum of int_part and
1052         dec_part is rounded before returning. This is necessary due to the
1053         division of dec_part by the power of 10 before the final addition
1054         is performed - if the result is not rounded in some cases it will
1055         yield invalid results.
1056
1057 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
1058
1059         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
1060         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
1061         instruction instead of a pointer constant.
1062
1063 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
1064
1065         * loader.c (mono_method_get_header): Do most of the work outside the
1066         loader lock, to avoid assembly load hook deadlocks.
1067
1068         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
1069         (mono_metadata_parse_type_full): Ditto.
1070
1071 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
1072
1073         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
1074         Make the stack depth fixed. Ensure proper argument passing to the backtrace
1075         funtions. Finally, use a lock to produce well ordered output.
1076
1077         The lock looks silly, as all calls to the corlib mempool should be guarded
1078         with the loader lock, but for some reason this fact doesn't help. 
1079
1080         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
1081
1082 2008-12-02  Mark Probst  <mark.probst@gmail.com>
1083
1084         * socket-io.c: 64 bit big-endian fixes.
1085
1086 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
1087
1088         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
1089         targets that require strict compatibility between the types.
1090
1091         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
1092         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
1093         Kill the strict argument and create a new one valuetype_must_be_boxed.
1094
1095         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
1096         state that all valuetypes must be boxed.
1097
1098         Fixes #448560.
1099
1100 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
1101
1102         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
1103         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
1104
1105         Contributed under MIT/X11 license.
1106
1107 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
1108
1109         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
1110         the inflate_generic_type machinery should handle it.
1111
1112         This avoids a crash when the field's flags is zero and it's type is
1113         a primitive.
1114         What happens is that mono_metadata_parse_type_full will see that opt_attrs
1115         is zero and will return one of the cached built-in primitive types. Since
1116         those types live in read-only memory, the code that copies it crashes.  
1117
1118 2008-11-28  Mark Probst  <mark.probst@gmail.com>
1119
1120         * object.c: Don't put function descriptors into generalized IMT
1121         thunks.
1122
1123 2008-11-28  Mark Probst  <mark.probst@gmail.com>
1124
1125         * class.c: Enable generic code sharing on PPC64.
1126
1127 2008-11-27  Mark Probst  <mark.probst@gmail.com>
1128
1129         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
1130         from mini/mini.c.
1131
1132         * generic-sharing.c: Allocate the method template slists from the
1133         image mempool so it doesn't leak.
1134
1135 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
1136
1137         * class.c (generic_array_methods): Release the linked list.
1138
1139 2008-11-27  Mark Probst  <mark.probst@gmail.com>
1140
1141         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
1142         invocation to g_utf16_to_utf8().
1143
1144 2008-11-26  Mark Probst  <mark.probst@gmail.com>
1145
1146         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
1147         arguments on big endian archs.
1148
1149 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
1150
1151         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
1152         the type name (test added in corlib).
1153
1154 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
1155
1156         * pedump.c: initialize perf. counters. Fixes a segv.
1157
1158 2008-11-25  Martin Baulig  <martin@ximian.com>
1159
1160         * mono-debug-debugger.c
1161         (mono_debugger_runtime_invoke): Return the exception object if an
1162         exception was thrown.  Visual Studio displays the exception object
1163         in the locals window.
1164
1165 2008-11-24  Mark Probst  <mark.probst@gmail.com>
1166
1167         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
1168         ftnptr.
1169
1170 2008-11-24  Mark Probst  <mark.probst@gmail.com>
1171
1172         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
1173         MONO_TYPE_U are sizeof (gpointer), too.
1174
1175 2008-11-24  Mark Probst  <mark.probst@gmail.com>
1176
1177         * marshal.c (mono_type_native_stack_size): Fixed size and
1178         alignment for reference types.
1179
1180 2008-11-23  Mark Probst  <mark.probst@gmail.com>
1181
1182         * class.c (mono_class_generic_sharing_enabled): Disable generic
1183         code sharing for PPC64.
1184
1185 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
1186
1187         * icall.c (mono_method_get_equivalent_method): Make sure
1188         method->klass->methods is inited before looping over it.
1189
1190 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
1191
1192         * object.c: when calling ExecuteAssembly in a newly created domain,
1193         the configuration file and application base are already set up.
1194         Bug #446353 take 2 fixed.
1195
1196 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
1197
1198         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
1199         Fixes #444715. Fix a warning.
1200
1201 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
1202
1203         * appdomain.c: write the full path of the assembly to the .ini file
1204         created when "shadow-copying"
1205         Bug #446353 fixed.
1206
1207 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
1208
1209         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
1210         if signature==FALSE.
1211
1212 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
1213
1214         * marshal.h : Fix the cygwin build.
1215            marshal.c:12442: undefined reference to `_IID_IMarshal'
1216           
1217         Code is contributed under MIT/X11 license.
1218
1219 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
1220
1221         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
1222           free threaded marshaler when QueryInterface is called on a COM callable
1223           wrapper requesting the IMarshal interface.
1224           
1225         Code is contributed under MIT/X11 license.
1226
1227 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
1228
1229         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
1230
1231         * reflection.c (mono_type_get_object): Special case the very common
1232         void type.
1233
1234         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
1235         hold typeof(void).
1236
1237 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
1238
1239         * process.h : Adding method declaration for
1240           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
1241           
1242         * process.c : Adding implementation for
1243           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
1244           
1245         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
1246           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
1247
1248         Code is contributed under MIT/X11 license.
1249
1250 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
1251
1252         * appdomain.c (unload_thread_main): Clean up threadpool by
1253         calling mono_thread_pool_remove_domain_jobs.
1254
1255         * domain-internals.h (struct _MonoDomain): Add new fields to
1256         help coordinate the cleanup of the threadpool.
1257
1258         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
1259         that cleans up the threadpool of all jobs associated with an appdomain.
1260         It does that by cleaning up the queues and making sure all active
1261         threads are accounted.
1262
1263         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
1264         unloaded or in the process of. Take this is such way that there is
1265         no race condition between another thread starting the unload and the
1266         current thread acknowledging it.
1267
1268         * threadpool.c (async_invoke_thread): Same.
1269
1270         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
1271         firing the new thread.
1272
1273         * threadpool.c (start_tpthread): Same.
1274
1275         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
1276
1277         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
1278
1279 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
1280
1281         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
1282         Add support for DuplicateHandle.
1283         
1284         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
1285         Add support for DuplicateHandle.
1286         
1287         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
1288         Add support for DuplicateHandle.
1289
1290         Code is contributed under MIT/X11 license.
1291
1292 2008-11-06  Mark Probst  <mark.probst@gmail.com>
1293
1294         * class-internals.h: Make min_align into a whole byte.
1295
1296         * class.c: Set min_align for SIMD types to 16.
1297
1298 2008-11-05  Geoff Norton  <gnorton@novell.com>
1299
1300         * attach.c: Default the attacher to enabled for all cases including
1301         embedded.
1302
1303 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
1304
1305         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
1306         change r117650.
1307
1308 2008-11-04  Mark Probst  <mark.probst@gmail.com>
1309
1310         * monitor.c, monitor.h: New function for querying offsets of
1311         members of MonoThreadsSync.
1312
1313 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
1314
1315         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
1316         to speed up this function and to avoid the boundless memory growth caused by
1317         the signature_dup () calls.
1318
1319 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
1320
1321         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
1322         wrapper.
1323
1324         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
1325         by 1 bit.
1326
1327         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
1328
1329 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
1330
1331         * appdomain.c:
1332         * domain-internals.h: made mono_set_private_bin_path_from_config()
1333         "internal".
1334         * object.c: call the above function after setting the configuration
1335         file path for the root domain.
1336         Fixes bug #314478.
1337
1338 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
1339
1340         * assembly.c: when the assembly is loaded from an absolute path, end
1341         basedir with a directory separator.
1342         Bug #440781 fixed.
1343
1344 2008-10-30  Mark Probst  <mark.probst@gmail.com>
1345
1346         * monitor.c (mono_monitor_get_fast_enter_method): If
1347         CompareExchange is not available, don't create the fastpath
1348         instead of asserting.  (The method is missing in the 1.1 profile.)
1349
1350 2008-10-30  Mark Probst  <mark.probst@gmail.com>
1351
1352         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
1353
1354         * monitor.c, monitor.h: Code for generating Monitor.Enter and
1355         Monitor.Exit IL fastpaths.
1356
1357 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
1358
1359         * class.c (mono_class_create_from_typedef): Added Vector2ul.
1360
1361 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
1362
1363         * class.c (mono_class_create_from_typedef): Added Vector2l.
1364
1365 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
1366
1367         * class.c (mono_class_create_from_typedef): Added Vector2d.
1368
1369 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
1370
1371         * appdomain.c: translate \ into / for cache_path.
1372         * domain-internals.h: new mono_is_shadow_copy_enabled().
1373         * icall.c: (fill_reflection_assembly_name) do the same path
1374         manipulations that get_code_base does.
1375         (get_code_base) use mono_is_shadow_copy_enabled.
1376
1377 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
1378
1379         * appdomain.c: shadow-copied assemblies go to CachePath +
1380         ApplicationName when both are set. DynamicBase has nothing to do with
1381         shadow copies.
1382         Bug #406877 fixed.
1383
1384 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
1385
1386         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
1387         STANDALONESIG table.
1388
1389         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
1390         standalone signatures.
1391
1392         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
1393         comparison code: instead of comparing the signatures using a custom
1394         equals function, transform them to a common signature and compare that. This
1395         works better with AOT.
1396
1397 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
1398
1399         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
1400
1401         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
1402         call for generic instances.
1403         (mono_class_setup_properties): Call setup_properties () before accessing
1404         gklass->properties.
1405
1406         * class.c (mono_class_get_virtual_methods): New helper function to iterate
1407         over the virtual methods of a class using metadata if possible, avoiding the
1408         creation of MonoMethod's for non-virtual methods.
1409         
1410         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
1411         get_virtual_methods () to iterate over the virtual methods of classes.
1412
1413 2008-10-25  Martin Baulig  <martin@ximian.com>
1414
1415         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
1416
1417 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
1418
1419         * class.c (mono_class_create_from_typedef): Added Vector4i.
1420
1421 2008-10-24  Mark Probst  <mark.probst@gmail.com>
1422
1423         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
1424         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
1425         special-casing applies to eliminate the call completely.
1426
1427 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
1428
1429         * class.c (mono_class_create_from_typedef): Added Vector8s.
1430
1431 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1432
1433         * class.c (mono_class_create_from_typedef): Added Vector16sb.
1434
1435 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
1436
1437         * icall.c: get rid of annoying warning.
1438
1439 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
1440
1441         * threadpool.c: in 1.x, if you change the background status of the
1442         threadpool thread, it's not reset.
1443         Remove unnecessary calls to SetState.
1444
1445 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1446
1447         * threadpool.c: asynchronously create a set of idle threads upon first
1448         use of the threadpool. SetMinThreads will now start the appropriate
1449         number of idle threads if they are not already running. The default is
1450         1 threadpool thread per CPU. Increased the maximum number of threads
1451         per CPU to 10.
1452
1453 2008-10-22  Martin Baulig  <martin@ximian.com>
1454
1455         Revert r116521 from Zoltan, it breaks the debugger:
1456
1457         * class.c (mono_class_get_virtual_methods): New helper function to iterate
1458         over the virtual methods of a class using metadata if possible, avoiding the
1459         creation of MonoMethod's for non-virtual methods.
1460         
1461         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
1462         get_virtual_methods () to iterate over the virtual methods of classes.
1463
1464 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1465
1466         * threads.c: when creating a threadpool thread, set its state to
1467         'background'.
1468         * threadpool.c: reset the background state of a threadpool thread
1469         after finishing each work item
1470         Bug #437888 fixed.
1471
1472 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
1473
1474         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
1475         
1476         * class.c (mono_class_setup_vtable_general): Add an optimized version for
1477         generic instances which works by inflating the methods in the container
1478         class's vtable.
1479
1480         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
1481         variant which doesn't make a copy if no inflation was done.
1482         (mono_class_setup_fields): Use it.
1483
1484         * metadata.c (mono_metadata_get_shared_type): New helper function to
1485         return a shared instance of a given MonoType.
1486
1487         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
1488         a copy of most non-generic types.
1489
1490 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
1491
1492         * threadpool.c: remove one more GetSystemInfo () call.
1493
1494 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
1495
1496         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
1497         use the code in mono-proclib.h to get processor information.
1498
1499 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1500
1501         * appdomain.c: fixed the logic that determines whether assemblies in a
1502         directory are "shadow-copied" or not. Bug #433483 fixed.
1503
1504 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
1505
1506         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
1507         warning.
1508
1509 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
1510
1511         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
1512         returning a vtype.
1513
1514         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
1515         reflection.c: Use mono_field_get_name () for accessing a field's name.
1516
1517         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
1518         class.c
1519
1520         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
1521         field.
1522
1523         * loader.c (find_method_in_class): Reenable the metadata optimization by
1524         not using it for generic instances.
1525
1526         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
1527         data/def_type fields from MonoClassField into a separate structure.
1528         (struct MonoClassField): Remove data/def_type fields.
1529         (struct _MonoClass): Add a 'field_def_values' array to store the default
1530         values/RVA for fields.
1531
1532         * class.c reflection.c: Update after the changes.
1533         
1534         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
1535         for accessing field->data.
1536
1537         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
1538
1539         * loader.c (find_method_in_class): Revert the last change for now as
1540         it breaks Mono.C5 unit tests.
1541
1542         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
1543         'field_generic_types' and 'field_objects' which contain the information
1544         previously stored in MonoInflatedField.
1545         (MonoInflatedField): Delete.
1546         (struct _MonoClassField): Delete 'generic_info' field.
1547
1548         * reflection.c: Store the information which was previously in 
1549         field->generic_info in MonoDynamicGenericClass instead.
1550
1551         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
1552         MonoClassField changes.
1553
1554 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
1555
1556         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
1557         store the value inside the data array of the MonoMethodWrapper.
1558         This saves memory, is faster and fixes the lifetime issues (methods
1559         were never removed from the hash previously). May also fix bug#436996.
1560
1561 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
1562
1563         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
1564         generic instances, compute the type from the generic definition instead of
1565         looking in field->generic_info.
1566
1567         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
1568         for inflated fields, the only user was get_fieldref_token () which no
1569         longer needs it.
1570
1571         * class.c (mono_class_init): Revert the last change as it seems to cause
1572         crashes.
1573
1574         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
1575         bytes on 64 bit platforms.
1576
1577         * object.c (mono_class_create_runtime_vtable): Fix a warning.
1578         
1579         * object.c (mono_class_create_runtime_vtable): Don't initalize
1580         field->data/field->def_type here, it is done lazily by 
1581         mono_class_get_field_default_value ().
1582
1583         * icall.c (ves_icall_get_enum_info): Call 
1584         mono_class_get_field_default_value () instead of directly accessing
1585         field->data and field->def_type.
1586
1587         * object.c (get_default_field_value): Ditto.
1588
1589         * class.c (mono_field_get_data): Ditto.
1590         
1591         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
1592         call for generic instances.
1593
1594         * loader.c (find_method_in_class): If klass != from_class, then inflate
1595         the method with the context of from_class, since the caller assumes this.
1596
1597 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
1598
1599         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
1600         for accessing method->slot.
1601
1602 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
1603
1604         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
1605
1606 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
1607
1608         * class.c (mono_method_get_vtable_index): Use
1609         mono_method_get_vtable_slot () for accessing method->slot.
1610
1611         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
1612         accessing klass->methods.
1613
1614         * class.c (mono_method_get_vtable_slot): New helper function.
1615         (mono_class_get_vtable_entry): Ditto.
1616         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
1617         accessing method->slot.
1618
1619         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
1620         method to get_inflated_method ().
1621
1622         * class.c (mono_class_get_inflated_method): New helper method to obtain
1623         a method of an inflated class without calling setup_methods ().
1624         (mono_class_get_cctor): Use get_inflated_method.
1625
1626         * generic-sharing.c (mono_class_get_method_generic): Ditto.
1627         
1628         * marshal.c image.c: Lazily create all the marshal caches.
1629
1630         * image.c (mono_image_init): Move initialization of runtime_invoke
1631         caches to marshal.c.
1632
1633         * marshal.c (get_cache): New helper function to lazily initialize a 
1634         wrapper cache.
1635         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
1636
1637         * debug-helpers.c (mono_method_full_name): Include generic arguments.
1638
1639 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
1640
1641         * loader.c: fixed check for interface type.
1642
1643 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
1644
1645         * appdomain.c: check for NULL setup before it's referenced.
1646
1647 p
1648 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
1649
1650         * class.c: remove the unused old vtable setup code.
1651
1652 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
1653
1654         * class.c: don't depend on interface order in
1655         setup_interface_offsets (bug #435777).
1656         * reflection.c: sort the InterfaceImpl table (patch from
1657         Jb Evain  <jbevain@novell.com>).
1658
1659 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
1660
1661         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
1662         the low level assemblies lock.
1663
1664 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
1665
1666         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
1667         object.c, reflection.c, socket-io.c, threads.c: introduced
1668         mono_framework_version () to return the major framewrok version,
1669         changed the code that was using more complex patterns to use it.
1670         Return the correct value for PlatformID for OSX.
1671
1672 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
1673
1674         * icall-def.h, process.h, process.c: added an icall to get info about
1675         processes using mono-proclib.
1676
1677 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
1678
1679         * mono-perfcounters.c: use the mono-proclib functions to
1680         access process information.
1681
1682 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
1683
1684         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
1685         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
1686         reflection.c: remove rawbuffer usage: mmap support is more sanely
1687         provided by utils/mono-mmap.
1688
1689 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
1690
1691         * gc.c: use posix semaphores when possible so that
1692         mono_gc_finalize_notify() is signal safe.
1693
1694 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
1695
1696         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
1697         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
1698         be #ifdef-ed out, the linker will remove the rest.
1699
1700         * marshal.c: Implement DISABLE_COM.
1701
1702         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
1703
1704 2008-10-11  Miguel de Icaza  <miguel@novell.com>
1705
1706         * locales.c (string_invariant_compare_char): Optimization: do not
1707         call g_unichar_type unless we actually need the information.
1708
1709 2008-10-10  Mark Probst  <mark.probst@gmail.com>
1710
1711         * object.c, class-internals.h: Also create remoting trampolines
1712         for generic methods.  Pass the domain to the remoting trampoline
1713         creation function, too.
1714
1715 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
1716
1717         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
1718
1719 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1720
1721         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
1722         Vector4ui.
1723
1724 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
1725
1726         * assembly.c:
1727         * locales.c: remove the use of g_strdown. Fixes bug #322313.
1728
1729 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
1730
1731         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
1732         for the least possible amount of time (extending the fix in r113458).
1733
1734 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1735
1736         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
1737
1738 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1739
1740         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
1741         as possible simd intrinsic types.
1742         Optimized the test to check for the common prefix first.
1743
1744 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
1745
1746         * class.c: back out part of a broken optimization committed on
1747         May 23th (bug #433908).
1748
1749 2008-10-09  Mark Probst  <mark.probst@gmail.com>
1750
1751         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
1752         Win32.  Should fix #432388 for most cases until we have the new
1753         profiler on Win32.
1754
1755 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
1756
1757         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
1758         instead of using inst->id so the hash is stable for AOT.
1759
1760 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
1761
1762         * appdomain.c:
1763         * icall.c: create a .ini file for shadow-copied assemblies that
1764         contains the location of the original assembly. Use this to return the
1765         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
1766         Also fix the number of '/' for windows when returning the CodeBase.
1767         Fixes bug #430920.
1768
1769 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
1770
1771         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
1772
1773         Code is contributed under MIT/X11 license.
1774
1775 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
1776
1777         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
1778           if if the class vtable needs initialized.
1779
1780         Code is contributed under MIT/X11 license.
1781
1782 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
1783
1784         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
1785           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
1786           STRING->BSTR, and CLASS->INTERFACE.
1787
1788         Code is contributed under MIT/X11 license.
1789
1790 2008-10-07  Marek Habersack  <mhabersack@novell.com>
1791
1792         * sysmath.h: changed the declaration of the
1793         ves_icall_System_Math_Round2 icall by adding an extra
1794         away_from_zero parameter.
1795
1796         * sysmath.c (ves_icall_System_Math_Round2): added support for
1797         away from zero rounding. The icall now takes an extra boolean
1798         parameter to signal that away from zero operation is requested.
1799
1800 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
1801
1802         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
1803         the delegate klass so it can work with full-aot.
1804         (mono_marshal_get_delegate_end_invoke): Ditto.
1805         (mono_marshal_get_delegate_invoke): Ditto.
1806
1807 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
1808
1809         * gc.c, attach.h, attach.c: remove a bad pattern:
1810         add_finalizer_callback () is not implemented correctly, it can't
1811         without adding more overhead to the finalizer loop and it's not
1812         even needed, since we know exactly what we need to call, so there is
1813         no need to do so through an expensive function pointer.
1814
1815 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
1816
1817         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
1818         for the no-gc case.
1819         * attach.c (mono_attach_init): Remove the #ifdef.
1820
1821 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
1822
1823         * attach.c (mono_attach_init): Don't use
1824         mono_gc_add_finalizer_thread_callback when compiling without GC.
1825         Fixes #432306.
1826         
1827         Code is contributed under MIT/X11 license.
1828
1829 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
1830
1831         * class.c (mono_class_create_from_typedef): Remove the 
1832         #ifndef DISABLE_SIMD stuff.
1833
1834 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
1835
1836         * class-internals.h (MonoClass): Added simd_type bit field.
1837
1838         * class.c (mono_class_create_from_typedef): Check if type is a simd
1839         intrinsic.
1840
1841 2008-10-03  Mark Probst  <mark.probst@gmail.com>
1842
1843         * object.c (mono_method_add_generic_virtual_invocation): Only add
1844         instantiations to the thunk whose count is at least as large as
1845         the threshold.
1846
1847 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
1848
1849         * icall.c: changed the Type of the exception thrown when trying to
1850         invoke a constructor on an abstract class. Part of the fix for bug
1851         #324185.
1852
1853 2008-10-02  Mark Probst  <mark.probst@gmail.com>
1854
1855         * class.c, class-internals.h (mono_method_get_vtable_index): New
1856         function which returns the index into the vtable and properly
1857         handles inflated virtual generic methods.
1858
1859 2008-10-01  Mark Probst  <mark.probst@gmail.com>
1860
1861         * object.c, domain.c, object-internals.h, domain-internals.h:
1862         Generalize IMT thunk machinery to also handle thunks for virtual
1863         generic method invokes.  When a virtual generic method is invoked
1864         more than a number of times we insert it into the thunk so that it
1865         can be called without lookup in unmanaged code.
1866
1867         * generic-sharing.c, class-internals.h: Fetching a
1868         MonoGenericInst* for a method from an (M)RGCTX.
1869
1870 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
1871
1872         * marshal.c (emit_marshal_string): Applied a variant of a patch by
1873         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
1874         marshalling. Fixes #431304.
1875
1876 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
1877
1878         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
1879           handle when ref is specified without In or Out.
1880
1881         Code is contributed under MIT/X11 license.
1882
1883 2008-09-30  Mark Probst  <mark.probst@gmail.com>
1884
1885         * loader.c (mono_get_method_constrained): Don't expand method with
1886         the class's context, because it's already a method of that class.
1887
1888 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
1889
1890         * attach.c : should be correct build fix.
1891
1892 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
1893
1894         * attach.c: Fix the previous change.
1895
1896 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
1897
1898         * attach.c : quick w32 build fix.
1899
1900 2008-09-27  Miguel de Icaza  <miguel@novell.com>
1901
1902         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
1903         crashes MonoDevelop: #430455.
1904
1905 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
1906
1907         * domain-internals.h (struct _MonoDomain): Move most fields used only by
1908         the JIT do MonoJitDomainInfo in ../mini/mini.h.
1909
1910         * domain.c: Remove initialization/cleanup of the removed fields.
1911
1912 2008-09-27  Mark Probst  <mark.probst@gmail.com>
1913
1914         * class.c (mono_class_generic_sharing_enabled): Enable generic
1915         code sharing for PPC.
1916
1917 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
1918
1919         * attach.c : Fixing the Windows builds.
1920
1921         Code is contributed under MIT/X11 license.
1922
1923 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
1924
1925         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
1926         the default generic sharing mode to 'all'.
1927
1928 2008-09-25  Mark Probst  <mark.probst@gmail.com>
1929
1930         * generic-sharing.c, class-internals.h: New function for checking
1931         whether a method needs a static RGCTX invoke wrapper.  A few
1932         funtions moved from mini/generic-sharing.c.
1933
1934         * icall.c: New function used.
1935
1936 2008-09-25  Mark Probst  <mark.probst@gmail.com>
1937
1938         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
1939         Static RGCTX invoke wrapping applies to value type methods, too.
1940
1941         * class.c (mono_class_setup_vtable_general): In generic-shared
1942         value types, wrap methods with a static RGCTX invoke wrapper.
1943
1944 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
1945
1946         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
1947         osx build.
1948
1949 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
1950
1951         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
1952         register a callback which is called when the finalizer thread is woken
1953         up.
1954         (finalizer_thread): Call the callback if it exists.
1955
1956         * attach.h attach.c: New files, implementing the attach mechanism.
1957
1958         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
1959         
1960         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
1961         by the previous change.
1962
1963 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
1964
1965         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
1966         loader.c, marshal.c, metadata-internals.h, metadata.c,
1967         method-builder.c, object.c, reflection.c: introduced specific functions
1968         to allocate from the domain and image mempools and cleaned up most of
1969         the code to use them (still missing a few in reflection.c).
1970         Keep the loader bytes counter updated.
1971
1972 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
1973
1974         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
1975         loader-related counters.
1976
1977 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
1978
1979         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
1980         added more MS-compatible counters.
1981
1982 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
1983
1984         * class.c (mono_class_setup_fields): Call setup_fields before accessing
1985         class->blittable. Fixes #428217.
1986
1987 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
1988
1989         * reflection.c (mono_image_get_field_on_inst_token): Call 
1990         field_encode_signature () since that handles custom modifiers too.
1991         Fixes #424663.
1992
1993 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
1994
1995         * reflection.c (add_custom_modifiers): New helper function to merge custom
1996         modifiers stored in objects to a MonoType.
1997         (fieldref_encode_signature): Encode custom modifiers.
1998         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
1999         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
2000
2001 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
2002
2003         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
2004         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
2005         64-bit IL only images because imports are not resolved for IL only images.
2006         Special thanks to Bill Holmes for finding this bug and testing the patch.
2007         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
2008
2009         Contributed under MIT/X11 license.
2010
2011 2008-09-19  Miguel de Icaza  <miguel@novell.com>
2012
2013         * mono-config.c (dllmap_start): Add support for the bits keyword
2014         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
2015
2016 2008-09-19  Mark Probst  <mark.probst@gmail.com>
2017
2018         * reflection.c (inflate_mono_method): When the class the method is
2019         to be inflated for is itself not inflated, just return the method.
2020
2021 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
2022
2023         * mono-perfcounters.c: use more user friendly process instance names.
2024
2025 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
2026
2027         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
2028           handle "[in] ref" and "[in][out] ref" cases.
2029
2030         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
2031           to mono_mb_create_method.  This was causing problems calling native to
2032           managed passing Variants by value.
2033
2034         Code is contributed under MIT/X11 license.
2035
2036 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
2037
2038         * class.c (can_access_internals): Call mono_assembly_load_friends ()
2039         before accessing the friend_assembly_names field.
2040
2041         * assembly.c (mono_assembly_load_friends): Make this callable multiple
2042         times.
2043         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
2044         called lazily when it is needed.
2045
2046         * metadata-internals.h (struct _MonoAssembly): Add 
2047         'friend_assembly_names_inited' flag.
2048
2049 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
2050
2051         * mono-perfcounters-def.h: fix the types of a few counters.
2052         * mono-perfcounters.c: implemented the instance names getter
2053         and a few bugfixes.
2054
2055 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
2056
2057         * culture-info-table.h : regenerated.
2058
2059 2008-09-17  Robert Jordan  <robertj@gmx.net>
2060
2061         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
2062         context bound objects. Fixes #415577.
2063
2064         Code is contributed under MIT/X11 license.
2065
2066 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
2067
2068         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
2069         implementation (bug #423582).
2070
2071 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
2072
2073         * object.c (mono_object_get_virtual_method): Handle the case method->slot
2074         is not set. Fixes #426309.
2075
2076 2008-09-16  Jb Evain  <jbevain@novell.com>
2077
2078         * class.c (mono_class_from_name): fix the exported type look up
2079         when the type is defined in a referenced assembly.
2080
2081 2008-09-16  Jb Evain  <jbevain@novell.com>
2082
2083         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
2084         increment the next index counter on each iteration to make that work
2085         for more than one type forwarder. Unmanaged part to fix #422929.
2086
2087 2008-09-15  Mark Probst  <mark.probst@gmail.com>
2088
2089         * object-internals.h: enum ComInterfaceType in
2090         MonoInterfaceTypeAttribute is guint32, not guint16.
2091
2092 2008-09-12  Mark Probst  <mark.probst@gmail.com>
2093
2094         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
2095         writing code.
2096
2097 2008-09-11  Mark Probst  <mark.probst@gmail.com>
2098
2099         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
2100         not gboolean.
2101
2102 2008-09-11  Mark Probst  <mark.probst@gmail.com>
2103
2104         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
2105         Endianness fixes for MonoSymbolFileOffsetTable.
2106
2107 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
2108
2109         * process.c (complete_path) : Removing quotes from the 
2110           input path.  The glib file routines do not handle file paths
2111           that have quotes around them.
2112
2113         Code is contributed under MIT/X11 license.
2114
2115 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
2116
2117         * socket-io.h : Adding a comment to provide locations where 
2118           changes to MonoSocketAsyncResult need to be synced.
2119
2120         Code is contributed under MIT/X11 license.
2121
2122 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
2123
2124         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
2125         parameters as well. Fixes #425001.
2126
2127 2008-09-08  Miguel de Icaza  <miguel@novell.com>
2128
2129         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
2130         windows build.
2131
2132 2008-09-07  Miguel de Icaza  <miguel@novell.com>
2133
2134         * console-io.c: Add support for tracking the window size if it
2135         changes.
2136
2137         The setup is very simple: the TtySetup function will now return a
2138         pointer to a location in memory that tracks the current console
2139         size.  The managed code checks its current value every time its
2140         queried against the last value set, and updates accordingly.
2141
2142         With this setup we can work with multiple consoles, and we do not
2143         require to poke into managed code from a signal handler.
2144
2145         Additionally, the environment for COLUMNS and LINES is now handled
2146         in unmanaged code.
2147
2148         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
2149
2150 2008-09-07  Mark Probst  <mark.probst@gmail.com>
2151
2152         * marshal.c (mono_type_native_stack_size): Treat
2153         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
2154
2155 2008-09-04  Jb Evain  <jbevain@novell.com>
2156
2157         * class.c (mono_class_is_assignable_from): fix assignability of nullables
2158         to nullables.
2159
2160 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
2161
2162         * verify.c (verify_type_compatibility_full): Revert change
2163         to allow converting a native int to unmanaged pointer be verifiable
2164         under non-strict mode.
2165         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
2166
2167         * verify.c: Added some TODOs.
2168
2169 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
2170
2171         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
2172           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
2173           Changed to use GlobalAlloc for the memory returned on Windows platforms.
2174
2175         Code is contributed under MIT/X11 license.
2176
2177 2008-09-02  Jb Evain  <jbevain@novell.com>
2178
2179         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
2180
2181 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
2182
2183         reflection.c (typebuilder_setup_fields): Handle classes with
2184         explicit size.
2185
2186 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
2187
2188         class.c (mono_class_setup_events): Add memory barrier due to
2189         double checked locking.
2190         
2191         class.c (mono_class_setup_properties): Same.
2192
2193 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
2194
2195         * class.c (mono_class_is_assignable_from): Fix the build.
2196         
2197         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
2198         before accessing klass->interface_bitmap. Fixes #421744.
2199
2200 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
2201
2202         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
2203         the runtime into no-exec mode, useful when running the AOT compiler.
2204
2205         * appdomain.c gc.c object.c: Avoid executing managed code when running
2206         in no-exec mode.
2207         
2208         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
2209
2210         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
2211         special case when the mono_assembly_loaded () returns NULL because the 
2212         search hook is not installed.
2213
2214 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
2215
2216         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
2217         crashes in bstr marshalling on linux.
2218
2219 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
2220
2221         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
2222         with more than one parameter.
2223
2224 2008-08-24  Miguel de Icaza  <miguel@novell.com>
2225
2226         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
2227         start/stop flow control as well when turning off ICANON (allows
2228         C-s and C-q to be read by Console.ReadKey).
2229
2230 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
2231
2232         * class.c (mono_class_init): Move the initialization of nested classes
2233         into mono_class_get_nested_types (). Fixes #418433.
2234
2235         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
2236         flag.
2237
2238         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
2239         iterating tough the nested classes of a class.
2240
2241 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
2242
2243         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
2244         on arm.
2245
2246 2008-08-22  Miguel de Icaza  <miguel@novell.com>
2247
2248         * console-io.c (sigcont_handler): Support signal chaining for
2249         SIGCONT.
2250
2251         (console_set_signal_handlers): Use best practices with sigaction,
2252         clear the structure before using it. 
2253
2254 2008-08-22  Robert Jordan  <robertj@gmx.net>
2255
2256         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
2257         Fix the Windows build.
2258
2259 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
2260
2261         * class.c (mono_class_generic_sharing_enabled): Make the default
2262         sharing mode 'corlib'.
2263
2264 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
2265
2266         * console-io.c (console_set_signal_handlers): Fix a warning.
2267
2268         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
2269         method normally, the JIT will take care of avoiding recursion.
2270
2271 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
2272
2273         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
2274
2275         Code is contributed under MIT/X11 license.
2276
2277 2008-08-20  Miguel de Icaza  <miguel@novell.com>
2278
2279         * console-io.c (sigcont_handler): We need to restore the entire
2280         termios state, not only the original settings, as things like echo
2281         can be controlled after this (Booish exposes this issue with its
2282         own ReadLine implementation).
2283
2284         Additionally, we need to set the terminal back into keypad_xmit
2285         mode.
2286         
2287         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
2288         string as a paramter as well.   Otherwise we get different
2289         keyboard sequences.
2290
2291 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
2292
2293         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
2294         delegates with byref out parameter passing. Fixes #351520.
2295
2296         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
2297         a generic context.
2298         (mono_type_get_desc): Add the type arguments for GENERICINST.
2299         (mono_method_full_name): Stringify the class name using mono_type_full_name
2300         so it picks up generic arguments.
2301
2302 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
2303
2304         * console-io.c: Removed debug output.
2305
2306 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
2307
2308         reflection.c (mono_reflection_create_runtime_class): Alloc
2309         the nested classes linked list using the dynamic image mempool.
2310         Fixes leak in corlib compilation.
2311
2312 2008-08-19  Miguel de Icaza  <miguel@novell.com>
2313
2314         * console-io.c: Fix incredibly annoying behavior on the console
2315         after resuming execution after control-z.   This affected every
2316         console application.
2317
2318 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
2319
2320         * mempool-internals.h: Header for mono private mempool functions. The first
2321         two function are for allocating glib linked lists using pools.
2322
2323         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
2324
2325         * Makefile.am: Added mempool-internals.h.
2326
2327 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
2328
2329         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
2330         (mono_domain_free): Ditto.
2331
2332         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
2333         be used by the JIT to store its domain-specific information, instead of putting
2334         it directly into MonoDomain.
2335
2336         * domain.c (mono_install_create_domain_hook): New helper function to install
2337         a hook which initializes domain->runtime_info.
2338
2339         * domain.c (mono_install_free_domain_hook): Ditto.
2340         
2341 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
2342
2343         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
2344         asserting if the ares parameter is null.
2345
2346         * mono-perfcounters.c: Fix warnings.
2347
2348         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
2349         is not needed, don't check for interruptions either.
2350         (mono_marshal_get_delegate_end_invoke): Ditto.
2351
2352 2008-08-15  Marek Habersack  <mhabersack@novell.com>
2353
2354         * mono-perfcounters.c (predef_readonly_counter): added support for
2355         reading the ASP.NET Requests Queued counter from another process.
2356
2357 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
2358
2359         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
2360         MonoImage to simplify the AOT code.
2361
2362 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
2363
2364         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
2365         marshalling. Fixes #416078.
2366
2367 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
2368         
2369         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
2370         it is set, looking up the icall address is deferred to the JIT, since 
2371         in embedded scenarios, the icall might not be registered in the runtime
2372         doing the AOT compilation. Backported from the 2.0 branch.
2373
2374 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
2375
2376         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
2377         Fixes #415621.
2378
2379 2008-08-05  Marek Habersack  <mhabersack@novell.com>
2380
2381         * Makefile.am: added support for cross-compilation.
2382
2383 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
2384
2385         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
2386
2387 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
2388
2389         * mono-perfcounters.c: jitted methods and jitted bytes counters.
2390
2391 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
2392
2393         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
2394         mono-perfcounters.c: performance counters implementation.
2395
2396 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
2397
2398         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
2399         to gpointer, letting the AOT code decide what to store in it.
2400
2401 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
2402
2403         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
2404           mono_class_setup_methods if the methods are not initialized.
2405
2406         Code is contributed under MIT/X11 license.
2407
2408 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
2409
2410         * verify.c: Remove some debug code I commited by accident.
2411
2412         * verify.c (mono_method_is_valid_in_context): Change the return value
2413         to make possible to distinguish between invalid and unverifiable.
2414
2415         * verify.c (verifier_load_method): Don't return NULL for unverifiable
2416         methods.
2417
2418 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
2419
2420         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
2421         constraints. Fixes regression in gtest-253.
2422
2423 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
2424
2425         * verify.c (mono_verifier_verify_class): Don't allow generic types
2426         with explicit layout.
2427
2428         * verify.c (mono_method_verify): Check locals and argument types.
2429
2430 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
2431
2432         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
2433         wait if the thread is in StopRequested state.
2434
2435         * class.c (mono_class_from_name): Refactor the module searching code into
2436         a separate function so it can be reused in the AOT case too.
2437
2438 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
2439
2440         * verify.c (mono_type_is_valid_in_context): Improve the error message.
2441         Check both the type and it's generic type definition for loader errors.
2442         
2443         * verify.c (mono_method_is_valid_in_context): Don't generate another
2444         error when a type errors occur, this leads to the wrong exception been
2445         thrown.
2446
2447 2008-07-28  Dick Porter  <dick@ximian.com>
2448
2449         * icall-def.h
2450         * process.c
2451         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
2452         New internal calls to duplicate and close a process handle.
2453
2454 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
2455
2456         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
2457
2458 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
2459
2460         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
2461
2462 2008-07-27  Robert Jordan  <robertj@gmx.net>
2463
2464         * class.c (mono_class_init): Don't compute class.has_finalize for
2465         valuetypes. Fixes #412477.
2466
2467 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
2468
2469         * verify.c: Implement constraint equivalence checking.
2470         This is required when a generic parameter is used as
2471         argument to a constrained one.
2472
2473         Fixes #410637.
2474
2475 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
2476
2477         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
2478
2479         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
2480
2481         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
2482         synch with managed object layout.
2483
2484 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
2485
2486         * verify.c (do_branch_op): Handle valuetypes and generic
2487         arguments properly.
2488
2489         * verify.c (do_cmp_op): Same.
2490
2491         Fixes #410383.
2492
2493 2008-07-24  Mark Probst  <mark.probst@gmail.com>
2494
2495         * generic-sharing.c: Fix memory leaks.
2496
2497         * class.c, class-internals.h: Make
2498         mono_class_inflate_generic_type_with_mempool() non-static.
2499
2500 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
2501
2502         * pedump.c (dump_verify_info): Dump full class name.
2503
2504 2008-07-24  Mark Probst  <mark.probst@gmail.com>
2505
2506         * generic-sharing.c: Removed some old code that didn't do anything.
2507
2508 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
2509         * profiler.c: Added runtime_initialized_event,
2510         mono_profiler_install_runtime_initialized and
2511         mono_profiler_runtime_initialized. This new hook tells the profiler
2512         when the runtime is sufficiently initialized to be able to call
2513         mono_thread_attach on the root appdomain.
2514         * profiler.h, profiler-private.h: Likewise.
2515
2516 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
2517
2518         * verify.c (do_cast): Do boxing for generic arguments as well.
2519
2520         * class.c (is_nesting_type): Drop generic instantiations before
2521         checking for nesting.
2522
2523         * class.c (can_access_instantiation): Allow access to generic
2524         arguments.
2525
2526 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
2527
2528         * verify.c (verify_class_for_overlapping_reference_fields):
2529         On some cases, the field size might be zero, guard against that.
2530         Fix the explicit layout check to work as expected.
2531
2532 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
2533
2534         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
2535         mono_thread_resume () during shutdown, since the thread we want to abort
2536         might be suspended.
2537
2538 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
2539
2540         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
2541         warning.
2542
2543         * debug-mono-symfile.c: Fix a warning.
2544
2545         * mono-perfcounters.c (get_cpu_times): Fix a warning.
2546
2547         * object.c (mono_class_vtable): Check if exception_type is set, and return
2548         NULL as defined by the function comments.
2549
2550 2008-07-22  Mark Probst  <mark.probst@gmail.com>
2551
2552         * mempool.c: Use malloc for every single mempool allocation if the
2553         configure option is set.  This makes it easier to track mempool
2554         allocations with tools like Valgrind.
2555
2556 2008-07-22  Jb Evain  <jbevain@novell.com>
2557
2558         * reflection.c (create_dynamic_mono_image): emit the same
2559         metadata version that SL2 does when creating a SL2 image.
2560
2561 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
2562
2563         * icall-def.h:
2564         * icall.c: New icall System.Enum:get_hashcode. This function
2565         avoids the overhead of boxing the enum to the underlying type.
2566
2567 2008-07-21  Mark Probst  <mark.probst@gmail.com>
2568
2569         * reflection.c (mono_method_get_object): Don't let static RGCTX
2570         invoke wrappers get into MonoReflectionMethods.
2571
2572 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
2573
2574         * object-internals.h:
2575         * object.c: New mono_runtime_class_init_full function
2576         that makes throwing the exception optinal.
2577
2578         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
2579         for the case where the exception object is supplied.
2580
2581 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
2582
2583         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
2584         old ld versions.
2585
2586         Contributed under MIT/X11 license.
2587
2588 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
2589
2590         * string-icalls.c (ves_icall_System_String_InternalSplit):
2591         Optimize array allocation by caching the MonoClass of the
2592         array type.
2593
2594         * icall.c (ves_icall_Type_GetMethodsByName): Same.
2595
2596         * reflection.c (mono_param_get_objects): Same.
2597
2598 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
2599
2600         * icall-def.h:
2601         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
2602         It inflates the given type using the class context.
2603
2604 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
2605
2606         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
2607         the vtable if it already exists.
2608
2609         * object-internals.h: Add mono_class_try_get_vtable as part of the
2610         internal API.
2611
2612         * reflection.c (mono_type_get_object): Use the MonoObject from the
2613         vtable when possible. Reduces locking contention on reflection heavy
2614         code.
2615
2616 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
2617
2618         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
2619         g_bit_nth_msf () since that macro is not implemented in eglib.
2620
2621 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
2622
2623         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
2624         on platforms which do not support it.
2625
2626 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
2627
2628         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
2629
2630 2008-07-11  Martin Baulig  <martin@ximian.com>
2631
2632         * mono-debug-debugger.h
2633         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
2634
2635         * mono-debug-debugger.c
2636         (_mono_debugger_interruption_request): New global volatile variable.
2637         (mono_debugger_check_interruption): New public function.
2638
2639         * threads.c
2640         (mono_thread_current_check_pending_interrupt): Call
2641         mono_debugger_check_interruption().
2642         (mono_thread_interruption_checkpoint_request): Likewise.
2643
2644 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
2645
2646         * verify.c: Add more type checks for loaded types. Verify the result
2647         handle from ldtoken.
2648
2649 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
2650
2651         * loader.c (field_from_memberref): Don't crash if the field
2652         wasn't found.
2653
2654 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
2655
2656         * verify.c: Verify if type and method instantiations
2657         don't have invalid VAR or MVAR arguments.
2658
2659 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
2660
2661         * verify.c: Fix double free of function pointer list.
2662
2663 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
2664
2665         * object.c (mono_string_to_utf8): Comment the new code as it
2666         breaks under eglib.
2667
2668 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
2669
2670         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
2671
2672 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
2673
2674         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
2675           is not throw too many times.
2676
2677         Code is contributed under MIT/X11 license.
2678
2679 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
2680
2681         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
2682         debugging is turned off.
2683
2684 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
2685
2686         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
2687
2688 2008-07-04  Mark Probst  <mark.probst@gmail.com>
2689
2690         * class-internals.h, class.c: Added new generic sharing option:
2691         Share only stuff in System.Collections.Generic, which is now the
2692         default.
2693
2694 2008-07-04  Mark Probst  <mark.probst@gmail.com>
2695
2696         * generic-sharing.c, class-internals.h: New function for getting a
2697         generic method in a generic class given the corresponding method
2698         for a different instantiation of the class.  Partly refactored
2699         from mini-trampolines.c.
2700
2701         * class.c: Make sure generic methods have a class_inst if they are
2702         part of a generic class.
2703
2704         * metadata.c (mono_type_stack_size_internal): Handle type
2705         variables.
2706
2707 2008-07-04  Mark Probst  <mark.probst@gmail.com>
2708
2709         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
2710         Signifies whether information on the this/vtable/mrgctx variable
2711         is available.
2712
2713 2008-07-04  Mark Probst  <mark.probst@gmail.com>
2714
2715         * object.c, object-internals.h, icall.c: New function
2716         mono_delegate_ctor_with_method(), which does the same as
2717         mono_delegate_ctor(), but takes an explicit method argument
2718         instead of taking the method from the jit info.
2719
2720         * marshal.c: When creating a delegate with an inflated method take
2721         the "this" argument as the target class for the castclass.
2722
2723 2008-07-03  Mark Probst  <mark.probst@gmail.com>
2724
2725         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
2726         mono_jit_info_table_find() to perform very badly in some cases.
2727
2728 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
2729
2730         * icall.c (type_from_typename): Handle 'string'.
2731
2732         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
2733         wrappers into the wrapper_hash, since the key is not a MonoMethod.
2734
2735 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
2736
2737         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
2738
2739         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
2740         number of available managed allocator types.
2741
2742         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
2743         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
2744
2745 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
2746
2747         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
2748         which is a low level lock protecting just the 'jit_code_hash' hash table.
2749
2750         * domain.c: Initialize+cleanup jit_code_hash_lock.
2751         
2752 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
2753
2754         * coree.c (mono_load_coree): Set coree_module_handle global variable only
2755         after initialization.
2756
2757         * coree.h: Make MonoFixupExe internal.
2758
2759         Contributed under MIT/X11 license.
2760
2761 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
2762
2763         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
2764         because that is platform independent. Check NumberOfRvaAndSizes in PE32
2765         as well.
2766         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
2767         image being loaded is a CLI image and _CorValidateImage gets called.
2768
2769         * coree.h: Add MonoLoadImage.
2770
2771         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
2772         instead of LoadLibrary.
2773
2774         Contributed under MIT/X11 license.
2775
2776 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
2777
2778         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
2779         for any primitive type.
2780
2781 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
2782
2783         * object.c (mono_array_new_specific): Optimize this and the other allocation
2784         functions a bit.
2785         
2786         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
2787         domains too if mono_dont_free_domains is set.
2788
2789         * domain-internals.h (mono_dont_free_domains): New internal option controlling
2790         whenever to free appdomain data after it has been unloaded.
2791
2792         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
2793         
2794 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
2795
2796         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
2797         (mono_method_get_equivalent_method): Fix a warning.
2798
2799         * object.c (mono_message_init): Avoid looking up array types for each call.
2800
2801 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
2802
2803         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
2804         call.
2805
2806         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
2807         even more.
2808
2809         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
2810         each iteration.
2811
2812         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
2813         fields of an enum.
2814
2815 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2816
2817         * object.c (mono_value_box): Fix boxing of nullables.
2818
2819 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
2820
2821         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
2822         mono_module_handle that is defined by the linker; no initialization required.
2823         * coree.h: Remove mono_module_handle, add __ImageBase, update
2824         mono_image_open_from_module_handle.
2825         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
2826         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
2827         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
2828         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
2829         to 4 GB away from image base address. IA64 version is not tested but was very
2830         easy to implement and should work if we ever need it.
2831         * domain.c (mono_init_internal): Avoid system error message boxes.
2832         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
2833         with has_entry_point. Handle do_mono_image_load fauilre correctly.
2834         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
2835         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
2836         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
2837
2838         Contributed under MIT/X11 license.
2839
2840 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2841
2842         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
2843         as part of the private mono API.
2844         
2845         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
2846         Do proper argument checking for methods that belong to generic classes.
2847         Do proper type resolution for GMFH/2.
2848         Fixes #377324.
2849         
2850 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2851
2852         * verify.c (do_switch): Fix a memory corruption bug with
2853         the jump index is out of bound.
2854
2855 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2856
2857         * verify.c: Disable debug code.
2858
2859 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2860
2861         * reflection.c (mono_image_get_methodbuilder_token): Use
2862         mono_image_get_methodspec_token_for_generic_method_definition
2863         instead of mono_image_get_memberref_token. We cache more memberef
2864         entries now.
2865
2866 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2867
2868         * verify.c: Inflate exception clause types.
2869         Fixes #402606.
2870         
2871 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2872
2873         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
2874         name.
2875
2876         * reflection.c (mono_image_get_ctorbuilder_token): Same.
2877
2878         * reflection.c (mono_image_create_method_token): Same.
2879
2880 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2881
2882         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
2883         It does the same as mono_image_get_methodref_token but works on
2884         MethodBuilder.
2885
2886         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
2887         and always generate a methodspec. This follows the old behavior and fixes
2888         the regressions in System.Core. 
2889
2890 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
2891
2892         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
2893         don't event mono_class_get () succeeds. Fixes #402182.
2894
2895 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
2896
2897         * metadata-internals.h: Added MonoDynamicImage::methodspec
2898         hashtable to store methodspec tokens created for MethodBuilders.
2899
2900         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
2901         MethodBuilders as open instantiations if a methodspec was requested.
2902
2903         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
2904
2905         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
2906
2907         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
2908
2909         Fixes bug #349190.
2910
2911 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
2912
2913         * loader.c (method_from_methodspec): Avoid crashing if the
2914         method lookup fails.
2915
2916 2008-06-20  Dick Porter  <dick@ximian.com>
2917
2918         * socket-io.c (get_socket_assembly): Cope with Moonlight network
2919         classes being in a different assembly.  Fixes bug 399184.
2920
2921 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
2922
2923         * loader.c (mono_loader_init): Make this callable multiple times.
2924         (mono_dllmap_insert): Call mono_loader_init () so this works even before
2925         the runtime is initialized. Fixes #401755.
2926
2927 2008-06-19  Dick Porter  <dick@ximian.com>
2928
2929         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
2930         Fixes bug 349688.
2931
2932 2008-06-19  Dick Porter  <dick@ximian.com>
2933
2934         * socket-io.c:
2935         * icall-def.h: Implement Socket generic Send() and Receive()
2936         methods.  Fixes bug 395168.
2937
2938 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
2939
2940         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
2941
2942         Contributed under MIT/X11 license.
2943
2944 2008-06-18  Martin Baulig  <martin@ximian.com>
2945
2946         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
2947         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
2948         set to 80.0.  The debugger <-> runtime interface is now frozen as
2949         well.   
2950
2951         * mono-debug.c
2952         (mono_debug_debugger_version): Bump to 4.
2953
2954 2008-06-18  Martin Baulig  <martin@ximian.com>
2955
2956         * debug-mono-symfile.c
2957         (load_symfile): Don't check the minor version.
2958
2959         * debug-mono-symfile.h: Bump the version number to 50.0.
2960
2961 2008-06-18  Martin Baulig  <martin@ximian.com>
2962
2963         * debug-mono-symfile.c
2964         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
2965         minimum required version.
2966
2967 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
2968
2969         * reflection.c (mono_custom_attrs_from_property): Fix support for
2970         retriveving cattrs of dynamic inflated generic types.
2971
2972         * reflection.c (mono_custom_attrs_from_event): Same.
2973
2974         * reflection.c (mono_custom_attrs_from_field): Same;
2975
2976         * reflection.c (typebuilder_setup_events): Same cattrs of events.
2977
2978         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
2979         Moved to metadata.c.
2980
2981         * metadata.c: New functions to retrive the equivalent field, event
2982         of property from the generic type definition.
2983
2984         * metadata-internals.h: Added new functions from metadata.c.
2985
2986 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
2987
2988         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
2989         to cached in a mempool is used.
2990
2991         * metadata.c (free_generic_class): In some situations field generic_info type
2992         is not properly dup'ed and leads to double free'ing.
2993
2994         Fixes #400643.
2995
2996 2008-06-17  Mark Probst  <mark.probst@gmail.com>
2997
2998         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
2999         this arguments (will be needed later for generic methods).
3000         Collect stats.
3001
3002 2008-06-17  Mark Probst  <mark.probst@gmail.com>
3003
3004         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
3005         Create a static RGCTX invoke wrapper for methods which require it.
3006
3007 2008-06-17  Mark Probst  <mark.probst@gmail.com>
3008
3009         * object.c, class-internals.h: New function for checking whether
3010         an individual field is special static.
3011
3012 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
3013
3014         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
3015         linear search since the table is sorted.
3016
3017         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
3018         Fixes #324180.
3019
3020 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
3021
3022         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
3023         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
3024
3025         * gc.c (mono_domain_finalize): Allow an infinite timeout.
3026
3027         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
3028         
3029         * threads.c (mono_thread_request_interruption): Get rid of locking, use
3030         InterlockedCompareExchange to query and modify 
3031         thread->interruption_requested.
3032
3033         * object-internals.h (struct _MonoThread): Change interruption_requested
3034         to a gint32 so it can be modified by atomic operations. Add 
3035         'critical_region_level' from the managed side, change small_id to a guint32,
3036         add new set of 'unused' fields.
3037
3038         * appdomain.c: Bump corlib version.
3039
3040 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
3041
3042         * class.c (mono_class_from_name): Search modules as well. Fixes
3043         #322332.
3044
3045 2008-06-13  Mark Probst  <mark.probst@gmail.com>
3046
3047         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
3048         templates.  Templates are generalized with an additional type_argc
3049         argument.  RGCTX templates have type_argc==0, MRGCTX templates
3050         have type_argc>0.
3051
3052         * domain-internals.h, domain.c: New hash table for looking up
3053         MRGCTXs.
3054
3055         * metadata.c, metadata-internals.h: Rename hash and equal
3056         functions for MonoGenericInst's and make them public.
3057
3058         * class-internals.h: New data structures for the MRGCTX.  Macros
3059         for distinguishing slots in the RGCTX and the MRGCTX.
3060
3061 2008-06-13  Mark Probst  <mark.probst@gmail.com>
3062
3063         * object.c (mono_method_get_imt_slot): Put the same methods of
3064         different instantiations of the same generic interface in the same
3065         IMT slots, to make generic sharing simpler.
3066
3067 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
3068
3069         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
3070
3071         * metadata.c (mono_metadata_field_info_with_mempool): Added.
3072         This function works just like mono_metadata_field_info, but
3073         accept a mempool as argument to be used allocating memory.
3074
3075         * marshal.c (mono_marshal_load_type_info): Use new function
3076         to load marshal data into image mempool.
3077
3078 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
3079
3080         * class.c (mono_class_inflate_generic_type_with_mempool):
3081         This function allows to inflate a generic type using
3082         a mempool.
3083
3084         * class.c (inflate_generic_type): Take a mempool as argument
3085         and use it to do type dup'ing.
3086
3087         * class.c (mono_class_setup_fields): Field type for generic
3088         generic classes are allocated from the image mempool.
3089
3090         * metadata.c (free_generic_class): Inflated field type is
3091         now allocated in the image mempool.
3092
3093 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
3094
3095         * threads.c (thread_cleanup): Free MonoThread::name.
3096
3097 2008-06-12  Marek Habersack  <mhabersack@novell.com>
3098
3099         * appdomain.c (ensure_directory_exists): avoid unnecessary
3100         mkdir(2) calls when the shadow directory already exists.
3101         (mono_make_shadow_copy): copy also satellite assemblies from the
3102         private bin directories.
3103
3104 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
3105
3106         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
3107         
3108         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
3109         a page boundary. Fixes #396219.
3110
3111 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3112
3113         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
3114         due to double-checked locking.
3115
3116 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3117
3118         * assembly.c (build_assembly_name): Release memory on failure.
3119
3120         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
3121
3122 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3123
3124         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
3125         memory on failure.
3126
3127 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3128
3129         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
3130         memory on failure.
3131
3132 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3133
3134         * loader.c (field_from_memberref): Check if field signature type is equal
3135         to the non-inflated type of the field. Fixes #398980.
3136
3137 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
3138
3139         * assembly.c (mono_assembly_load_from_full): Call 
3140         mono_assembly_load_friends () outside the assemblies lock, since it can
3141         acquire the loader lock. Fixes #323696.
3142
3143         * reflection.c (resolve_object): Inflate the inst with the context for
3144         FieldOnTypeBuilderInst. Fixes #399010.
3145
3146 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3147
3148         * reflection.c (mono_image_get_field_on_inst_token): Don't
3149         inflate the field to encode it's signature. If it's a
3150         VAR or MVAR it should stay that way in the signature.
3151         Fixes #399047.
3152
3153 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3154
3155         * reflection.c (resolve_object): Release memory of inflated types.
3156
3157 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3158
3159         * loader.c (mono_method_get_signature_full): Remove assert about
3160         loading a methodspec to a generic method. We have such methods, such as
3161         System.Threading.Interlocked::CompareExchange<T>.
3162         This assert was removed since it crashes the verifier when it checks
3163         methods calling CompareExchange<T>.
3164
3165 2008-06-10  Marek Safar  <marek.safar@gmail.com>
3166
3167         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
3168         of Type array and not MonoType.
3169
3170 2008-06-10  Marek Habersack  <mhabersack@novell.com>
3171
3172         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
3173         <lupus@ximian.com>
3174
3175 2008-06-10  Martin Baulig  <martin@ximian.com>
3176
3177         * debug-mono-symfile.h
3178         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
3179         changes to the file format, but we were generating incorrect
3180         source file indices in the line number table due to a bug, which
3181         made backtraces report an incorrect source file.
3182
3183 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3184
3185         * mono-debug.c: Moved mono_debug_free_method_jit_info from
3186         mini/debug-mini.c to here.
3187
3188         * mono-debug.c (il_offset_from_address): Free memory from find_method.
3189
3190         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
3191         use it to release structs returned by mono_debug_find_method.
3192
3193 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
3194
3195         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
3196         since it needs to set method->slot for all interface methods.
3197
3198 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3199
3200         * class-internals.h: Forgot to add.
3201
3202 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3203
3204         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
3205
3206         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
3207         Lookup the custom attributes from property_hash.
3208
3209         * reflection.c (mono_save_custom_attrs): Save the custom attributes
3210         in property_hash. Allocate all data using the image mempool.
3211
3212         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
3213         for dynamic_custom_attrs to checks if the image is dynamic.
3214
3215 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
3216
3217         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
3218         assemblies array.
3219         
3220         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
3221         runtime functions while holding the domain assemblies lock.
3222
3223 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3224
3225         * verify.c: Reapplied the last bit of the reverted changes.
3226
3227 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3228
3229         * verify.c: Reapplied more of the reverted changes.
3230
3231 2008-06-09  Martin Baulig  <martin@ximian.com>
3232
3233         * debug-mono-symfile.c (load_symfile): Check the major version
3234         first; if it's wrong, don't print the minor version in the error message.
3235
3236 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
3237
3238         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
3239         lock instead of the domain lock to avoid deadlocks, since the thread might
3240         already hold the loader lock.
3241
3242         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
3243         (mono_thread_attach): Ditto.
3244
3245         * monitor.c: Use a TLS variable for holding the current thread id instead
3246         of calling pthread_self ().
3247         (mono_monitor_init_tls): New internal function to initialize the TLS
3248         variable.
3249         (mono_monitor_try_enter_internal): Put the owner == id check after the
3250         owner == 0 check.
3251
3252         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
3253         missed optimizations when using gcc-4.3.
3254
3255 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
3256
3257         * reflection.c (mono_dynamic_image_free): Free the memory
3258         used by MonoGenericParam in MonoDynamicImage::gen_param.
3259
3260         * reflection.c (mono_reflection_setup_generic_class): Allocate
3261         container from mempool.
3262
3263         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
3264         container from mempool.
3265
3266 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
3267
3268         * threads.c (mono_set_pending_exception): New internal function to set the
3269         pending exception of the current thread.
3270         (mono_thread_get_and_clear_pending_exception): Check for 
3271         thread->pending_exception as well.
3272
3273         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
3274
3275         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
3276         it can trigger a collection.
3277
3278 2008-06-06  Martin Baulig  <martin@ximian.com>
3279
3280         Merged the `debugger-kahalo' branch.
3281
3282         * mono-debug.h
3283         (MONO_DEBUGGER_VERSION): Bumped to 72.
3284
3285         * debug-mono-symfile.h
3286         (MonoSymbolFileMethodIndexEntry): Removed.
3287         (MonoSymbolFileMethodEntry): New public typedef.
3288         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
3289         (MonoSymbolFileSourceEntry): Remove everything except `index' and
3290         `data_offset'.
3291         (MonoSymbolFileMethodEntry): Removed.
3292         (MonoSymbolFileLexicalBlockEntry): Removed.
3293         (MonoSymbolFileLineNumberEntry): Removed.
3294         (MonoDebugLexicalBlockEntry): Removed.
3295         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
3296         removed `num_il_offsets' and `il_offsets'.
3297         (MonoSymbolFile): Replace `version' with `major_version' and
3298         `minor_version'.
3299         (MONO_SYMBOL_FILE_VERSION): Replace with
3300         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
3301         `MONO_SYMBOL_FILE_MINOR_VERSION'.
3302
3303         * debug-mono-symfile.c
3304         (mono_debug_symfile_lookup_location): Add support for the new line
3305         number table format.
3306
3307 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
3308
3309         * metadata.c (free_generic_class): Release the inflated
3310         MonoClass of dynamic generic classes if it's not a generic
3311         type definition.
3312
3313 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
3314
3315         * verify.c: Reapplied more of the reverted changes.
3316
3317 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
3318
3319         * reflection.c (lookup_custom_attr): Clean the cached flag or
3320         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
3321         for SRE types.
3322
3323 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
3324
3325         * verify.c: Reapplied a small part of the reverted changes.
3326
3327 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
3328
3329         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3330
3331         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
3332         previously in managed code.
3333         (mono_monitor_exit): Ditto.
3334         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
3335
3336         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
3337         the managed definition.
3338
3339 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
3340
3341         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
3342
3343 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
3344
3345         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
3346         
3347         * monitor.c: Add some micro optimizations.
3348
3349         * icall.c (type_from_typename): Handle 'bool'.
3350
3351 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
3352
3353         * verify.c: Implement constructor verification per P III 1.8.1.4.
3354         Fixes #396716.
3355
3356 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
3357
3358         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
3359         holding the assemblies lock here too.
3360
3361 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3362
3363         * verify.c: Kill stack_top function.
3364
3365 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3366
3367         * verify.c: Kill stack_get function.
3368
3369 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3370
3371         * verify.c (mono_method_verify): Last change broke the build. Fixed.
3372
3373 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3374
3375         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
3376         more reliable.
3377
3378         * verify.c (mono_method_verify): Inflate params and locals to avoid
3379         mismatch when checking for compatibility.
3380
3381 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
3382
3383         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
3384         Length prefix should be size in bytes. Fix bug #339530.
3385         
3386         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
3387         Length prefix should be size in bytes. Fix bug #339530.
3388
3389         Code is contributed under MIT/X11 license.
3390
3391 2008-06-05  Bill Holmes <billholmes54@gmail.com>
3392
3393         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
3394
3395         Contributed under MIT/X11 license.
3396
3397 2008-06-05  Martin Baulig  <martin@ximian.com>
3398
3399         * mono-debug-debugger.c
3400         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
3401
3402 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
3403
3404         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
3405         while holding the assemblies lock to prevent deadlocks. Handle the case
3406         where the search hook returns NULL but the assembly was still loaded.
3407         Fixes #323696.
3408
3409         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
3410         modify domain state.
3411
3412 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
3413
3414         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
3415         * Makefile.am (pedump_LDADD): Post-process object files and
3416         add dtrace-generated object file, if necessary.
3417
3418         Code is contributed under MIT/X11 license.
3419
3420 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3421
3422         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
3423
3424 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3425
3426         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
3427
3428 2008-06-04  Mark Probst  <mark.probst@gmail.com>
3429
3430         * threads.c: Try to free everything from the delayed free table
3431         when shutting down threads, and set the variable to NULL after the
3432         table is freed so that calling
3433         mono_thread_hazardous_try_free_all() when shutting down the root
3434         domain doesn't crash.
3435
3436 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3437
3438         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
3439         the caller if resulting type was inflated.
3440
3441         * class.c (mono_class_create_from_typespec): Free the MonoType if it
3442         was inflated.
3443
3444         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
3445
3446
3447 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
3448
3449         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
3450         class library tests.
3451
3452         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
3453         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
3454         #396989.
3455
3456 2008-06-04  Mark Probst  <mark.probst@gmail.com>
3457
3458         * domain.c, domain-internals.h: The JIT infos are now freed by the
3459         JIT info table code.  They are freed immediately if there only a
3460         single JIT info table in circulation.  If there is more, the free
3461         is delayed via a queue.
3462
3463         * threads.c, threads-types.h: New hazard pointer function for
3464         freeing all freeable delayed items in one sitting.
3465
3466 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3467
3468         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
3469
3470         * reflection.c (typebuilder_setup_properties): Same.
3471
3472         * reflection.c (typebuilder_setup_events): Same.
3473
3474 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3475
3476         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
3477         and use it for allocating memory.
3478
3479         * reflection.c (mono_marshal_spec_from_builder): Same.
3480
3481         * reflection.c: Change code to use new signatures.
3482
3483         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
3484
3485 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
3486
3487         * decimal.c (rescale128): Put back one line which was accidently commented
3488         out.
3489         
3490         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
3491         to cause crashes.
3492
3493 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3494
3495         * reflection.c (mono_reflection_generic_class_initialize): Name must
3496         be always malloc'ed so we can free it later on. Do this for field, property
3497         and event.
3498
3499         * metadata.c (free_generic_class): Free field, property and event names.
3500
3501 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3502
3503         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
3504         instead of g_memdup.
3505
3506         * reflection.c (typebuilder_setup_fields): Same.
3507
3508 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
3509
3510         * decimal.c (rescale128): Optimize this function a bit more.
3511
3512 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3513
3514         * metadata.c (free_generic_class): Release some memory from
3515         SRE generic classes.
3516
3517 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3518
3519         * reflection.c (mono_image_get_generic_field_token): No reference
3520         to name is kept, free it.
3521
3522         * reflection.c (mono_reflection_generic_class_initialize): Free
3523         more memory of the inflated field.
3524
3525 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
3526
3527         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
3528         code.
3529
3530 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
3531
3532         * reflection.c (mono_dynamic_image_free): Release memory used by
3533         MonoDynamicImage::array_methods elements.
3534
3535         * reflection.c (assembly_add_win32_resources): Release memory after
3536         encoding.
3537
3538 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
3539
3540         * decimal.c (log2_32): Use an optimized version for this function too.
3541         
3542         * decimal.c (log2_64): Fix this on 32 bit machines.
3543
3544 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
3545
3546         * class.c (mono_dup_array_type): Implement allocation using a mempool.
3547
3548         * class.c (mono_metadata_signature_deep_dup): Same.
3549
3550         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
3551         a mempool.
3552
3553         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
3554
3555         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
3556
3557         * metadata-internals.h: Added mono_metadata_signature_dup_full.
3558
3559         * class-internals.h: Update signatures to take a MonoMemPool.
3560
3561 2008-06-02  Dick Porter  <dick@ximian.com>
3562
3563         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
3564         * icall-def.h: Add
3565         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
3566         FormatMessage API to get the error text.  Fixes bug 321827.
3567
3568 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
3569
3570         * decimal.c: Add some micro optimizations to make decimal operations faster.
3571
3572 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3573
3574         * reflection.c (method_encode_clauses): Take a mempool
3575         as parameter and use it to allocate the clause array.
3576
3577         * reflection.c (mono_image_get_field_on_inst_token): Free
3578         the inflated type after encoding it.
3579
3580         * reflection.c (mono_dynamic_image_free): Free each element
3581         of MonoDynamicImage::gen_params.
3582
3583         * reflection.c (reflection_methodbuilder_to_mono_method):
3584         Allocate the generic param array from the mempool.
3585         Allocate signature params from the mempool.
3586
3587         * reflection.c (mono_reflection_generic_class_initialize):
3588         Free inflated fields after been used.
3589
3590 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
3591
3592         * icall.c: Reapply the memory leak fixes as they no
3593         longer make mono crash.
3594
3595 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
3596
3597         * reflection.c (mono_type_get_object): Don't store the suplied
3598         MonoType with type_hash. A caller which pass a type that
3599         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
3600         might end with a pointer to freed memory.
3601         The solution is to use byval_arg or this_arg from the associated
3602         MonoClass of the supplied type.
3603
3604 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
3605
3606         * icall.c: Revert the rest of the last change as it breaks the build too.
3607
3608 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3609
3610         * icall.c: Revert a leak fix as it's breaking the build.
3611
3612 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3613
3614         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
3615
3616 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3617
3618         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
3619
3620 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3621
3622         * icall.c: Fix some memory leaks.
3623
3624 2008-05-29  Dick Porter  <dick@ximian.com>
3625
3626         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
3627         async socket operations from the pending list when a socket
3628         closes.  Leaving it until the threadpool services the event
3629         exposes a race condition when a socket descriptor is reused.
3630         Fixes bug 377589.
3631
3632 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3633
3634         * object.c: Fix negative index check for array alocation.
3635
3636 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3637
3638         * icall.c, marshal.c: Delegate wrappers should skip visibility.
3639         This check is performed by the verifier for IL created delegates
3640         and by Delegate::CreateDelegate for programatically created ones.
3641         Fixes #372406.
3642
3643 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3644
3645         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
3646         Fix code to use mono_array_size_t instead of int.
3647
3648         Based on patch by Luis F. Ortiz.
3649         Contributed under X11 license.
3650         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
3651
3652 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3653
3654         * icall.c: Added ves_icall_System_Array_GetLongLength and
3655         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
3656         arrays.
3657
3658         * icall.h: Export both new functions.
3659
3660         Based on patch by Luis F. Ortiz.
3661         Contributed under X11 license.
3662         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
3663
3664 2008-05-28  Martin Baulig  <martin@ximian.com>
3665
3666         The debugger now requires exactly r103463.
3667
3668         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
3669         This version is not supported by the debugger, wait for 72.
3670
3671 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3672
3673         * object.h: Changed array related functions to use
3674         mono_array_size_t instead of guint32. Forgot to commit this file.
3675
3676         Patch by Luis F. Ortiz.
3677         Contributed under X11 license.
3678         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
3679
3680
3681 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3682
3683         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
3684         don't define it. Use the number literal instead.
3685
3686 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3687
3688         * icall.c: Changed array related functions to use
3689         mono_array_size_t instead of guint32.
3690
3691         * icall.c (ves_icall_System_Array_GetLength): Check for length
3692         overflow under MONO_BIG_ARRAYS.
3693
3694         Based on patch by Luis F. Ortiz.
3695         Contributed under X11 license.
3696         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
3697
3698 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3699
3700         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
3701
3702         Based on patch by Luis F. Ortiz.
3703         Contributed under X11 license.
3704         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
3705
3706 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3707
3708         * object.c, object.h: Changed array related functions to use
3709         mono_array_size_t instead of guint32.
3710
3711         Patch by Luis F. Ortiz.
3712         Contributed under X11 license.
3713         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
3714
3715 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3716
3717         * object.h: Introduced mono_array_size_t typedef. This must be used
3718         in all places an array length is expected. This is 64bits wide if
3719         MONO_BIG_ARRAYS is enabled.
3720
3721         Patch by Luis F. Ortiz.
3722         Contributed under X11 license.
3723         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
3724
3725 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
3726
3727         * security-manager.c class.c: Set the class exception info by calling
3728         mono_class_set_failure ().
3729
3730         * class.c (mono_class_get_exception_data): New accessor function.
3731         (mono_class_set_failure): Store exception_data in the property hash.
3732
3733         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
3734         the struct as a property.
3735
3736         * loader.c (mono_get_method_full): Store the lookup result for method
3737         tokens in method_cache, the others in methodref_cache to decrease the memory
3738         usage of hash tables.
3739
3740         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
3741         (mono_image_init): method_cache is lazy inited now.
3742
3743         * metadata-internals.h (struct _MonoImage): Change method_cache to
3744         a MonoValueHashTable, add a separate methodref_cache.
3745
3746 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
3747
3748         * number-formatter.h: Fix tables to avoid arithemtic overflow in
3749           Double.ToString as exposed by Bug #383531.
3750
3751 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
3752
3753         * number-formatter.h: Make some tables static.
3754
3755         * class.c (mono_method_set_generic_container): New accessor function.
3756         (mono_method_get_generic_container): Ditto.
3757
3758         * class-internals.h (struct _MonoMethod): Remove rarely used 
3759         'generic_container' field, store it in the property hash instead. Add 
3760         'is_generic' boolean field instead.
3761
3762         * image.c (mono_image_init): Initialize property_hash.
3763         (mono_image_close): Destroy property_hash.
3764
3765         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
3766         hold rarely used fields of runtime structures belonging to this image.
3767
3768         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
3769         to get/set method->generic_container.
3770
3771         * loader.c (mono_get_method_from_token): Avoid loading the method header for
3772         generic methods.
3773
3774 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
3775
3776         * class.c (mono_class_inflate_generic_method_full): Don't increase
3777         mono_stats.inflated_method_count for methods found in the cache.
3778
3779         * threads.c (mono_thread_request_interruption): Add a comment about 
3780         QueueUserAPC ().
3781
3782 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
3783
3784         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
3785         interface_offsets_packed table.
3786         
3787         * class.c (mono_class_init): Remove some dead code.
3788
3789         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
3790         mono_class_setup_vtable () when CAS is active to detect security problems.
3791
3792 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
3793
3794         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
3795
3796         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
3797         parameters as it's irrelevant for delegate checking.
3798
3799 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
3800
3801         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
3802
3803         * class.c (mono_class_init): Control the creation of a generic vtable using
3804         a global which is true by default, but set to false by the runtime startup code.
3805         
3806         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
3807         Disabled for now since it breaks the embedding API.
3808         Move the setup of class->methods for arrays to mono_class_setup_methods ().
3809         (mono_class_setup_methods): Add a memory barrier.
3810
3811         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
3812         when mono_class_init () doesn't compute the generic vtable.
3813         
3814 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
3815         * profiler.c: Added mono_profiler_install_statistical_call_chain,
3816         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
3817         to support call chains (backtrace) in the stat profiler.
3818         * profiler.c, profiler-private.h: Likewise.
3819
3820 2008-05-22  Mark Probst  <mark.probst@gmail.com>
3821
3822         * generic-sharing.c: Init generic class when a method of it is
3823         requested via a runtime generic context.
3824
3825 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
3826
3827         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
3828
3829         * reflection.c (mono_type_get_object): Add a FIXME.
3830
3831         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
3832
3833         * class.c (mono_class_get_method_by_index): New helper function, returning an
3834         entry in the class->methods array.
3835
3836 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
3837
3838         * class.c (mono_class_init): Only do the array optimization for szarrays. 
3839         Avoid creating a generic vtable for generic instances as well.
3840         (mono_class_get_method_from_name_flags): Don't search in the metadata for
3841         generic instances.
3842
3843 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
3844
3845         * loader.c (mono_get_method_constrained): Inflate the signature
3846         with class context. Fix #325283.
3847
3848 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
3849
3850         * object.c (mono_class_create_runtime_vtable): Add a comment.
3851
3852         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
3853         where needed.
3854         (setup_interface_offsets): Handle the case when this is called twice for arrays.
3855         (mono_class_setup_vtable_general): Add an assert.
3856         (mono_class_init): Avoid creating a generic vtable for arrays.
3857
3858         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
3859         here, let mono_class_init () do that.
3860
3861         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
3862         interfaces in mscorlib.
3863
3864         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
3865         interfaces. Add some comments.
3866         (mono_class_init): Call mono_class_setup_methods () here since it is no
3867         longer called by mono_class_setup_vtable ().
3868
3869         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
3870         not set in class->vtable.
3871         (mono_class_create_runtime_vtable): Reenable the disabled code.
3872
3873         * object.c (mono_class_create_runtime_vtable): Disable the last change for
3874         now as it causes some test failures.
3875
3876         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
3877         if using the vtable trampoline. Also remove some strange code which put the
3878         generic methods themselves into the vtable slots. Remove the AOT init_vtable
3879         stuff as it is no longer needed.
3880
3881 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3882
3883         * pedump.c: Give make --verify all option check code as well.
3884         Using --verify code won't check for metadata now.
3885
3886 2008-05-19  Martin Baulig  <martin@ximian.com>
3887
3888         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
3889
3890         * mono-debug.c
3891         (_mono_debug_using_mono_debugger): New global variable; it's set
3892         directly by the debugger, so mono_debug_using_mono_debugger() also
3893         works after attaching.
3894
3895 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
3896
3897         * object.c (mono_class_create_runtime_vtable): Use memory barriers
3898         as we do double checked locking on MonoClass::runtime_info and
3899         MonoClassRuntimeInfo::domain_vtables.
3900
3901 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
3902
3903         * debug-helpers.c (print_field_value): Fix a warning.
3904
3905 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
3906
3907         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
3908         set in the AOT case.
3909
3910 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
3911
3912         * class.c (mono_class_setup_vtable_general): Use memory barriers
3913         as we do double checked locking on MonoClass::vtable.
3914
3915 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
3916
3917         * reflection.c (resolve_object): Inflate only if the generic context
3918         is not null. Fixes #389886.
3919
3920 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
3921
3922         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
3923         instead of g_free.
3924
3925         Code is contributed under MIT/X11 license.
3926
3927 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
3928
3929         * class.c: Revert unrelated change.
3930
3931 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
3932
3933         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
3934         a generic instantiation, use mono_class_from_mono_type instead of playing
3935         with MonoType directly.
3936
3937 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
3938
3939         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
3940         checks must ignore generic instantiations, so mono_class_has_parent is not
3941         suitable. Fixes #390128.
3942
3943 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
3944
3945         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
3946         it to avoid registering tokens during metadata generation. Fixes #390023.
3947
3948 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
3949
3950         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
3951         consistent.
3952
3953         Contributed under MIT/X11 license.
3954
3955 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
3956
3957         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
3958         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
3959         to fixup the EXE image.
3960         (mono_cleanup): Use mono_close_exe_image.
3961         (mono_close_exe_image): New function.
3962         * image.c: Include "marshal.h".
3963         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
3964         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
3965         counting when the image is loaded outside of mono_image_open_full. Set status
3966         based on GetLastError.
3967         * coree.c: Include required headers. Add init_from_coree.
3968         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
3969         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
3970         (_CorExeMain): Set init_from_coree.
3971         (CorExitProcess): Only call ExitProcess for now.
3972         (CorBindToRuntimeEx): New stub implementation.
3973         (CorBindToRuntime): New function.
3974         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
3975         (MonoFixupExe): ILONLY executables require no fixups.
3976         (mono_set_act_ctx): New function to set activation context.
3977         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
3978         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
3979         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
3980         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
3981         as MONO_INTERNAL.
3982         * domain-internals.h: Add mono_close_exe_image.
3983
3984         Contributed under MIT/X11 license.
3985
3986 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3987
3988         * metadata.c (mono_metadata_compute_size): Correctly calculate field
3989         size for generic param and event tables. Fixes #388977.
3990
3991 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
3992
3993         * loader.c (mono_method_signature): Use memory barriers because of the double
3994         checked locking pattern.
3995
3996         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
3997         aborting or aborted as well. Fixes #376391.
3998         
3999         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
4000         existing runtime state in the Suspend handler during shutdown.
4001
4002 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
4003
4004         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
4005
4006         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
4007         which are starting up or shutting down.
4008
4009         * threads.c (mono_threads_set_shutting_down): Don't return a value since
4010         this function never returns if the runtime is already shutting down.
4011
4012         * icall.c (ves_icall_System_Environment_Exit): Update after 
4013         mono_threads_set_shutting_down () signature change.
4014         
4015 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
4016
4017         * class.c: Added can_access_instantiation to verify if the instantiation
4018         is visible. Fix access check for nested types as they returned TRUE
4019         before doing type and generic instantiation visibility checks.
4020
4021 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
4022
4023         * reflection.c (mono_reflection_create_generic_class): The created type
4024         must have a different container from its TypeBuilder. Otherwise they
4025         will end sharing generic arguments, which is wrong.
4026
4027         Due to the sharing, making a generic instance of the created type using
4028         the TypeBuider generic arguments resulted in the generic type definition
4029         been returned, which is wrong as well.
4030
4031         As a bonus the code was leaking the type_params array. This memory should
4032         be allocated from the image mempool.
4033
4034         This fixes bug #354047.
4035
4036 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
4037
4038         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
4039         to here         as they are now used in assembly.c new code.
4040         Added a skipverification flag to MonoAssembly.
4041         New internal function mono_assembly_has_skip_verification.
4042
4043         * assembly.c: New function mono_assembly_has_skip_verification. It checks
4044         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
4045         part of #387274.
4046
4047 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
4048
4049         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
4050         needed. Fixes #387034.
4051
4052         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
4053
4054 2008-05-06  Miguel de Icaza  <miguel@novell.com>
4055
4056         * assembly.c (mono_assembly_load_reference): Prevent crash while
4057         disassembling Silverlight 2.0 executables while we still do not
4058         have GACed libraries.
4059
4060 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
4061
4062         * reflection.c: Special case generic type definitions as well. Fixes #383444.
4063
4064 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
4065
4066         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
4067         of the dynamic case. Fixes #387404.
4068
4069 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4070
4071         *verify.c (mono_verifier_is_class_full_trust): If under
4072         verify_all and the verifier mode was not set, only
4073         gac and corlib types are fulltrust. This makes --verify-all
4074         usable to detect unverifiable code, which is the expected
4075         use case.
4076
4077 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4078
4079         * verify.h: Ops, commited the header with debug
4080         enabled.
4081
4082 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4083
4084         * verify.c (merge_stack): Use the new value on unverifiable
4085         stack merges.
4086
4087         * verify.c (verify_type_compatibility_full): Comparison
4088         of nullable types can't use mono_class_is_assignable_from.
4089
4090         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
4091         that makes all verification errors be reported.
4092
4093         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
4094         mono_method_verify.
4095
4096 2008-05-05  Robert Jordan  <robertj@gmx.net>
4097
4098         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
4099         support for value types. See #386415.
4100
4101         * object.c: comments.
4102
4103         Code is contributed under MIT/X11 license.
4104
4105 2008-05-05  Martin Baulig  <martin@ximian.com>
4106
4107         * debug-mono-symfile.h
4108         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
4109         for old pre-terrania symbol files.
4110
4111 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
4112
4113         * mono-config.c: Add ppc64 architecture.
4114
4115         Code is contributed under MIT/X11 license.
4116
4117 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
4118
4119         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
4120           PPC64 uses function descriptors as well.
4121
4122         Code is contributed under MIT/X11 license.
4123
4124 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
4125
4126         * object.c (compute_class_bitmap): Ignore literal static fields.
4127
4128         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
4129         var has an invalid format.
4130         (describe_ptr): Add some sanity checks for the vtable.
4131         (add_nursery_frag): Clear unused nursery fragments.
4132         (major_collection): Clear all remaining nursery fragments.
4133
4134 2008-05-03  Robert Jordan  <robertj@gmx.net>
4135
4136         * image.c, metadata-internals.h: add thunk_invoke_cache.
4137
4138         * marshal.c, marshal.h: implement
4139         mono_marshal_get_thunk_invoke_wrapper ().
4140
4141         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
4142
4143         Code is contributed under MIT/X11 license.
4144
4145 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
4146
4147         * verify.c (do_leave): Empty the stack.
4148
4149 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
4150
4151         * class.c (mono_class_is_assignable_from): Variance
4152         doesn't work between reference and value types. For example,
4153         given type C<T+>, C<int32> is not assignable to C<object>.
4154         Break the argument checking loop on first error. 
4155
4156 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
4157
4158         * icall.c : base64_to_byte_array() needs some more strict
4159           check for sequence of '=' characters. Patch by Santa
4160           Marta (http://deee.g.hatena.ne.jp/santamarta).
4161
4162           Contributed under MIT/X11 license.
4163           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
4164
4165 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
4166
4167         * domain.c: Disable LoadLibrary support to fix Win32 build.
4168
4169         Code is contributed under MIT/X11 license.
4170
4171 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
4172
4173         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
4174         to help with cache behaviour.
4175
4176 2008-05-01  Miguel de Icaza  <miguel@novell.com>
4177
4178         * appdomain.c (mono_domain_from_appdomain): Add new accessor
4179         method. 
4180
4181 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
4182
4183         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
4184
4185 2008-05-01  Dick Porter  <dick@ximian.com>
4186
4187         * process.c (process_get_fileversion): Only pass 16 bits of
4188         language ID to VerLanguageName.  Fixes bug 381204.
4189
4190 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4191
4192         * verify.c (mono_method_verify): Fix the comparison
4193         operator for code bounds check.
4194
4195 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4196
4197         * verify.c (mono_method_verify): Check the bounds of
4198         all access of the code array.
4199
4200 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
4201
4202         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
4203
4204 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
4205
4206         * image.c (mono_image_strong_name_position): Fix return value when the rva is
4207         not valid.
4208
4209 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
4210
4211         * loader.c (mono_get_method_from_token, mono_method_signature): Add
4212         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
4213         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
4214         fixup main EXE images when using mono.exe for mixed-mode assembly support.
4215         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
4216         mono_runtime_load.
4217         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
4218         runtime initialization from metadata.
4219         * assembly.c: Remove obsolete ceGetModuleFileNameA.
4220         (mono_set_rootdir): Use mono_get_module_file_name.
4221         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
4222         handles.
4223         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
4224         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
4225         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
4226         MonoCLIImageInfo. Add support for module handles.
4227         (load_cli_header): Update mono_cli_rva_image_map signature.
4228         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
4229         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
4230         (mono_image_rva_map): Add support for module handles.
4231         (mono_image_ensure_section_idx): Add support for module handles.
4232         (mono_image_close): Add support for module handles.
4233         (do_load_header): Add support for module handles.
4234         (mono_image_open_from_module_handle): New function for internal use.
4235         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
4236         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
4237         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
4238         handles.
4239         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
4240         * image.h: Add mono_image_fixup_vtable.
4241         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
4242         support.
4243         * coree.h: New file.
4244         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
4245         unsupported native code.
4246         (mono_marshal_set_callconv_from_modopt): New function splitted from
4247         mono_marshal_get_managed_wrapper.
4248         (mono_marshal_get_managed_wrapper): Use
4249         mono_marshal_set_callconv_from_modopt.
4250         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
4251         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
4252         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
4253         that results in a deadlock when the runtime is loaded in _CorDllMain.
4254         * Makefile.am: Add coree.c and coree.h.
4255
4256         Contributed under MIT/X11 license.
4257
4258 2008-04-28  Mark Probst  <mark.probst@gmail.com>
4259
4260         * generic-sharing.c: Search for type arguments in array element
4261         types as well.
4262
4263 2008-04-28  Mark Probst  <mark.probst@gmail.com>
4264
4265         * class-internals.h, generic-sharing.c: New, small runtime generic context.
4266
4267         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
4268
4269         * object.c: Don't setup the RGCTX when the vtable is created,
4270         because we're setting it up lazily now.
4271
4272 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
4273
4274         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
4275         64 bit support.
4276
4277 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4278
4279         * verify.c (verify_class_for_overlapping_reference_fields): 
4280         If class is under fulltrust allow reference types to overllap
4281         if they have the same RVA.
4282
4283 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4284
4285         * pedump.c: Added new flag valid-only, that makes the verifier
4286         behaves just like --security=validil. It won't fail type load
4287         due to unverifiable restrictions.
4288
4289 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4290
4291         * class-internals.h (struct MonoMethod): Added a verification_success
4292         field to cache verifier executions. Reduced MonoMethod:slot size by
4293         one bit.
4294
4295 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
4296
4297         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
4298         instead of a 'vt' argument to save an indirection and to allow these to be used
4299         for valuetypes.
4300         (scan_vtype): New helper function to scan an area using a gc descriptor.
4301         (mono_gc_wbarrier_value_copy): Implement this.
4302         (handle_remset): Add support for REMSET_VTYPE.
4303         (find_in_remset_loc): Ditto.
4304         (mono_gc_base_init): Allow some debugging options to be controlled through the
4305         use of the MONO_GC_DEBUG env variable.
4306         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
4307         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
4308
4309 2008-04-23  Martin Baulig  <martin@ximian.com>
4310
4311         * domain.c (mono_domain_create): Move the call to
4312         mono_debug_domain_create() down, after allocating the domain id.
4313
4314 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4315
4316         verify.c (verify_class_for_overlapping_reference_fields): Skip
4317         static fields while verifying for overlapping fields as they
4318         don't matter at all.
4319
4320 2008-04-23  Marek Habersack  <mhabersack@novell.com>
4321
4322         * domain-internals.h: added a declaration of
4323         mono_make_shadow_copy.
4324
4325         * assembly.c (mono_assembly_open_full): shadow copying of
4326         assemblies moved to here, so that all the assemblies within the
4327         application domain's private binary directories can be
4328         processed. Fixes bug #380546
4329
4330         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
4331         mono_make_shadow_copy and made non-static. The decision whether
4332         to shadow-copy an assembly is made based on its location - it's
4333         copied if it's in one of the private application domain binary
4334         directories and its different to the target file in the shadow
4335         directory. Fixes bug #380546
4336
4337 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
4338
4339         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
4340
4341         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
4342         types.
4343
4344         * reflection.c (mono_image_create_token): Handle 
4345         Method/ConstructorOnTypeBuilderInst.
4346         (resolve_object): Ditto.
4347         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
4348         so it can be called from resolve_object. Also handle the case when the inflated
4349         class already has its methods setup.
4350
4351 2008-04-21  Martin Baulig  <martin@ximian.com>
4352
4353         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
4354
4355 2008-04-20  Geoff Norton  <gnorton@novell.com>
4356
4357         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
4358         pointer dereference.
4359
4360 2008-04-15  Marek Habersack  <mhabersack@novell.com>
4361
4362         * appdomain.c (try_load_from): if IOMAP is in effect, call the
4363         portability API to look up the assembly file. Fixes behavior in
4364         situations when the application has a bin/ directory, but the
4365         assembly search patch refers to Bin/ (and thus the requested file
4366         name is Bin/SomeLibrary.dll). Fixes bug #379888
4367
4368 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4369
4370         verify.c (mono_type_is_generic_argument): Extracted this check
4371         from a dozen places to here.
4372
4373         verify.c: Fixed all issues related to boxing generic arguments
4374         and their constraints.
4375
4376 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4377
4378         verify.c (mono_class_interface_implements_interface): Fix win32 build.
4379
4380 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
4381
4382         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
4383         isn't finished yet. Fixes #363447.
4384
4385 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
4386
4387         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
4388         Fixes #346419.
4389
4390 2008-04-13  Jb Evain  <jbevain@novell.com>
4391
4392         * domain.c: update the 2.1 profile versions.
4393         Merged from the Moonlight 2 branch.
4394
4395 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
4396
4397         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
4398         mscorlibs for the non-refonly case as well.
4399
4400         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
4401         in mono_assembly_load_from_full (). Fixes #378924.
4402
4403 2008-04-11  Geoff Norton  <gnorton@novell.com>
4404
4405         * icall.c: The global extern environ doesn't exist on Mac.  We
4406         need to call NSGetEnviron instead.
4407
4408 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
4409
4410         verify.c: Add generic method constraint verification.
4411
4412 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
4413
4414         class.c (mono_class_inflate_generic_method_full): Add a long
4415         explanation to the is_mb_open hack. Remove the FIXME.
4416
4417 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
4418
4419         * verify.c (mono_method_verify): Mark all unknown opcodes
4420         as invalid. Mark jmp as unverifiable.
4421
4422 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
4423
4424         * verify.c: Add code to do type constraint verification on class instances.
4425
4426         * verify.c (mono_verifier_verify_class): Use the type constraint 
4427         verification code.
4428
4429 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
4430
4431         * class.c (mono_class_get_field_default_value): Don't pass cindex
4432         as hint to mono_metadata_get_constant_index. The local is not initialized
4433         and should contain garbage most of the time. This could only work
4434         with a lot of luck.
4435
4436 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
4437
4438         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
4439
4440 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
4441
4442         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
4443
4444         * class.c (mono_class_from_generic_parameter): Save the token of the
4445         generic param in MonoClass::sizes.generic_param_token.
4446
4447         * reflection.c (mono_custom_attrs_from_class): If the class type is
4448         VAR or MVAR retrieve the attributes of the generic param.
4449
4450 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4451
4452         * class.c (mono_class_init): Do class verification if the verifier
4453         is enabled.
4454
4455 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4456
4457         * verify-internal.h: Added mono_verifier_verify_class.
4458
4459         * verify.c: Added mono_verifier_verify_class. It checks for
4460         classes with explicit layout that have overlapping reference fields.
4461
4462         * pedump.c: Init the verifier state prior to verification. Fixed
4463         command line arguments.
4464
4465 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4466
4467         * Makefile.am: Added verify-internals.h, hopefully fix the build.
4468
4469 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
4470
4471         * verify-internals.h: Fix a warning.
4472
4473 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4474
4475         * verify-internals.h: New header with the verifier configuration
4476         extracted from mini.c.
4477
4478         * verify.c: Implemented the new functions exported by verify-internals.h.
4479
4480 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4481
4482         * verify.c: Add proper verification of ckfinite.
4483
4484 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
4485
4486         * verify.c (do_conversion): Improved error message to something
4487         more meanfull.
4488
4489         * verify.c (check_is_valid_type_for_field_ops): Fix to work
4490         with primitive types.
4491
4492 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
4493
4494         * verify.c: Added tail prefix checking. Marked icall
4495         as unverifible.
4496
4497 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
4498
4499         * verify.c: Fix the detection of branches to the middle
4500         of an instruction.
4501
4502 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
4503
4504         * verify.c: Implemented verification of volatile. and
4505         unaligned. prefix. Check if a type is valid after retrieving it.
4506
4507 2008-04-01  Dick Porter  <dick@ximian.com>
4508
4509         * process.c (process_get_fileversion): If there's no string block,
4510         set the file language to en_US.  Fixes the other new part of bug
4511         374600.
4512
4513 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
4514
4515         * class.c: New functions mono_method_can_access_field_full and
4516         mono_method_can_access_method_full. They perform type visibility
4517         and type site check.
4518
4519         * class-internal.h: Added exported functions.
4520
4521         * verify.c: Use new functions to implement proper visibility checks.
4522
4523 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
4524
4525         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
4526
4527 2008-03-28  Dick Porter  <dick@ximian.com>
4528
4529         * process.c (process_get_fileversion): Use the first language ID
4530         we see, rather than insisting on an invariant language.  Fixes bug
4531         374600.
4532
4533 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
4534
4535         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
4536         the streams to fix reading of invalid memory later.
4537
4538         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
4539         to ease debugging.
4540
4541 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
4542
4543         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
4544         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
4545
4546 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
4547         * threads.h: Added MonoThreadManageCallback type and
4548         mono_thread_set_manage_callback prototype
4549         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
4550         (used to store the mono_thread_manage callback).
4551         * threads.c: Added mono_thread_set_manage_callback, and handle
4552         "MonoThread->manage_callback" in build_wait_tids.
4553
4554 2008-03-26  Dick Porter  <dick@ximian.com>
4555
4556         * process.c (process_get_fileversion): Set FileVersionInfo strings
4557         to Empty when the resource doesn't have the particular info.
4558         Fixes bug 355717.
4559
4560 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
4561
4562         * verify.c (mono_method_verify): Proper prefix validation.
4563
4564 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
4565
4566         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
4567         itself in a separate argument instead of throwing them. Fixes #373448.
4568
4569         * appdomain.c: Bump corlib version.
4570
4571 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
4572
4573         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
4574
4575 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
4576
4577         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
4578         version macros.
4579
4580 2008-03-20  Mark Probst  <mark.probst@gmail.com>
4581
4582         * generic-sharing.c, class-internals.h: Code for putting
4583         reflection types into the runtime generic context.
4584
4585 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4586
4587         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
4588         Fixes #340662. 
4589
4590
4591 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
4592
4593         * verify.c (VerifyContext): Added instruction prefix data to the struct.
4594
4595         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
4596
4597         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
4598
4599         * verify.c (do_cast): Let the result value keep the boxed status.
4600
4601         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
4602
4603 2008-03-17  Jb Evain  <jbevain@novell.com>
4604
4605         * reflection.c: when running on a 2.0 runtime, emit
4606         unconditionally the #~ header version as 2.0, and the
4607         CLI header version as 2.5, for symmetry's sake with csc.
4608
4609 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
4610
4611         * class.c: Remove the unused cache_interface_offsets stuff.
4612
4613         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
4614         profiler.c: Fix warnings.
4615
4616 2008-03-16  Mark Probst  <mark.probst@gmail.com>
4617
4618         * generic-sharing.c, class-internals.h: Support for putting
4619         methods into the runtime generic context.
4620
4621 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
4622
4623         * class.c (mono_class_setup_fields): Ignore calls made to this function for
4624         classes which are generic instances of not-yet finished typebuilders. Fixes
4625         #351172.
4626
4627         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
4628
4629 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
4630
4631         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
4632
4633         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
4634         field, replace it with a hash table in MonoDynamicImage.
4635
4636         * reflection.c (inflate_mono_method): Access the generic definition object from
4637         image->generic_def_objects instead of imethod->reflection_info.
4638
4639         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
4640
4641         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
4642         
4643         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
4644         function in reflection.c so it is easier to keep in sync with the dynamic image
4645         creation code.
4646
4647         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
4648         mono_image_close ().
4649
4650 2008-03-15  Mark Probst  <mark.probst@gmail.com>
4651
4652         * class.c (mono_class_generic_sharing_enabled): Disable generic
4653         sharing for all architectures except AMD64 and x86 to fix build.
4654
4655 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
4656
4657         * verify.c: Use the generic definition MonoGenericContext when available.
4658         Remove code for checking generics instance compatibility in favor of
4659         mono_class_is_assignable_from.
4660
4661 2008-03-14  Mark Probst  <mark.probst@gmail.com>
4662
4663         * marshal.c, marshal.h, metadata-internals.h, image.c,
4664         wrapper-types.h: New wrapper for invoking a shared static method
4665         without having to pass the runtime generic context argument.
4666
4667 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
4668
4669         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
4670
4671 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
4672
4673         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
4674         
4675         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
4676         create a token from a FieldOnTypeBuilderInst.
4677         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
4678         (resolve_object): Ditto.
4679
4680         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
4681         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
4682
4683 2008-03-14  Martin Baulig  <martin@ximian.com>
4684
4685         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
4686
4687         * debug-mono-symfile.h
4688         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
4689         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
4690
4691 2008-03-10  Martin Baulig  <martin@ximian.com>
4692
4693         * debug-mono-symfile.h
4694         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
4695         `lexical_block_table_offset'.
4696         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
4697         `lexical_blocks'.
4698         (MonoSymbolFile): Added `version'.
4699
4700         * mono-debug.h
4701         (MonoDebugLexicalBlockEntry): Removed.
4702         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
4703         `lexical_blocks'.
4704
4705         * mono-debug.c (mono_debug_add_method): Don't compute lexical
4706         blocks here; the debugger now does this internally.
4707
4708 2008-02-27  Martin Baulig  <martin@ximian.com>
4709
4710         * object.c (mono_runtime_exec_main): Call
4711         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
4712         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
4713
4714 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4715
4716         * verify.c (verify_type_compatibility_full): Allow native int to be converted
4717         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
4718
4719 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4720
4721         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
4722         ldftn with a virtual method.
4723
4724 2008-03-13  Geoff Norton  <gnorton@novell.com>
4725
4726         * decimal.c:  Only include memory.h if the platform has it.
4727
4728 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
4729
4730         * assembly.c, class.c, metadata-internals.h: make sure public key
4731         tokesns are compared in a case-insensitive way. Also, all
4732         the lookups in the GAC use a lowercase public key token
4733         (gaacutil already does the lowercasing on install). Fixes
4734         bug #369541.
4735
4736 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
4737
4738         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
4739         and return value.
4740
4741 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
4742
4743         * image.c: when someone loads a mscorlib from a file, return the
4744         currently loaded mscorlib (fixes bug #369253).
4745
4746 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
4747
4748         * class.c: handle types with no parents by forcing them to have
4749         System.Object as a parent and marking them as broken (this currently
4750         allows the first part of bug #369173 to work as well, likely because
4751         we don't check for typeload exceptions everywhere yet).
4752
4753 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
4754
4755         * class.c: more complete check that types belong to corlib
4756         (fixes second part of bug #369173).
4757
4758 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
4759
4760         * generic-sharing.c:  Including glib.h for the MSVC builds to define
4761           "inline" to "__inline" before including mono-membar.h.
4762           
4763         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
4764           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
4765           MSVC builds.
4766
4767         Contributed under MIT/X11 license.
4768
4769 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
4770
4771         * verify.c (do_invoke_method): Remove return type validation.
4772
4773         * verify.c (do_ret): Do return type validation at return site instead of
4774         call site.
4775
4776 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
4777
4778         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
4779
4780         * verify.c: Some todos cleaned and improved a few error messages.
4781
4782 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
4783
4784         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
4785
4786 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
4787
4788         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
4789         system types correctly.
4790
4791         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
4792         function.
4793
4794 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
4795
4796         * assembly.c (build_assembly_name): Fix a warning.
4797
4798 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
4799
4800         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
4801         the called function takes an object type argument. Fixes storing or
4802         valuetypes across remoting as well as reducing memory usage.
4803         * image.c, metadata-internals.h: remove now unused ldfld_remote and
4804         stfld_remote wrapper caches.
4805
4806 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
4807
4808         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
4809         is not found.
4810
4811         * reflection.c (mono_image_register_token): New helper function to save
4812         a token->object mapping.        
4813
4814         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
4815         managed code.
4816
4817         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
4818         one dimension arrays. Fixes #367670.
4819         (mono_reflection_get_type_internal): Ditto.
4820
4821 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
4822
4823         * marshal.c: mono_load_remote_field_new() always returns object.
4824         so use the proper signature (fixes bug #366445).
4825
4826 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
4827         
4828         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
4829         add an 'inline_failure' flag instead.
4830
4831 2008-03-04  Mark Probst  <mark.probst@gmail.com>
4832
4833         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
4834         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
4835         contains the location of "this", used for exception handling.
4836
4837 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
4838
4839         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
4840         their size on all platforms for perf reasons.
4841
4842 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
4843
4844         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
4845         object-internal.h
4846
4847         * object-internal.h: Same.
4848
4849 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
4850
4851         * reflection.h: Fix the build I just broke.
4852
4853 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
4854
4855         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
4856         Test if a token is valid, this remove explicit usage of 
4857         MonoDynamicImage::tokens from the verifier code.
4858
4859         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
4860
4861         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
4862         instead of direct access to MonoDynamicImage::tokens.
4863
4864 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
4865
4866         * verify.c (token_bounds_check): Fix the build I just broke.
4867
4868 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
4869
4870         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
4871
4872         * verify.c (verifier_load_method): Fixed the errors message.
4873
4874         * verify.c (mono_method_verify): Fixed a debug message.
4875
4876 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
4877
4878         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
4879         mono-perfcounters.h, class-internals.h: support for predefined
4880         writable counters, query of categories and counters, bugfixes.
4881
4882 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
4883
4884         * verify.c (do_refanytype): Verify the refanytype opcode.
4885
4886         * verify.c (mono_method_verify): Use do_refanytype.
4887
4888 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
4889
4890         * verify.c (do_mkrefany): Verify the mkrefany opcode.
4891
4892         * verify.c (mono_method_verify): Use do_mkrefany.
4893
4894 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
4895
4896         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
4897         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
4898         implementation.
4899
4900 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
4901
4902         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
4903         the type load exception.
4904
4905 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
4906
4907         * verify.c: Added a few FIXME for method signatures
4908
4909         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
4910         of mono_method_get_signature and get vararg call working. Removed unused
4911         checks for return value.
4912
4913         * verify.c (do_refanyval): Verify the refanyval opcode.
4914
4915         * verify.c (mono_method_verify): Implemented verification of arglist and
4916         use do_refanyval.
4917
4918 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
4919
4920         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
4921         vtypes to marshal.c.
4922
4923         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
4924         it works for AOT as well.
4925
4926 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
4927
4928         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
4929         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
4930         the system time is adjusted.
4931
4932 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
4933
4934         * icall.c, icall-def.h: use the new time functions (fixes the
4935         non-monotonic behaviour of TickCount).
4936
4937 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
4938
4939         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
4940         it breaks the build.
4941         
4942         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
4943         cattr is not finished yet.
4944
4945 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
4946
4947         * verify.c: Proper token validation for field, method and type.
4948
4949 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
4950
4951         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
4952
4953         * loader.c (method_from_memberref): Generate type load error instead of method missing
4954         if the type is not found.
4955
4956 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
4957
4958         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
4959         some of the conversions caused the generation of a marshal directive exception.
4960
4961 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
4962
4963         verify.c: Report which exception should be thrown by the JIT.
4964         Added a lot of FIXME notes.
4965
4966 2008-02-22  Mark Probst  <mark.probst@gmail.com>
4967
4968         * generic-sharing.c: Runtime generic context slots are not
4969         instantiated on init anymore.  Instead, provide function to do the
4970         instantiating on demand.
4971
4972         * class-internals.h: Added vtable to runtime generic context.
4973         Macros for encoding direct and indirect slot offsets in one
4974         guint32.
4975
4976 2008-02-21  Mark Probst  <mark.probst@gmail.com>
4977
4978         * object.c, generic-sharing.c: Moved some generic sharing code
4979         from object.c to generic-sharing.c.
4980
4981         * generic-sharing.c: Added support for extensible runtime generic
4982         context.
4983
4984         * metadata-internals.h: Two new hash tables in MonoImage for
4985         extensible runtime generic context support.
4986
4987         * domain.c: Unregister generic vtables upon domain unloading.
4988
4989         * image.c: Destroy new hash tables upon image unloading.
4990
4991         * metadata.c: Unregister generic subclasses upon image unloading.
4992
4993         * class-internals.h: New data structure for runtime generic
4994         context template.  New fields in the runtime generic context for
4995         extensible part.
4996
4997         * Makefile.am: Added generic-sharing.c.
4998
4999 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
5000
5001         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
5002         there is a pending loader exception, raise it.
5003
5004         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
5005         same.
5006
5007         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
5008         same.
5009
5010         Fixes #363450.
5011
5012 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
5013
5014         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
5015
5016         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
5017         
5018         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
5019         ref-only requests for compatibility with MS.
5020
5021 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
5022
5023         * reflection.c (mono_custom_attrs_from_method): Don't silently
5024         return an empty list for generic method instances.
5025         (mono_custom_attrs_from_param): Likewise.
5026
5027 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
5028             Raja R Harinath  <harinath@hurrynot.org>
5029
5030         Fix #354757
5031         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
5032         * class.c (mono_class_inflate_generic_method_full): Initialize it
5033         when a fully-open method is instantiated.
5034         * metadata.c (inflated_method_equal, inflated_method_hash): Update
5035         to new field.
5036         * reflection.c (inflate_mono_method): Don't create a temporary context.
5037
5038 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
5039
5040         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
5041         Compute correct value, to prepare for imethod->reflection_info going away.
5042
5043 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
5044
5045         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
5046
5047 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
5048
5049         * verify.c: Implement skip visibility flag.
5050
5051 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
5052
5053         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
5054         which contains an extra field to tell the kind of exception that should be thrown.
5055
5056         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
5057
5058 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
5059
5060         * loader.c (mono_method_get_param_names): Initialize 'klass' after
5061         'method' is updated.
5062
5063 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
5064
5065         * class.c (mono_class_layout_fields): Set class->min_align for classes using
5066         explicit layout as well. Fixes #360375.
5067
5068 2008-02-11  Geoff Norton  <gnorton@novell.com>
5069
5070         * loader.c: Guard and dereference against inflated generic methods
5071
5072 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
5073
5074         * class.c: Include Retargetable spec in assembly name.
5075         * assembly.c: Always include PublicKeyToken spec in assembly name
5076         (with value "null" if assembly is not signed), and include
5077         Retargetable spec.
5078         * icall-def.h: Added icall for Assembly.get_fullname.
5079         * icall.c: Added icall returning the fullname of an assembly.
5080
5081 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
5082
5083         * class.c (mono_class_setup_vtable_general): Add a missing call to
5084         mono_class_setup_methods () which is needed in the AOT case.
5085
5086 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
5087
5088         * verify.c (mono_type_get_stack_name): Added. Return the name for the
5089         stack type of the given MonoType.
5090
5091         * verify.c (verify_type_compatibility_full): Handle the void type.
5092
5093         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
5094         way stack merging works.
5095
5096         * verify.c (store_local): Improved verification message.
5097
5098         * verify.c (do_branch_op): If the merging is invalid, the method
5099         is unverifiable and not invalid. Improved error message.
5100
5101         * verify.c (merge_stacks): Properly merge a boxed valuetype and
5102         a reference type diferent than System.Object. Improved error
5103         message.
5104
5105 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
5106
5107         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
5108
5109         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
5110         type of an enum even if the argument is byref.
5111
5112         * verify.c: Replace all explicit uses of enumtype and enum_basetype
5113         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
5114
5115         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
5116
5117         *verify.c (verify_type_compatibility_full): Make enum types
5118         compatible with their base types.
5119
5120         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
5121         types are compatible for the special case of a boxed valuetype and
5122         System.Object.
5123
5124         * verify.c (verify_stack_type_compatibility): The function
5125         is_compatible_boxed_valuetype was extracted from here.
5126
5127         * verify.c (push_arg): Only set ctx->has_this_store if the method
5128         is not static.
5129
5130         * verify.c (do_ldelem): Fixed a typo in an error message and added
5131         strict check for mixing int32 and native int as the array type
5132         and ldelem type.
5133
5134         * verify.c (merge_stacks): Consider boxed valuetypes in the
5135         compatibility checks.
5136
5137 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
5138         * profiler.h: (MonoGCEvent): Added start-stop the world events.
5139
5140 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
5141         *class.c: use_new_interface_vtable_code: renamed the env var to have
5142         a "MONO_" prefix, and fix the logic to enable it by default.
5143
5144 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
5145         *class.c:
5146         mono_class_setup_vtable_general: rewrote the way in which interface
5147         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
5148         makes the code more maintainable.
5149         For now the old code is still there, and can be activated setting
5150         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
5151
5152 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
5153
5154         * verify.c: guarded some debug functions around and #ifdef.
5155
5156         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
5157
5158 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
5159
5160         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
5161         changes for now since they seem to break too many things.
5162
5163 2008-02-05  Mark Probst  <mark.probst@gmail.com>
5164
5165         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
5166         mono_marshal_find_nonzero_bit_offset): Added macro and function
5167         for finding the byte- and bit-offset of a bitfield within a
5168         struct.
5169
5170 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
5171
5172         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
5173         (mono_marshal_get_struct_to_ptr): Ditto.
5174
5175         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
5176         cctor_signature.
5177
5178 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
5179
5180         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
5181         between methods for non-corlib types.
5182
5183 2008-02-02  Geoff Norton  <gnorton@novell.com>
5184
5185         * loader.c (mono_method_get_param_names): Populate the parameter name for 
5186         generic parameters as well. (Fixes #342536)
5187
5188 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
5189
5190         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
5191
5192         * verify.c (do_invoke_method): Fix for calling with byref structs.
5193
5194         * verify.c (do_cast): push a boxed value type based on the type token and not
5195         the type of stack.
5196
5197 2008-01-31  William Holmes  <billholmes54@gmail.com>
5198
5199         * process.c (process_module_string_read): Check the size returned form 
5200           VerQueryValue to avoid out of memory exception. 
5201
5202 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
5203
5204         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
5205         Handle properly modules which are not in the moduleref table. Fixes
5206         #356938.
5207
5208 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
5209
5210         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
5211         the dynamic case which is now in managed code.
5212         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
5213
5214         * marshal.c (mono_string_to_bstr): Fix a warning.
5215         (init_com_provider_ms): Ditto.
5216
5217         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
5218
5219         * exception.c (mono_get_exception_out_of_memory): New helper function.
5220
5221 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
5222
5223         * marshal.c: Add support for BSTR marshalling
5224         using other COM systems.
5225
5226         Code is contributed under MIT/X11 license.
5227
5228 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
5229
5230         * object.c (mono_runtime_invoke_array): reverted previous
5231         commit as it breaks the build.
5232
5233 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
5234
5235         * object.c (mono_runtime_invoke_array): Verify arguments for
5236         invalid types. Fixes #348522.
5237
5238 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
5239
5240         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
5241         non-final virtual calls using call. 
5242
5243         * verify.c (do_invoke): fixed some TODOs.
5244
5245         * verify.c (push_arg): set has_this_store for "ldarga 0".
5246
5247 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
5248
5249         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
5250         which belong to an inflated class. Fixes #356531.
5251
5252 2008-01-26  Robert Jordan  <robertj@gmx.net>
5253
5254         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
5255         which resort to FindFirstFile when a certain error condition
5256         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
5257         Code is contributed under MIT/X11 license.
5258
5259 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
5260
5261         * marshal.c (emit_marshal_string): Fix out string marshalling
5262         to use specified encoding. Fixes #323900.
5263
5264         Code is contributed under MIT/X11 license.
5265
5266 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
5267
5268         * class.c (mono_class_inflate_generic_method_full): Don't modify
5269         iresult->context after cache check.
5270
5271 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
5272
5273         * class.c (mono_class_inflate_generic_method_full): Change the
5274         struct assignments to memcpy for better visibility and add some comments.
5275
5276 2008-01-23  Dick Porter  <dick@ximian.com>
5277
5278         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
5279         procedure, and make it work on windows.
5280
5281 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
5282
5283         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
5284         a MonoReflectionTypeBuilder since it is always of that type.
5285
5286         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
5287
5288         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
5289
5290         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
5291         
5292         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
5293
5294         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
5295
5296         * reflection.c (mono_reflection_create_runtime_class): Remove already created
5297         instantiations from the type cache.
5298
5299 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5300
5301         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
5302
5303         * verify.c (do_unbox_value): push a controled mutability managed pointer.
5304
5305 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5306
5307         * verify.c (do_ldstr): added, verifies if the #US token is valid.
5308
5309         * verify.c (mono_method_verify): removed old TODO
5310
5311 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5312
5313         * verify.c (do_newobj): add visibility check.
5314
5315 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5316
5317         * verify.c (do_load_function_ptr): add visibility check.
5318
5319 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
5320         *class.c:
5321         mono_generic_class_get_class: hook profiler events.
5322         mono_field_get_offset: added to support heap-shot in the new profiler.
5323         *class.h: exported mono_field_get_offset.
5324         * reflection.c:
5325         mono_reflection_setup_internal_class: hook profiler events.
5326
5327 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
5328
5329         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
5330         argument here too and use it to avoid checking for pending exceptions if 
5331         possible.
5332
5333 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
5334
5335         * assembly.c (build_assembly_name): add arg for passing the assembly
5336         flags. Do not consider a PublicKey with value "null" valid.
5337         (mono_assembly_name_parse_full): added boolean argument that will be
5338         set if the assembly name contains a PublicKeyToken spec. Added support
5339         for the Retargetable spec for which only Yes or No are allowed as valid
5340         value. Consider assembly name invalid if Retargetable spec is set, but
5341         either version, culture or public key (token) are not specified.
5342         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
5343         with implementation in assembly.c.
5344         * icall.c (fill_reflection_assembly_name): also copy assembly flags
5345         from MonoAssemblyName.
5346         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
5347         introduced argument for mono_assembly_name_parse_full to know if the
5348         assembly name has a PublicKeyToken spec, and if it has instruct
5349         fill_reflection_assembly_name to use default value for keyToken (if
5350         PublicKeyToken is null).
5351
5352 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
5353
5354         * verify.c (mono_method_verify): fixed ovf ops with
5355         float values. They are unverifiable now.
5356
5357 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
5358
5359         * class.c (set_failure_from_loader_error): add BadImageException to the
5360         list of exceptions that can cause a type to fail to load.
5361
5362         * class.c (mono_class_get_exception_for_failure): same.
5363
5364 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
5365
5366         * verify.c (in_any_exception_block): added, check if offset
5367         is part of any exception handling clause.
5368
5369         * verify.c (get_stack_type): added VAR and MVAR types.
5370
5371         * verify.c (do_stobj): better error messages.
5372
5373         * verify.c (do_cpobj): added, check cpobj.
5374
5375         * verify.c (do_initobj): added, check initobj.
5376
5377         * verify.c (do_sizeof): added, check sizeof.
5378
5379         * verify.c (do_localloc): added, check localloc.
5380
5381         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
5382
5383 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
5384
5385         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
5386         save_lmf/restore_lmf opcodes.
5387
5388         * threads.c (mono_threads_install_notify_pending_exc): New function to
5389         install a callback notifying the JIT there is a pending exception on a thread.
5390         (mono_thread_request_interruption): Call the new callback.
5391         (mono_thread_get_and_clear_pending_exception): New function to return the
5392         exception pending on a thread.
5393
5394         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
5395         to turn off checking for pending exceptions.
5396         (mono_marshal_get_native_wrapper): Ditto.
5397
5398 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
5399
5400         * threads-types.h: Get rid of the unnecessary extern declarations.
5401
5402 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
5403
5404         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
5405         return field from parent class if not private.
5406         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
5407         returns fields from parent class if they are not private.
5408         (method_nonpublic): added function to determine if a given method
5409         should be considered non-public. Returns false for private methods
5410         on parent class, and internal methods from parent on the 1.0 profile.
5411         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
5412         use method_nonpublic function to determine whether method should be
5413         returned.
5414         (property_accessor_public): use newly introduced method_nonpublic
5415         function to determine whether accessor is non-public. 
5416         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
5417         event from parent class if not private. Only return static event if
5418         Static flag is set, and only return static event from parent class if
5419         FlattenHierarchy flag is set.
5420         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
5421         include non-private events from parent class.
5422
5423 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
5424
5425         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
5426         warning.
5427
5428 2008-01-16  Wade Berrier <wberrier@novell.com>
5429
5430         * security.c: Add assembly.h header to appease some warnings
5431
5432 2008-01-16  Dick Porter  <dick@ximian.com>
5433
5434         * process.c (process_module_string_read): Remove trailing null
5435         when saving string.
5436
5437 2008-01-16  Mark Probst  <mark.probst@gmail.com>
5438
5439         * class-internals.h: A new data structure describing the layout of
5440         a runtime generic context (MonoRuntimeGenericContextTemplate).
5441
5442         * metadata-internals.h: Added a hash table to MonoDomain that maps
5443         from open generic classes to their runtime generic context
5444         templates.
5445
5446         * object.c: Building of the runtime generic context, including
5447         proper handling of generic type arguments of superclasses.
5448         Building of the runtime generic context according to the template.
5449
5450 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
5451
5452         * class.c (mono_class_setup_fields): Set field.count for generic instances.
5453         Fixes #350856.
5454
5455         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
5456         mono_portability_find_file (). Fixes #325466.
5457         (mono_image_get_public_key): Fix a warning.
5458
5459 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
5460
5461         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
5462         Fixes #353550.
5463         (mono_class_from_name_case): Ditto.
5464
5465 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
5466
5467         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
5468           common storage for the tables used in the System/NumberFormatter class.
5469
5470 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
5471
5472         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
5473
5474 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
5475
5476         * verify.c (get_boxable_mono_type): check if the token is valid.
5477
5478         * verify.c (set_stack_value): changed to add an error if an
5479         invalid type is set on stack. Changed all callers due to signature change.
5480
5481         * verify.c (do_stobj): implement stobj validation.
5482
5483 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
5484
5485         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
5486         set container->is_method, it was set earlier.
5487
5488         * metadata.c (type_in_image): Handle MVARs which belong to not finished
5489         generic methods.
5490
5491         * reflection.c (mono_reflection_initialize_generic_parameter): Set
5492         is_method of the generic container to TRUE for methods.
5493
5494 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
5495
5496         * metadata.c (type_in_image): Handle type parameters properly.
5497
5498         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
5499         memory ownership of this structure.
5500
5501 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
5502
5503         * verify.c (get_boxable_mono_type): make typedref types been just
5504         unverifiable. check for void type.
5505
5506         * verify.c (do_unbox_any): added, verify opcode unbox.any.
5507
5508         * verify.c (do_load_function_ptr): accept method spec tokens.
5509
5510 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
5511
5512         * marshal.c (mono_class_native_size): Always set *align even if this is called
5513         recursively.
5514
5515 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
5516
5517         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
5518         out-of-date.
5519
5520 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
5521
5522         * verify.c: removed some old unused tables. A huge bunch of small fixes
5523         to things found while testing the verifier with mono basic.
5524
5525         * verify.c (dump_stack_value): dump null literal flag to.
5526
5527         * verify.c (verify_type_compatibility_full): fix comparison
5528         for types that have a generic super type.
5529
5530         * verify.c (verify_stack_type_compatibility): fix compatibility
5531         between null literals and reference types. fix compatibility between
5532         boxed valuetypes and object. fix corner case test for enums.
5533
5534         * verify.c (do_cmp_op): proper verification of cgt.un in case
5535         of reference types.
5536
5537         * verify.c (do_invoke_method): fix error message.
5538
5539         * verify.c (do_store_indirect
5540
5541         * verify.c (check_is_valid_type_for_field_ops): proper verification
5542         of managed pointers to valuetypes and boxed valuetypes. proper verification
5543         of null literals.
5544
5545         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
5546         allow token to be a reference type.
5547
5548         * verify.c (do_cast): proper handling of boxes valuetypes.
5549
5550         * verify.c (do_stelem): proper handling of storing a boxed valuetype
5551         in object[].
5552
5553         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
5554         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
5555         fixed the decoding of unbox_any
5556
5557 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
5558
5559         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
5560
5561 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
5562
5563         * verify.c (do_newobj): do delegate verification.
5564
5565         * verify.c (verify_delegate_compatibility): perform delegate
5566         verification.
5567
5568         * verify.c (verify_ldftn_delegate): perform tests related to
5569         ldftn delegates.
5570
5571         * verify.c (mono_delegate_signature_equal): perform the
5572         slightly diferent signature comparison required by delegates.
5573
5574         * metadata.c (mono_metadata_type_equal_full): added and exported
5575         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
5576         allows signature only comparison.
5577
5578         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
5579         as MONO_INTERNAL.
5580
5581 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
5582
5583         * verify.c: added a bunch of stack_slot_* functions to
5584         make access to stack slot type easier. This is required to
5585         allow optional flags, like null literal, boxed value and
5586         this pointer.
5587         All access paths to IlStackDesc::stype have been changed 
5588         to use these new funcions.
5589         Removed a bunch of unused functions and cleared all warnings.
5590         This patch introduces the usage of the this pointer and 
5591         boxed value flags.
5592
5593 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
5594
5595         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
5596
5597 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
5598
5599         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
5600         match managed version.
5601
5602         * appdomain.c: Bump corlib version.
5603         
5604         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
5605         argument.
5606
5607 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
5608
5609         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
5610         Set public key token to zero-length byte array if assembly is not
5611         strongnamed.
5612
5613 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
5614
5615         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
5616         writing a vtype array elem.
5617
5618 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5619
5620         * assembly.c (build_assembly_name): return FALSE if length of token is
5621         not 16 (if not "null").
5622         (mono_assembly_name_parse_full): return FALSE if value of version,
5623         culture, token or key is 0.
5624         * icall.c (fill_reflection_assembly_name): add boolean arguments to
5625         specify whether public key and public key token must be set to default
5626         value (zero-length byte array) if not available. Set versioncompat to
5627         SameMachine. If public key is available or the default is set, then
5628         set PublicKey flag.
5629         (ves_icall_System_Reflection_Assembly_FillName): if no public key
5630         is available, use empty byte array as default value. On the 2.0
5631         profile, use default value for public key token if not set.
5632         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
5633         profile, use default value for public key if not set. On the 2.0
5634         profile, use default value for public key token if not set.
5635         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
5636         default values for public key and public key token.
5637
5638 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
5639
5640         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
5641         field to keep it in synch with the managed object.
5642
5643         * marshal.c (emit_marshal_object): Add support for byref marshalling of
5644         delegates. Fixes #351520.
5645
5646         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
5647         contains defined memory.
5648         
5649         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
5650
5651         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
5652         
5653         * sgen-gc.c (check_consistency): New helper function to do a consistency check
5654         of the GC data structures.
5655
5656         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
5657
5658         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
5659         
5660         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
5661         barrier.
5662         (mono_array_clone_in_domain): Ditto.
5663         (mono_array_clone_in_domain): Ditto.
5664
5665         * threads.c (start_wrapper): Register the thread start argument as a GC root.
5666         (cache_culture): Use a write barrier.
5667
5668         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
5669         (ves_icall_get_property_info): Ditto.
5670
5671         * object.h (MONO_STRUCT_SETREF): New macro.
5672
5673         * class-internals.h (MonoStats): Add some GC statistics.
5674
5675         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
5676
5677 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
5678
5679         * exception.c (mono_exception_from_name_two_strings):
5680         Break from loop after method is found.
5681
5682 2008-01-04  Dick Porter  <dick@ximian.com>
5683
5684         * process.c (process_module_string_read): Rename variable to
5685         reflect correct usage, after fixing bug 345972.
5686
5687 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
5688
5689         * verify.c (mono_type_create_fnptr_from_mono_method): 
5690         created a MonoType function pointer instance to be used during
5691         verification. The verifier releases this memory at end.
5692
5693         * verify.c (mono_method_is_constructor): extracted repeated
5694         checks for constructor into a single class.
5695
5696         * verify.c (do_push_field): use new extracted method
5697         for constructor check.
5698
5699         * verify.c (do_newobj): same.
5700
5701         * verify.c (do_ldftn): renamed to do_load_function_ptr
5702         and make it verify ldvirtftn too.
5703
5704         * verify.c (mono_method_verify: proper verification
5705         of ldvirtftn. release created MonoMethod instances.
5706
5707 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
5708
5709         * verify.c (token_bounds_check): added.
5710
5711         * verify.c (do_ldftn): added.
5712
5713         * verify.c (mono_method_verify): proper verificartion of ldftn.
5714
5715 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
5716
5717         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
5718         than the table row count. It's the resposibility of the caller to
5719         make the bounds check and raise the correct error.
5720
5721         * metadata.c (mono_metadata_decode_row_col): Same.
5722
5723         * loader.c (mono_get_method_from_token): perform bounds check
5724         on token for methoddef table.
5725
5726 2007-12-29  Miguel de Icaza  <miguel@novell.com>
5727
5728         * icall.c
5729         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
5730         assert into a negative result, the managed code already coped with
5731         that.
5732
5733         Some folks on Windows reported this error. 
5734
5735 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
5736
5737         * appdomain.c: Bump corlib version.
5738         * icall.c:
5739         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
5740         CultureInfo.CreateCulture to create CultureInfo for name.
5741         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
5742         create CultureInfo for name. Fixes bug #347174.
5743
5744 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
5745
5746         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
5747         flags.
5748
5749         * verify.c (is_valid_branch_instruction): allow branching to the
5750         first instruction of the protected block.
5751
5752         * verify.c (is_valid_cmp_branch_instruction): same.
5753
5754         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
5755         avoid double initialization.
5756
5757         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
5758         detect which cases the eval stack should just be copied.
5759
5760         * verify.c (mono_method_verify): check if the eval stack
5761         is empty when entering a protected block.
5762
5763 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
5764
5765         * verify.c: added is_clause_in_range, is_clause_inside_range,
5766         is_clause_nested and verify_clause_relationship. They perform
5767         the verifications stated in P1 12.4.2.7.
5768
5769         * verify.c (mono_method_verify): remove some unused variables,
5770         add the new exception clause checks, add instruction border
5771         checks for protected block start/end, improved some error 
5772         messages and fixed a bug in the way invalid instruction access
5773         is detected.
5774
5775 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
5776
5777         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
5778         from GC 7.0 if available.
5779
5780         * object.c: Remove an unused define.
5781         
5782         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
5783
5784         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
5785
5786         * null-gc.c (mono_gc_make_descr_for_array): Implement.
5787
5788         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
5789
5790         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
5791         to take the same arguments as the other make_descr functions.
5792
5793         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
5794
5795         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
5796         directly.
5797
5798         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
5799         mini.c.
5800
5801         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
5802         call to boehm-gc.c.
5803
5804         * boehm-gc.c (mono_gc_register_root): Fix a warning.
5805
5806         * null-gc.c (mono_gc_register_root): Fix a warning.
5807
5808         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
5809
5810         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
5811         (mono_gc_base_init): Call GC_init ().
5812
5813         * null-gc.c: Define mono_gc_register_root () as a no-op.
5814
5815         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
5816
5817 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
5818
5819         * verify.c: add prototype for merge_stacks at top
5820
5821         * verify.c (do_switch): added.
5822
5823         * verify.c (merge_stacks): on some cases the stack merging
5824         was not happening properly. Unequal stack sizes at merge
5825         points should be invalid.
5826
5827         * verify.c (mono_method_verify): added more debug info on stack state.
5828         verify switch properly.
5829
5830 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
5831
5832         * method-builder.h: New file, moved the mono_mb_ declarations here from 
5833         marshal.h.
5834
5835         * boehm-gc.c marshal.c: Include method-builder.h.
5836
5837         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
5838
5839         * marshal.c: Remove some code which is now in method-builder.c.
5840
5841 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
5842
5843         * method-builder.c: New file, extraction of the method builder functionality 
5844         from marshal.c.
5845
5846         * marshal.c: Move the mb functions into method-builder.c.
5847
5848         * marshal.h marshal.c: Export some mono_mb_... functions.
5849
5850         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
5851
5852         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
5853         the caller.
5854
5855         * class.c (mono_class_get_full): Check the token type in the dynamic case.
5856
5857         * loader.c (mono_field_from_token): Ditto.      
5858
5859         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
5860         type as well.
5861         
5862         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
5863         Fixes #342565.
5864
5865         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
5866         a helper function for setting it.
5867
5868         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
5869
5870         
5871         * assembly.c: Significally simplify code now that referenced assemblies are 
5872         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
5873
5874         * threads.h: Don't include  the internal threads-types.h header file. Fixes
5875         #349952.
5876
5877 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
5878
5879         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
5880         instructions that were target of branches or are at protected block boundaries.
5881
5882         * verify.c (in_same_block): handle filter clauses.
5883
5884         * verify.c (is_valid_branch_instruction): added. checks the target of
5885         instructions br or brtrue/false.
5886
5887         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
5888         binary branch instructions such as beq and bge.
5889
5890         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
5891         and made it pin the instruction as been part of the exception block.
5892
5893         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
5894         of in_same_block.
5895
5896         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
5897         of in_same_block.
5898
5899         * verify.c (do_ret): ret from a protected block is unverifiable and
5900         not invalid.
5901
5902         * verify.c (do_static_branch): verify br and br.s instructions.
5903
5904         * verify.c (merge_stacks): add extra param to support detection
5905         of branches in the middle of instructions.
5906         
5907         * verify.c (mono_method_verify): verify branches and exception blocks
5908         that target the middle of instructions. Proper verification of br and br.s.
5909
5910 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
5911
5912         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
5913         skip_visibility field.
5914         (reflection_methodbuilder_from_dynamic_method): Ditto.
5915
5916         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
5917         registrations. Fixes #348193.
5918
5919         * threads.h: Move the internal mono_thread_get_pending_exception () to
5920         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
5921
5922 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
5923
5924         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
5925         icall registration. Fixes #348193.
5926
5927         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
5928         for corlib classes into object. Fixes #349621.
5929
5930 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
5931
5932         * icall.c (property_accessor_nonpublic): new function to determine
5933         whether an accessor allows a property to be considered non-public.
5934         Returns false for private accessor(s) from parent class, and internal
5935         accessor(s) from parent on 2.0 profile (and higher).
5936         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
5937         to determine whether property should be included if NonPublic flag
5938         is set. Fixes bug #349078.
5939
5940 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
5941
5942         * verify.c (init_stack_with_value): added.
5943
5944         * verify.c (mono_method_verify): extracted common
5945         code for exception initialization into init_stack_with_value.
5946
5947         * verify.c (mono_method_verify): initialize the exception
5948         for handler clauses as well.
5949
5950         * verify.c (mono_method_verify): fix the exception clause
5951         ordering rules, it should use handler end offset and not
5952         start offset.
5953
5954 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
5955
5956         * rawbuffer.c: remove useless warning.
5957
5958 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
5959
5960         * threads.h, threads-types.h: move functions to the correct header
5961         (fixes bug#349952).
5962
5963 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
5964
5965         * verify.c (mono_method_verify): proper verification
5966         of exception handling clauses ranges and fallthru in
5967         and out of protected blocks.
5968
5969 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
5970
5971         * verify.c (mono_method_verify): fixed compilation issue.
5972
5973 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
5974
5975         * verify.c (mono_method_verify): a printf slipped in, changed
5976         to use verifier debug macro.
5977
5978 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
5979
5980         * verify.c (is_correct_leave): check for filter clauses.
5981
5982         * verify.c (do_filter): added.
5983
5984         * verify.c (mono_method_verify): property verification of leave.
5985
5986
5987 2007-12-18  Mark Probst  <mark.probst@gmail.com>
5988
5989         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
5990         Win32 build, until we figure out how to do the proper thing on
5991         Win32.
5992
5993 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
5994
5995         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
5996         by the previous patch.
5997         
5998         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
5999         the assembly resolve handler for refonly assemblies.
6000
6001 2007-12-17  Mark Probst  <mark.probst@gmail.com>
6002
6003         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
6004         Make sure only one thread is allowed to commence shutdown, and
6005         don't allow new threads to be started once shutdown is in
6006         progress.
6007
6008 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
6009
6010         * verify.c (is_correct_endfilter): added.
6011
6012         * verify.c (is_unverifiable_endfilter): added.
6013
6014         * verify.c (do_endfilter): added.
6015
6016         * verify.c (mono_method_verify): property verification of endfilter
6017         and fixed a corner case or endfinally.
6018
6019 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
6020
6021         * verify.h: new flags to support fail fast of unverifiable code and
6022         do non-strict verification. Non-strict verification is required to
6023         have MS runtime compatibility. There are a huge amount of unverifiable
6024         code that it accepts as verifiable. The strict mode verifies the code
6025         as the specs says.
6026         Non-strict mode will be required in cases where code needs to be
6027         accepted as verifiable but fails under strict mode.
6028
6029         * pedump.c: added support to fail fast and non-strict verification.
6030
6031         * verify.c: added support for both fail fast and non-strict verification.
6032
6033 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
6034
6035         * verify.c (is_correct_endfinally): added.
6036
6037         * verify.c (mono_method_verify): property verification of endfinally.
6038
6039 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
6040
6041         * verify.c (in_any_block): check for filter clauses.
6042
6043         * verify.c (is_correct_rethrow): added.
6044
6045         * verify.c (mono_method_verify): property verification of rethrow.
6046
6047         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
6048
6049 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
6050
6051         * verify.c (do_throw): added.
6052
6053         * verify.c (mono_method_verify): property verification of throw
6054
6055 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
6056
6057         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
6058         assemblies. Fixes #346425.
6059
6060 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
6061
6062         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
6063         FieldBuilders.
6064
6065         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
6066
6067         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
6068         prevent asserts when this is called with a token which might not be valid.
6069
6070         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
6071         lookup_dynamic_token_class with valid_token == FALSE.
6072
6073         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
6074
6075         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
6076
6077         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
6078         
6079 2007-12-10  Mark Probst  <mark.probst@gmail.com>
6080
6081         * gc.c: Don't delay threadpool thread finalization unless Mono is
6082         shutting down.
6083
6084 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
6085
6086         * threads.c: turn an assert into a non-fatal warning.
6087
6088 2007-12-09  Robert Jordan  <robertj@gmx.net>
6089
6090         * icall.c (GetVirtualMethod): Add missing argument validation.
6091
6092 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
6093
6094         * verify.c (do_cast): added.
6095
6096         * verify.c (mono_method_verify): property verification of castclass and isinst.
6097
6098
6099 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
6100
6101         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
6102
6103         * verify.c (do_stelem): added.
6104
6105         * verify.c (mono_method_verify): property verification of stelem.X.
6106
6107 2007-12-07  Mark Probst  <mark.probst@gmail.com>
6108
6109         * class.c, class-internals.h: Introduce an environment variable
6110         (MONO_GENERIC_SHARING) through which the extent of generic code
6111         sharing can be controlled (share all classes, share only corlib
6112         classes, or share nothing).
6113
6114         * object.c: Only create runtime generic context for classes for
6115         which sharing is enabled.
6116
6117 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
6118
6119         * verify.c (do_ldelem): refactor it to work with ldelem.any.
6120
6121         * verify.c (mono_method_verify): property verification of ldelem.any.
6122
6123 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
6124
6125         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
6126         added ldelem.X opcodes.
6127
6128         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
6129
6130         * verify.c: proper verification of ldelem.X 
6131
6132 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
6133
6134         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
6135
6136 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
6137
6138         * verify.c (mono_method_verify): null literal requires special handling,
6139         the value pushed on stack need to be flagged as so.
6140
6141         * verify.c (do_ldelema): Verify ldelema properly.
6142
6143 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
6144
6145         * verify.c: Verify ldlen properly.
6146
6147 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
6148
6149         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
6150         to the target object's type. Fixes #346160.
6151
6152 2007-12-05  Dick Porter  <dick@ximian.com>
6153
6154         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
6155         Solaris needs the same workaround as BSD-derived systems.  Fixes
6156         bug 323524, patch by Burkhard Linke
6157         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
6158
6159 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
6160
6161         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
6162         handle to use when error dialog is shown; otherwise, update mask
6163         to show no error dialog when an error occurs.
6164
6165 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
6166
6167         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
6168
6169         * class.c (mono_class_get_field_default_value): New helper function to initialize
6170         field->def_type and field->data.
6171
6172 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
6173
6174         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
6175         the general one.
6176
6177         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
6178
6179         * marshal.c: Avoid depending on delegate->method_info being set.
6180
6181         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
6182         
6183         * object.c (mono_delegate_ctor): Set delegate->method.
6184
6185         * object-internals.h (struct _MonoDelegate): Add 'method' field.
6186
6187         * appdomain.c: Bump corlib version.
6188
6189 2007-11-27  Raja R Harinath  <harinath@gmail.com>
6190
6191         * metadata.c (mono_generic_inst_equal_full): Short-circuit
6192         equality check if we're comparing canonicalized MonoGenericInsts.
6193
6194 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
6195
6196         * class.c (generic_array_methods): Call mono_class_setup_methods () before
6197         accessing class->methods.
6198
6199 2007-11-22  Dick Porter  <dick@ximian.com>
6200
6201         * threads.c: Ensure that the synch_cs is set before trying to use
6202         it.
6203
6204 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
6205
6206         * profiler.c: r89126 broke the statistial profiler, unbreak.
6207
6208 2007-11-22  Martin Baulig  <martin@ximian.com>
6209
6210         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
6211
6212         * mono-debug.c
6213         (mono_debug_debugger_version): Bump to 3.
6214         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
6215         -> mono_debugger_class_initialized().
6216
6217         * mono-debug-debugger.c
6218         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
6219
6220         * class.c
6221         (mono_debugger_start_class_init_func): Removed.
6222         (mono_debugger_class_loaded_methods_func): Added.
6223         (mono_class_setup_methods): Call it here.
6224
6225 2007-11-22  Martin Baulig  <martin@ximian.com>
6226
6227         * mono-debug.c
6228         (mono_debug_add_delegate_trampoline): New public method.
6229         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
6230
6231         * mono-debug.h
6232         (MonoSymbolTable): Added `global_data_table'.
6233         (MonoDebuggerTypeKind): Removed.
6234
6235 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
6236
6237         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
6238         these methods.
6239
6240         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6241         
6242 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
6243
6244         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
6245
6246 2007-11-20  Martin Baulig  <martin@ximian.com>
6247
6248         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
6249
6250         * mono-debug-debugger.c
6251         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
6252         (mono_debugger_remove_breakpoint): Likewise.
6253         (mono_debugger_check_breakpoints): Likewise.
6254         (mono_debugger_register_class_init_callback): New public method.
6255         (mono_debugger_remove_class_init_callback): Likewise.
6256         (mono_debugger_add_type): Likewise.
6257
6258         * mono-debug-debugger.h
6259         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
6260
6261 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
6262
6263         * class.c: more interface implementations needed for the
6264         array enumerator (fixes bug #341112).
6265
6266 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
6267
6268         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
6269         fix ParamName of ArgumentNullExceptions.
6270
6271 2007-11-17  Miguel de Icaza  <miguel@novell.com>
6272
6273         * reflection.c (mono_reflection_encode_sighelper): Generate the
6274         modopts and modreqs.   I have a useless test that crashes monodis,
6275         but that shows the code working.
6276
6277 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
6278
6279         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
6280         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
6281
6282 2007-11-15  Dick Porter  <dick@ximian.com>
6283
6284         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
6285         When joining a thread, it's the thread that's calling Join that
6286         gets WaitSleepJoin state not the target.  Fixes the standalone
6287         test case in bug 334740, and hopefully the whole bug too.
6288
6289 2007-11-15  Dick Porter  <dick@ximian.com>
6290
6291         * process.c: Read file version info from the files pointed at by
6292         process modules, not the current process.  Fixes bug 315969.
6293
6294         Use windows typedef names in some places to fix warnings on the
6295         windows build.
6296
6297 2007-11-15  Mark Probst  <mark.probst@gmail.com>
6298
6299         * image.c, metadata-internals.h: Added a generic_class_cache hash
6300         to MonoImage for looking up generic classes when sharing generics.
6301
6302 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
6303
6304         * sgen-gc.c: warning cleanups.
6305
6306 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
6307
6308         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
6309         inherited properties.
6310
6311 2007-11-14  Mark Probst  <mark.probst@gmail.com>
6312
6313         * object.c, class-internals.h: Added more information to the
6314         runtime generic context.
6315
6316 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
6317
6318         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
6319         instead of just the target method. Generalize the abstract method handling to
6320         handle any non-static method.
6321
6322         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
6323         mono_marshal_get_delegate_invoke () signature change.
6324
6325 2007-11-13  Mark Probst  <mark.probst@gmail.com>
6326
6327         * class.c, class-internals.h: Made
6328         mono_type_get_basic_type_from_generic () public.  Fixed member
6329         access check for shared generics.
6330
6331         * loader.c: Don't insert field into field cache if it's part of a
6332         non-inflated generic class.
6333
6334         * domain.c, domain-internals.h: The generic sharing context is now
6335         part of the jit info data structure.  Added two accessor
6336         functions.
6337
6338 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
6339
6340         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
6341         the array Get/Set/Address methods, since the JIT inlines them.
6342
6343         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
6344
6345         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
6346         (mono_image_init): Initialize runtime_invoke_direct_cache.      
6347
6348         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
6349         mono_marshal_get_delegate_invoke signature change.
6350
6351         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
6352         an additional argument. Add support for invoking abstract methods.
6353
6354         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
6355
6356         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
6357
6358 2007-11-09  Mark Probst  <mark.probst@gmail.com>
6359
6360         * class.c: Do field layout for open generic classes as well.
6361
6362 2007-11-09  Mark Probst  <mark.probst@gmail.com>
6363
6364         * gc.c, gc-internal.h: Don't finalize threadpool threads with
6365         other objects, because the threadpool is still around.  Put them
6366         in a list instead and after finalizing all other objects in the
6367         root domain shut down the thread pool and then finalize the
6368         threads.  Fixes bug #337383.
6369
6370         * threads.c, thread-types.h: New mono_thread_create_internal()
6371         function for marking a thread with the threadpool flag before it
6372         started.  Set synch_cs to NULL after freeing it.
6373
6374         * threadpool.c: Mark threadpool threads before they start.
6375
6376 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
6377
6378         * reflection.h, reflection.c: don't export random functions
6379         and lazy load dbnull and missing objects.
6380
6381 2007-11-07  Jonathan Chambers <joncham@gmail.com>
6382
6383         * class.c: Initialize COM types if COM interfaces
6384         are present (not just COM classes).
6385         
6386         Code is contributed under MIT/X11 license.
6387
6388 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
6389         * reflection.c:
6390         create_dynamic_mono_image: hook module profiler events (dynamic case).
6391         mono_image_basic_init: hook assembly profiler events (dynamic case).
6392
6393 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
6394         * profiler.c:
6395         simple_appdomain_unload: completely terminate the profiler
6396         instead of only processing the statistical samples.
6397         simple_shutdown: make sure this is really called exactly once,
6398         even in multithreaded applications, and always listen to
6399         appdomain events.
6400         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
6401         here, the "[un]load" functions will do it.
6402         Fixes bugs #333791 and #325261.
6403
6404 2007-11-07  Geoff Norton  <gnorton@novell.com>
6405
6406         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
6407         rather than depend on __APPLE__.
6408
6409 2007-11-07  Mark Probst  <mark.probst@gmail.com>
6410
6411         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
6412
6413 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
6414
6415         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
6416         UTF16 MonoString. Fix the crash from bug #335488
6417
6418 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
6419
6420         * marshal.c: Correct (for non-Win32 OS) length != size in 
6421         mono_string_from_bstr. Fix #339530.
6422
6423 2007-11-06  Geoff Norton  <gnorton@novell.com>
6424
6425         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
6426         to succeed
6427
6428 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
6429
6430         * process.c: Added run-time GetProcessId API detection for Windows.
6431
6432 2007-11-04  Miguel de Icaza  <miguel@novell.com>
6433
6434         * reflection.c  (mono_param_get_objects): If a parameter has the
6435         attribute [System.Runtime.InteropServices.Optional] we should
6436         set the DefaultValue of the ParameterInfo to be
6437         System.Reflection.Missing instead of DBNull.
6438
6439         See bug #339013.
6440
6441         (mono_get_reflection_missing_object): New method,
6442         returns the System.Reflection.Missing.Value singleton instance.
6443
6444 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
6445
6446         * culture-info-table.h : regenerated.
6447
6448 2007-11-02  Jonathan Chambers <joncham@gmail.com>
6449
6450         * icall.c: Use GetEnvironmentStrings on windows
6451         so we are using the same environment block as 
6452         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
6453         #333740.
6454         
6455         Code is contributed under MIT/X11 license.
6456
6457 2007-10-31  Martin Baulig  <martin@ximian.com>
6458
6459         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
6460
6461         * mono-debug-debugger.h
6462         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
6463
6464 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
6465
6466         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
6467         classes.
6468
6469 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
6470
6471         * culture-info-table.h : regenerated.
6472
6473 2007-10-30  Robert Jordan  <robertj@gmx.net>
6474
6475         * icall-def.h, icall.c:
6476         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
6477
6478         Code is contributed under MIT/X11 license.
6479
6480 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
6481
6482         * class.c (mono_class_setup_vtable): Find the inflated methods in the
6483         inflated class instead of inflating them again.
6484         
6485         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
6486         dynamic case.
6487
6488         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
6489         Call setup_supertypes () after klass->parent is set.
6490         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
6491
6492         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
6493         for inflated instances of not yet created dynamic generic classes.
6494         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
6495         times from inflated_method.
6496         (methodbuilder_to_mono_method): Ditto.
6497
6498 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
6499
6500         * gc.c: code cleanup and removed old untested option of not creating the
6501         finalizer thread.
6502
6503 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
6504
6505         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
6506         creating a jump trampoline for dynamic methods.
6507
6508 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
6509
6510         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
6511         generic TypeBuilders when called from another method of the same type (bug #335131).
6512
6513
6514 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
6515
6516         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
6517         doesn't seem to work perfectly.
6518         
6519         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
6520         called multiple times.
6521         (methodbuilder_to_mono_method): Ditto.
6522         (resolve_object): Inflate FieldBuilder's.
6523
6524 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
6525
6526         * string-icalls.c, string-icalls.h, appdomain.c: patch from
6527         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
6528         RemoveEmptyEntries in the string.Split implementation (bug #322375).
6529
6530 2007-10-26  Dick Porter  <dick@ximian.com>
6531
6532         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
6533         Thread initialisation changes
6534
6535 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
6536
6537         * verify.c: fix compatibility check between arrays and System.Array
6538
6539 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
6540
6541         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
6542         too. Fixes #336999.
6543
6544 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
6545
6546         * object.c (mono_value_box): Use typed allocation here.
6547
6548 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
6549
6550         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
6551         trampoline instead of compiling the method right away.
6552
6553         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
6554
6555 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
6556
6557         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
6558         related fields for dynamic classes. Fixes #334493.
6559
6560 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
6561
6562         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
6563         
6564         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
6565
6566         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
6567         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
6568
6569         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
6570
6571         * reflection.c (create_generic_typespec): Initialize klass->generic_container
6572         if needed.
6573         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
6574
6575 2007-10-18  Jonathan Chambers <joncham@gmail.com>
6576
6577         * marshal.c: Use correct key when removing item
6578         from ccw_hash.
6579         
6580         Code is contributed under MIT/X11 license.
6581
6582 2007-10-17  William Holmes  <billholmes54@gmail.com>
6583
6584         *marshal.c: Adding a case to marshal booleans to U1
6585
6586         Code is contributed under MIT/X11 license.
6587
6588 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
6589
6590         * class.c (mono_class_from_name): Search the modules compromising dynamic
6591         assemblies. Fixes #331601.
6592
6593 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
6594
6595         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
6596         exception if the type name contains an assembly component. Fixes #334203.
6597
6598         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
6599         modules inside dynamic assemblies. Fixes #334200.
6600         
6601         * reflection.c: Set image->public_key and image->public_key_length;
6602
6603         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
6604         fields.
6605
6606         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
6607         
6608 2007-10-16  Mark Probst  <mark.probst@gmail.com>
6609
6610         * metadata.c: Implemented correct comparing of generic classes.
6611         An inflated generic class can be equal to a non-inflated one if it
6612         is inflated with generic type variables as type arguments.  Fixes
6613         bug #333798.
6614
6615 2007-10-15  Dick Porter  <dick@ximian.com>
6616
6617         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
6618         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
6619         81646.
6620
6621         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
6622         instead of a monitor lock.  This means that monitor_try_enter and
6623         co can set the thread state safely.
6624         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
6625         thread_interrupt_requested, so interrupt actually works.
6626
6627         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
6628         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
6629         state accessor function
6630
6631 2007-10-15  Martin Baulig  <martin@ximian.com>
6632
6633         * mono-debug.h
6634         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
6635         the debugger with the current runtime.
6636
6637 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
6638
6639         * object.c, object-internals.h: added the ability to set a single
6640         trampoline for all the slots in a vtable.
6641
6642 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
6643
6644         * marshal.c: deal with a possible race condition during multicast
6645         delegate invocation.
6646
6647 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
6648
6649         * class.c: ensure value type methods don't have the synchronized
6650         flag set.
6651
6652 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
6653
6654         * string-icalls.c, string-icalls.h: reverted unapproved patch that
6655         breaks the build.
6656
6657 2007-10-11  Joel Reed  <joelwreed@comcast.com>
6658
6659         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
6660         to take an options parameter so that empty entries can be removed during
6661         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
6662
6663 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
6664
6665         * marshal.c: make sure we don't store the signature from a dynamic
6666         method into the runtime invoke cache (bug #327189).
6667
6668 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
6669
6670         * marshal.c: make sure the wrapper methods are properly initialized.
6671
6672 2007-10-11  Mark Probst  <mark.probst@gmail.com>
6673
6674         * metadata.c, metadata-internals.h: Generalized
6675         mono_type_stack_size() to mono_type_stack_size_internal() which
6676         takes an additional argument specifying whether it allows open
6677         types.
6678
6679 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
6680
6681         * verify.c (do_invoke_method): handle typedbyref params
6682         correctly and check for unverifiable return values.
6683
6684         * verify.c (do_newobj): fix a warning.
6685
6686 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
6687
6688         * verify.c: don't tread typedbyref as allways unverifable,
6689         so uses, like (ld/st)loc.0 are valid. verify for the cases
6690         that it matters, like boxing related operations.
6691
6692 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
6693
6694         * verify.c: add verification of the newobj opcode. verification
6695         of delegate instantation still missing due ldftn and virldftn not
6696         pushing the function type on stack
6697
6698 2007-10-08  Mark Probst  <mark.probst@gmail.com>
6699
6700         * class-internals.h: Runtime generic context data structure
6701         definition.
6702
6703         * object.c: Initialization of runtime generic context at runtime
6704         vtable creation time.
6705
6706 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
6707         * class.c (mono_class_create_from_typedef,
6708         mono_class_from_generic_parameter, mono_ptr_class_get,
6709         mono_fnptr_class_get, mono_bounded_array_class_get)
6710         * domain.c (mono_domain_create, mono_domain_free)
6711         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
6712         * image.c (do_mono_image_load, mono_image_close):
6713         Hooked up load-unload profiler events.
6714
6715 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
6716
6717         * domain.c: track statistics about the actual amount of native code
6718         allocated.
6719
6720 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
6721
6722         * class.c: the valuetype enumerators don't have the additional
6723         supertypes interfaces.
6724
6725 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
6726
6727         * class.c: need more interfaces setup for the IEnumerator<T>
6728         object created for arrays (tests/ienumerator-interfaces.2.cs).
6729
6730 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
6731
6732         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
6733
6734 2007-10-05  Alp Toker  <alp@atoker.com>
6735
6736         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
6737         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
6738         #315863.
6739
6740 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
6741
6742         * verify.c (verify_type_compatibility_full): verification of
6743         compatibility improved, validates correctly non-strict checks between
6744         native int and I4 types different than (unsigned)int32.
6745
6746         * verify.c (do_store_indirect): added, do all verification of
6747         ldind.X opcodes. 
6748
6749         * verify.c (get_load_indirect_mono_type): renamed to
6750         get_indirect_op_mono_type, as it now returns the MonoType for 
6751         ldind.X and stind.X opcodes.
6752
6753 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
6754
6755         * reflection.c: Fix the encoding of generic type definition for
6756         TypeBuilders.
6757
6758         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
6759         mono_image_typedef_or_ref but allows to specify if typespec lookups should
6760         be made. Typespec check is done prior to typeref cache lookup.
6761
6762         * reflection.c (mono_image_typedef_or_ref): now just delegate to
6763         mono_image_typedef_or_ref_full.
6764
6765         * reflection.c (encode_generic_class): encode the generic class
6766         directly instead of calling encode_type.
6767
6768         * reflection.c (encode_type): encode the generic type definition
6769         MonoClass as a generic instantiation.
6770
6771         * reflection.c (create_typespec): cache typespec tokens in
6772         the assembly->typespec cache. Don't create typespec for a generic
6773         instance MonoClass. Create typespec for the generic type defintion.
6774
6775         * reflection.c (create_generic_typespec): encode the generic
6776         class directly instead of calling encode_type.
6777
6778         * reflection.c (mono_image_create_token): encode the generic
6779         type definition not using a typespec for MonoType instances.
6780
6781
6782 2007-10-04  Raja R Harinath  <rharinath@novell.com>
6783
6784         Fix #328812
6785         * class.c (mono_image_init_name_cache): Don't return nested
6786         'protected internal' classes.
6787         (mono_class_from_name_case): Likewise.
6788
6789 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
6790
6791         * icall-def.h, icall.c : get_bundled_machine_config() is now the
6792           common function used by both DefaultConfig in System.dll and
6793           InternalConfigurationHost in System.Configuration.dll.
6794
6795 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
6796
6797         * class.c: automatically add to vectors only a few essential explicit
6798         generic interfaces. The rest of the interfaces that arrays should
6799         provide are currently implicitly added (but still not lazily, see the
6800         design in the discussion of bug#325495 for the details of what is
6801         needed for that). Additionally, implicit interfaces are assigned the
6802         same vtable slot as the explicit interfaces (as they are compatible):
6803         this enables huge memory savings since we don't need to instantiate
6804         as many memthods and as large vtables anymore. Also, Since
6805         GetEnumerator<T> returns an instance of a type that is required to
6806         support a similarly large set of interfaces as arrays, we add
6807         implicit interfaces and interface offset sharing support to those
6808         types, too. This change adds all the required interfaces so that
6809         the anonarray.cs test case in the bug report works (we don't add
6810         all the interfaces to arrays of arrays 3-level deep and more because
6811         of the memory requirements explained in the bug and since they are much
6812         less common: the lazy-loading support will enabled them to work, too).
6813
6814 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
6815
6816         * verify.c (merge_stacks): major clean up, all type compatibility
6817         checks are done by verify_type_compatibility. This fix my earlier lack
6818         of understanding of the CLR type system and merge_stacks no longer looks
6819         scary.
6820
6821         * verify.c: fixed some bad spelling.
6822
6823 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
6824
6825         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
6826         a given stack slock.
6827         
6828         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
6829         verify_type_compatibility_full. This removed a near indentical function and fixed
6830         handling of Int32 and IntPtr across all opcodes.
6831
6832 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
6833
6834         * class.c: only vectors have the additional generic interfaces.
6835
6836 2007-10-01  Jonathan Chambers <joncham@gmail.com>
6837
6838         * mono-config.c: Use g_strcasecmp instead of
6839         strcasecmp like everywhere else to fix
6840         compilation with MSVC.
6841         
6842         Code is contributed under MIT/X11 license.
6843
6844 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
6845
6846         * object.c, object-internals.h: refactored the IMT code to enable
6847         building a single slot at a time and lazily creating the IMT trampolines
6848         and thunks.
6849
6850 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
6851
6852         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
6853
6854         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
6855         Fixes #328501.
6856         
6857 2007-09-29  Raja R Harinath  <harinath@gmail.com>
6858
6859         * loader.c (method_from_methodspec): Rearrange to avoid
6860         un-necessary exposition.  Don't assert out if the method's
6861         declaring type is a generic type definition.
6862
6863 2007-09-28  Martin Baulig  <martin@ximian.com>
6864
6865         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
6866
6867 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
6868
6869         * class-internals.h: optimize field layout of MonoClass to
6870         requires less cachelines at runtime and save a few bytes on 64 bit
6871         systems.
6872
6873 2007-09-28  Jb Evain  <jbevain@novell.com>
6874
6875         * reflection.c: when encoding type names in custom attributes,
6876         if the type is a closed generic type, its generic arguments
6877         have to be serialized as AssemblyQualifiedName, so that when
6878         they are deserialized, it's possible to re-create them properly.
6879         Fixes #329450.
6880
6881
6882 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
6883
6884         * object.c, class-internals.h: added delegate-creation counter.
6885
6886 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
6887
6888         * class.c: cleanup of the code that synthetizes interfaces for
6889         arrays in 2.0: saves quit a bit of corlib mempool memory.
6890         Code to fix bug #325495 ifdeffed out for now until the issues
6891         with memory usage and O(n^2) behaviour are fixed.
6892
6893 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
6894
6895         * marshal.c: when possible, do not duplicate the name of the methods
6896         in the method builder and in the generated MonoMethod.
6897
6898 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
6899         * verify.c: added support for type checking ldind_* opcodes.
6900
6901 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
6902
6903         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
6904         which is used to distinguish the fully open instantiation of a TypeBuilder
6905         with the rest. This temporary hack is required to restore the property that
6906         the fully open instantiation is the same type of the generic type definition.
6907
6908         * class-internals.h (mono_generic_class_is_generic_type_definition):
6909         new function as part of the internal API.
6910
6911         * class.c (inflate_generic_type): return NULL when the generic inst is
6912         fully open. The fully open generic type is now the same as the generic type
6913         definition for non TypeBuilder types.
6914
6915         * class.c (mono_generic_class_get_class): removed assert since it is
6916         no longer valid, gklass->cached_class can point to the generic type definition.
6917
6918         * class.c (mono_generic_class_is_generic_type_definition): new.
6919
6920         * metadata.c (mono_generic_class_hash): added is_tb_open field
6921         to the hash calculation.
6922
6923         * metadata.c (free_generic_class): if the generic class is associated
6924         with the generic type definition, its field will come from the mempool and
6925         must not be freed.
6926
6927         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
6928         new, this function identifies the corner case of a TypeBuilder fully open
6929         instantiation.
6930
6931         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
6932         for lookup. Set gclass->cached_class to be the container class in case of
6933         the fully open instantiation of non TypeBuilder types.
6934
6935         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
6936         to compare generic classes.
6937
6938         * reflection.c (method_encode_methodspec): remove assert that
6939         no longer is valid.
6940
6941         * reflection.c (mono_reflection_generic_class_initialize): add
6942         an aditional assert to ensure the proper type is used.
6943
6944 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
6945
6946         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
6947         to enjoy it.
6948
6949 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
6950
6951         * verify.c (push_arg): Fixed support for ldarga
6952         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
6953         MonoType used as first arg in case of instance calls.
6954
6955 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
6956
6957         * verify.c: Support for verifying VAR and MVAR types, 
6958
6959 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
6960
6961         * icall.c (ves_icall_get_property_info): Set the reflected type of the
6962         accessors correctly.
6963
6964 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
6965
6966         * threads.c: support OSX and other systems in
6967         mono_thread_get_stack_bounds (bug #328026).
6968
6969 2007-09-25  Martin Baulig  <martin@ximian.com>
6970
6971         * mono-debug.h
6972         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
6973
6974 2007-09-24  Martin Baulig  <martin@ximian.com>
6975
6976         * mono-debug.h
6977         (MonoDebugClassEntry): Moved the definition of this struct into
6978         mono-debug.c to make it private.
6979
6980         * mono-debug.c
6981         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
6982         type table per symbol file, we don't need to store the symfile id
6983         any longer.
6984
6985 2007-09-24  Martin Baulig  <martin@ximian.com>
6986
6987         Create one type table per symbol file, since a `MonoClass *' gets
6988         invalid when its image is unloaded.
6989
6990         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
6991         (MonoDebugHandle): Added `type_table'.
6992
6993 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
6994
6995         * mempool.c, mempool.h: added mono_mempool_new_size () API
6996         to be able to specify a smaller initial size for the pool.
6997         Adjusted the code to slowly increase pool size before using
6998         the previous default size.
6999         * image.c: use a small initial size for image mempools.
7000
7001 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
7002
7003         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
7004         Fixes ##320990.
7005
7006         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
7007         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
7008
7009 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
7010
7011         * metadata.c (mono_type_create_from_typespec): Remove an invalid
7012         free. Fixes #327438.
7013
7014 2007-09-21  Raja R Harinath  <harinath@gmail.com>
7015
7016         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
7017         generic instantiations, etc.
7018         <MONO_TYPE_ARRAY>: Likewise.
7019
7020 2007-09-21  Martin Baulig  <martin@ximian.com>
7021
7022         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
7023         these structs were never defined.
7024         (MonoDebugHandle): Removed the `_priv' field, it was never used.
7025
7026 2007-09-21  Martin Baulig  <martin@ximian.com>
7027
7028         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
7029
7030 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
7031
7032         * image.c: removed the guid hash tables: we can get the same info
7033         without the additional memory usage hit (partially fixes also bug #327052).
7034
7035 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
7036
7037         * profiler.h, profiler-private.h, profiler.c: add a new profiler
7038         event to handle unloading methods. After the event is called, the
7039         corresponding MonoMethod* must be considered invalid.
7040         * loader.c (mono_free_method): call the new mono_profiler_method_free
7041         event.
7042
7043 2007-09-20  Mark Probst  <mark.probst@gmail.com>
7044
7045         * domain-internals.h: New flag in MonoJitInfo which marks shared
7046         generic methods.  New hash table (shared_generics_hash) in
7047         MonoDomain to keep track of shared generic methods.  Prototypes
7048         for functions to register and lookup shared generic methods.
7049
7050         * domain.c: Support for registering and looking up shared generic
7051         methods via a hash table (shared_generics_hash) in MonoDomain.
7052
7053         * class-internals.h: New exception to signal failure of shared
7054         compilation of a generic method.  New counters for generics
7055         sharing in MonoStats.
7056
7057 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
7058
7059         * image.c, metadata-internals.h: don't keep a file descriptor open
7060         for loaded assemblies (bug#325988).
7061
7062 2007-09-19  Raja R Harinath  <rharinath@novell.com>
7063
7064         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
7065         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
7066         use the corresponding datatypes.
7067         (type_in_image): Update to changes.
7068         (CleanForImageUserData): Simplify.
7069         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
7070         Avoid quadratic behaviour in handling the "stolen" list by
7071         separating the filter predicate out, and by prepending the stolen
7072         items rather than appending them.
7073         (steal_ginst_in_image): Likewise.
7074         (mono_metadata_clean_for_image): Update to changes.
7075
7076 2007-09-19  Martin Baulig  <martin@ximian.com>
7077
7078         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
7079
7080 2007-09-19  Martin Baulig  <martin@ximian.com>
7081
7082         * mono-debug.c (mono_debug_cleanup): Don't call
7083         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
7084
7085 2007-09-19  Raja R Harinath  <harinath@gmail.com>
7086
7087         Fix crash on 'make run-test' in mcs/errors
7088         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
7089         Avoid more potential allocations in mono_class_from_mono_type.
7090         (ginst_in_image): Update to changes.
7091         (gclass_in_image): Rearrange slightly.
7092
7093 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
7094
7095         * class.c (mono_class_init): Move the code that sets up class->methods to 
7096         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
7097
7098         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
7099         canonical instance of an inflated generic signature.
7100         (mono_type_create_from_typespec): Remove an invalid free.
7101
7102         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
7103
7104 2007-09-18  Marek Habersack  <mhabersack@novell.com>
7105
7106         * domain-internals.h: added a declaration of the
7107         mono_assembly_load_full_nosearch internal function.
7108
7109         * assembly.c (mono_assembly_load_with_partial_name): use
7110         mono_try_assembly_resolve return value properly.
7111         (mono_assembly_load_full_nosearch): copied the function body from
7112         mono_assembly_load_full, without the code to invoke assembly
7113         search hooks.
7114         (mono_assembly_load_full): calls the above new function and if the
7115         assembly is not resolved, invokes the search hooks.
7116
7117         * appdomain.c (mono_runtime_init): restore the global postload
7118         assembly search handlers.
7119
7120 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
7121
7122         * class.c (mono_class_init): Make sure class->methods and class->properties
7123         are never NULL in the generics case.
7124
7125         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
7126
7127 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
7128
7129         * metadata.c (free_generic_class): Disable some code to fix the build.
7130
7131         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
7132
7133         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
7134         from the image mempool.
7135
7136         * metadata.c (free_generic_class): Free more data from the inflated class.
7137
7138         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
7139
7140         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
7141         mempool.
7142         (mono_type_create_from_typespec): Ditto.
7143
7144         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
7145         MonoImage to the caller.
7146         (mono_init_internal): Save the opened image in a global variable.
7147         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
7148
7149         * reflection.c (resolve_object): Fix a leak.
7150
7151         * metadata.c: Fix the freeing of data in the generics caches.
7152         
7153         * metadata.c (free_generic_inst): Comment this out to fix the build.
7154         (free_generic_class): Ditto.
7155
7156         * metadata.c: Free cached generic methods, instantinations and classes when
7157         they are removed from the caches.
7158         (mono_metadata_free_type): Free the type itself.
7159
7160         * class.c: Free the result of mono_class_inflate_generic_type () in a few
7161         places.
7162
7163 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
7164
7165         * boehm-gc.c: restrict managed allocs to __thread supporting
7166         architectures.
7167
7168 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
7169
7170         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
7171         (mono_generic_class_get_class): Fix a leak.
7172
7173         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
7174         mono_metadata_free_type ().
7175         (mono_metadata_inflate_generic_inst): Fix a leak.
7176
7177 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
7178
7179         * mono-debug.c (free_header_data): Fix a leak missed earlier.
7180
7181         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
7182         mempool.
7183
7184         * mono-debug.c (mono_debug_close_image): Fix call to 
7185         g_hash_table_remove ().
7186
7187 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
7188
7189         * icall-def.h: redirect all the string ctor to the managed
7190         CreateString () methods.
7191         * string-icalls.c, string-icalls.h: removed dead code for string
7192         ctors and icalls.
7193
7194 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
7195
7196         * mono-debug.c: Fix memory leaks.
7197
7198 2007-09-14  Jonathan Chambers <joncham@gmail.com>
7199
7200         * threads-types.h: Implement mono_hazard_pointer_set and 
7201         mono_hazard_pointer_clear macros using do/while(0) to fix
7202         compilation with MSVC.
7203         
7204         Code is contributed under MIT/X11 license.
7205
7206 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
7207
7208         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
7209         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
7210
7211 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
7212
7213         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
7214         icalls.
7215
7216 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
7217
7218         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
7219         managed-code allocated as well.
7220
7221 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
7222
7223         * class.c (mono_class_is_assignable_from): Add support for generic variance.
7224
7225 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
7226
7227         * boehm-gc.c: fixed the build after the AOT changes.
7228
7229 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
7230
7231         * wrapper-types.h: Add an ALLOC wrapper type.
7232
7233         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
7234         reference managed allocator methods.
7235
7236 2007-09-12  Marek Safar  <marek.safar@gmail.com>
7237
7238         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
7239         of Type array and not MonoType, a fix suggested by Hari.
7240         
7241 2007-09-12  Jonathan Chambers <joncham@gmail.com>
7242
7243         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
7244         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
7245         
7246         Code is contributed under MIT/X11 license.
7247
7248 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
7249
7250         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
7251
7252 2007-09-12  Marek Habersack  <mhabersack@novell.com>
7253
7254         * image.c (do_mono_image_open): if assembly file fails to open and
7255         MONO_IOMAP is in effect, try to find the path in a
7256         case-insensitive way.
7257
7258         * appdomain.c (mono_runtime_init): do not install postload hooks -
7259         tests show that MS.NET doesn't use anything of that sort to
7260         trigger the AppDomain.AssemblyResolve event.
7261         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
7262         made non-static.
7263         (mono_runtime_init): init portability helpers here.
7264
7265         * assembly.c (mono_assembly_load_with_partial_name): if other   
7266         attempts fail, trigger the AppDomain.AssemblyResolve event handler
7267         to resolve the assembly.
7268
7269         * domain-internals.h: added mono_try_assembly_resolve and marked
7270         it as internal.
7271
7272 2007-09-11  Jb Evain  <jbevain@novell.com>
7273
7274         * object-internals.h (MonoReflectionDynamicMethod): add
7275         a `MonoReflectionType *owner` field. The owner is used
7276         * reflection.c:
7277         (mono_reflection_create_dynamic_method): use the owner of the dynamic
7278         method as the class declaring the dynamic method.
7279         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
7280         dynamic method to the declaring type of the methodbuilder.
7281
7282 2007-09-11  Mark Probst  <mark.probst@gmail.com>
7283
7284         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
7285         rules for calling methods via reflection.
7286
7287 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
7288
7289         * reflection.c (resolve_object): Add support for MonoGenericClass. 
7290         Inflate MonoType's.
7291
7292 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
7293
7294         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
7295         provide a managed method that does fast allocations without needing
7296         a managed->unmanaged transition. Boehm GC implementation currently
7297         enabled for ptrfree objects on sane architectures.
7298
7299 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
7300
7301         * marshal.c, marshal.h: exported a couple of useful functions and
7302         added mono_mb_get_label () to easily handle backward branches.
7303
7304 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
7305
7306         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
7307
7308 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
7309
7310         * loader.c (find_method): Fixed the regression introduced while
7311         fixing bug #81466.
7312
7313 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
7314
7315         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
7316         well.
7317         
7318         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
7319         icall.c reflection.c: Pass a MonoGenericContext argument to 
7320         mono_lookup_dynamic_token ().
7321
7322         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
7323         #82744.
7324         
7325 2007-09-09  Robert Jordan  <robertj@gmx.net>
7326
7327         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
7328         for generic methods.
7329
7330         * object.c (mono_object_get_virtual_method): Handle generic methods.
7331         Fixes bug #78882.
7332
7333         Code is contributed under MIT/X11 license.
7334
7335 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
7336
7337         * image.c: fix locking in mono_image_load_file_for_image ().
7338
7339 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
7340
7341         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
7342         used only as a cache: added an icall to fill it.
7343
7344 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
7345
7346         * reflection.h: exposed mono_reflection_free_type_info
7347         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
7348         since mono_reflection_bind_generic_parameters makes a copy of it.
7349         * reflection.c (free_type_info): subinfos should be freed.
7350         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
7351         made non static.
7352         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
7353         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
7354         this fixes #82695 and #81726.
7355    
7356
7357 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
7358
7359         * process.h, process.c:  added support for user profile/info in
7360           ProcessStartInfo. For now only Windows works.
7361
7362 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
7363
7364         * metadata.c: consider the generic arguments when comparing
7365         signatures (bug #82614).
7366
7367 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
7368
7369         * cil-coff.h, image.c: updated assembly loader to cope with the
7370         PE32+ 64 bit file format.
7371
7372 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
7373
7374         * assembly.c, class.c, domain.c, loader.c: remove useless
7375         inclusion of cil-coff.h.
7376
7377 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
7378
7379         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
7380         if interface is marked with CoClassAttribute. 
7381    
7382         Code is contributed under MIT/X11 license.
7383
7384 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
7385
7386         * sgen-gc.c: ensure no object from the to space is copied again or finalized
7387         if it's seen twice in major collections.
7388
7389 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
7390
7391         * sgen-gc.c: big objects are not copied to the gray area, but they
7392         need to be considered for scanning, too, if they are brought alive
7393         by an object ready for finalizations or a survived one.
7394
7395 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
7396
7397         * sgen-gc.c: properly account the number of disappearing links when
7398         they are nullified.
7399
7400 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
7401
7402         * sgen-gc.c: share the code to scan the registered roots between the
7403         different types of collections.
7404
7405 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
7406
7407         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
7408
7409 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
7410
7411         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
7412         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
7413
7414 2007-08-28  Mark Probst  <mark.probst@gmail.com>
7415
7416         * security-manager.c (mono_security_manager_get_methods):
7417         LinkDemandSecurityException now has 2 arguments instead of 3.
7418
7419 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
7420
7421         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
7422         platforms which need it.
7423
7424 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
7425
7426         * sgen-gc.c: unregister thread data structures with a pthread_key_t
7427         dtor.
7428
7429 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
7430
7431         * threads.c: free the thread static data on thread exit.
7432
7433 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
7434
7435         * class.c: walk the hierarchy to find the generic definition for
7436         a class (fixes runtime part of bug #82498).
7437
7438 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
7439
7440         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
7441         ...
7442
7443         * image.c (mono_image_close): Here. Hopefully fixes #82510.
7444
7445 2007-08-24  Mark Probst  <mark.probst@gmail.com>
7446
7447         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
7448
7449 2007-08-24  Robert Jordan  <robertj@gmx.net>
7450
7451         * appdomain.c: don't perform the ':'->';' substitution on Win32.
7452
7453 2007-08-24  Jb Evain  <jbevain@novell.com>
7454
7455         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
7456         for byref types.
7457
7458 2007-08-24  Mark Probst  <mark.probst@gmail.com>
7459
7460         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
7461         #82286.
7462
7463 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
7464
7465         * assembly.c: Fix a warning.
7466         
7467 2007-08-23  Marek Habersack  <mhabersack@novell.com>
7468
7469         * appdomain.c: parse the <runtime> section looking for the probing
7470         element with the 'privatePath' attribute, which sets additional
7471         directories in which the runtime should look for assemblies.
7472
7473 2007-08-23  Robert Jordan  <robertj@gmx.net>
7474
7475         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
7476         Fixes #82499.
7477
7478 2007-08-23  Martin Baulig  <martin@ximian.com>
7479
7480         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
7481         _mono_debug_init_corlib() and remove it from the header file.
7482
7483 2007-08-23  Martin Baulig  <martin@ximian.com>
7484
7485         * mono-debug-debugger.c
7486         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
7487         don't notify the debugger about it.
7488
7489         * mono-debug-debugger.h
7490         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
7491
7492 2007-08-23  Robert Jordan  <robertj@gmx.net>
7493
7494         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
7495         Code is contributed under MIT/X11 license.
7496
7497 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
7498
7499         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
7500
7501 2007-08-22  Martin Baulig  <martin@ximian.com>
7502
7503         * mono-debug.c: Store debugging info on a per-domain basis and
7504         free it on domain unload.  Add support for unloading symbol files.
7505
7506         * mono-debug.h
7507         (MonoDebugList): New typedef.
7508         (MonoSymbolTable):
7509         - add `data_tables and `type_table'.
7510         - replace 'symbol_files' and `num_symbol_files' with a
7511           `MonoDebugList *'.
7512         (mono_debug_data_table): Removed.
7513         (mono_debug_list_add): New public function.
7514         (mono_debug_list_remove): New public function.
7515         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
7516         (mono_debug_init_2_memory): Renamed into
7517         mono_debug_open_image_from_memory().
7518         (mono_debug_close_image): New public function.
7519         (mono_debug_domain_create): Likewise.
7520         (mono_debug_domain_unload): Likewise.
7521         (MONO_DEBUGGER_VERSION): Bump to 60.
7522
7523         * mono-debug-debugger.h
7524         (MonoDebuggerEvent):
7525         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
7526         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
7527         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
7528         - rename `THREAD_CREATED' and `THREAD_EXITED' into
7529           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
7530         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
7531           meaning.
7532         (mono_debugger_add_symbol_file): Removed.
7533         (mono_debugger_add_type): Removed.
7534         (mono_debugger_lookup_type): Removed.
7535         (mono_debugger_lookup_assembly): Removed.
7536
7537         * domain.c
7538         (mono_domain_create): Call mono_debug_domain_create().
7539         (mono_init_internal): Call mono_debug_init_corlib().
7540
7541         * assembly.c
7542         (mono_assembly_close): Call mono_debug_close_image().
7543
7544 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
7545
7546         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
7547         mmap call.
7548
7549 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
7550
7551         * sgen-gc.c: ensure section->pin_queue_end is initialized
7552         correctly when non pinning objects in the section have been found.
7553
7554 2007-08-22  Marek Habersack  <mhabersack@novell.com>
7555
7556         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
7557         containing a list of directories separated by ':'. MSDN docs say
7558         the directories should be separated with ';'. Part of a bugfix for
7559         bug #81446
7560
7561 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
7562
7563         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
7564         it should MonoType and not MonoClass.
7565
7566 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
7567
7568         * culture-info-table.h : regenerated.
7569
7570 2007-08-20  William Holmes  <billholmes54@gmail.com>
7571
7572         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
7573          to call ReplaceFile Kernel32 on windows or in io-layer.
7574         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
7575         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
7576          as an internal call.
7577
7578         Code is contributed under MIT/X11 license.
7579
7580 2007-08-20  Jb Evain  <jbevain@novell.com>
7581
7582         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
7583         and MONO_EXCEPTION_FIELD_ACCESS.
7584
7585         * debug-helpers.[c|h]: new mono_field_full_name function.
7586
7587 2007-08-20  Mark Probst  <mark.probst@gmail.com>
7588
7589         * class.c: Removed class_security_level() and moved it to
7590         security-core-clr.c.
7591
7592         * security-core-clr.c, security-core-clr.h: class_security_level()
7593         is now public and renamed to mono_security_core_clr_class_level().
7594         It also looks for security attributes in the classes a class is
7595         nested in.
7596
7597 2007-08-20  Mark Probst  <mark.probst@gmail.com>
7598
7599         * security-core-clr.c, security-core-clr.h: CoreCLR security
7600         utility functions.
7601
7602         * Makefile.am: Added security-core-clr.[ch].
7603
7604         * security-manager.c, security-manager.h: Functions and enum for
7605         setting and getting the security mode.
7606
7607         * class.c: CoreCLR security checks.
7608
7609 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
7610
7611         * icall-def.h, process.c, process.h: implemented icall to get
7612         user/system processor times.
7613
7614 2007-08-17  Mark Probst  <mark.probst@gmail.com>
7615
7616         * domain.c, threads.c, class-internals.h, domain-internals.h: New
7617         reader-lock-free jit_info_table.
7618
7619 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
7620
7621         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
7622
7623         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
7624
7625         * object-internals.h (MonoException): Add missing _data member.
7626
7627 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
7628
7629         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
7630         checking that only methods with matching qname or fqname are picked
7631         from implemented interfaces.
7632
7633 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
7634
7635         * verify.c (do_newarr):added, do type verification of
7636         newarr ops, push the right value on the eval stack.
7637         * verify.c (mono_method_verify): use do_newarr
7638
7639
7640 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
7641
7642         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
7643         factored the common code into get_boxable_mono_type, which
7644         is now using mono_type_get_full, this fixed byref related tests.
7645
7646 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
7647
7648         * class.c: added mono_type_get_full, this function has the same
7649         behavior of mono_class_get_full but the returned MonoType has
7650         all metadata of the associated token in case of a typespec token.
7651         * class.c: added mono_type_retrieve_from_typespec, used by 
7652         mono_type_get_full to retrieve the token type.
7653         * class.c (mono_class_create_from_typespec): changed to use
7654         mono_type_retrieve_from_typespec.
7655         * class.c (mono_ldtoken): changed to use mono_type_get_full
7656         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
7657         * class-internals.h: exported mono_type_get_full for internal use.
7658
7659 2007-08-16  Jb Evain  <jbevain@novell.com>
7660
7661         * domain.c (supported_runtimes): add entry for
7662         the 'moonlight' runtime version.
7663
7664 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
7665
7666         * verify.c (mono_method_verify): small typo sliped in.  
7667
7668 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
7669
7670         * verify.c (do_unbox_value): added, do type verification of
7671         unboxing ops
7672         * verify.c (mono_method_verify): use do_unbox_value
7673
7674
7675 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
7676
7677         * verify.c (dump_stack_value): fixed typo, was printing string
7678         instead of object on stack.
7679         * verify.c (do_box_value): moved the byref check up as it leads
7680         to invalid code and should be done earlier.
7681         * verify.c: improved error messages for and ldobj
7682
7683 2007-08-15  William Holmes  <billholmes54@gmail.com>
7684
7685         * marshal.c (emit_marshal_custom): Omit the call to 
7686           marshal_native_to_managed when calling native to managed 
7687           and the argument is specified as an out argument.
7688
7689         Code is contributed under MIT/X11 license.
7690
7691 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
7692
7693         * verify.c: fixed the type checks for generics, function pointers and vectors.
7694         Added type verification for ldobj and ldtoken. The verifier
7695         would segfault if header or signature of a method contained references
7696         to non-existant types.
7697
7698 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
7699
7700         * marshal.c (cominterop_get_ccw): Patch from
7701         Bill Holmes to no walk up interface hierarchy. 
7702         All parent methods should be present in the interface for COM.
7703    
7704         Code is contributed under MIT/X11 license.
7705
7706 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
7707
7708         * marshal.c (emit_marshal_com_interface): Patch from
7709         Bill Holmes to handle COM Interfaces as return values
7710         for native->managed calls.
7711    
7712         Code is contributed under MIT/X11 license.
7713
7714 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
7715
7716         * marshal.c (cominterop_get_idispatch_for_object): Implement
7717         for runtime callable wrappers.
7718    
7719         Code is contributed under MIT/X11 license.
7720
7721 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
7722
7723         * pedump.c (main): changed from mono_init to mono_init_from_assembly
7724         so 2.0 types are accessible
7725
7726
7727 2007-08-13  Miguel de Icaza  <miguel@novell.com>
7728
7729         * domain.c (mono_init_internal): Call mono_assembly_load_friends
7730         once we load mscorlib.   Due to the order in which we initialize,
7731         the mono_assembly_load_full routine that loads mscorlib did not
7732         load friends.   We now load it once we load the
7733         mono_defaults.internals_visible_class class. 
7734
7735         * assembly.c: Expose the mono_load_friend_assemblies method.
7736
7737 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
7738
7739         * verify.c: improved the handling of boxing, better
7740         type checking for unary ops and conversion. Fix bug
7741         regarding managed pointer compatibility checking
7742
7743 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
7744
7745         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
7746
7747         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
7748
7749 2007-08-09  Raja R Harinath  <rharinath@novell.com>
7750
7751         * reflection.c (dup_type): Remove.
7752         * class.c (dup_type): Remove.
7753         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
7754         instead of the dodgy 'dup_type'.
7755         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
7756         handle the case where 'dup_type' needed the second argument.
7757
7758 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
7759
7760         * domain.c: Fix a warning.
7761
7762 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
7763
7764         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
7765         checking that methods with the same fqname are not overridden
7766         with a method from an ancestor.
7767
7768 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
7769
7770         * threads.c (free_thread_static_data_helper): Avoid a crash if
7771         thread->static_data is not yet set.
7772
7773 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
7774
7775         * marshal.c: Use correct image when emitting
7776         native wrapper for COM calls.
7777    
7778         Code is contributed under MIT/X11 license.
7779
7780 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
7781
7782         * icall-def.h, security.c, security.h :
7783           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
7784
7785 2007-08-07  Martin Baulig  <martin@ximian.com>
7786
7787         * mono-debug-debugger.h
7788         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
7789
7790         * domain.c (mono_domain_free): Call
7791         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
7792
7793 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
7794
7795         * verify.c (check_underflow, check_overflow): error message now returns IL offset
7796         * verify.c (in_same_block): code should test if either offset is inside the clauses
7797         * verify.c (mono_method_verify): push the exception into the eval stack of exception
7798         and filter blocks
7799
7800 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
7801
7802         * image.c (mono_image_close): Fix a leak.
7803
7804         * object.c (mono_runtime_invoke_array): Avoid using alloca.
7805
7806         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
7807
7808 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
7809
7810         * domain.c, threads.c, threads-types.h: fix memory retention issue
7811         with thread static variables not being cleared on domain unload.
7812         Reuse thread static slots after domain unload.
7813
7814 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
7815
7816         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
7817         nullable type.
7818
7819         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
7820         now done in mono_runtime_invoke_array.
7821
7822         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
7823         receiver is a nullable type.
7824
7825         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
7826         generic parameter.
7827
7828 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
7829
7830         * marshal.c: Implement COM Objects as return type for 
7831         managed->unmanaged calls. Added Release calls for COM Object
7832         out/return values in managed->unmanaged calls.
7833
7834         Code is contributed under MIT/X11 license.
7835
7836 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
7837
7838         * threads.h, threads-type.h: move the hazard pointer declarations
7839         to the private header.
7840
7841 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
7842
7843         * file-io.c, appdomain.c: memory leak fixes.
7844
7845 2007-08-02  Dick Porter  <dick@ximian.com>
7846
7847         * socket-io.c
7848         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
7849         SO_REUSEADDR setting into io-layer/sockets.c.
7850
7851 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
7852
7853         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
7854         from Object when called on a generic parameter. Fixes #82211.
7855
7856 2007-08-01  Dick Porter  <dick@ximian.com>
7857
7858         * file-io.c (convert_share): Test FileShare values bit-by-bit.
7859         Fixes bug 79250 yet again.
7860
7861 2007-07-30  Martin Baulig  <martin@ximian.com>
7862
7863         Merged the `debugger-dublin' branch.
7864
7865         * mono-debug.h
7866         (MonoDebugDataTable): New typedef.
7867         (MonoDebugMethodAddressList): New typedef.
7868         (MonoDebugWrapperData): Removed.
7869         (MonoDebugSymbolTable): Removed `current_data_table',
7870         `current_data_table_size', `current_data_table_offset'.
7871         (MonoDebugDataItemType): Moved into mono-debug.c.
7872         (MonoDebugMethodJitInfo): Remove `address'.
7873         (mono_debug_data_table): New global variable.
7874         (mono_debug_lookup_method_addresses): New public function.
7875         (mono_debug_find_method): Take a `MonoMethod *', not a
7876         `MonoDebugMethodInfo *'.
7877
7878         * mono-debug.c: Drop support for the old symbol tables.
7879
7880 2007-06-28  Martin Baulig  <martin@ximian.com>
7881
7882         * mono-debug.c (mono_debug_debugger_version): New public variable.
7883
7884 2007-07-31  William Holmes  <billholmes54@gmail.com>
7885
7886         * metadata.c Changed mono_type_create_from_typespec to not insert
7887           the type into the hash map until after
7888           do_mono_metadata_parse_type has completed.
7889         Fixes Bug #82194
7890         Code is contributed under MIT/X11 license.
7891
7892 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
7893
7894         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
7895         generic parameter. Fixes #82211.
7896
7897 2007-07-27  Jb Evain  <jbevain@novell.com>
7898
7899         * pedump.c (dump_metadata, dump_metadata_header): dump
7900         versions contained in the metadata header.
7901
7902 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
7903
7904         * threads.c: register small_id_table with the GC.
7905
7906 2007-07-27  Mark Probst  <mark.probst@gmail.com>
7907
7908         * threads.c, threads.h, class-internals.h, object-internals.h:
7909         Hazard pointers, to be used by lock-free parallel algorithms.
7910
7911 2007-07-26  Dick Porter  <dick@ximian.com>
7912
7913         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
7914         routine on non-windows platforms, as I've not managed to think of
7915         a non-kludgy way of doing this.  Finishes off bug 78739.
7916
7917 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
7918
7919         * object.c: properly setup interface_bitmap in proxy vtables.
7920
7921 2007-07-25  Marek Habersack  <mhabersack@novell.com>
7922
7923         * appdomain.c (get_shadow_assembly_location): do not use TickCount
7924         to create unique shadow copy target directories, use the domain's
7925         serial number instead. Each domain gets a unique target directory
7926         that way.
7927
7928         * domain.c (mono_domain_create): added code to increment domain
7929         shadow copy serial number and cache the value in the current
7930         domain structure.
7931
7932         * domain-internals.h (struct _MonoDomain): added a new field -
7933         shadow_serial to hold the serial number used in generation of
7934         shadow-copy directories. This is to make sure that the directory
7935         name is unique for each and every domain created. We avoid a race
7936         condition with overriding assemblies already in use by other app
7937         domains.
7938
7939 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
7940
7941         * class.c (mono_bounded_array_class_get): fixed memory leak when 
7942         binding generic parameters.
7943
7944 2007-07-24  Raja R Harinath  <rharinath@novell.com>
7945
7946         * metadata.c (do_mono_metadata_parse_generic_class): Use
7947         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
7948         error.
7949
7950 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
7951
7952         * loader.c, class-internals.h, reflection.c: removed the per-method
7953         generics hashtable: we use the global one through the call of
7954         mono_class_inflate_generic_method ().
7955
7956 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
7957
7958         * class.c, metadata.c, class-internals.h: introduce yet another
7959         generics global cache for inflated methods (fixes 98% of the perf
7960         issue in bug #81806).
7961
7962 2007-07-23  Raja R Harinath  <rharinath@novell.com>
7963
7964         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
7965         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
7966         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
7967         return a MonoGenericInst containing (a copy) of those types.
7968         (mono_metadata_inflate_generic_inst): Update to changes.
7969         (mono_metadata_parse_generic_inst): Likewise.
7970         (mono_get_shared_generic_inst): Likewise.
7971         * reflection.c (mono_class_bind_generic_parameters): Likewise.
7972         (mono_reflection_bind_generic_method_parameters): Likewise.
7973         * metadata-internals.h: Likewise.
7974         * icall.c (free_generic_context): Kill.
7975         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
7976
7977         * reflection.c (reflection_methodbuilder_to_mono_method): Use
7978         mono_metadata_type_dup.
7979         * marshal.c (mono_mb_create_method): Likewise.
7980
7981         * metadata.c (mono_metadata_type_dup): Rename from
7982         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
7983         MonoImage.  Handle a few more cases, esp. when no mempool is given.
7984         * marshal.c, metadata-internals.h: Update to changes.
7985
7986 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
7987
7988         * class.c: fixed a small leak for array classes and removed warning.
7989
7990 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
7991
7992         * loader.c (mono_method_get_param_token): Make this work on generic methods.
7993         Return 0x8000000 for return parameters. Fixes #82161.
7994
7995 2007-07-21  Marek Habersack  <grendello@gmail.com>
7996
7997         * appdomain.c (get_shadow_assembly_location): append the current
7998         ticks value to the path. Avoids overwriting the same assemblies by
7999         several threads at the same time.
8000
8001 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
8002         and Raja R Harinath  <rharinath@novell.com>
8003
8004         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
8005         Simplify slightly.
8006         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
8007         property for testing if a method is a generic method definition.
8008
8009 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
8010
8011         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
8012
8013 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
8014
8015         * verify.c: used function from private branch, reverted to the one in class.h 
8016
8017 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
8018
8019         * verify.c: a typo slipped in and the code wont compile
8020
8021 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
8022
8023         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
8024         disabled box instruction as it is doing the wrong thing
8025         improved stack dump messages, now it is easier to debug type related issues
8026
8027
8028 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
8029
8030         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
8031
8032 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
8033
8034         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
8035         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
8036         grouped with class and valuetype. This change will simply 
8037         the code as it should be handled just like unmanaged pointers.
8038
8039 2007-07-19  Mark Probst  <mark.probst@gmail.com>
8040
8041         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
8042
8043 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
8044
8045         * verify.c: several stack merge issues fixed, reference comparisons now
8046         check the type size. strict type check now works correctly.
8047         added more uses of IS_MANAGED_POINTER macro.
8048         fixed issues pointed by running the test suite against .net.
8049         
8050
8051 2007-07-19  Mark Probst  <mark.probst@gmail.com>
8052
8053         * class.c, loader.c, class-internals.h: Removed the
8054         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
8055         defines.
8056
8057         * icall.c: Better error checking in some internal reflection
8058         methods.
8059
8060 2007-07-18  William Holmes  <billholmes54@gmail.com>
8061
8062         * filewatcher.c : removed unused variable 'filename' in 
8063           ves_icall_System_IO_FSW_SupportsFSW
8064
8065 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
8066
8067         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
8068         obsolete, removed.
8069
8070 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
8071
8072         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
8073         
8074         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
8075
8076 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
8077
8078         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
8079         Implement generics support.
8080         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
8081
8082         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
8083         type_args and method_args arguments.
8084         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
8085         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
8086         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
8087
8088 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
8089
8090         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
8091           It adds a rootimage parameter to mono_reflection_get_type_internal,
8092           adds new function mono_reflection_get_type_with_rootimage and use
8093           the rootimage to resolve the types instead of the current image
8094
8095 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8096
8097         * culture-info-table.h: Forgot to update after r78304.
8098
8099 2007-07-13  Raja R Harinath  <rharinath@novell.com>
8100
8101         * class.c (mono_class_is_open_constructed_type)
8102         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
8103
8104 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
8105
8106         * class.c (mono_bounded_array_class_get):  method fails if used with
8107         an incomplete TypeBuilder enum (no basetype field), fixed it by 
8108         avoiding calculating the size for such array as it cannot be instantiated.
8109         Fix bug #82015
8110
8111 2007-07-12  Raja R Harinath  <rharinath@novell.com>
8112
8113         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
8114         field.
8115         * metadata.c, reflection.c: Update to changes.
8116
8117 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
8118
8119         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
8120         mono_class_is_valid_enum, they are used to valide a enum when loading.
8121         * reflection.c: used new functions to throw TypeLoadException when and
8122         invalid enum is build with TypeBuilder. Fixes #82018
8123   
8124 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
8125
8126         * object.c: forgot commit of mono_class_setup_methods () to access
8127         iface->methods.
8128         * object-internals.h: added a few more handy fields to
8129         MonoIMTCheckItem.
8130
8131 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
8132
8133         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
8134         iface->methods.
8135
8136 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
8137
8138         * class-internals.h, object-internals.h, object.c: IMT-based
8139         interface invocation core from Massimiliano Mantione
8140         (massi@ximian.com) with a reworked arch-specific interface,
8141         bsearch implementation and a few bugfixes and memory savings by me.
8142
8143 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
8144
8145         * class.c (mono_class_create_from_typedef): mono would segfault if 
8146         an enum did not have a __value field. It now throws a TypeLoadException
8147         for such cases. Fix bug #82022
8148
8149 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
8150
8151         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
8152
8153 2007-07-09  Mark Probst  <mark.probst@gmail.com>
8154
8155         * class.c (mono_class_init): If a class is already inited but has
8156         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
8157
8158 2007-07-09  Mark Probst  <mark.probst@gmail.com>
8159
8160         * class.c: Properly handle the case of an unimplemented interface
8161         method.  Fixes: 81673.
8162
8163 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
8164
8165         * class-internals.h, object.c: cleanup patch from massi: use
8166         MonoVTable->interface_bitmap since the vtable interfaces offset array
8167         is going away.
8168
8169 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
8170
8171         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
8172         GetMDStreamVersion icall instead.
8173
8174 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
8175
8176         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
8177         not use mono_dl_build_path() with a full library name: makes
8178         fallbacks to libgaim and libfam work.
8179
8180 2007-07-06  William Holmes  <billholmes54@gmail.com>
8181
8182         * assembly.c: Added a continue statement in probe_for_partial_name when
8183          parse_assembly_directory_name fails.  Fixes : 82002
8184
8185 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
8186
8187         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
8188         and added a verification  for TYPEDBYREF.
8189         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
8190         make native int interchangeable with int32 and some small cleanup and formating.
8191         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
8192         handle byref of byref.
8193         * verify.c (push_local): handle byref of byref.
8194         * verify.c (do_binop): invalid mix of values is unverifiable
8195         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
8196         added visibility checks
8197         * verify.c (field related method): added visibility checks
8198         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
8199
8200 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
8201
8202         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
8203         string.
8204
8205 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
8206
8207         * profiler.c (mono_profiler_load): Fix an off-by-one error.
8208
8209         * marshal.c (emit_marshal_string): When returning a string from managed code,
8210         allways make a copy even for unicode strings. Fixes #81990.
8211
8212 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
8213
8214         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
8215         of byref generic inst types (bug #81997).
8216
8217 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
8218
8219         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
8220         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
8221
8222 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
8223
8224         * marshal.c (emit_marshal_string): Add support for unicode strings in
8225         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
8226
8227 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
8228
8229         * verify.c: field load/store are now verified, missing only access checks now
8230
8231 2007-06-28  Martin Baulig  <martin@ximian.com>
8232
8233         * mono-debug.c (mono_debug_debugger_version): New public variable.
8234
8235 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
8236
8237         * locales.c: When constructing DateTimeFormat or NumberFormat for
8238         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
8239         MonoCultureInfo contructed from the current locale is always
8240         read-only and has UseUserOverride set to true. All MonoCultureInfo
8241         instances returned for GetCultures have both IsReadOnly and
8242         UseUserOverride set to true. Fixes part of bug #81930.
8243
8244 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
8245
8246        * icall-def.h: Update System.__ComObject icalls
8247        * marshal.c: Avoid managed transition (and object creation)
8248        when looking up COM interface in RCW.
8249        * marshal.h: Ditto.
8250        
8251        Code is contributed under MIT/X11 license.
8252
8253 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
8254
8255         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
8256         to avoid crashes during assembly unloading.
8257
8258 2007-06-22  Raja R Harinath  <rharinath@novell.com>
8259
8260         Fix MethodInfo.IsGenericMethodDefinition
8261         * reflection.c (mono_reflection_bind_generic_method_parameters):
8262         Rearrange code to ensure we always uses a generic method definition.
8263         * class.c (mono_class_inflate_generic_method_full): Set
8264         'generic_container' field only for generic method definitions.
8265         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
8266         Use presense of 'generic_container' field as indication of being a
8267         generic method definition.
8268
8269 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
8270
8271         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8272
8273         * object-internals.h: Reflect changes in the layout of the managed Delegate
8274         class.
8275         
8276         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
8277         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
8278         runtime memory used by the dynamic method. Fixes #77146.
8279
8280 2007-06-21  Dick Porter  <dick@ximian.com>
8281
8282         * file-io.h: 
8283         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
8284         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
8285         81767.
8286
8287 2007-06-21  Raja R Harinath  <rharinath@novell.com>
8288
8289         * reflection.c (method_encode_methodspec): Add a tripwire.
8290         * class.c (inflate_generic_type): The fully open generic type is
8291         not the same as the generic type definition.
8292
8293 2007-06-21  Martin Baulig  <martin@ximian.com>
8294
8295         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
8296
8297         * mono-debug-debugger.h
8298         (MonoDebuggerBreakpointInfo): Removed.
8299         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
8300         (mono_debugger_remove_breakpoint): Likewise.
8301         (mono_debugger_breakpoint_callback): Likewise.
8302         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
8303
8304 2007-06-21  Raja R Harinath  <rharinath@novell.com>
8305
8306         * metadata.c (mono_metadata_lookup_generic_class): The fully open
8307         generic type is not the same as the generic type definition.
8308         * class.c (mono_generic_class_get_class): Likewise.
8309
8310 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
8311
8312         * icall.c: The second argument to 
8313         System.Reflection.MethodBase.GetMethodFromHandleInternalType
8314         is a MonoType not a MonoClass.
8315
8316 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
8317
8318         * verify.c: support for function pointers in the verifier
8319
8320 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
8321
8322         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
8323
8324 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
8325
8326         * assembly.c: removed Mono.Data.SqliteClient from the list of
8327         forward-compatible assemblies as it breaks the ABI (bug #81899).
8328
8329 2007-06-19  Raja R Harinath  <rharinath@novell.com>
8330
8331         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
8332         lookup/update with the loader lock.
8333         * reflection.c (mono_class_bind_generic_parameters): No need to
8334         protect mono_metadata_lookup_* with the loader lock.
8335         * class.c (inflate_generic_type): Likewise.
8336         
8337         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
8338         on a generic instantiated type.
8339
8340 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
8341
8342         *verify.c: produce meanfull error messages on verification error
8343         *verify.c: fixed some cases of verification errors reported as validation errors
8344         *pedump.c: fixed the error name array, now it shows validation errors properly
8345         *verify.h: fixed the contant that should be used for verification errors
8346
8347 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
8348
8349         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
8350         for bug #77596, 81858 and 80743 (generics data structures on domain
8351         unload).
8352
8353 2007-06-15  Raja R Harinath  <rharinath@novell.com>
8354
8355         Avoid allocating 'MonoGenericContext' on the heap.
8356         * class-internals (_MonoMethodInflated::context): Make field
8357         inline, not a pointer.
8358         * loader.c (method_from_methodspec): Allocate 'new_context' on the
8359         stack.  Use the context embedded within the inflated method as the
8360         hash key, rather than 'new_context'.
8361         * class.c (inflate_generic_context): Simplify.  Return a struct
8362         rather than allocating on the heap.
8363         (mono_class_inflate_generic_method_full): Update to changes.  Now,
8364         doesn't salt away a copy of the context -- simplifying the
8365         lifetime rules of a 'MonoGenericContext *'.
8366         (mono_method_get_context): Return pointer to embedded context.
8367         (setup_generic_array_ifaces): Allocate temporary context on stack.
8368         * reflection.c (inflate_mono_method): Likewise.
8369         (mono_reflection_bind_generic_method_parameters): Likewise.
8370         Use the context embedded within the inflated method as the hash key.
8371
8372         Avoid a source of allocation of 'MonoGenericContext'.
8373         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
8374         and 'cached_context' fields into embedded 'MonoGenericContext' field.
8375         * class.c: Update to changes.
8376         (mono_generic_class_get_context): Simplify drastically.  Now just
8377         returns a pointer to the field.
8378         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
8379         argument as a const pointer.
8380         (mono_metadata_generic_context_equal): Likewise.
8381         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
8382         Update to changes.
8383
8384 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
8385
8386         * verify.c improved the handling of brtrue/brfalse, factored out common code
8387
8388 2007-06-14  Raja R Harinath  <rharinath@novell.com>
8389
8390         Kill MonoGenericMethod.
8391         * class-internals.h (MonoGenericContext::method_inst): Rename from
8392         'gmethod' and convert to a MonoGenericInst.
8393         (MonoGenericMethod): Remove.
8394         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
8395         * loader.c (method_from_methodspec): Update to changes.  Use a
8396         MonoGenericContext as the key to the hashtable.
8397         * metadata.c (mono_metadata_generic_context_equal): Rename from 
8398         'mono_metadata_generic_method_equal' and take MonoGenericContext.
8399         (mono_metadata_generic_context_hash): Likewise from
8400         'mono_metadata_generic_method_hash'.  Change hash function.
8401         (mono_metadata_load_generic_params): Update to changes.
8402         (mono_get_shared_generic_method): Remove.
8403         * metadata-internals.h (mono_get_shared_generic_method): Remove.
8404         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
8405         (inflate_generic_context): Likewise.
8406         (mono_class_inflate_generic_method_full): Likewise.
8407         (setup_generic_array_ifaces): Likewise.
8408         (mono_class_create_from_typespec): Likewise.
8409         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
8410         (method_encode_methodspec): Update callsite.
8411         (reflection_methodbuilder_to_mono_method): Update to changes.
8412         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
8413         MonoGenericContext as the key to the hashtable.
8414         (inflate_mono_method): Update to changes.
8415
8416         * class-internals.h (MonoGenericMethod::container): Remove.
8417         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
8418
8419 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
8420
8421         * profiler-private.h, profiler.c, profiler.h: added API to profile
8422         exception events.
8423
8424 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
8425
8426         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
8427
8428 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
8429
8430         * verify.c: method invocation is now validated, now we verify parameter types on stack.
8431         Fixed overflow and underflow not aborting the verification process.
8432
8433 2007-06-13  Mark Probst  <mark.probst@gmail.com>
8434
8435         * class-internals.h (MonoStats): Added stats entries for dynamic
8436         code allocations.
8437
8438 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
8439
8440         * loader.c (mono_free_method): Free header->locals and header->clauses.
8441
8442         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
8443         dynamic case.
8444
8445         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
8446
8447         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
8448
8449 2007-06-12  Raja R Harinath  <rharinath@novell.com>
8450
8451         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
8452         the tables.
8453
8454 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
8455
8456         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
8457
8458 2007-06-11  Raja R Harinath  <harinath@gmail.com>
8459
8460         MonoGenericMethod on a diet
8461         * class-internals.h (_MonoMethodInflated::reflection_info): Move
8462         here ...
8463         (_MonoGenericMethod::reflection_info): ... from here.
8464         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
8465         Update to changes.
8466         * reflection.c (inflate_mono_method): Likewise.
8467         (mono_reflection_bind_generic_method_parameters): Likewise.
8468
8469 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
8470
8471         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
8472         *verify.c: factored long ldarg forms to share code with short forms
8473
8474 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
8475
8476         *verify.c: fixed code formating factored some duplicate code
8477         into a new function
8478
8479         *verify.h: fixed binary incompatibility introduced earlier
8480
8481         *pedump.c: fixed formating
8482
8483 2007-06-11  Raja R Harinath  <harinath@gmail.com>
8484
8485         Fix assertion when disassembling Mono.C5.dll
8486         * loader.c (method_from_methodspec): Avoid inflating a method
8487         twice with the same context.  If the methodref is inflated, use
8488         the declaring method instead.
8489
8490         * class.c (mono_class_from_generic_parameter): Fix case similar to
8491         bug #81830 handled below, but for method containers.
8492
8493 2007-06-10  Raja R Harinath  <harinath@gmail.com>
8494
8495         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
8496         get_shared_generic_class.  Directly inflate the instance.
8497         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
8498         (inflate_generic_class): Delete.
8499         (get_shared_generic_class): Delete.  Move setting of
8500         'cached_class' and 'cached_context' ...
8501         * metadata.c (mono_metadata_lookup_generic_class): ... here.
8502
8503         * metadata.c (mono_metadata_lookup_generic_class): Change
8504         signature to take the components of a MonoGenericClass rather than
8505         an allocated MonoGenericClass.  Change semantics to be intern-like.
8506         * reflection.c (mono_class_bind_generic_parameters): Update to
8507         changes.  Make locking region tighter.
8508         * class.c (inflate_generic_class): Update to changes.
8509         (get_shared_generic_class): Likewise.
8510         * metadata-internals.h: Likewise.
8511
8512         * reflection.c (mono_class_bind_generic_parameters): Take and
8513         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
8514         (mono_reflection_bind_generic_parameters): Use
8515         'mono_class_bind_generic_parameters' rather than duplicate the code.
8516         * class.c (mono_bounded_array_class_get): Update to changes.
8517         * object-internals.h: Likewise.
8518
8519         * reflection.c (mono_class_bind_generic_parameters): Only support
8520         parameterizing generic type definitions.  Remove support for other
8521         open types.
8522
8523 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
8524
8525         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
8526
8527         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
8528         in the dynamic case.
8529
8530 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
8531
8532         * threads.c: When cleaning up thread, reset the Background bit.
8533         Fixes bug #81720.
8534
8535 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
8536
8537        * metadata.c: Move variable declarations to top of scope.
8538        * verify.c: Move variable declarations to top of scope.
8539
8540        Code is contributed under MIT/X11 license.
8541
8542 2007-06-08  Raja R Harinath  <rharinath@novell.com>
8543
8544         * reflection.c (mono_class_bind_generic_parameters): Replace
8545         open-coded loop with mono_metadata_inflate_generic_inst.
8546
8547         * class.c (get_shared_generic_class): Don't call
8548         mono_get_shared_generic_inst.  Use the container's own
8549         'class_inst'.
8550
8551         * metadata.c (mono_metadata_load_generic_params): Move
8552         initialization of 'context' field here from ...
8553         * class.c (mono_class_create_from_typedef): ... here, and ...
8554         * loader.c (mono_get_method_from_token): ... here.
8555
8556         * class.c (get_shared_generic_class): Rename from
8557         mono_get_shared_generic_class and make static.
8558         (mono_get_shared_generic_inst): Move to metadata.c.
8559         * loader.c (mono_get_shared_generic_method): Likewise.
8560         * class-internals.h, metadata-internals.h: Update to changes.
8561
8562         Fix #81830
8563         * class.c (mono_class_from_generic_parameter): Don't assume a
8564         generic container owner exists.  Generic containers from monodis
8565         don't have any.
8566
8567 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
8568
8569         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
8570         * verify.h: new typedefs to returns the non-verifiable status
8571         * verify.c: initial implementation of generics, stack merging and object compatibility check
8572
8573 2007-06-06  Mark Probst  <mark.probst@gmail.com>
8574
8575         * class.c, image.c, class-internals.h (MonoImage): class_cache is
8576         a MonoInternalHashTable again (fixed bug in internal hash table
8577         code).
8578
8579 2007-06-06  Mark Probst  <mark.probst@gmail.com>
8580
8581         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
8582         MonoInternalHashTable again (fixed bug in internal hash table
8583         code).
8584
8585 2007-06-06  Mark Probst  <mark.probst@gmail.com>
8586
8587         * class.c, image.c, class-internals.h, domain.c,
8588         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
8589         changes.  Have to figure out what makes them break the SWF
8590         regression.
8591
8592 2007-06-04  Mark Probst  <mark.probst@gmail.com>
8593
8594         * class.c, image.c, class-internals.h (MonoImage): class_cache is
8595         a MonoInternalHashTable now.
8596
8597 2007-06-04  Mark Probst  <mark.probst@gmail.com>
8598
8599         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
8600         MonoInternalHashTable now.
8601
8602 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
8603
8604         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
8605         invoke_impl code.
8606
8607         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
8608
8609         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
8610         dependent trampoline.
8611
8612         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8613
8614         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
8615
8616 2007-05-29  Robert Jordan  <robertj@gmx.net>
8617
8618         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
8619
8620 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
8621
8622         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
8623
8624 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
8625
8626        * marshal.c: Fix interface lookup loops for
8627        cominterop_get_com_slot_for_method and 
8628        cominterop_get_method_interface. Only need to lookup
8629        if type is a class, else use interface type method is on.
8630
8631        Code is contributed under MIT/X11 license.
8632
8633 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
8634
8635         * reflection.c: HasSecurity can be present even if no specially 
8636         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
8637         SecurityAttribute). Fix CAS regression tests on buildbot.
8638
8639 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
8640
8641        * appdomain.c: Add configure checks for header files.
8642        * image.c: Add configure checks for header files.
8643        * file-io.c: Add configure checks for header files.
8644        * debug-mono-symfile.c: Add configure checks for header files.
8645        * threadpool.c: Add configure checks for header files.
8646        * console-io.c: Add configure checks for header files.
8647        * profiler.c: Add configure checks for header files.
8648        * rawbuffer.c: Add configure checks for header files.
8649        * icall.c: Add configure checks for header files.
8650        * rand.c: Add configure checks for header files.
8651        * socket-io.c: Add configure checks for header files.
8652
8653        Code is contributed under MIT/X11 license.
8654
8655 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
8656
8657         * reflection.c (mono_custom_attrs_from_builders): Remove the 
8658         assertion as it breaks the build.
8659         
8660         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
8661
8662         * reflection.c (lookup_custom_attr): Make a copy here too.
8663
8664         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
8665         dynamic images.
8666
8667         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
8668         images.
8669
8670         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
8671         info.
8672
8673 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
8674
8675         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
8676         (load_cattr_value): Ditto.
8677
8678 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
8679
8680         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
8681
8682 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
8683
8684         * threads.c: In "start_wrapper", set apartment_state to MTA if
8685         apartment_state is Unknown and we're running on 2.0 profile or
8686         higher.
8687         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
8688         to main method, then set apartment_state to Unknown on 1.0 profile,
8689         and MTA on 2.0 profile.
8690
8691 2007-05-16  Jb Evain  <jb@nurv.fr>
8692
8693         * class-internals.h (MonoDefaults): Add an attribute_class and
8694           customattribute_data_class.
8695         * domain.c (mono_init_internal): Populate them.
8696         * reflection.c: Use them to remove duplicates. Make a vew
8697         MonoClass variables `static'.
8698
8699 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
8700
8701         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
8702         step in implementing IMT, so that all isinst checks now can go
8703         through the bitmap.
8704         This was needed because vtables for TransparentProxy need to look
8705         like the vtable of the "target" class, so they need to point to
8706         its interface bitmap directly.
8707
8708         * object.c: inside "mono_class_create_runtime_vtable" and
8709         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
8710
8711 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
8712
8713         * object-internals.h
8714           culture-info.h : added territory field in MonoCulture and
8715           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
8716         * locales.c : fill territory field above too.
8717         * culture-info-table.h : regenerated.
8718
8719 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
8720
8721         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
8722         Fixes #81599.
8723
8724 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
8725
8726         * object.c: Always initialize apartment, even if 
8727         there is no custom attributes on entry point.
8728         
8729         Code is contributed under MIT/X11 license.
8730
8731 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
8732
8733         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
8734         * metadata.c: If no encoding is set, check for unicode
8735         on class.
8736         
8737         Code is contributed under MIT/X11 license.
8738
8739 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
8740
8741         * threads.c: Handle if mono_thread_current returns NULL 
8742         
8743         Code is contributed under MIT/X11 license.
8744
8745 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
8746
8747         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
8748         in start_wrapper. Added mono_thread_init_apartment_state and
8749         mono_thread_cleanup_apartment_state.
8750         * object.c: Initialize thread apartment state on main thread
8751         by checking for STAThreadAttribute on entry point.
8752         * object-internals.h: Add apartment_state field to MonoThread.
8753         * threads-types.h: Add unmanaged definition of 
8754         System.Threading.ApartmentState, MonoThreadApartmentState.
8755         
8756         Code is contributed under MIT/X11 license.
8757         
8758 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
8759
8760         * class.c: Fix windows build.
8761         * class-internals.h: Fix windows build.
8762         
8763         Code is contributed under MIT/X11 license.
8764
8765 2007-05-08  Robert Jordan  <robertj@gmx.net>
8766
8767         * process.c (CreateProcess_internal):
8768         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
8769         .CreateNoWindow was specified. Fixes #81496.
8770
8771 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
8772
8773         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
8774         step in implementing IMT, replaced it with two compact arrays
8775         (interfaces_packed and interface_offsets_packed) and a bitmap that
8776         is used for isinst checks (interface_bitmap).
8777
8778         * class.c: (compare_interface_ids): compare function to pass to
8779         bsearch when looking for an interface with a given id.
8780         (mono_class_interface_offset): reimplemented using bsearch on
8781         interfaces_packed, getting the offset from interface_offsets_packed.
8782         (print_implemented_interfaces): utility debugging function.
8783         (setup_interface_offsets): reworked to initialize interfaces_packed,
8784         interface_offsets_packed and interface_bitmap.
8785
8786         * object.c: replaced all accesses to "MonoClass.interface_offsets"
8787         with uses of interfaces_packed and interface_offsets_packed.
8788
8789 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
8790
8791         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
8792         mono_class_interface_offset prototype to wrap all accesses to
8793         "MonoClass.interface_offsets".
8794
8795         * class.c: Implemented mono_class_interface_offset, and wrapped all
8796         accesses to "MonoClass.interface_offsets".
8797
8798         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
8799         "MonoClass.interface_offsets".
8800
8801 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
8802
8803         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
8804         GetMethodFromHandle overloads (bug #78637).
8805
8806 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
8807
8808         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
8809         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
8810
8811 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
8812
8813         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
8814         #81498.
8815
8816         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
8817         gracefully.
8818         (mono_custom_attrs_from_index): Ditto.
8819
8820         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
8821         Fixes #81501.
8822
8823 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
8824
8825         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
8826         is now allocated from a mempool.
8827
8828 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
8829
8830         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
8831         caller holds threads_lock, leading to deadlocks. Fixes #81476.
8832
8833 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
8834
8835         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
8836         mono_loader_clear_error () too late. Fixes #81463.
8837
8838 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
8839
8840         * culture-info-table.h : regenerated.
8841
8842 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
8843
8844         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
8845         is missing.
8846
8847 2007-04-25  Dick Porter  <dick@ximian.com>
8848
8849         * Makefile.am: Put the mingw enforced-optimisation back into the
8850         PLATFORM_WIN32 section.
8851
8852 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
8853
8854         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
8855         patch.
8856
8857         * image.c (mono_image_load_module): New API function to load a module reference.
8858
8859         * image.c (load_modules): Load modules lazily. Fixes #80812.
8860
8861         * class.c (mono_class_from_typeref): Use mono_image_load_module.
8862         
8863         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
8864
8865         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
8866         to mono_image_load_module_dynamic.
8867
8868 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
8869
8870         * marshal.c: Fix calling convention for CCW on non-windows
8871         platforms. STDCALL on windows, CDECL everywhere else to work 
8872         with XPCOM and MainWin COM.
8873         
8874         Code is contributed under MIT/X11 license.
8875
8876 2007-04-23  Martin Baulig  <martin@ximian.com>
8877
8878         Fix #80969.
8879
8880         * loader.c
8881         (method_from_memberref): Added `gboolean *used_context' argument.
8882         (mono_get_method_from_token): Likewise.
8883         (mono_get_method_full): Don't insert the method in the cache when
8884         `used_context' is true.
8885
8886 2007-04-23  Raja R Harinath  <rharinath@novell.com>
8887
8888         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
8889
8890         * reflection.c (mono_reflection_bind_generic_parameters): Don't
8891         create new MonoTypes for returned types.
8892         * class.c (mono_generic_class_get_class): Export mono-internal.
8893         * class-internals.h: Update to changes.
8894
8895 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
8896
8897         * threadpool.c, threadpool.h, icall-def.h: patch from
8898         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
8899
8900 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
8901
8902         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
8903         
8904         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
8905
8906         * threads.c (mono_thread_get_stack_bounds): New helper function.
8907
8908         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
8909         Correctly compute stack bounds when attaching. Fixes #81394.
8910
8911 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
8912
8913         * reflection.c: fix handling of doubles in custom attributes
8914         for the arm-fpa format (bug #81368).
8915
8916 2007-04-18  Raja R Harinath  <rharinath@novell.com>
8917
8918         * reflection.c (assembly_add_win32_resources): Mildly relax an
8919         bounds check to let the end pointer point just past the end of the
8920         allocated buffer.  (may fix #81384)
8921
8922 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
8923
8924         * culture-info-table.h : regenerated.
8925
8926 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
8927
8928         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
8929         the thread is aborted early.
8930
8931 2007-04-05  Dick Porter  <dick@ximian.com>
8932
8933         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
8934         FindFirstFile()/FindNextFile() to find entries.  This lets the
8935         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
8936         81038.
8937
8938         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
8939         the parameters of
8940         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
8941
8942 2007-04-04  Martin Baulig  <martin@ximian.com>
8943
8944         * debug-helpers.c
8945         (mono_method_desc_full_match): Add support for nested classes.
8946
8947 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
8948
8949         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
8950
8951 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
8952
8953         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
8954         waiting for too many threads.
8955
8956 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
8957
8958         * environment.c: Fix return value check on uname so we can get the 
8959         executing version on Solaris operating systems.
8960
8961 2007-03-28  Jb Evain  <jbevain@gmail.com>
8962
8963         * class.c (mono_type_get_name_recurse): Complete the
8964         fix for the creation of assembly qualified names for
8965         pointer types. Fixes #81208.
8966
8967 2007-03-27  Dick Porter  <dick@ximian.com>
8968
8969         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
8970         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
8971         changed.
8972
8973         * threads.c
8974         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
8975         the value of ReleaseMutex().
8976
8977 2007-03-27  Dick Porter  <dick@ximian.com>
8978
8979         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
8980         in little-endian order, not network endian, so must be converted
8981         to host endian here.  Fixes bug 80593.
8982
8983 2007-03-22  Jb Evain  <jbevain@gmail.com>
8984
8985         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
8986         qualified names for pointer types. Fixes #81208.
8987
8988 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
8989
8990         * marshal.c: Add support for PreserveSigAttribute. 
8991         
8992         Code is contributed under MIT/X11 license.
8993
8994 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
8995
8996         * process.c: Fix endianness issues. Fixes #81126.
8997
8998         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
8999         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
9000
9001         * image.c (mono_image_lookup_resource): Make this work on big-endian
9002         machines.Change API contract so the caller needs to free the return value.
9003         
9004         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
9005         API change.
9006         
9007 2007-03-14  Martin Baulig  <martin@ximian.com>
9008
9009         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
9010         mono_type_get_desc() as well.
9011
9012 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
9013
9014         * icall.c:  Fix environ access in VS.  
9015         
9016 2007-03-13  Alp Toker  <alp@atoker.com>
9017
9018         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
9019         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
9020         #63841.
9021
9022 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
9023
9024         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
9025         circular references among dynamic methods. Fixes #81091.
9026
9027         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
9028
9029 2007-03-09  Martin Baulig  <martin@ximian.com>
9030
9031         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
9032
9033 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
9034
9035         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
9036         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
9037         
9038         Code is contributed under MIT/X11 license.
9039         
9040 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
9041
9042         * loader.c: Reapply patch for bug #79424.
9043
9044 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
9045
9046         * metadata.c (mono_type_to_unmanaged): Only convert object to
9047         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
9048
9049 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
9050
9051         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
9052         (and incorrectly set) is_reference field from MonoGenericInst.
9053
9054 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
9055
9056         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
9057         a little earlier.
9058
9059         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
9060
9061         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
9062
9063 2007-03-05  Miguel de Icaza  <miguel@novell.com>
9064
9065         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
9066         FileOptions.1 value to mean "temporary", map that to
9067         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
9068
9069         Fixes 80688
9070
9071 2007-03-03  Marek Habersack  <mhabersack@novell.com>
9072
9073         * appdomain.c: implement MS .Net style shadow copying. Copies of
9074         the assemblies are made in a subdirectory of the dynamic base
9075         directory, the assembly names are preserved.
9076         Copy .mdb and .config files along with the assemblies being shadowed.
9077
9078 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
9079
9080         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
9081         (emit_marshal_handleref): Ditto.
9082
9083         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
9084         on Visual C++. Fixes #80671.
9085
9086 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
9087
9088         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
9089         for clone operations.
9090
9091 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
9092
9093         * marshal.c: Fix warnings.
9094
9095 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
9096
9097         * loader.c: allow case-insensitive matching of the dll name
9098         in dllmap handling when prefixed with "i:".
9099
9100 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
9101
9102         * threads.c: Fix #ifdef for dummy_apc function for VS.
9103
9104 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
9105
9106         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
9107
9108 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
9109         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
9110         giving precedence to the methods with a fully qualified name
9111         (InterfaceName.MethodName) when building the interface sections
9112         of the vtable.
9113
9114 2007-02-16  Dick Porter  <dick@ximian.com>
9115
9116         * threadpool.c (append_job): Fix fast-path array handling, so it's
9117         less likely the array will grow exponentially when the load is
9118         heavy.
9119
9120 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
9121
9122         * metadata-internals.h, loader.c: fix dllmap lookup order
9123         for non-function maps, too, and prepare for fallback code.
9124
9125 2007-02-12  Robert Jordan  <robertj@gmx.net>
9126
9127         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
9128         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
9129         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
9130         GlobalFree. Fixes a part of bug #77075.
9131
9132 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
9133
9134         * loader.c: implemented typedef parent in field memberref.
9135
9136 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
9137
9138         * marshal.c: Fix warnings and remember to call Release on
9139         IUnknown of RCW.
9140         
9141         Code is contributed under MIT/X11 license.
9142
9143 2007-02-10  Miguel de Icaza  <miguel@novell.com>
9144
9145         * class-internals.h: Add MonoHandleRef definition, and
9146         handleref_class to mono_defaults. 
9147
9148         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
9149         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
9150
9151         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
9152         (do nothing on this stage)
9153         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
9154         (emit_marshal_handleref): New method, used for argument handling
9155         of HandleRefs. 
9156
9157 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
9158
9159         * class.c (mono_class_setup_parent): Lazily init com types.
9160         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
9161         init com types.
9162         * object.c (mono_remote_class_vtable): Lazily init com types.
9163         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
9164         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
9165         * domain-internals.h: Expose mono_init_com_types.
9166         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
9167         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
9168         Add support for COM Callable Wrapper marshalling.
9169         * marshal.h: Add icall definitions.
9170         * gc.c: Handle freeing of CCWs in finalizer code.
9171         
9172         Code is contributed under MIT/X11 license.
9173
9174 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
9175
9176         * reflection.c: changed all the signature encoding code to use
9177         a variable-sized buffer.
9178
9179 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
9180
9181         * marshal.c: locking fixes: never take the loader lock
9182         or other runtime locks when holding the marshal lock
9183         (fixes bug#80664).
9184
9185 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
9186
9187         * marshal.c: make the delegate function pointer mapping
9188         work for the moving GC.
9189
9190 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
9191
9192         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
9193         for bug #80618.
9194
9195 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
9196
9197         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
9198         gmodule.
9199
9200 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
9201
9202         * threadpool.c: made the code moving-GC safe.
9203
9204 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
9205
9206         * assembly.c, boehm-gc.c, class-internals.h, class.c,
9207         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
9208         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
9209         warning cleanup.
9210         * reflection.c: warning cleanup, some threading and moving GC fixes.
9211
9212 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
9213
9214         * class.c, loader.c: create the needed Set/Get/Address array methods
9215         as well as the .ctors in mono_class_init (), fixes bug #80567.
9216
9217 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
9218
9219         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
9220         we doesn't decrease its alignment. Should fix the sparc build.
9221
9222 2007-01-24  Dick Porter  <dick@ximian.com>
9223
9224         * socket-io.c
9225         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
9226         Create the returned object if we need to ignore an unsupported
9227         socket option.  Fixes a segfault reported by Atsushi.
9228
9229 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
9230
9231         * class.c, object.c: restrict GC-tracked fields to
9232         UIntPtr fields used inside corlib, so we provide better
9233         type info to the GC and also allow broken packing as in
9234         bug #80580.
9235
9236 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
9237
9238         * sgen-gc.c: removed duplicated function.
9239
9240 2007-01-19  Miguel de Icaza  <miguel@novell.com>
9241
9242         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
9243         value that means that the value is not supported, but that we
9244         should not return a failure, but instead report this as a
9245         successful operation.
9246
9247 2007-01-19  Raja R Harinath  <rharinath@novell.com>
9248
9249         Fix tests/bug79956.2.il
9250         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
9251         (mono_generic_class_get_class): If the generic definition in an
9252         enum, copy over other fields related to it.
9253
9254 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
9255
9256         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
9257         genericinst enums (bug #79215).
9258
9259 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
9260         * class.c: Fix bug 80307.
9261
9262 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
9263
9264         * image.c: if the file table is not present, try to load
9265         all the modules, since we don't have info about them
9266         having or not metadata (bug #80517).
9267         * assembly.c: allow mono_assembly_load_references () to
9268         work for netmodules.
9269
9270 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
9271
9272         * image.c, metadata-internals.h, object.c: execute module
9273         cctors when running on the 2 runtime if present (bug #80487).
9274
9275 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
9276
9277         * icall.c: optimized InitializeArray() on bigendian.
9278
9279 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
9280
9281         * icall.c: fix for the broken ARM FPA double format.
9282
9283 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
9284
9285         * icall.c: handle endian issues for r4 and r8 types, too, in
9286         the InitializeArray() icall.
9287
9288 2007-01-15  Miguel de Icaza  <miguel@novell.com>
9289
9290         * loader.c (mono_loader_error_prepare_exception): Clear the error
9291         once we have extracted the information from it, do this before we
9292         call into the JIT's class loading mechanisms.
9293
9294         * object.c (mono_class_create_runtime_vtable): Do not clear the
9295         loader error before calling mono_class_get_exception_for_failure
9296         as the loader error is needed inside
9297         mono_class_get_exception_for_failure to throw the error (thinko).
9298
9299         Fixes #80521
9300         
9301 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
9302
9303         * reflection.c: align fields rva data so it's faster to load at
9304         runtime.
9305
9306 2007-01-12  Raja R Harinath  <rharinath@novell.com>
9307
9308         Prepare to simplify GenericMethod handling.
9309         * class-internals.h (mono_method_get_context): New accessor function.
9310         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
9311         rather than directly accessing '->context' field.
9312
9313         * class-internals.h (_MonoGenericParam.method): Move ...
9314         (_MonoGenericContainer): ... here.  Add into union with klass field.
9315         * class.c, icall.c, loader.c, metadata.c, reflection.c:
9316         Update to changes.
9317
9318 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
9319
9320         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
9321         the wrapper type enum and reduce relocations.
9322
9323 2007-01-12  Raja R Harinath  <rharinath@novell.com>
9324
9325         * reflection.c (inflate_mono_method): Reuse method instantiation
9326         from the generic method, if available.
9327
9328 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
9329
9330         * marshal.c (emit_marshal_variant): Fix conv_arg
9331         type in last commit, based on whether parameter is byref.
9332         
9333 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
9334
9335         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
9336         marshalling.
9337         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
9338         MONO_TYPE_OBJECT back for VARIANT support.
9339
9340 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
9341
9342         * marshal.c, marshal.h, icall-def.h: Implement 
9343         Marshal.ReAllocCoTaskMem.
9344
9345 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
9346
9347         * marshal.c: memory retention fixes: use the proper
9348         image cache for runtime_invoke method lookups.
9349
9350 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
9351
9352         * mempool.c: added code to help debug mempool allocations.
9353
9354 2007-01-11  Dick Porter  <dick@ximian.com>
9355
9356         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
9357         support (experimenting with faking it with IP_MTU_DISCOVER for
9358         systems that don't have IP_DONTFRAGMENT.)
9359         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
9360         icall.
9361
9362         * icall-def.h: new System.Net.Sockets.Disconnect icall.
9363
9364         * socket-io.h: Add new fields to MonoSocketAsyncResult
9365         corresponding to the new ones in Socket.cs.
9366
9367 2007-01-11  Raja R Harinath  <rharinath@novell.com>
9368
9369         Fix IronPython regression mentioned in #80249
9370         * metadata.c (do_mono_metadata_parse_generic_class): Clear
9371         'cached_context' field, since it may have been initialized as a
9372         side-effect of metadata parsing.
9373
9374         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
9375         (_MonoGenericClass.cached_class): Move here and rename from lone
9376         remaining field of ...
9377         (_MonoInflatedGenericClass): ... this.  Remove.
9378         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
9379         to changes.
9380
9381         Fix mcs/tests/test-128.cs regression.
9382         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
9383         2007-01-10 change below.
9384         [MONO_TYPE_OBJECT]: Recurse into array case.
9385
9386 2007-01-11  Raja R Harinath  <harinath@gmail.com>
9387
9388         * class-internals.h (mono_get_inflated_generic_class): Remove.
9389         * class.c (mono_get_inflated_generic_class): Remove.
9390         (mono_generic_class_get_class): Rename from
9391         mono_class_create_generic.
9392         (mono_class_from_mono_type) [GENERICINST]: Use it.
9393         * reflection.c, metadata.c: Update to changes.  Use
9394         'mono_class_from_mono_type'.
9395
9396 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
9397
9398         * reflection.c: use passed type when encoding an array element
9399         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
9400
9401 2007-01-09  Robert Jordan  <robertj@gmx.net>
9402
9403         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
9404         result arguments (someDelegate.EndInvoke (unrelatedAres)).
9405         Fixes bug #80392.
9406
9407 2007-01-09  Raja R Harinath  <rharinath@novell.com>
9408
9409         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
9410
9411         * object.c (set_value): Avoid aliasing between type->data.klass
9412         and type->data.generic_class.
9413
9414         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
9415
9416 2007-01-08  Raja R Harinath  <rharinath@novell.com>
9417
9418         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
9419         between type->data.klass and type->data.generic_class.
9420
9421 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
9422
9423         * marshal.c: In MS.NET, StringBuilder objects are not copied by
9424         value in out parameters.
9425
9426 2007-01-08  Raja R Harinath  <rharinath@novell.com>
9427
9428         Simplify invariant for MonoGenericClass::klass field.
9429         * class.c (mono_class_create_generic): Verify 'klass' is null.
9430         * metadata.c (do_mono_metadata_parse_generic_class): Don't
9431         initialize 'klass' field.
9432
9433 2007-01-05  Raja R Harinath  <rharinath@novell.com>
9434
9435         Ongoing work to avoid redundant data and simplify invariants.
9436         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
9437         'generic_class', and change type to a GenericInst.
9438         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
9439         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
9440
9441 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
9442
9443         * class.c : skip io-layer under PLATFORM_WIN32.
9444
9445 2007-01-03  Tor Lillqvist  <tml@novell.com>
9446
9447         Fix #80305: In a bundled executable, look in the bundled exe
9448         assembly to determine the runtime version. Add the possibility to
9449         bundle also the machine.config file.
9450         
9451         * assembly.c (mono_assembly_open_from_bundle): Make
9452         non-static. Allow being called even if we have no bundled
9453         assemblies, and return NULL right away in that case.
9454
9455         * domain-internals.h: Declare mono_assembly_open_from_bundle()
9456         here.
9457
9458         * domain.c (app_config_parse): Take an assembly exe file name as
9459         parameter instead of a config file name. Check for a bundled
9460         config file for that assembly by calling
9461         mono_config_string_for_assembly_file() (see below) before looking
9462         for one in the file system.
9463         (get_runtimes_from_exe): Corrsponding change to call of
9464         app_config_parse().
9465         (get_runtimes_from_exe): Check for bundled assembly exe file first
9466         by calling mono_assembly_open_from_bundle(). If no bundled
9467         assembly exe file is found, call mono_image_open() as before to
9468         look it up in the file system.
9469
9470         * mono-config.c: Add variable bundled_machinec_onfig.
9471         (mono_config_string_for_assembly_file): New function.
9472         (mono_config_for_assembly): Move code snippet that looks for a
9473         bundled assembly .config file into the above new function. Call
9474         it.
9475         (mono_register_machine_config, mono_get_machine_config): New
9476         functions to set and retrieve
9477
9478         * assembly.h: Declare mono_register_machine_config().
9479
9480         * mono-config.h: Declare mono_get_machine_config() and
9481         mono_config_string_for_assembly_file().
9482
9483         * icall.c: No declaration of environ necessary on Win32. It is
9484         declared (as a macro expanding to a function call) in stdlib.h.
9485         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
9486         New internal mono function. Returns the value of
9487         mono_get_machine_config() as a Mono string.
9488
9489         * icall-def.h: Add get_bundled_machine_config().
9490
9491 2007-01-04  Raja R Harinath  <rharinath@novell.com>
9492
9493         Remove redundant field
9494         * class-internals.h (_MonoGenericContext.container): Remove field.
9495         * loader.c (mono_method_get_signature_full): Don't parse a
9496         "container" for a signature parse when the signature is inflated
9497         immediately.
9498         (method_from_methodspec): Likewise, for a generic_inst.
9499         * class.c, metadata.c, reflection.c: Update to changes.
9500
9501 2006-01-04  Raja R Harinath  <rharinath@novell.com>
9502
9503         * class-internals.h (_MonoGenericClass): Rename 'context' field to
9504         'cached_context', and change semantics -- it starts off NULL, and
9505         is initialized on demand.
9506         * class.c (mono_generic_class_get_context): New accessor to
9507         replace 'context' field accesses.
9508         (mono_class_get_context): New helper.
9509         (*): Update to changes.
9510         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
9511
9512 2007-01-03  Miguel de Icaza  <miguel@novell.com>
9513
9514         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
9515         before the memcpy.   Fixes Marshal2 regression.
9516
9517 2007-01-02  Jb Evain  <jbevain@gmail.com>
9518
9519         * blob.h: add a MONO_TYPE_ENUM definition
9520         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
9521         fix the encoding of arrays of enums in custom attributes.
9522
9523         Fixes #79666.
9524
9525 2007-01-01  Miguel de Icaza  <miguel@novell.com>
9526
9527         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
9528         string is null terminated, but only cut the string short if it
9529         overflows the buffer.   
9530         
9531         (mono_string_to_byvalstr): Also fix this routine.   The code here
9532         was not properly terminating a string (it was only terminated
9533         because of the previous catch-all memset). 
9534
9535         I left the memset, because I do not know if applications expect
9536         the runtime to clear this region. 
9537
9538         Fixes #79944.
9539
9540         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
9541         Clear the error before returning to unmanaged code to prevent the
9542         runtime from being confused later on (fixes  80420).
9543         (ves_icall_type_from_name): Always call mono_loader_clear_error
9544         after parsing a type that could have failed.
9545         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
9546
9547         * loader.c (mono_loader_clear_error): Fix indentation.
9548
9549 2006-12-28  Martin Baulig  <martin@ximian.com>
9550
9551         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
9552
9553 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
9554
9555         * reflection.c: patch from Rolf Bjarne Kvinge to fix
9556         getting a token for an EnumBuilder.
9557
9558 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
9559
9560         * reflection.c: be more careful in case resource generation
9561         fails to create the data array.
9562
9563 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
9564
9565         * sgen-gc.c: write barrier for clone and fix unregister handles.
9566
9567 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
9568
9569         * reflection.c: some fixes needed in the generics code for the moving GC.
9570
9571 2006-12-22  Robert Jordan  <robertj@gmx.net>
9572
9573         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
9574         account. Fixes bug #80299.
9575
9576 2006-12-21  Raja R Harinath  <rharinath@novell.com>
9577
9578         Fix WaitHandle usage in delegates.
9579         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
9580         * object.c (mono_wait_handle_new): Use the property set method to
9581         initialize the handle.
9582         (mono_wait_handle_get_handle): New.
9583         * threadpool.c (mono_async_invoke): Use it.
9584         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
9585         Likewise.
9586         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
9587
9588 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
9589
9590         * marshal.c (emit_marshal): Call emit_marshal_variant and
9591         emit_marshal_com_interface when applicable.
9592         (emit_marshal_variant, emit_marshal_com_interface): Add
9593         methods for this case and remove if's from emit_marshal_object.
9594         
9595 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
9596
9597         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
9598
9599 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
9600
9601         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
9602         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
9603         and GlobalFree on Windows. Remove FIXME.
9604
9605 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
9606
9607         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
9608         implementation for managed objects.
9609
9610 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
9611
9612         * object.c: implemented code to be used for checking
9613         that no reference field overlaps with non-references.
9614
9615 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
9616
9617         * threadpool.c: fix queue code to be compatible with the
9618         moving GC.
9619
9620 2006-12-18  Miguel de Icaza  <miguel@novell.com>
9621
9622         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
9623         in structures by throwing ArgumentNullException.
9624
9625         (emit_marshal_safehandle): Also when they are null parameters.
9626
9627         (emit_marshal_safehandle): Add support for ref
9628         SafeHandles parameters
9629
9630 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
9631
9632         * profiler.c: updated to use the mono-dl API instead of
9633         gmodule.
9634
9635 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
9636
9637         * profiler.c: updated to use the mono-dl dynamic loading
9638         API instead of gmodule.
9639
9640 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
9641
9642         * profiler.c: use readlink, older versions of glib don't have
9643         g_file_read_link ().
9644
9645 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
9646
9647         * profiler.c: try to detect the path to mono if libc fails to provide
9648         a useful name (bug #80286).
9649
9650 2006-12-16  Raja R Harinath  <rharinath@novell.com>
9651
9652         Fix #80242
9653         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
9654         instance, use the generic type definition instead.
9655         (ves_icall_Type_GetNestedTypes): Likewise.
9656         * class.c (mono_class_create_generic): Always set the
9657         nested_classes of a generic instance to NULL, even if the generic
9658         type definition has nested types.
9659
9660 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
9661
9662         * marshal.c (mono_string_from_bstr): Revert previous Windows change
9663         and fix on Linux.
9664         
9665 2006-12-15  Miguel de Icaza  <miguel@novell.com>
9666
9667         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
9668         my arguments were in the wrong order.   I also fixed the Windows
9669         version which seems to have had the same issue.
9670
9671         (mono_free_bstr): On Unix, this is g_free.
9672         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
9673         conversions (for the tests in corlib to pass).
9674
9675 2006-12-14  Miguel de Icaza  <miguel@novell.com>
9676
9677         * marshal.c (emit_ptr_to_object_conv): For now, ignore
9678         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
9679         exception if a ref SafeHandle in a struct has changed).
9680         
9681         (emit_struct_conv): Do not perform layout checks for classes
9682         derived from SafeHandle, as those are specially handled. 
9683
9684         (emit_object_to_ptr_conv): Add support for
9685         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
9686
9687         (emit_marshal_safehandle): Implement conversion of return values
9688         of safehandles (MARSHAL_ACTION_CONV_RESULT).
9689         
9690         * threads.c: WaitHandle now is compiled with two different handles
9691         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
9692         for 2.0.
9693         
9694         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
9695         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
9696         these routines to cope with both kinds of fields.
9697
9698 2006-12-12  Miguel de Icaza  <miguel@novell.com>
9699
9700         * metadata.c (mono_type_to_unmanaged): Handle the case where
9701         type->data.klass is a SafeHandle, and in that case, return the
9702         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
9703         MONO_MARSHAL_CONV_SAFEHANDLE. 
9704
9705 2006-12-11  Miguel de Icaza  <miguel@novell.com>
9706
9707         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
9708         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
9709         calling emit_marshal_object.
9710
9711         (emit_marshal_safehandle): Implement marshalling of
9712         SafeHandle parameters (no ref support yet).
9713
9714         (MarshalAction): Document the defines as I implement
9715         them for SafeHandle.
9716
9717         (emit_marshal_object): indentation police.
9718
9719         * class-internals.h: Define MonoSafeHandle.
9720         Add safehandle_class to MonoDefaults type.
9721
9722         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
9723         list of classes to check for fields. 
9724
9725         * domain.c (mono_init_internal): Add SafeHandle to the list of
9726         mono_defaults loaded.
9727
9728 2006-12-15  Raja R Harinath  <rharinath@novell.com>
9729
9730         Fix #80253
9731         * reflection.c (mono_reflection_bind_generic_parameters): If the
9732         generic type definition is a type builder, ensure that it is fully
9733         initialized before instantiating it.  Kill some dead code.
9734
9735 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
9736
9737         * object.c: clear the loader_error () before loading
9738         more metadata stuff (bug #80258).
9739
9740 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
9741
9742         * icall.c, icall-defs.h: type modifiers icalls for
9743         parameters and properties.
9744
9745 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
9746
9747         * object.c, icall.c: fixed warnings.
9748
9749 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
9750
9751         * marshal.c: fixed a couple of leaks and coding style in a few places.
9752
9753 2006-12-08  Dick Porter  <dick@ximian.com>
9754
9755         * process.c: Cope with NULL ProcessStartInfo arguments on windows
9756         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
9757         80173.
9758
9759 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
9760
9761         * process.c: ProcessStartInfo may have only filename set and
9762         arguments can be NULL.
9763
9764 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
9765
9766         * icall.c: fix leak found by Robert Jordan.
9767
9768 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
9769
9770         * marshal.c, marshal.h: generate managed method to access an element
9771         of a multi-dimensional array.
9772
9773 2006-11-30  Paolo Molaro (lupus@ximian.com)
9774
9775         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
9776
9777 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
9778
9779         * icall.c: back out GetFields () fix until the serialization code is
9780         fixed to not depend on the incorrect behaviour.
9781
9782 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
9783
9784         * profiler.c: provide defaults if none are set.
9785
9786 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
9787
9788         * Makefile.am, attrdefs.h: new public header file with
9789         constants for attributes for use by embedders.
9790
9791 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
9792
9793         * icall.c: GetFields () fix for bug #80064.
9794
9795 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
9796
9797         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
9798         removed long unused icalls.
9799
9800 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
9801   
9802         * marshal.c: 
9803                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
9804                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
9805                 can be generated without a delegate class.
9806                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
9807         
9808         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
9809
9810 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9811
9812         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
9813         #80069.
9814
9815 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
9816
9817         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
9818         icall-def.h: added icalls needed by System.GC.
9819
9820 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
9821
9822         * loader.c: ensure the class in catch clauses is handled
9823         correctly for generics methods (fixes bug#79980).
9824
9825 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
9826
9827         * monitor.h, monitor.c: added mono_locks_dump () function
9828         to help debug deadlocks involving managed locks.
9829
9830 2006-11-13  Dick Porter  <dick@ximian.com>
9831
9832         * file-io.c (get_file_attributes): If the file is a symlink try
9833         and get the stat data for the target, but also add the
9834         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
9835         the specs for the windows symlink support, but will probably have
9836         to be reworked when I have test data from a vista machine.  Fixes
9837         bug 79887.
9838
9839 2006-11-13  Dick Porter  <dick@ximian.com>
9840
9841         * gc.c (mono_domain_finalize): 
9842         * marshal.c (mono_delegate_begin_invoke): 
9843         * threadpool.c (socket_io_init, mono_thread_pool_init)
9844         (mono_thread_pool_finish): 
9845         * monitor.c (mono_monitor_try_enter_internal): 
9846         * threads.c (mono_thread_resume, mono_thread_init)
9847         (mono_thread_suspend_all_other_threads)
9848         (mono_thread_execute_interruption): 
9849         * appdomain.c (mono_domain_unload): Check for NULL error returns
9850         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
9851         75733.
9852
9853 2006-11-11  Miguel de Icaza  <miguel@novell.com>
9854
9855         * process.c
9856         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
9857         Only close the handle if the value of the handle is not
9858         INVALID_HANDLE_VALUE.  This just makes the process a bit more
9859         robust.
9860
9861         Improvement for #75733, so that we do not run into this problem. 
9862
9863         
9864         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
9865         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
9866         internal variables.  Fixes #79462 
9867         
9868
9869 2006-11-09  Dick Porter  <dick@ximian.com>
9870
9871         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
9872         Use poll() not select().  Fixes bug 79397.
9873
9874 2006-11-09  Raja R Harinath  <rharinath@novell.com>
9875
9876         Fix #79872
9877         * assembly.c (mono_assembly_load_from_full): Check that the given
9878         image has an assembly manifest.
9879
9880 2006-11-09  Ankit Jain  <jankit@novell.com>
9881
9882         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
9883         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
9884         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
9885
9886 2006-11-07  Dick Porter  <dick@ximian.com>
9887
9888         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
9889         Put the old resolver behaviour back for pre-2.0 profiles.
9890
9891 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
9892
9893         * threadpool.c: precise GC and locking fixes.
9894
9895 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
9896
9897         * class.c: don't load types that have an explicit unaligned
9898         managed reference. Provide better info in the TypeLoad exception.
9899         Part of the fix for bug #79744.
9900         * object.c: use the correct check for class type load issues.
9901
9902 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
9903
9904         * class.c: enforce alignment of fields with managed references
9905         even when Pack=1 is forced by the user (bug #77788).
9906
9907 2006-11-03  Dick Porter  <dick@ximian.com>
9908
9909         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
9910         If the address reverse lookup fails, return it as the hostname
9911         anyway.  Fixes bug 79721.
9912
9913 2006-11-03  Dick Porter  <dick@ximian.com>
9914
9915         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
9916         Fix build on Windows.
9917
9918 2006-11-02  Dick Porter  <dick@ximian.com>
9919
9920         * icall-def.h: 
9921         * object-internals.h: 
9922         * exception.c (mono_get_exception_thread_interrupted): 
9923         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
9924         Fixes bug 74525.
9925
9926         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
9927         Check for pending Thread.Interrupt.
9928
9929 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
9930         * loader.c: Fixed bug 79684.
9931
9932 2006-10-27  Dick Porter  <dick@ximian.com>
9933
9934         * file-io.c (get_file_attributes): Force symlinks to directories
9935         to be returned as a regular file.  Fixes bug 79733.
9936 2006-10-26  Dick Porter  <dick@ximian.com>
9937
9938         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
9939         CreateFile to open a directory then we need to set the
9940         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
9941
9942 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
9943
9944         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
9945         friends.
9946
9947 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
9948
9949         * sgengc.c: small cleanup of timer code.
9950
9951 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
9952
9953         * sgen-gc.c: fix some warnings and start adding support for
9954         complete object removal on domain unload.
9955
9956 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
9957
9958         * assembly.c: build_assembly_name should not consider a version
9959         number without build or revision number invalid. Fixes bug #79715.
9960
9961 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
9962
9963         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
9964         call kernel32 function OutputDebugString directly.
9965         
9966         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
9967         
9968 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
9969
9970         * reflection.c: small cleanup, using a function to insert a MonoString
9971         in the string heap.
9972
9973 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
9974
9975         * reflection.c: moving GC fixes.
9976
9977 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
9978
9979         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
9980         all the objects with finalizers belonging to an unloading appdomain.
9981
9982 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
9983
9984         * sgen-gc.c: added ability to allocate even when the nursery is fully
9985         pinned and fixed a couple of bugs.
9986
9987 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
9988
9989         * threads.h: Revert the last change for now.
9990
9991         * threads.h (mono_thread_get_pending_exception): Rename this to
9992         mono_thread_get_undeniable_exception ().
9993
9994 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
9995
9996         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
9997         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
9998         when fname does not refer to valid assembly. This result in a more
9999         meaningful error message.
10000         * exception.c: added mono_get_exception_bad_image_format2 which 
10001         constructs a BadImageFormatException using the ctor taking a custom
10002         message and the file name. Passing in a NULL msg results in a default
10003         message.
10004         * exception.h: define mono_get_exception_bad_image_format2 function.
10005         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
10006         when file name pointed to an invalid IL image. Use 
10007         mono_get_exception_file_not_found2 to construct FileNotFoundException,
10008         as this results in a more meaningful error message.
10009
10010 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
10011
10012         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
10013         #79465.
10014
10015 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
10016
10017         * metadata.c (mono_type_size): Change the align parameter to guint32 for
10018         consistency with the other _size functions.
10019         (mono_type_stack_size): Ditto.
10020
10021         * class.c object.c icall.c: Fix warnings caused by the above change.
10022
10023         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
10024
10025         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
10026
10027         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
10028
10029 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
10030
10031         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
10032         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
10033         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
10034         threadpool.h, threads-types.h: mark more internal functions.
10035
10036 2006-10-11  Dick Porter  <dick@ximian.com>
10037
10038         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
10039         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
10040         reproduce the bug even before applying the fix.)
10041
10042 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
10043
10044         * reflection.c: allow retrieving attributes for arguments in generic
10045         methods (bug #79241).
10046
10047 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
10048
10049         * debug-mono-symfile.c: properly check fopen () result (found by
10050         coverity).
10051
10052 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
10053
10054         * reflection.c: make error message clearer and fixed two
10055         issuelets found by Coverity.
10056
10057 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
10058
10059         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
10060
10061 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
10062
10063         * object-internals.h, gc-internal.h, profiler-private.h:
10064         mark internal functions.
10065
10066 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
10067
10068         * reflection.c: put data in the text section.
10069         * icall.c: recognize more types in type_from_typename ().
10070         * process.c, marshal.c: added some GC FIXMEs.
10071
10072 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
10073
10074         * loader.c: check for NULL before initializing.
10075
10076 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
10077
10078         * gc.c (finalizer_thread): Use a non-alertable wait here.
10079
10080         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
10081         until the correct solution is found.
10082
10083 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
10084
10085         * reflection.c (mono_module_get_object): Avoid an assert when operating on
10086         modules with no metadata. Fixes #79596.
10087
10088         * image.c (load_metadata_ptrs): Put back the error message when
10089         the #- heap is encountered since the support is not complete yet.
10090
10091 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
10092
10093         * gc.c: do not allow the user to SuppressFinalize () a
10094         delegate because it would leak the trampoline if present.
10095
10096 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
10097
10098         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
10099         PropertyPtr table.
10100
10101 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
10102
10103         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
10104
10105         * metadata.c (mono_metadata_get_param_attrs): Ditto.
10106
10107         * row-indexes.h: Add definitions for *Ptr tables.
10108
10109         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
10110
10111         * metadata.c (mono_metadata_translate_token_index): New helper function to
10112         translate table indexes used in uncompressed metadata.
10113         (mono_metadata_decode_table_row): Ditto.
10114         (mono_metadata_decode_table_row_col): Ditto.
10115
10116         * metadata.c: Add table schema for *Ptr tables.
10117
10118         * class.c loader.c: Use the new helper function to access the affected metadata
10119         tables.
10120         
10121         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
10122         #38532.
10123         
10124 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
10125
10126         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
10127         sequences which can be unbounded in size. Fixes #79583.
10128
10129 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
10130
10131         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
10132         static initialization.
10133
10134         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
10135
10136         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
10137
10138         * domain.c (mono_domain_free): Free up type_init_exception_hash.
10139
10140         * object.c (mono_runtime_class_init): Implement correct semantics when a static
10141         ctor fails, i.e. throw the same exception on subsequent accesses.
10142         
10143 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
10144
10145         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
10146         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
10147         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
10148         Handle marshalling of interfaces and VARIANTs contained in structs.
10149         
10150         Code is contributed under MIT/X11 license.
10151         
10152 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
10153
10154         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
10155         
10156         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
10157         mempool.
10158
10159 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10160
10161         * console-io.c: ignore previous SIGINT handler.
10162
10163 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
10164
10165         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
10166         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
10167         #79460, #79461, #79485.
10168
10169         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
10170
10171         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
10172         #79217.
10173
10174 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
10175
10176         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
10177         could be generated from it.
10178
10179 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
10180
10181         * rand.c: fix read loop to correctly handle EINTR.
10182
10183 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
10184
10185         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
10186         internal calls are defined to keep methods closer to the declaring
10187         type and allow a significant reduction in runtime relocations and
10188         memory usage.
10189
10190 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
10191
10192         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
10193         exception message to have FileNotFoundException use the default
10194         assembly load error message. Fixes bug #79426.
10195         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
10196
10197 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10198
10199         * threadpool.c: (start_thread_or_queue) use the root domain when
10200         creating the thread instead of the async object one.
10201
10202 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
10203
10204         * class.c, object.c, class-internals.h, reflection.c:
10205         for arrays, store element_size inside MonoClass (speedup
10206         for array object creation).
10207
10208 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
10209
10210         * icall.c: fixed CodeBase to use the file name and not the module
10211         name (bug #79365).
10212
10213 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
10214
10215         * mono-debug.c, mono-debug.h: export find_method as
10216         mono_debug_find_method ().
10217
10218 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
10219
10220         * debug-helpers.c, class-internals.h: added a few functions useful
10221         when debugging under gdb.
10222
10223 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10224
10225         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
10226         characters that need special handling.
10227
10228 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
10229
10230         * mono-config.c: make the os/cpu specification more flexible,
10231         allowing lists and negation.
10232
10233 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
10234
10235         * marshal.c: COM Interop fixes. Handle case where method->klass.
10236         is interface. Handle BSTR/MonoString when null. Use CDECL as 
10237         calling convention on non-windows platforms. This is for
10238         compatibility with XPCOM and MainWin COM.
10239         
10240         Code is contributed under MIT/X11 license.
10241         
10242
10243 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
10244
10245         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
10246         correctly. Fixes #79217.
10247
10248         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
10249
10250 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
10251
10252         * mono-config.c: allow both an os and cpu attribute for dllmap
10253         and dllentry elemnets to enable a single config file to be used
10254         for multiple architectures.
10255
10256 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
10257
10258         * loader.c: MonoLoaderError was cleared too soon on load failure.
10259         Fixes bug #79424.
10260
10261 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
10262
10263         * icall.c: use the defining class vtable when accessing a
10264         static field, not a pobblibly derived class.
10265
10266 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
10267
10268         * icall.c string-icalls.c: Remove references to unicode.h.
10269
10270         * unicode.h unicode.c Makefile.am: Remove these unused source files.
10271
10272         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
10273
10274         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
10275         indicating the image where custom marshaller types should be looked up.
10276         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
10277         custom marshallers, instead of corlib. Fixes #79425.
10278
10279 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
10280
10281         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
10282
10283 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
10284
10285         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
10286         Implement Environment.ProcessorCount.
10287         
10288         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
10289         Implement Environment.ProcessorCount.
10290         
10291         * icall.c: 
10292         Add Environment.ProcessorCount icall.
10293         
10294         Patch by Jason McFall.
10295
10296 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10297
10298         * assembly.c: don't append .exe/.dll when the filename already contains
10299         one of those extensions.
10300
10301 2006-09-12  Martin Baulig  <martin@ximian.com>
10302
10303         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
10304         to array interfaces.
10305
10306 2006-09-11  Martin Baulig  <martin@ximian.com>
10307
10308         * reflection.c (mono_image_build_metadata): Create the
10309         MethodImpl's after emitting all types and methods, so we don't
10310         need another fixup pass for them.
10311
10312 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
10313
10314         * class.c (mono_class_from_name_case): Fix regression introduced by the last
10315         change.
10316
10317 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
10318
10319         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
10320         unload.
10321
10322 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
10323
10324         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
10325         args is not set. Fixes #78926.
10326
10327 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
10328
10329         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
10330
10331         * image.c (load_class_names): Move this to class.c, and rename it to 
10332         'mono_image_init_name_cache'.
10333         (load_modules): Fix a warning.
10334
10335         * class.c icall.c image.c: Initialize image->name_cache lazily.
10336
10337         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
10338         on its name using information in the AOT file.
10339
10340         * class.c (mono_class_from_name): Use the new hook function.
10341
10342 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
10343
10344         * reflection.c (mono_param_get_objects): Handle enum default parameter values
10345         correctly.
10346
10347         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
10348         Fixes #79289.
10349         
10350 2006-09-06  Martin Baulig  <martin@ximian.com>
10351
10352         * icall.c (mono_lookup_internal_call): Small fix.
10353
10354 2006-09-05  Raja R Harinath  <rharinath@novell.com>
10355
10356         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
10357         double g_free.
10358
10359 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
10360
10361         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
10362         when --debug is specified.
10363
10364 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
10365
10366         * class.c (setup_generic_array_ifaces): Fix a warning.
10367
10368 2006-09-04  Miguel de Icaza  <miguel@novell.com>
10369
10370         * Temporarily remove the patch to assemly.c that checks the
10371         assembly versions as it breaks our gacutil.
10372
10373 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
10374
10375         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
10376
10377         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
10378         a net 1.0 runtime.
10379
10380         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
10381         created using the default ctor. Fixes #79152.
10382         (mono_string_builder_to_utf16): Ditto.
10383
10384 2006-09-01  Martin Baulig  <martin@ximian.com>
10385
10386         Fix handling of the generic array interfaces.
10387
10388         * class-internals.h
10389         (MonoDefaults): Removed `generic_array_class' and added
10390         `generic_ilist' class.
10391
10392         * class.c
10393         (mono_bounded_array_class_get): Add the new generic array interfaces.
10394         (setup_generic_array_ifaces): New static method; create vtable
10395         entries for each method in the generic array interfaces.
10396
10397         * metadata.c
10398         (select_container): Allow "parent-less" generic methods.
10399
10400         * marshal.c
10401         (mono_marshal_get_generic_array_helper): New public method.
10402
10403         * icall.c
10404         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
10405         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
10406         moved the interncall into System.Array.
10407
10408 2006-09-01  Raja R Harinath  <rharinath@novell.com>
10409
10410         A few more cases of avoiding work on types with ->byref set.
10411         Has the real fix for #79238
10412         * icall.c (is_generic_parameter): New helper.
10413         (ves_icall_Type_GetGenericParameterPosition): Use it.
10414         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
10415         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
10416         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
10417         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
10418         reference types.
10419         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
10420         reference types.
10421         (ves_icall_Type_get_IsGenericInstance): Likewise.
10422         (ves_icall_Type_get_IsGenericType): Likewise.
10423
10424 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
10425
10426         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
10427         class if possible.
10428
10429         * mempool.h (mono_mempool_get_allocated): New helper function.
10430
10431         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
10432         change.
10433
10434         * mempool.c: Fix warnings and the calculation of stats.
10435
10436         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
10437
10438         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
10439
10440         * loader.c (mono_get_method_from_token): Update method_count stat.
10441
10442         * class-internals.h (MonoStats): Add some stats.
10443
10444 2006-08-31 Robert Jordan  <robertj@gmx.net>
10445
10446         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
10447         with managed variants.
10448         All code is contributed under the MIT/X11 license.
10449         
10450 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
10451
10452         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
10453         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
10454
10455         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
10456
10457         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
10458         with cycles in classes.
10459
10460         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
10461
10462         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
10463         missing a [MarshalAs] directive. Fixes #79203.
10464
10465         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
10466         klass->marshal_info. Fixes #79217.
10467
10468 2006-08-30  Martin Baulig  <martin@ximian.com>
10469
10470         Committing a patch from Joachim Ante <joe@otee.dk>:
10471         Add support for binary data symbol stores.
10472
10473         * debug-mono-symfile.c
10474         (mono_debug_open_mono_symbol_file): Renamed into
10475         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
10476         arguments.
10477
10478         * mono-debug.c
10479         (mono_debug_open_image): Added `raw_contents' and `size' args.
10480         (mono_debug_init_2_memory): New public function.
10481
10482 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
10483
10484         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
10485
10486 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10487
10488         * appdomain.c: implement support for ShadowCopyFiles.
10489
10490 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
10491
10492         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
10493         when value is NULL (and should remove CID #51).
10494
10495 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10496
10497         * image.c: moved 2 functions to ../utils.
10498
10499 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
10500
10501         * gc.c: cope with the target object of a GC handle being NULL
10502         (bug #78877).
10503
10504 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
10505
10506         * class.c: recursively check parent's explicit implementations
10507         of interface methods (fixes bug #79125).
10508
10509 2006-08-19  Miguel de Icaza  <miguel@novell.com>
10510
10511         * filewatcher.c: Avoid warnings when building, do not redefine
10512         constants that are defined.
10513
10514         Remove warnings.
10515
10516 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10517
10518         * image.c: don't fail when the link points to an absolute path.
10519
10520 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
10521
10522         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
10523         Fix CID #3.
10524
10525 2006-08-17  Miguel de Icaza  <miguel@novell.com>
10526
10527         * image.c (full_path): A new method used to obtain the actual path
10528         of an assembly even in the presence of symbolic links.  
10529
10530         This is necessary for the case where we are running a binary that
10531         has been GACed, but we are using the "published" path name
10532         ($prefix/mono/1.0/blah.exe) which happens to point to the real
10533         file in the GAC.
10534
10535         This was the source of the failure for the `xsp' command with the
10536         recent AppDomain changes, as far as the runtime was concerned,
10537         there were two different assemblies: $prefix/mono/1.0/blah.exe and
10538         $prefix/mono/gac/blah/version/blah.exe.
10539
10540         (do_mono_image_open): use full path
10541
10542 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
10543
10544         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
10545
10546 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
10547
10548         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
10549         domain_id is supplied. Fix CID #241 and corlib's unit tests.
10550
10551 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
10552
10553         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
10554         small structures. Fixes #78990.
10555
10556 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
10557
10558         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
10559
10560         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
10561
10562 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10563
10564         * appdomain.c:
10565         * marshal.c: don't load all the assemblies from a domain into newly
10566         created ones. The new domains might have different rules and load
10567         assemblies from different locations. Fixes bug #76757.
10568
10569         Patch by Lluis. Conflicts resolved by Brian Crowell.
10570
10571 2006-08-16  Alp Toker  <alp@atoker.com>
10572
10573         * socket-io.c: First half of the fix for #79084.
10574         Set sa_size to the length of the content, not that of the struct.
10575         Don't add NULL suffix to the content, this should be done in
10576         managed code if needed.
10577
10578 2006-08-14  Raja R Harinath  <rharinath@novell.com>
10579
10580         Fix part of #79012
10581         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
10582         mono_metadata_parse_type returns NULL.
10583
10584 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
10585
10586         * normalization-tables.h : new file for string normalization data.
10587         * locales.c, locales.h, icall.c :
10588           added load_normalization_resource() for string normalization,
10589           and icall as well.
10590         * Makefile.am : added normalization-tables.h to the sources.
10591
10592 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
10593
10594         * marshal.c: Add more helper functions to reduce code duplication and use them
10595         everywhere.
10596
10597 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
10598
10599         * marshal.c: Fix non-x86 stdcall warnings.
10600         
10601         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
10602         them everywhere.
10603
10604 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
10605
10606         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
10607         type check on multi-dimensional arrays. Fixes #79000.
10608
10609 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
10610
10611         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
10612         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
10613         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
10614         * class-internals.h: add is_com_object to class structure.
10615         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
10616         null checks to COM object marshalling. Fix .ctor call on RCW.
10617         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
10618         
10619         All code is contributed under the MIT/X11 license.
10620
10621 2006-08-09  Dick Porter  <dick@ximian.com>
10622
10623         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
10624         racing mono_monitor_allocator_lock() somewhere, so don't delete
10625         the critical section for now.  Found by running and exiting
10626         monodevelop.
10627
10628 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
10629
10630         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
10631         (ves_icall_System_ComObject_FindInterface): Ditto.
10632         (ves_icall_System_ComObject_CacheInterface): Ditto.
10633
10634         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
10635         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
10636
10637 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10638
10639         * threadpool.c: treat pipes from process asynchronous reads as sockets
10640         when reading from them, so we get select/poll or epoll to wait for
10641         data.
10642
10643 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
10644
10645         * loader.c: Fix a typo (CID #233) in the null check.
10646
10647 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
10648
10649         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
10650         Hopefully fixes #78949.
10651         
10652         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
10653         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
10654         bytes. Fixes #78972.
10655
10656 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10657
10658         * filewatcher.c: we need to set errno here.
10659
10660 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10661
10662         * filewatcher.c: let Win32Exception get the error value.
10663
10664 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10665
10666         * filewatcher.c: translate errno into win32 errors for Win32Exception
10667         to know what happened.
10668
10669 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
10670
10671         * threadpool.c: Fix more warnings.
10672
10673         * assembly.c (search_loaded): Fix warnings.
10674
10675         * threadpool.c (mono_thread_pool_finish): Fix warnings.
10676         (mono_async_invoke): Ditto.
10677
10678 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
10679
10680         * object.c (mono_remote_class_vtable): Need to create proxy vtable
10681         entries for __ComObject type in addition to ComImport types.
10682         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
10683         about hash table.
10684         
10685         All code is contributed under the MIT/X11 license.
10686
10687 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
10688
10689         * image.c: avoid tentative loading of modulerefs that contain
10690         no metadata (P/Invoke library names).
10691
10692 2006-07-28  Dick Porter  <dick@ximian.com>
10693
10694         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
10695         mono_loader_lock() somewhere, so don't delete the critical section
10696         for now.  Found by running and exiting monodevelop.
10697
10698 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10699
10700         * filewatcher.c: define the inotify syscalls when we're building on
10701         linux and have sys/syscall.h. The build system might not have support
10702         for inotify but the target system might have it.
10703
10704 2006-07-26  Miguel de Icaza  <miguel@novell.com>
10705
10706         * domain.c: Documentation updates.
10707
10708         * loader.c (mono_free_method): Do not release the method
10709         information if we are being profiled, as profilers will use this
10710         information at shut down to present some data to the user.
10711
10712         This is needed so that the profiler does not crash, as the
10713         profiler tends to keep MonoMethods around, and they might become
10714         invalid if we free these.
10715
10716         (mono_get_method_constrained): Return the original CIL stream
10717         method as well, so verification can be performed against it.
10718
10719 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10720
10721         * filewatcher.[ch]: support for inotify file system watcher.
10722         * icall.c: add new internal calls for the inotify file system watcher.
10723
10724 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10725
10726         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
10727         #78888.
10728
10729 2006-07-20  Dick Porter  <dick@ximian.com>
10730
10731         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
10732         warning.
10733
10734 2006-07-20  Dick Porter  <dick@ximian.com>
10735
10736         * threads.c (start_wrapper): Do the thread cleanup while we still
10737         hold a reference to its object.  Fixes bug 78123.
10738
10739 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
10740
10741         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
10742         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
10743           "managed-to-managed".
10744         * icall.c: Redirect string constructors that take sbyte* to
10745           ves_icall_System_String_ctor_RedirectToCreateString.
10746         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
10747           to CreateString () methods with matching signature.
10748         * reflection.c: Use original security informations for
10749           MONO_WRAPPER_MANAGED_TO_MANAGED.
10750         * security-manager.c: Use original security informations for
10751           MONO_WRAPPER_MANAGED_TO_MANAGED.
10752         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
10753           that is a placeholder and only its address should be used.
10754         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
10755           that is a placeholder and only its address should be used.
10756
10757 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
10758
10759         Begin implementing COM Interop.
10760         * appdomain.c: Increment corlib version.
10761         * class.c: Set ComImport classes' parent to __ComObject.
10762         * loader.c: Mark cominterop methods as such.
10763         * domain.c: Add __ComObject class to MonoDefaults structure.
10764         * image.c: Add 2 hashtables to the image for COM Interop related methods
10765         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
10766         using the mempool allocator
10767         
10768         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
10769         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
10770         declaration for mono_metadata_type_dup_mp.
10771         
10772         * debug-helpers.c: Added strings for two additional wrapper types
10773         * object.c: Create proxy objects for ComImport classes
10774         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
10775         and added __ComObject class to MonoDefaults structure.
10776         
10777         * object-internals.h: Finish MonoRealProxy definition, and add definition of
10778         MonoComInteropProxy and MonoComObject.
10779         
10780         * marshal.c: Added support for COM Interop
10781         (signature_cominterop): Converts managed signature to corresponding
10782         unmanaged COM signature.
10783         (cominterop_get_function_pointer): gets unmanaged function pointer via
10784         COM object vtable
10785         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
10786         (cominterop_get_method_interface): returns interface type that method is defined on
10787         (mono_mb_emit_cominterop_call): emits native call to function pointer
10788         gotten from vtable
10789         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
10790         that matches signature of unmanaged function.
10791         (cominterop_get_native_wrapper): wrapper around adjusted method call.
10792         (cominterop_get_invoke): forwards call from proxy to __ComObject
10793         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
10794         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
10795         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
10796         
10797         * marshal.h: Added Marshal icall declarations.
10798         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
10799         so we can access them in finalizer
10800         
10801 2006-07-14  Dick Porter  <dick@ximian.com>
10802
10803         * object.c (mono_type_initialization_cleanup): Fix a race
10804         condition by temporarily commenting out the critical section
10805         deletion.
10806
10807 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
10808
10809         * reflection.c (create_custom_attr): Fix some warnings.
10810         (create_custom_attr_data): Ditto.
10811         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
10812         types. Fixes #78855.
10813
10814 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
10815
10816         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
10817
10818         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
10819
10820 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
10821
10822         * reflection.c (resolve_object): Add support for DynamicMethod.
10823
10824         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
10825         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
10826
10827 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
10828
10829         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
10830         don't leak GPtrArray's pdata has we have no use (nor free) for it.
10831
10832 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
10833
10834         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
10835         Fixes #77888.
10836
10837 2006-06-30  Raja R Harinath  <rharinath@novell.com>
10838
10839         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
10840         slightly: remove a shadow local variable.
10841
10842 2006-06-29  Raja R Harinath  <rharinath@novell.com>
10843
10844         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
10845         definition that introduces the virtual function slot.
10846         Also fix Coverity #105.
10847
10848 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
10849
10850         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
10851         for dynamic assemblies. Fixes #78724.
10852
10853 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
10854
10855         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
10856         Fixes #78722.
10857
10858 2006-06-21  Martin Baulig  <martin@ximian.com>
10859
10860         * reflection.c
10861         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
10862         fixes #76484.
10863
10864 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
10865
10866         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
10867
10868 2006-06-20  Raja R Harinath  <rharinath@novell.com>
10869
10870         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
10871         nor TYPEREFs.
10872         * class.c (mono_class_create_from_typespec): Add 'context' argument.
10873         Inflate result if necessary.
10874         (mono_class_get_full): Remove old version.  Rename from
10875         'mono_class_get' and add 'context' argument.  Pass it to
10876         ..._create_from_typespec.
10877         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
10878         (mono_ldtoken): Revert change below.
10879
10880 2006-06-20  Martin Baulig  <martin@ximian.com>
10881
10882         * class.c (mono_ldtoken): Don't pass the generic context to
10883         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
10884
10885 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
10886
10887         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
10888         and later freeing it. Fixes #78638.
10889
10890 2006-06-15  Miguel de Icaza  <miguel@novell.com>
10891
10892         * icall.c (mono_class_get_throw): Revert over-zealous error
10893         throwing, the caller for mono_class_get_throw will cope with
10894         errors when classes are not properly initialized already.
10895
10896         The code still copes with loader exceptions though.
10897
10898         Fixes the regression in reftype1 and reftype3 from the CAS tests.
10899         
10900 2006-06-14  Miguel de Icaza  <miguel@novell.com>
10901
10902         Fixes the `make run1' version of RuntimeAbort (to be commited,
10903         source is in Bugzilla).
10904         
10905         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
10906         FALSE on class loading failure instead of returning true.
10907
10908         * class.c (mono_class_create_from_typedef): It is possible for
10909         mono_metadata_interfaces_from_typedef_full to fail if a class is
10910         not found, cope with this.
10911         
10912
10913 2006-06-14  Dick Porter  <dick@ximian.com>
10914
10915         * socket-io.c: 
10916         * process.c: Fix a bunch of signed/unsigned warnings from gcc
10917         4.1.1
10918
10919 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
10920
10921         * culture-info-table.h : oops, forgot to make it nsync with r61548.
10922
10923 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
10924
10925         * icall.c: Another fix for building mono in Visual Studio.
10926
10927 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
10928
10929         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
10930         
10931 2006-06-09  Martin Baulig  <martin@ximian.com>
10932
10933         * debug-mono-symfile.c: Put this back and really fix it this
10934         time. Sorry for all the trouble.
10935
10936 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
10937
10938         * icall.c (mono_class_get_throw): Fix a warning.
10939         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
10940         ReflectionTypeLoadException if needed. Fixes #78606.
10941
10942         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
10943         (mono_class_init): Ditto.
10944
10945         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
10946         ref_only exceptions.
10947         (mono_loader_clear_error): Make this work even if there is no error.
10948
10949 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
10950
10951         * object-internals.h marshal.c marshal.h icall.c: Implement method 
10952         Marshal.GetComSlotForMethodInfo using internal call.
10953
10954 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
10955
10956         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
10957         a function for signalling it.
10958
10959         * class.c (mono_class_from_typeref): Use the new kind of loader error when
10960         a referenced assembly is not found.
10961
10962         * loader.c (mono_loader_error_prepare_exception): Add support for 
10963         LOADER_ERROR_ASSEMBLY. Fix formatting.
10964
10965 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
10966
10967         * domain.c appdomain.c class-internals.h marshal.c: Add support 
10968         for VARIANT marshalling on windows and increment corlib version
10969         since Variant struct was added.
10970
10971 2006-06-03  Miguel de Icaza  <miguel@novell.com>
10972
10973         * debug-mono-symfile.c: Revert Martin's previous patch which broke
10974         stack trace line information:
10975
10976         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
10977         (Martin) when looking up B which is between A and C, return A not C.
10978
10979         Bug is #78573.
10980
10981         Thanks to Alexander Olk for tracking this down.
10982
10983 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
10984
10985         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
10986         
10987         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
10988         avoid clobbering its value.
10989         (mono_string_to_lpstr): Fix a warning on windows.
10990
10991 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
10992
10993         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
10994
10995         * reflection.c loader.c: Removed references to 'dummy' flag.
10996
10997         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
10998
10999         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
11000         it gets GC tracking.
11001
11002         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
11003         GC tracking.
11004         
11005         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
11006
11007         * marshal.c threadpool.c: Update callers of mono_async_result_new.
11008
11009         * appdomain.c: Bump corlib version.
11010
11011 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
11012
11013         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
11014         CEE_STIND_REF when working with object references.
11015
11016 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
11017
11018         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
11019         Fixes #78539.
11020
11021 2006-05-30  Miguel de Icaza  <miguel@novell.com>
11022
11023         * loader.c (method_from_memberref): Fix argument value for
11024         mono_loader_set_error_method_load (I was passing the MonoClass
11025         instead of the class name char *).
11026
11027 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
11028
11029         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
11030         CEE_STIND_REF when working with object references.
11031
11032 2006-05-30  Martin Baulig  <martin@ximian.com>
11033
11034         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
11035         mono_method_full_name() change and replace the ':' with a '.'
11036         here.
11037
11038 2006-05-30  Martin Baulig  <martin@ximian.com>
11039
11040         * debug-mono-symfile.c
11041         (mono_debug_symfile_lookup_location): Fix the algorithm:
11042         when looking up B which is between A and C, return A not C.
11043
11044 2006-05-29  Martin Baulig  <martin@ximian.com>
11045
11046         * mono-debug.h
11047         (MonoDebugMethodInfo): Make the typedef public.
11048         (MonoDebugSourceLocation): New public struct.
11049
11050         * mono-debug.c
11051         (mono_debug_source_location_from_address): Removed.
11052         (mono_debug_source_location_from_il_offset): Removed.
11053         (mono_debug_il_offset_from_address): Removed.
11054         (mono_debug_address_from_il_offset): Removed.
11055         (mono_debug_lookup_method): New public function.
11056         (mono_debug_lookup_source_location): New public function; replaces
11057         the old mono_debug_source_location_from_*() functions; see the
11058         inline documentation.
11059         (mono_debug_free_source_location): New public function.
11060         (mono_debug_print_stack_frame): New public function; see the
11061         inline documentation.
11062
11063         * debug-mono-symfile.c
11064         (mono_debug_find_source_location): Renamed into
11065         mono_debug_symfile_lookup_location(); only take a
11066         `MonoDebugMethodInfo *' and an `offset' argument; added inline
11067         documentation.
11068         (mono_debug_find_method): Renamed into
11069         mono_debug_symfile_lookup_method().
11070
11071 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
11072
11073         * assembly.c (mono_assembly_open_full): Dont overwrite the status
11074         returned by mono_image_open_full ().
11075
11076         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
11077         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
11078         #78517.
11079
11080         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
11081         #78518.
11082
11083 2006-05-27  Miguel de Icaza  <miguel@novell.com>
11084
11085         * class.c (mono_class_from_typeref): handle missing images
11086         earlier, deals with bug #78418.   Refactor code; 
11087
11088         Fix a warning introduced in my previous commit (some stale code
11089         from before I revisited my patch).
11090
11091         * class.c (mono_class_create_from_typedef): On failure, remove the
11092         class from the MonoImage->class_cache as the class is not
11093         initialized;   Fixes the leak pointed out by Paolo.
11094
11095 2006-05-25  Dick Porter  <dick@ximian.com>
11096
11097         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
11098         DeleteCriticalSections until I figure out which one may still be
11099         sometimes locked when mono_thread_cleanup is called.
11100
11101 2006-05-24  Dick Porter  <dick@ximian.com>
11102
11103         * threads.c (mono_thread_cleanup): Move the threading cleanup out
11104         of mono_thread_manage and back into its own function, so it can be
11105         called after the finalizer thread has finished.
11106
11107         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
11108
11109 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
11110
11111         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
11112         Fixes #78495.
11113
11114         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
11115         with non-blittable elements.
11116         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
11117
11118 2006-05-24  Martin Baulig  <martin@ximian.com>
11119
11120         * mono-debug-debugger.h (MonoDebuggerEvent): Added
11121         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
11122
11123         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
11124         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
11125         `mono_debugger_event_handler' to NULL.
11126
11127 2006-05-24  Martin Baulig  <martin@ximian.com>
11128
11129         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
11130
11131 2006-05-24  Martin Baulig  <martin@ximian.com>
11132
11133         * mono-debug-debugger.h
11134         (mono_debugger_create_notification_function): Added
11135         `MonoCodeManager *' argument.
11136
11137 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
11138
11139         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
11140
11141 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
11142
11143         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
11144         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
11145         implementation.
11146
11147 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
11148
11149         * icall.c: precise GC support: objects can't be stored in unmanaged
11150         memory anymore, even if they are kept alive by other references: since
11151         they can move the GC needs to be able to always find them.
11152
11153 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
11154
11155         * object.c: precise GC support for static fields. Support
11156         for moving GCs: write barriers and pinned allocation for interned
11157         strings.
11158
11159 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
11160
11161         * domain.c, domain-internals.h: precise GC support for the MonoDomain
11162         structure.
11163
11164 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
11165
11166         * class.c, gc.c: sgen and precise GC updates.
11167
11168 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
11169
11170         * marshal.h, marshal.c: added write barrier wrapper and precise type
11171         fixes.
11172
11173 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
11174
11175         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
11176         support.
11177
11178 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
11179
11180         * reflection.c: precise and sgen GC updates.
11181
11182 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
11183
11184         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
11185
11186 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
11187
11188         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
11189
11190 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
11191
11192         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
11193         MONO_TYPE_OBJECT. Fixes #78462.
11194
11195 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
11196
11197         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
11198         and blittable types.
11199
11200 2006-05-17  Miguel de Icaza  <miguel@novell.com>
11201
11202         * class.c (mono_class_get_exception_for_failure): Implement parts
11203         of a TODO: if the loader error is set (instead of the class
11204         error), we return a Loader exception that can be properly thrown
11205         elsewhere.
11206
11207         This was exposed by some Winforms 2.0 code that I tried to run
11208         (Atsushi pointed me to it).
11209
11210 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
11211
11212         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
11213         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
11214         
11215         * marshal.c (emit_marshal_vtype): Add limited support for 
11216         UnmanagedType.LPStruct. Fixes #78427.
11217
11218         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
11219         Applied a patch from kangaroo to fix #77523.
11220
11221 2006-05-17  Martin Baulig  <martin@ximian.com>
11222
11223         * threads.c
11224         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
11225         (debugger_thread_created): Removed.
11226         (debugger_thread_exited): Removed.
11227
11228 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
11229
11230         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
11231
11232         * object-internals.h (MonoReflectionResource): Sync with managed version.
11233
11234 2006-05-12  Wade Berrier <wberrier@novell.com>
11235
11236         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
11237
11238 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
11239
11240         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
11241         functions try to allocate from the image mempool.
11242
11243 2006-05-12  Dick Porter  <dick@ximian.com>
11244
11245         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
11246
11247 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
11248
11249         * object.c: The FieldGetter and FieldSetter methods require the full
11250         name of the class, not only the name. Fixes bug #78277.
11251
11252 2006-05-11  Miguel de Icaza  <miguel@novell.com>
11253
11254         * loader.c (method_from_memberref): Do not pass the NULL klass to
11255         mono_loader_set_error_() methods.  Pass the non-NULL value
11256         (class). 
11257
11258 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
11259
11260         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
11261         (mono_assembly_close): Null out assembly->image->references after freeing it.
11262
11263         * image.c (mono_image_close): Free image->references.
11264         
11265         * reflection.c (mono_image_basic_init): Fix a small memory leak.
11266
11267 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
11268
11269         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
11270         before checking if it's NULL (g_assert).
11271
11272 2006-05-10  Martin Baulig  <martin@ximian.com>
11273
11274         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
11275         I thought I already killed that two months ago, but now it somehow reappeared.
11276
11277 2006-05-10  Martin Baulig  <martin@ximian.com>
11278
11279         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
11280
11281 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
11282
11283         * reflection.c: Allocate memory for dynamically created methods in the image
11284         mempools.
11285
11286 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
11287
11288         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
11289         don't use the ad pointer before checking if it's NULL (g_assert).
11290
11291 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
11292
11293         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
11294         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
11295
11296         * marshal.c: Allocate all signatures from mempools.
11297
11298         * marshal.c: Allocate some more signatures from mempools.
11299
11300 2006-05-09  Miguel de Icaza  <miguel@novell.com>
11301
11302         * object.c (mono_load_remote_field): The code used to provide a
11303         temporary variable for returning results if the user did not
11304         provide a result pointer.  But our temporary variable was allocted
11305         on the satck.
11306
11307         Fix calling code to always pass a result area.   Coverity ID 103.
11308
11309 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
11310
11311         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
11312         value, not the old. Fixes #78312.
11313         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
11314
11315         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
11316         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
11317         per-image cache.
11318
11319         * assembly.c (mono_assembly_close): Free image->references.
11320
11321         * assembly.c (mono_assembly_names_equal): Fix a warning.
11322         (mono_assemblies_cleanup): Cleanup more global data.
11323
11324         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
11325
11326         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
11327         ptr_cache and image->modules.
11328
11329         * image.c (mono_image_init): Allocate array_cache lazily.
11330         
11331 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11332
11333         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
11334         behavior was changed recently and has bad side effects.
11335
11336 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
11337
11338         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
11339         
11340         * assembly.c (mono_assembly_close): Remove a debug printf.
11341
11342         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
11343
11344         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
11345         to also allow for temporary references between mono_image_open ()/close ().
11346
11347         * domain.c (get_runtimes_from_exe): Add a FIXME.        
11348
11349 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
11350
11351         * marshal.c: Fix support for dynamic methods.
11352
11353         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
11354
11355         * marshal.c (mono_marshal_cleanup): New cleanup function.
11356
11357         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
11358         image mempools.
11359
11360         * class.c (mono_class_init): Fix leaking class->nested_classes.
11361
11362         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
11363
11364         * image.c (mono_image_init): Initialize the new cashes.
11365
11366         * image.c (mono_image_close): Destroy the new cashes.
11367
11368         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
11369
11370         * mempool.c (mono_mempool_strdup): New helper function.
11371
11372         * class-internals.h: Add prototype for mono_loader_unlock ().
11373
11374         * domain.c (mono_jit_info_table_find): Fix a warning.
11375         (mono_debugger_check_runtime_version): Ditto.
11376
11377         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
11378         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
11379         functions to these modules.
11380
11381         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
11382         metadata modules.
11383         
11384         * marshal.c (mono_free_bstr): Fix a warning.
11385
11386         * assembly.c (mono_assembly_open_full): Fix another small leak.
11387
11388         * object.c: Fix some unload leaks in the remoting code.
11389
11390         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
11391         function.
11392
11393         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
11394
11395         * reflection.c: Fix some unload leaks in dynamic assemblies.
11396
11397 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
11398
11399         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
11400         * marshal.h: Add BSTR support on Win32
11401         * icall.c: Add BSTR icalls
11402         * metadata.h: Add BSTR enums
11403
11404 2006-04-28  Miguel de Icaza  <miguel@novell.com>
11405
11406         Work to catch the crash from #76795 and turn it into an
11407         exception.   As I stubbed out pieces of the VisualBasic support,
11408         I found a number of places where the code was failing and I added
11409         checks to those places. 
11410         
11411         * metadata.c (do_mono_metadata_parse_generic_class): Make this
11412         function return a status code.  If we fail to parse the signature
11413         from mono_metadata_parse_generic_inst, return FALSE.
11414
11415         * loader.c (mono_get_method_from_token): If we fail to load the
11416         method (mono_class_get) return NULL.   
11417
11418         * (method_from_memberref): Return NULL if we are unable to parse
11419         the method signature
11420
11421         (mono_loader_error_prepare_exception): Since we now use the
11422         loader_error flag internally to stop processing, and obtaining
11423         exceptions that might be thrown will walk this code path the
11424         proper way of going from a MonoLoaderError into a
11425         MonoException was convoluted.   This new routine encapsulates the
11426         process of turning the error into an exception and *clearing* the
11427         error afterwards.
11428         
11429 2006-04-27  Miguel de Icaza  <miguel@novell.com>
11430
11431         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
11432         with missing assemblies), and to cope with:
11433
11434                 * Missing fieldref from a non-existing assembly.
11435                 * Missing methodref from a non-existing assembly.
11436
11437         The first batch of work to address *some* of the issues from 76661.
11438         
11439         * object.c (mono_class_create_runtime_vtable): If we fail to
11440         initialize the class raise the exception here. 
11441
11442         * metadata.c (mono_class_get_overrides_full): If any methods fail
11443         to load return the failure to the caller.
11444
11445         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
11446         flagging assemblies that failed to load.   
11447
11448         Do not crash if we are unable to load the assembly.
11449
11450         (mono_assembly_close): Do nothing with REFERENCE_MISSING
11451         assemblies. 
11452
11453         * loader.c (mono_loader_set_error_type_load): Change the
11454         convention to always pass unallocated strings, so we make our own
11455         copies (I know our own code had duplicated strings before, but
11456         this keeps the normal conventions).
11457         (method_from_memberref): Call mono_loader_set_error_method_load
11458         for all possible failures of loading the class. 
11459         Remove assert, turn into a loader error.
11460
11461         (mono_loader_error_to_exception): Move this routine from mini
11462         (mini_loader_error_to_exception) there was no need to have that in
11463         mini. 
11464
11465         * class.c (mono_class_from_typeref): If we were not able to load
11466         the assembly with mono_assembly_load_reference, call the
11467         mono_loader_set_error_type_load to register the problem.
11468
11469         (mono_class_setup_fields): If we fail to load the type from
11470         mono_metadata_parse_type_full, call mono_class_set_failure and
11471         break from the loop.
11472
11473         If class->exception_type is set, we do not layout the fields as
11474         that might crash the runtime, and instead return (from breaking
11475         from the previous loop).
11476
11477         (mono_class_setup_vtable): This now returns a boolean indicating
11478         whether the table was properly setup.   The decision is driven by
11479         mono_class_get_overrides_full which might run into non-existing
11480         methods. 
11481         
11482         (mono_class_init): Returns TRUE on success or FALSE if there was a
11483         problem in loading the type (incorrect assemblies, missing
11484         assemblies, methods, etc).
11485
11486         When we call mono_class_setup_fields we also check for a potential
11487         error inside this call (either a class exception or a general
11488         loader exception).
11489
11490         (mono_class_create_from_typedef): If the parent fails to load
11491         (calling mono_class_get_full) return NULL.
11492         
11493         ** Important **
11494
11495         calls to mono_metadata_parse_type_full should be checked
11496         everywhere and set the mono_class_set_failure
11497         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
11498
11499         The current patch checks the places where my manually constructed
11500         tests show the errors are showing up, but we should do it
11501         everywhere. 
11502
11503         ** Important2 **
11504
11505         mono_class_init return values should be tested everywhere, like
11506         the previous case this is something that we should audit
11507         everywhere and not only on the cases exposed by the tests I
11508         created. 
11509
11510 2006-04-26  Miguel de Icaza  <miguel@novell.com>
11511
11512         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
11513         boolean parameter and instead pass the information on `options'
11514         parameter (FileOptions).
11515
11516         * icall.c: Register the new signature for MonoIO.Open.
11517
11518         * debug-helpers.c (dis_one): Trying to understand how coverity
11519         works.  Fix Run 5, item 78.
11520
11521 2006-04-26  Dick Porter  <dick@ximian.com>
11522
11523         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
11524         dereference.
11525
11526 2006-04-25  Martin Baulig  <martin@ximian.com>
11527
11528         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
11529
11530         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
11531         debugger_thread_created().
11532         (debugger_gc_push_all_stacks): Don't handle the main thread in any
11533         special way.
11534         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
11535         (mono_debugger_finalize_threads): New function; undo the effects
11536         of mono_debugger_init_threads().
11537         (mono_debugger_create_all_threads): Removed.
11538
11539 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
11540
11541         * image.c (mono_image_close): Tidy up trace messages.
11542
11543         * assembly.c (mono_assembly_close): Ditto.
11544
11545         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
11546         no longer references an already freed assembly. Fixes #78168.
11547
11548 2006-04-21  Dick Porter  <dick@ximian.com>
11549
11550         * threads.c (mono_thread_detach): Fix reference counting when
11551         detaching threads.
11552
11553 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
11554
11555         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
11556         #78155.
11557
11558 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
11559
11560         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
11561         (mono_type_to_stind): Ditto.
11562
11563         * marshal.c: Use the new helper functions to simplify code.
11564
11565         * image.c (mono_image_close): Add some code for help debug assembly unloading
11566         problems.
11567
11568         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
11569         image mempool.
11570
11571         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
11572         assembly was already loaded in another appdomain. Fixes #78083.
11573
11574 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
11575
11576         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
11577         referenced assemblies.
11578         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
11579
11580         * domain.c (mono_domain_free): Add a trace message.
11581
11582         * appdomain.c (add_assemblies_to_domain): Ditto.        
11583
11584         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
11585         field.  
11586
11587 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
11588
11589         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
11590
11591 2006-04-12  Martin Baulig  <martin@ximian.com>
11592
11593         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
11594         `USE_INCLUDED_LIBGC'.   
11595
11596 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
11597
11598         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
11599         the patch contains ../ and a small directory name later. Hopefully fixes
11600         #78035.
11601
11602 2006-04-10  Martin Baulig  <martin@ximian.com>
11603
11604         Clean up the debugger's thread-handling code.
11605
11606         The debugger's thread-handling code has been moved from
11607         ../mini/debug-debugger.c to threads.c.  We now iterate directly
11608         over the `threads' hash, keep track of exiting threads and also
11609         use proper locking.
11610
11611         We can now debug XSP and XSP based applications with the debugger.
11612
11613         * object-internals.h (MonoThread): Added `gpointer end_stack'.
11614
11615         * threads.h
11616         (MonoThreadCallbacks): Removed; this was only used by the debugger.
11617         (mono_install_thread_callbacks): Likewise.      
11618
11619         * threads.c (mono_thread_callbacks): Removed.
11620         (debugger_thread_created, debugger_thread_exited): New static functions.
11621         (start_wrapper): Call debugger_thread_created().
11622         (thread_cleanup): Call debugger_thread_exited().
11623         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
11624         (mono_debugger_init_threads): New public function.
11625         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
11626         iterate directly over the `threads' hash and also use proper locking.
11627
11628         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
11629
11630         * mono-debug-debugger.h
11631         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
11632
11633 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
11634
11635         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
11636         argument type=array. Fixes #78057.
11637
11638 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
11639
11640         * culture-info-table.h : regenerated. Fixed bug #69652.
11641
11642 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
11643
11644         * loader.c metadata.c: Reapply a variant r59116.
11645         
11646         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
11647
11648         * class.c (mono_class_setup_interface_offsets): New internal function.
11649
11650         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
11651         interfaces too. Fixes #77398.
11652
11653         * reflection.c (encode_cattr_value): Add support for 
11654         parameter type=object, argument type=array.
11655         (load_cattr_value): Ditto. Fixes #77916.
11656
11657         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
11658         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
11659
11660         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
11661         a byval char array and CharSet is Ansi.
11662
11663         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
11664
11665 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
11666
11667         * metadata.c: Add some locking comments.
11668         
11669         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
11670         mempool.
11671         (mono_metadata_free_method_signature): Don't free the signature itself.
11672
11673         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
11674
11675         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
11676         reference the same MonoImage.
11677         (mono_assembly_load_from_full): Add an assert.
11678
11679 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
11680
11681         * image.c (mono_image_close): Don't put the image we are about to free into the
11682         loaded_images_guid_hash.
11683
11684         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
11685         to reduce code duplication.
11686
11687         * marshal.c: Register the native functions called by this module as icalls, to
11688         somewhat centralize the creation of MonoMethodSignature's.
11689
11690         * loader.c (mono_method_signature): Add a cache for method signatures.
11691
11692         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
11693         the parameter attributes of a method.
11694         (mono_metadata_parse_method_signature_full): Refactored the computation of
11695         parameter attributes into a separate function. Also avoid one allocation in
11696         most cases.
11697
11698         * assembly.c (mono_assembly_close): Ditto.
11699
11700         * image.c (mono_image_close): Log trace messages with INFO level.
11701
11702         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
11703
11704         * image.c reflection.c: Correct reference counting of image modules.
11705         
11706         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
11707         of this function from the image mempool.
11708         
11709         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
11710         to allow more cached types to be used.
11711
11712         * mono-debug.c (mono_debug_add_method): Appled patch from
11713         David S. Miller  <davem@sunset.davemloft.net>: Access 
11714         minfo->lexical_blocks[] entry elements using read32().
11715
11716 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
11717
11718         * loader.c (mono_free_method): No longer free the method header for non-dynamic
11719         methods as it is allocated from the mempool.
11720
11721         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
11722         image mempool.
11723
11724         * metadata-internals.h: Add comments describing the reference counting scheme
11725         used for MonoImage and MonoAssembly.
11726
11727         * image.c assembly.c reflection.c: Rework reference counting of images and 
11728         assemblies so they are freed when the runtime is shut down. Free some 
11729         additional memory structures when an image is unloaded.
11730         
11731 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
11732
11733         * class.c loader.c reflection.c: Allocate more data structures in
11734         the image mempool.
11735
11736 2006-03-31  Miguel de Icaza  <miguel@novell.com>
11737
11738         * icall.c
11739         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
11740         build on pre glib 2.4 systems.
11741
11742 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
11743
11744         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
11745
11746         * icall.c: Fix some warnings.
11747
11748 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
11749
11750         * culture-info-table.h : regenerated.
11751
11752 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
11753
11754         * threads.c, object-internals.h, verify.c: changed the culture caching
11755         code to use a normal MonoArray for storage so the GC can keep track of
11756         them easily. Fixed bits of the cache logic, too and simplified the
11757         code.
11758
11759 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
11760
11761         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
11762         thread for non-Boehm GCs.
11763
11764 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
11765
11766         * domain.c, object.c, domain-internals.h: reduce the amount of memory
11767         needed to keep track of the data for static fields.
11768
11769 2006-03-29  Raja R Harinath  <rharinath@novell.com>
11770
11771         Fix #75172
11772         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
11773         for interface classes.  Use 'num_methods' instead.
11774         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
11775         before using '->vtable_size' field.
11776
11777 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
11778
11779         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
11780         doesn't contain managed pointers, so use a normal hashtable.
11781
11782 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
11783
11784         * reflection.c, class-internals.h, domain.c: fixed handling of types
11785         used as values for objects in custom attributes (bug #77915):
11786
11787 2006-03-24  Martin Baulig  <martin@ximian.com>
11788
11789         * class.c (mono_class_setup_fields): Added support for generic
11790         instances; fixes #77580.
11791
11792 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11793
11794         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
11795
11796 2006-03-24  Dick Porter  <dick@ximian.com>
11797
11798         * file-io.c (get_file_attributes): More stat macro breakage.
11799         Fixes bug 77759.
11800
11801 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
11802
11803         * profiler.c: added the file=filename option in the default profiler
11804         to output the profile data to filename.
11805
11806 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11807
11808         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
11809         bug #77877.
11810
11811 2006-03-22  Martin Baulig  <martin@ximian.com>
11812
11813         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
11814         allocated `MonoClassField *' in `fb->handle'.
11815
11816 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
11817
11818         * class.c, image.c, metadata-internals.h: implemented new mechanism to
11819         allocate interface ID to save memory and allow better ID reuse on
11820         appdomain unload. setup_generic_vtable () removal from Martin.
11821
11822 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
11823
11824         * object.h, appdomain.c, domain.c, exception.c, icall.c,
11825         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
11826         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
11827         write barriers for reference stores with managed objects accessed with
11828         C structures in the runtime and in embedding programs.
11829
11830 2006-03-20  Raja R Harinath  <rharinath@novell.com>
11831
11832         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
11833         'interface_id' and 'max_interface_id' fields of MonoClasses
11834         representing open generic types.
11835
11836 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
11837
11838         * object.h, object.c, icall.c: added functions to deal with
11839         storing valuetypes that contain references in managed objects.
11840         * reflection.c, string-icalls.c, threads.c, marshal.c: small
11841         fixes and comments around uses of mono_array_addr ().
11842
11843 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
11844
11845         * object.h, icall.c, monitor.c: object.GetHashCode ()
11846         implementation that supports the moving garbage collector.
11847
11848 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
11849
11850         * icall.c, threads-types.h, threads.c: implemented finalizer for
11851         LocalDataStoreSlot.
11852
11853 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
11854
11855         * metadata.c (mono_type_size): Add a fixme.
11856         (mono_type_stack_size): Ditto.
11857
11858         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
11859         'type_forwarders' field.
11860
11861         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
11862         attribute from net 2.0.
11863
11864         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
11865         from class.c.
11866
11867         * class.c (mono_class_setup_fields): Fix a warning.
11868         
11869         * class.c (mono_class_from_name): Add support for assemblyref entries
11870         in the EXPORTEDTYPE table.
11871
11872         * reflection.c: Add support for handling type forwarders under net 2.0.
11873
11874         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
11875         
11876 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
11877
11878         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
11879         overwriting entries in ModuleBuild->types, also clean up the code
11880         a little. Fixes #77774.
11881
11882 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
11883
11884         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
11885         load friend assembly info when present.
11886
11887 2006-03-14  Raja R Harinath  <rharinath@novell.com>
11888
11889         Fix crasher on gtest-158.cs.
11890         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
11891         the return value if the MonoClass we want is yet in an
11892         inconsistent state.
11893         * class.c (mono_class_create_from_typedef): Add an comment
11894         explaining an order dependency between mono_class_setup_parent and
11895         mono_class_setup_mono_type.
11896
11897 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
11898
11899         * class.c: documentation updates and events bug fix.
11900
11901 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
11902
11903         * class.c: some cleanup, locking fixes.
11904
11905 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
11906
11907         * class.c: fix the generics code to setup nested
11908         type info to the instantiated type (bug #77770).
11909
11910 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
11911
11912         * marshal.c: fixed a few type correctness issues.
11913
11914 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
11915
11916         * loader.c: the Set/Get/Addrtess array methods should be public.
11917
11918 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
11919
11920         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
11921         
11922         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
11923         info->wrapper.
11924
11925 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
11926
11927         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
11928
11929         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
11930
11931         * mempool.c (mono_mempool_alloc): Speed this up a bit.
11932         (mono_mempool_alloc0): Ditto.
11933
11934 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11935
11936         * socket-io.c:
11937         (create_object_from_sockaddr): it was allocating 4 extra bytes
11938         for the AF_UNIX data. Fixes bug #77747.
11939
11940 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
11941
11942         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
11943
11944 2006-03-09  Dick Porter  <dick@ximian.com>
11945
11946         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
11947         Fixes bug 76966 again.
11948
11949 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
11950
11951         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
11952         names from r57532
11953         * appdomain.c: Bumped corlib version to 48 (due to r57532)
11954
11955 2006-03-07  Martin Baulig  <martin@ximian.com>
11956
11957         * object.c
11958         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
11959
11960 2006-03-07  Martin Baulig  <martin@ximian.com>
11961
11962         * class.c
11963         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
11964         regression introduced in r56970; see gtest-252.cs.
11965
11966         * loader.c (mono_get_method_constrained): Correctly handle generic
11967         methods; see gtest-253.cs.
11968
11969 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
11970
11971         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
11972
11973 2006-03-04  Martin Baulig  <martin@ximian.com>
11974
11975         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
11976         compute the parent type at runtime, just like we're already doing
11977         it for interfaces.
11978
11979         * reflection.c
11980         (mono_reflection_bind_generic_parameters): Don't compute the
11981         parent type anymore.
11982
11983         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
11984
11985 2006-03-04  Martin Baulig  <martin@ximian.com>
11986
11987         * mono-debug-debugger.h
11988         (mono_debugger_create_notification_function): Allocate memory at
11989         runtime and return a pointer to it.
11990
11991 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
11992
11993         * assembly.c: Fix windows build.
11994         
11995         * assembly.c: Fix build.
11996
11997         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
11998
11999         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
12000         
12001 2006-03-03  Dick Porter  <dick@ximian.com>
12002
12003         * process.c
12004         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
12005         Check parameters before dereferencing them.  Fixes Aaron's part of
12006         bug 77393.
12007
12008 2006-03-03  Raja R Harinath  <rharinath@novell.com>
12009
12010         Fix performance regression.
12011         * loader.c (find_method_in_class): Add 'from_class' argument.
12012         Rename 'klass' argument to 'in_class'.  The signature is compared
12013         against the method in 'in_class', and the corresponding method is
12014         returned from 'from_class'.
12015         (find_method): Walk both 'in_class' and 'from_class' in parallel.
12016         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
12017         type definition and generic instantiation in parallel.
12018         (mono_get_method_constrained): Update to changes.
12019
12020 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
12021
12022         * threads.c: make sure the domain is correct, too when doing
12023         mono_thread_attach ().
12024
12025 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
12026
12027         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
12028         windows. Fixes #77683.
12029
12030 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
12031
12032         * object.h, *: introduced specific way to set elements of an array
12033         of references to be used as write barrier. Still need to audit the
12034         uses of mono_array_addr.
12035
12036 2006-03-01  Miguel de Icaza  <miguel@novell.com>
12037
12038         * object-internals.h: New field to cache the assmebly name, patch
12039         from Tambet Ingo (tambet@ximian.com)
12040
12041 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
12042
12043         * decimal.h, class-internals.h, metadata-internals.h,
12044         file-io.h: mark a few function declarations as internal, to
12045         reduce the number of PLT entries.
12046
12047 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12048
12049         * file-io.c: fix typo in warning message.
12050
12051 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
12052
12053         * loader.c: on unix, lookup the "*A" version of a function
12054         if charset is auto as a second option before failing.
12055
12056 2006-02-28  Raja R Harinath  <rharinath@novell.com>
12057
12058         * class.h (mono_class_inflate_generic_method): Revert to two
12059         argument version.
12060         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
12061         (mono_class_inflate_generic_method_full): Add.
12062         * class.c (mono_class_inflate_generic_method_full): Rename from
12063         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
12064         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
12065         * loader.c, reflection.c: Update to changes.
12066
12067 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
12068
12069         * icall.c: const fixes and small improvements.
12070
12071 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12072
12073         * threadpool.c: for asynchronous connect(), enable the same workaround
12074         for BSD 6 as for the Mac. Fixes bug #77637.
12075
12076 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
12077
12078         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
12079         formatted classes. Fixes #77524.
12080
12081 2006-02-24  Raja R Harinath  <rharinath@novell.com>
12082
12083         * class.c (inflate_generic_type): Add a couple more
12084         micro-optimizations.
12085         (inflate_generic_context): Don't use the 'gmethod' from
12086         'inflate_with'.
12087         (mono_class_inflate_generic_method): If the method has generic
12088         parameters, but the passed-in context doesn't have a 'gmethod',
12089         create one.  Use the possibly simplified generic instantiation
12090         from the declaring class instead of the one passed in.
12091
12092 2006-02-24  Raja R Harinath  <harinath@gmail.com>
12093
12094         Make generic method signature and method header handling lazy.
12095         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
12096         (inflate_generic_header): Likewise.
12097         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
12098         parameter to avoid inflating types.
12099         (mono_get_inflated_method): Empty out.
12100         * class.h (mono_class_inflate_generic_method): Update to changes.
12101         * loader.c (mono_get_method_from_token): Don't parse signature for
12102         generic methods, nor methods of generic classes.
12103         (mono_method_signature): Rename from 'mono_method_signature'.
12104         Inflate signature on demand.
12105         (mono_method_get_header): Inflate method header on demand.
12106         * reflection.c: Update to changes.
12107
12108 2006-02-23  Raja R Harinath  <rharinath@novell.com>
12109
12110         * metadata.c (mono_metadata_inflate_generic_inst): If the
12111         instantiation is closed, don't bother expanding it in the new
12112         context.
12113         * class.c (inflate_generic_class): If the generic instantiation
12114         doesn't change after inflation, return the argument itself.
12115         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
12116         Add bounds checks.
12117         (inflate_generic_context): If neither the generic class nor the
12118         generic method instantiations change, return the original context.
12119         * reflection.c (mono_method_get_object): Do
12120         'mono_get_inflated_method' before accessing the ->klass field.
12121         (inflate_mono_method): Don't create a MonoGenericMethod unless
12122         necessary.
12123         (inflate_method): Don't pass a constructed type as the declaring
12124         type of a methodbuilder.
12125
12126 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
12127
12128         * object.c: fix memory overwrite.
12129
12130 2006-02-22  Dick Porter  <dick@ximian.com>
12131
12132         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
12133         it doesn't work any more.
12134         (mono_threads_request_thread_dump): Fix unused variable warnings.
12135
12136 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
12137
12138         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
12139         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
12140         the public header file.
12141
12142 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
12143
12144         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
12145
12146 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
12147
12148         * class-internals.h, object.c: reduce the size of MonoVTable
12149         and store the interface_offsets array at negative offsets.
12150
12151 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
12152
12153         * metadata.c: tweak table descriptors data structures to reduce
12154         size and runtime relocations.
12155
12156 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
12157
12158         * marshal.c: fix some types and opcodes to be type-safe
12159         in marshaling wrappers.
12160
12161 2006-02-21  Ankit Jain  <jankit@novell.com>
12162
12163         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
12164
12165 2006-02-21  Raja R Harinath  <rharinath@novell.com>
12166
12167         * metadata.c (get_constraints): Relax debugging checks for monodis.
12168
12169 2006-02-21  Ankit Jain  <jankit@novell.com>
12170
12171         * metadata.c (mono_metadata_load_generic_params): Move the code
12172         checking for ambiguous generic params from here to mono/dis/get.c
12173         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
12174
12175 2006-02-21  Raja R Harinath  <harinath@gmail.com>
12176
12177         Fix assertion triggered when compiling nemerle.
12178         * class.c (mono_get_shared_generic_inst): Rename from
12179         get_shared_inst and make non-static.
12180         * loader.c (mono_get_shared_generic_method): New.  Used to create
12181         the MonoGenericContext-equivalent of a MonoGenericContainer.
12182         (mono_get_method_from_token): Initialize the 'context' field of
12183         the created MonoGenericContainer.
12184         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
12185         * metadata.c (get_constraints): Add sanity check.
12186         * class-internals.h: Add new internal methods.
12187
12188         * reflection.c (verify_safe_for_managed_space): New sanity check.
12189         Currently checks that owner-less generic parameters aren't allowed
12190         in managed space.
12191         (mono_type_get_object): Use it.
12192         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
12193         that are now in mono_type_get_object.
12194         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
12195
12196 2006-02-19  Raja R Harinath  <harinath@gmail.com>
12197
12198         * metadata.c (mono_type_create_from_typespec): Rename from
12199         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
12200         argument and caching of types in the generic container.
12201         (unwrap_arrays, find_generic_param): Remove.
12202         * metadata-internals.h: Update.
12203         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
12204
12205 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
12206
12207         * class.c (mono_class_get_exception_for_failure): Fix a warning.
12208
12209         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
12210         return values. Fixes #77581.
12211
12212         * class.c (mono_fnptr_class_get): Switch name and name_space.
12213
12214         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
12215         classes and add support for [In, Out] attributes.
12216         (mono_marshal_free_asany): Ditto. Fixes #77524.
12217
12218 2006-02-18  Raja R Harinath  <harinath@gmail.com>
12219
12220         * class.c (mono_class_from_generic_parameter): Make more robust to
12221         incomplete MonoGenericContainers from monodis.
12222
12223 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
12224
12225         * class-internals.h: added some more exception types.
12226         * class.c, metadata.c: added a few checks to handle missing
12227         types.
12228
12229 2006-02-17  Raja R Harinath  <rharinath@novell.com>
12230
12231         Use owner-less generic-params some more.
12232         * class.c (my_mono_class_from_generic_parameter): Remove.
12233         (mono_class_from_generic_parameter): Handle null image,
12234         param->name and param->owner.
12235         (mono_class_from_mono_type): Update.
12236         (mono_class_create_from_typespec): Remove 'container' parameter.
12237         If that parameter is non-null, the result is always inflated by
12238         'mono_class_get_full' anyway.
12239         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
12240         parameter.
12241         (mono_class_get_full): Update.
12242
12243         * class.c (inflate_generic_type) [GENERICINST]: If the generic
12244         instance is not open, don't bother inflating.
12245         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
12246         parse metadata for inflated classes.
12247         (_mono_class_get): Change GenericContext* parameter to
12248         GenericContainer*.
12249         (mono_class_create_from_typespec): Likewise.  Simplify, and
12250         implement trivially.  All the cases are handled in
12251         mono_class_from_mono_type.  Don't inflate returned class.
12252         (mono_class_get_full): Delegate GENERICINST optimization to
12253         inflate_generic_type.
12254         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
12255
12256 2006-02-16  Dick Porter  <dick@ximian.com>
12257
12258         * socket-io.c (create_object_from_sockaddr): Fix typo.
12259         (create_sockaddr_from_object): Check array lengths before
12260         potentially accessing items off the end.
12261         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
12262         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
12263         (ves_icall_System_Net_Sockets_Socket_Send_internal)
12264         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
12265         length checks to avoid wraparound overflows.
12266         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
12267         contents of the array of sockets
12268         (hostent_to_IPHostEntry2)
12269         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
12270         Check return value of inet_ntop ().
12271         (addrinfo_to_IPHostEntry): Fix typo
12272
12273 2006-02-16  Raja R Harinath  <rharinath@novell.com>
12274
12275         Type metadata parsing doesn't use generic-instantiation information.
12276         * metadata.c (mono_metadata_parse_array_full): Change
12277         MonoGenericContext* parameter to MonoGenericContainer*.
12278         (mono_metadata_parse_type_full): Likewise.
12279         (mono_type_create_from_typespec_full): Likewise.
12280         (mono_metadata_parse_mh_full): Likewise.
12281         (mono_metadata_parse_generic_inst): Likewise.
12282         (do_mono_metadata_parse_generic_class): Likewise.
12283         (do_mono_metadata_parse_type): Likewise.
12284         * metadata-internals.h: Update to changes.
12285         * class.c (mono_class_find_enum_basetype): Likewise.
12286         (mono_class_setup_fields): Likewise.
12287         (mono_class_create_from_typespec): Likewise.
12288         * loader.c (method_from_methodspec): Likewise.
12289         (mono_get_method_from_token): Likewise.
12290         (mono_method_get_header): Likewise.
12291
12292 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
12293
12294         * marshal.c: handle additional GENERICINST case (patch from
12295         Thong Nguyen <tum@veridicus.com>).
12296         Fix a few cases where LDIND_I/STIND_I was used for references.
12297
12298 2006-02-16  Raja R Harinath  <rharinath@novell.com>
12299
12300         * reflection.c (mono_reflection_get_token): Remove unused variable.
12301
12302 2006-02-16  Martin Baulig  <martin@ximian.com>
12303
12304         * reflection.c (mono_reflection_get_token): Add support for fields
12305         in instantiated generic types.
12306
12307         * icall.c
12308         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
12309
12310 2006-02-15  Martin Baulig  <martin@ximian.com>
12311
12312         * icall.c
12313         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
12314         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
12315         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
12316         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
12317
12318 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
12319
12320         * class.c, metadata.c, metadata.h, object.c, icall.c,
12321         marshal.c: changed mono_type_get_underlying_type () to do
12322         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
12323         Fixed handling of instantiated generic valuetypes (bug #75479).
12324
12325 2006-02-15  Raja R Harinath  <rharinath@novell.com>
12326
12327         * metadata.c (mono_metadata_decode_signed_value): Simplify.
12328         Delegate to mono_metadata_decode_value, and work on the returned value.
12329
12330         * icall.c (ves_icall_MonoType_GetGenericArguments):
12331         Add consistency check here too.
12332         
12333 2006-02-15  Ankit Jain  <jankit@novell.com>
12334
12335         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
12336         char/short etc.
12337
12338 2006-02-15  Ankit Jain  <jankit@novell.com>
12339
12340         * metadata.c (mono_metadata_decode_signed_value): New function to decode
12341         signed values, used only for representing lower bounds of arrays.
12342         (mono_metadata_parse_array_full): Use new
12343         mono_metadata_decode_signed_value to decode lower bounds.
12344
12345 2006-02-14  Martin Baulig  <martin@ximian.com>
12346
12347         * reflection.c
12348         (mono_reflection_get_token): Support "MonoGenericMethod" and
12349         "MonoGenericCMethod" and allow generic instances / methods.
12350
12351 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
12352
12353         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
12354         to obtain the terminal size using an ioctl.
12355
12356         * object.c (mono_nullable_init): Revert this as nullable reference
12357         types are not valid.
12358         (mono_nullable_box): Ditto.
12359
12360 2006-02-09  Dick Porter  <dick@ximian.com>
12361
12362         * threads.c (mono_thread_detach): Drop a reference to the thread
12363         we're detaching.
12364
12365 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
12366
12367         * object.c (mono_nullable_init): Handle nullable reference types.
12368         (mono_nullable_box): Ditto. Fixes #77446.
12369
12370 2006-02-07  Martin Baulig  <martin@ximian.com>
12371
12372         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
12373
12374 2006-02-07  Ankit Jain  <jankit@novell.com>
12375
12376         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
12377         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
12378         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
12379         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
12380         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
12381         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
12382
12383 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
12384
12385         * class.c (mono_class_create_generic): Set type_token as well.
12386
12387         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
12388         compatible with MS.
12389
12390 2006-02-02  Martin Baulig  <martin@ximian.com>
12391
12392         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
12393         has never been used so far.
12394
12395 2006-02-02  Martin Baulig  <martin@ximian.com>
12396
12397         * mono-debug-debugger.h: Changed comment at the top of this file;
12398         the header is not installed, but it's safe to #include it from
12399         within the JIT.
12400
12401         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
12402         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
12403
12404 2006-02-02  Martin Baulig  <martin@ximian.com>
12405
12406         * mono-debug.h
12407         (MonoSymbolTable): Removed the `metadata_info' field.
12408
12409         * mono-debug.c
12410         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
12411
12412         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
12413         (mono_debugger_add_builtin_types): Removed.
12414         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
12415         (mono_debugger_create_notification_function): We now operate on a
12416         pre-allocated area; take a `gpointer' and return `void'.
12417
12418         * mono-debug-debugger.c
12419         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
12420         (mono_debugger_add_builtin_types): Removed.
12421
12422 2006-02-02  Martin Baulig  <martin@ximian.com>
12423
12424         * threads.c (mono_debugger_create_all_threads): New public method.
12425
12426 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
12427
12428         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
12429         breaks on several platforms.
12430
12431 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
12432
12433         * assembly.c: the VS.NET build doesn't supply default values for
12434         MONO_ASSEMBLIES and MONO_CFG_DIR.
12435
12436 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
12437
12438         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
12439         helper function.
12440
12441         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
12442
12443         * loader.c (method_from_memberref): Fix a warning.
12444
12445         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
12446
12447         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
12448         with explicit layout. Fixes #77433.
12449
12450 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
12451
12452         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
12453         max_interface_id is initialized before using it. Fixes #77398.
12454         (ves_icall_Type_GetInterfaces): Ditto.
12455
12456 2006-01-30  Raja R Harinath  <rharinath@novell.com>
12457
12458         * metadata.c (mono_metadata_parse_method_signature_full): Don't
12459         allocate memory for parameter attributes when parsing memberref
12460         signatures.
12461         * loader.c (mono_loader_set_error_method_load): Don't warn.
12462         (method_from_memberref): Ensure MissingMethodException gets thrown
12463         if method is not found.  Make warning more informative.
12464
12465 2006-01-29  Raja R Harinath  <harinath@gmail.com>
12466
12467         Fix #77397
12468         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
12469         return true if is byref.
12470         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
12471         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
12472         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
12473
12474 2006-01-27  Raja R Harinath  <rharinath@novell.com>
12475
12476         Fix tests/find-method.2.il
12477         * loader.c (find_method, find_method_in_class): Remove is_inflated
12478         argument.  Revert 2006-01-18 change.
12479         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
12480         is generic, search for method in its generic definition.
12481         * class.c (mono_class_setup_vtable_general): Print generic
12482         arguments of generic types in debugging printf.
12483
12484 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
12485
12486         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
12487
12488         * threads.c (mono_threads_request_thread_dump): New helper function.
12489
12490 2006-01-25  Raja R Harinath  <rharinath@novell.com>
12491
12492         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
12493
12494 2006-01-25  Ankit Jain  <jankit@novell.com>
12495
12496         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
12497         move definition to ..
12498         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
12499         
12500 2006-01-25  Ankit Jain  <jankit@novell.com>
12501             Raja R Harinath  <rharinath@novell.com>
12502
12503         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
12504         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
12505         as necessary.
12506
12507 2006-01-25  Martin Baulig  <martin@ximian.com>
12508
12509         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
12510         `MonoDebuggerThread' into debug-debugger.c.
12511
12512 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
12513
12514         * profiler.c: fix printing of data.
12515
12516 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
12517
12518         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
12519           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
12520
12521 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
12522
12523         * object.c: fix deadlock related to string interning.
12524
12525 2006-01-23  Martin Baulig  <martin@ximian.com>
12526
12527         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
12528
12529         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
12530
12531 2006-01-23  Martin Baulig  <martin@ximian.com>
12532
12533         * mono-debug.h: Moved the prototypes of some functions which are
12534         used by the JIT here from mono-debug-debugger.h.
12535
12536 2006-01-21  Martin Baulig  <martin@ximian.com>
12537
12538         * Makefile.am: Don't install mono-debug-debugger.h.
12539
12540 2006-01-21  Martin Baulig  <martin@ximian.com>
12541
12542         * mono-debug-debugger.h: Enforce the private status of this header
12543         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
12544         Moved some stuff from mono-debugger-jit-wrapper.h here.
12545
12546 2006-01-20  Raja R Harinath  <rharinath@novell.com>
12547
12548         * class.c (mono_class_from_typeref): Add a sanity test to help
12549         catch lack of assembly load/search hooks.
12550
12551 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
12552
12553         * marshal.c (emit_struct_conv): Relax the fields with same offset
12554         check even more. Fixes #77230.
12555
12556 2006-01-18  Martin Baulig  <martin@ximian.com>
12557
12558         * loader.c (find_method_in_class): Added `gboolean is_inflated'
12559         argument; if false, we compare the uninstantiated signatures.
12560         (method_from_memberref): Compare the uninstantiated signatures;
12561         fixes #76417.
12562
12563 2006-01-18  Robert Jordan  <robertj@gmx.net>
12564
12565         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
12566         Clear the weak link. Fixes bug #77170.
12567
12568         * gc.c (mono_gchandle_free):
12569         Reflect *-gc.c changes (tiny optimization).
12570
12571 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
12572
12573         * metadata.c (mono_metadata_signature_dup): Applied patch from
12574         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
12575         Fixes #77288.
12576
12577 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
12578
12579         * marshal.c (emit_struct_conv): Allow fields with the same offset when
12580         marshalling from native to managed code. Fixes #77230.
12581
12582 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12583
12584         * threadpool.c: fix problem (Mac only) when more than one asynchronous
12585         connect. Fixes bug #77020.
12586
12587 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
12588
12589         * class.c: fixed id assignement for nested interfaces (bug #77275).
12590         Added also better info for --print-vtable debugging.
12591
12592 2006-01-12  Martin Baulig  <martin@ximian.com>
12593
12594         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
12595         interfaces on-the-fly; fixes #76625.
12596
12597         * class-internals.h
12598         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
12599         don't need that anymore.
12600
12601 2006-01-12  Miguel de Icaza  <miguel@novell.com>
12602
12603         * socket-io.c
12604         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
12605         To avoid initing the nested_classes when not needed I turned the
12606         PeerCredData as a toplevel internal class, as it has to be shared
12607         anyways. 
12608
12609         Fixes the CASA issue.
12610
12611 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
12612
12613         * domain.c: Accessors for MonoJitInfo
12614
12615         * profiler-private.h: Add jitinfo to the end jit hook
12616
12617         * profiler.[ch]: Define new hooks, called after jitting which give
12618         the MonoJitInfo that was compiled
12619
12620 2006-01-10  Martin Baulig  <martin@ximian.com>
12621
12622         * class.c (mono_class_setup_events): Add support for generic
12623         classes; fixes #76440.
12624
12625 2006-01-06  Raja R Harinath  <rharinath@novell.com>
12626
12627         Fix #77160.
12628         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
12629         on passed-in method.
12630
12631 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
12632
12633         * object.c (mono_runtime_invoke_array): Add Nullable support.
12634
12635         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
12636
12637 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
12638
12639         * file-io.c: Don't consider sockets as directory and avoid an endless
12640         loop. Fix bug #76966.
12641
12642 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
12643
12644         * object.c (mono_nullable_init): New helper function.
12645         (mono_nullable_box): Ditto.
12646
12647         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
12648
12649         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
12650
12651         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
12652         
12653 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
12654
12655         * class.c (mono_class_is_assignable_from): Make T assignable to 
12656         Nullable<T>.
12657
12658 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
12659
12660         * appdomain.c: Bump corlib version to 46.
12661         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
12662         serialization purpose) and changed ves_icall_System_Reflection_
12663         Assembly_get_code_base signature to accept a boolean (to escape, or 
12664         not, the assembly code base).
12665
12666 2005-12-23  Dick Porter  <dick@ximian.com>
12667
12668         * icall.c: 
12669         * threads-types.h: 
12670         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
12671         CreateEvent icall now returns "created" boolean parameter.
12672
12673 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
12674
12675         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
12676         #76967.
12677
12678         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
12679         when attr_klass is an interface. Fixes #77045.
12680
12681 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
12682
12683         * marshal.c (emit_struct_conv): Fix previous patch.
12684         
12685         * marshal.c (emit_struct_conv): Add a check for fields with the same
12686         offset.
12687
12688 2005-12-20  Raja R Harinath  <rharinath@novell.com>
12689
12690         Fix regression in Mono.C5.
12691         * class.c (mono_class_create_generic): If 'klass' is an interface
12692         set up the interface offsets.
12693         (mono_class_is_assignable_from): Don't throw away generic arguments.
12694
12695 2005-12-19  Raja R Harinath  <rharinath@novell.com>
12696
12697         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
12698         type parameters.
12699
12700 2005-12-15  Raja R Harinath  <rharinath@novell.com>
12701
12702         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
12703         dead store.
12704         (do_mono_metadata_parse_generic_class): Don't pass the current
12705         generic context when parsing the type being instantiated: it
12706         cannot use it, anyway.
12707
12708         * loader.c (method_from_memberref): Don't inflate a signature if
12709         it doesn't contain any type parameters.
12710
12711 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
12712
12713         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
12714
12715 2005-12-14  Martin Baulig  <martin@ximian.com>
12716
12717         * class.c
12718         (mono_type_get_name_recurse): Don't return null for type
12719         parameters and open generic classes.
12720         (mono_class_setup_methods): Don't exclude generic instances.
12721         (mono_get_unique_iid): Use different IDs for different
12722         instantiations of the same generic type.
12723         (mono_class_setup_vtable): Only use setup_generic_vtable() for
12724         open generic instances; create a normal vtable for closed generic
12725         instances.
12726         (mono_class_setup_vtable_general): We're now also called for
12727         closed generic instances.
12728
12729         * reflection.c
12730         (mono_reflection_bind_generic_parameters): Correctly use
12731         mono_metadata_lookup_generic_inst() everywhere.
12732
12733 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
12734
12735         * object.c (mono_class_create_runtime_vtable): Call 
12736         mono_class_setup_vtable ().
12737
12738         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
12739         function.
12740         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
12741         #76959.
12742
12743         * loader.c (mono_loader_set_error_type_load): Print the type load
12744         warnings to the console so they are more visible to the user.
12745         (mono_loader_set_error_method_load): Ditto.
12746
12747         * reflection.c (ensure_runtime_vtable): Revert the last change as it
12748         is still broken.
12749         
12750         * reflection.c (ensure_runtime_vtable): Fix build.
12751
12752         * reflection.c (ensure_runtime_vtable): Disable an optimization which
12753         doesn't work in all cases.
12754
12755 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
12756
12757         * object.c (mono_array_new_full): Treat a single dimensional array
12758         with 0 lower bounds as an szarray. Fixes #76973.
12759
12760         * reflection.c (custom_attr_visible): Really fix this.
12761
12762 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
12763
12764         * reflection.c (custom_attr_visible): Allow nested public attributes
12765         as well.
12766
12767         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
12768         interface check.
12769
12770 2005-12-12  Raja R Harinath  <harinath@gmail.com>
12771
12772         * class.c (set_generic_param_owner): Delete.
12773         (mono_class_create_from_typedef): Don't set ->owner field of
12774         generic parameters to "param containers" of enclosing classes.
12775         * reflection.c (mono_reflection_initialize_generic_parameter):
12776         Likewise.
12777
12778 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
12779
12780         * reflection.c (custom_attr_visible): Fix build.
12781
12782 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
12783
12784         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
12785         private attributes.
12786         
12787         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
12788         handling of null parameter defaults.
12789
12790 2005-12-09  Raja R Harinath  <rharinath@novell.com>
12791
12792         * class.c (mono_class_from_generic_parameter): Don't set
12793         klass->generic_container.
12794         (my_mono_class_from_generic_parameter): Likewise.
12795
12796 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
12797
12798         * reflection.c (load_public_key): Fix a warning.
12799         (method_encode_code): Fix unaligned accesses.
12800
12801 2005-12-07  Martin Baulig  <martin@ximian.com>
12802
12803         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
12804
12805         * reflection.c
12806         (write_generic_param_entry): Encode our custom attrs.
12807
12808         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
12809
12810 2005-12-07  Martin Baulig  <martin@ximian.com>
12811
12812         * reflection.c (encode_new_constraint): Removed; we don't use the
12813         `NewConstraintAttribute' anymore.
12814
12815 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
12816
12817         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
12818         not fire a TypeResolve event when Assembly.GetType () is called.
12819
12820 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
12821
12822         Beginning of support for nullable types in the runtime. Parts of
12823         this patch are from Martin.
12824
12825         * appdomain.c (MONO_CORLIB_VERSION): Bump
12826
12827         * domain.c (mono_init_internal): get the nullable type
12828
12829         * class.c (mono_class_is_nullable): New method
12830         (mono_class_get_nullable_param): New mehod
12831         (mono_class_create_generic): In types T? set cast_class to T
12832
12833         * class-internals.h (MonoDefaults): new nullable default class
12834         (mono_class_get_nullable_param, mono_class_get_nullable_param):
12835         new methods.
12836
12837 2005-12-05  Raja R Harinath  <rharinath@novell.com>
12838
12839         * metadata.c (select_container): New.  Refactor code to select the
12840         appropriate GenericContainer given the type of generic parameter
12841         we are looking for.
12842         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
12843         not a MonoGenericContext.  Use select_container.  Update parameters.
12844         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
12845         and MONO_TYPE_MVAR.
12846         (unwrap_arrays): Remove duplicate tests.
12847         (find_generic_param): Rename from 'has_same_context'.  Now walks a
12848         generic instantiated class to find any arguments that are generic
12849         parameters.
12850         (mono_type_create_from_typespec_full): Use find_generic_param to
12851         avoid evicting some generic instantiations from the typespec
12852         cache.
12853
12854 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
12855
12856         * reflection.c: fixed writing of doubles on ARM FPA.
12857
12858 2005-12-02  Robert Jordan  <robertj@gmx.net>
12859
12860         * icall.c: Fixed EventInfo.ReflectedType (#76829).
12861
12862 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12863
12864         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
12865         least on SUSE 10 they are not the same (on debian, they are just the
12866         same thing).
12867
12868 2005-12-01  Raja R Harinath  <rharinath@novell.com>
12869
12870         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
12871         DeclaringType for VARs and MVARs.
12872         * class.c (set_generic_param_owner): Fix initialization of owner
12873         fields.
12874
12875 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
12876
12877         * icall.c: fixed Enum.ToObject() to correctly convert the values.
12878
12879 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12880
12881         * threadpool.c: workaround for a bug that shows up on the Mac:
12882         select()+connect() on a blocking socket is not like it should
12883         be, so we proceed to connect() in that case, wasting the I/O
12884         threadpool thread until connect succeedes. Fixes bug #75436.
12885
12886 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12887
12888         * threadpool.c: fix typo when setting file descriptor states.
12889
12890 2005-11-28  Raja R Harinath  <rharinath@novell.com>
12891
12892         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
12893         * metadata.c (mono_metadata_parse_method_signature_full): Don't
12894         create a temporary signature container.
12895         (mono_metadata_parse_generic_param): Update to changes.
12896         (mono_type_create_from_typespec_full): Update to changes.
12897         * loader.c (method_from_memberref): Don't use a
12898         MonoGenericContainer while parsing a memberref signature.
12899         (method_from_methodspec): Remove dead-store of the 'container'
12900         variable.  It's overwritten before use.
12901
12902         * metadata.c (mono_type_create_from_typespec_full): Make debugging
12903         checks tighter.
12904         (mono_metadata_parse_generic_param): Likewise.
12905         * loader.c (find_method_in_class): Does not need a
12906         MonoGenericContainer.  Use 'mono_method_signature' rather than
12907         'mono_method_signature_full'.
12908         (find_method, mono_get_method_constrained, method_from_memberref):
12909         Update to changes.
12910
12911         * metadata.c (mono_type_create_from_typespec_full): Ensure that
12912         owner-less generic-parameters are never evicted from the typespec
12913         cache.
12914
12915         * loader.c (method_from_memberref): Don't use the current context
12916         when parsing signatures.
12917         (method_from_methodspec, mono_get_method_from_token): Update to changes.
12918
12919         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
12920         side-effects in g_assert.
12921         * loader.c (mono_get_method_from_token): Resolve klass earlier so
12922         that we don't potentially lose information.
12923
12924 2005-11-26  Dick Porter  <dick@ximian.com>
12925
12926         * icall.c:
12927         * threads.c: icalls to implement basic (ie, not named)
12928         System.Threading.Semaphore.
12929
12930 2005-11-24  Dick Porter  <dick@ximian.com>
12931
12932         * process.c
12933         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
12934         Use GetProcessId() if it's available.
12935
12936 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
12937
12938         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
12939
12940 2005-11-23  Raja R Harinath  <rharinath@novell.com>
12941             Ankit Jain  <jankit@novell.com>
12942
12943         * loader.c (mono_get_method_from_token): Initialize 'method' field
12944         of all generic parameters before parsing the signature.  Remove
12945         code that "fixed"-up MVAR references.
12946
12947 2005-11-23  Ankit Jain  <jankit@novell.com>
12948
12949         * metadata.c (mono_metadata_has_generic_params):
12950         (mono_metadata_load_generic_param_constraints):
12951         (mono_metadata_load_generic_params): Move duplicate code ...
12952         (mono_metadata_get_generic_param_row): ... here. Returns the
12953         first row-id in GenericParam table for a given owner (token).
12954         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
12955         prototype.
12956
12957 2005-11-23  Raja R Harinath  <rharinath@novell.com>
12958             Ankit Jain  <jankit@novell.com>
12959
12960         * metadata.c (mono_metadata_class_equal): Pass signature_only when
12961         comparing VARs too.
12962         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
12963         type->data.generic_param only if the type is an MVAR.
12964         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
12965         leak owner-less VARs and MVARs into managed space.
12966
12967 2005-11-21  Martin Baulig  <martin@ximian.com>
12968
12969         * class-internals.h
12970         (MonoMethod): Moved the `generic_container' here from
12971         `MonoMethodNormal' since we now also need it for
12972         `MonoMethodPInvoke';
12973         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
12974         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
12975         an union containing both `MonoMethodNormal' and
12976         `MonoMethodPInvoke'.
12977
12978         * loader.c
12979         (mono_get_method_from_token): Allow implementing generic methods
12980         as interncalls.
12981
12982         * threads.c
12983         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
12984         icall.
12985
12986 2005-11-17  Dick Porter  <dick@ximian.com>
12987
12988         * icall.c: 
12989         * process.h: 
12990         * process.c: Split the Process Start_internal icall into
12991         ShellExecuteEx_internal and CreateProcess_internal, which are
12992         called depending on whether UseShellExecute is true.  Fixes bug
12993         76670.
12994
12995         * appdomain.c (MONO_CORLIB_VERSION): Incremented
12996
12997 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
12998
12999         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
13000         'msize' parameters, use the information in 'mspec' instead.
13001         (emit_object_to_ptr_conv): Ditto.
13002
13003         * marshal.c (emit_struct_conv): Handle explicit layout structs with
13004         fields out of order. Fixes #76733.
13005
13006 2005-11-17  Ankit Jain  <jankit@novell.com>
13007
13008         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
13009
13010 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
13011
13012         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
13013           bug #76575.
13014
13015 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
13016
13017         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
13018         for types with non-auto layout. Fixes #76717.
13019
13020 2005-11-16  Ankit Jain  <jankit@novell.com>
13021
13022         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
13023         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
13024         if generic_context is null.
13025           (mono_metadata_generic_param_equal): param->owner can be null.
13026           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
13027         null.
13028
13029 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
13030
13031         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
13032         the correct value.
13033
13034 2005-11-15  Martin Baulig  <martin@ximian.com>
13035
13036         * object.c (set_value): Use mono_class_from_mono_type() instead of
13037         the hack for generic instances; fixes #76136.
13038
13039 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
13040
13041         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
13042         fields.
13043
13044         * image.c (load_metadata_ptrs): Initialize the new fields.
13045
13046         * reflection.c (create_dynamic_mono_image): Ditto.
13047
13048         * reflection.c (build_compressed_metadata): Use the new fields.
13049
13050         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
13051         icall.
13052
13053         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
13054         icall.
13055         
13056 2005-11-15  Ankit Jain  <jankit@novell.com>
13057             Raja R Harinath  <harinath@gmail.com>
13058
13059         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
13060         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
13061         new per-generic_container cache if the cached MonoType's context matches
13062         the current context.
13063           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
13064         to the expected context.
13065           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
13066
13067 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13068
13069         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
13070         we changed the signature of an icall.
13071         * icall.c: Modify to mono_double_ParseImpl return true/false 
13072         depending on the success, instead of throwing the exception. This will
13073         help us in Double.TryParse methods.
13074         
13075 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
13076
13077         * marshal.c (emit_marshal_object): Throw an exception when
13078         marshalling 'object' instead of crashing. Fixes #76696.
13079
13080 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
13081
13082         * class-internals.h: Add prototype for mono_type_get_full_name ().
13083
13084 2005-11-11  Dick Porter  <dick@ximian.com>
13085
13086         * threads.c (mono_thread_manage): Make sure the main thread has
13087         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
13088
13089 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
13090
13091         * loader.c (mono_loader_set_error_type_load): Log a warning to the
13092         console about the missing type.
13093         (mono_loader_set_error_method_load): Ditto.
13094
13095 2005-11-09  Miguel de Icaza  <miguel@novell.com>
13096
13097         * mono-config.c (mono_get_config_dir): Set the system defaults if
13098         none is specified.
13099
13100         * assembly.c (mono_set_dirs): New API entry point to set the
13101         assembly and the config directory in one call
13102
13103 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
13104
13105         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
13106         the ftnptr was created from a delegate in a domain other than the
13107         current domain. Fixes #75377.
13108
13109         * exception.h exception.c: Add mono_get_exception_not_supported ().
13110
13111 2005-11-08  Martin Baulig  <martin@ximian.com>
13112
13113         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
13114
13115 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
13116
13117         * security-manager.h: Added definitions to deal with strongname key 
13118         pairs bigger (and smaller) than 1024 bits.
13119         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
13120         adjust wrt the public key length being used.
13121
13122 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
13123
13124         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
13125           Windows build (r51396-51397).
13126
13127 2005-11-03  Martin Baulig  <martin@ximian.com>
13128
13129         * class.c (mono_class_setup_vtable_general): Also add generic
13130         methods to the vtable; fixes #76581.
13131
13132 2005-11-01  Miguel de Icaza  <miguel@novell.com>
13133
13134         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
13135         sure that we lookup GetString method from the System.Text.Encoding
13136         class, not the derived class or we get an empty method.
13137
13138         Fixed class #76612.
13139
13140 2005-10-25  Miguel de Icaza  <miguel@novell.com>
13141
13142         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
13143         if it has been previously set (embedders). 
13144
13145         Make mono_set_rootdir available also on Unix.
13146
13147 005-10-24  Robert Jordan  <robertj@gmx.net>
13148
13149         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
13150
13151 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
13152
13153         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
13154         only calls which are made to native code use this flag.
13155
13156         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
13157
13158 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
13159
13160         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
13161         Add support for FieldBuilders.
13162
13163 2005-10-29  Martin Baulig  <martin@ximian.com>
13164
13165         * mono-debug.c
13166         (mono_debug_using_mono_debugger): New public method; returns
13167         whether we're running inside the debugger.
13168
13169 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
13170
13171         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
13172         for Method/Constructor/FieldBuilders.
13173
13174 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
13175
13176         * reflection.c (module_add_cattrs): Save custom attributes for global methods
13177         and fields as well.
13178
13179 2005-10-26  Martin Baulig  <martin@ximian.com>
13180
13181         * mono-debug-debugger.c
13182         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
13183
13184 2005-10-24  Raja R Harinath  <harinath@gmail.com>
13185
13186         * icall.c (base64_to_byte_array): Don't pass an out-of-range
13187         integer to isspace.
13188
13189 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
13190
13191         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
13192         when passing valuetypes byref. Fixes #76502.
13193
13194 2005-10-19  Jackson Harper  <jackson@ximian.com>
13195
13196         * profiler.c: Don't put a . in front of types that are not in a
13197         namespace.
13198
13199 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
13200
13201         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
13202
13203 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
13204
13205         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
13206         #76436.
13207         (mono_marshal_get_ldflda_wrapper): Fix a warning.
13208
13209 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13210
13211         * assembly.c metadata-internals.h icall.c: Define an additional
13212         parameter for mono_assembly_name_parse_full, so we can avoid creating
13213         S.R.AssemblyName.Version when no version info wasn't passed.
13214         
13215 2005-10-09  Miguel de Icaza  <miguel@novell.com>
13216
13217         * class.c (mono_type_get_full_name): Reimplement method that was
13218         removed. 
13219
13220         * image.c: Some docs
13221
13222 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
13223
13224         * profiler.c (output_newobj_profile): Fix printing of Total memory
13225         on x86.
13226
13227 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
13228
13229         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
13230
13231 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
13232
13233         * threads.c: remove debug output.
13234
13235 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
13236
13237         * threads.c (mono_thread_manage): Fix crashes if more than 64
13238         threads need to be aborted. Hopefully fixes #75899.
13239
13240         * assembly.c (mono_stringify_assembly_name): New helper function.
13241
13242         * class.c: Use mono_stringify_assembly_name instead of the similar
13243         static function.
13244
13245         * assembly.h assembly.c: Add support for calling a postload search 
13246         hook if an assembly cannot be loaded.
13247
13248         * appdomain.c: Register new search hooks which call the AssemblyResolve
13249         events in AppDomain. Fixes #75231
13250
13251 2005-10-07  Martin Baulig  <martin@ximian.com>
13252
13253         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
13254         methods without debug info.
13255
13256 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
13257
13258         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
13259         wrappers.
13260
13261 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13262
13263         * file-io.c: now that we return symlinks, use lstat and, when the file
13264         is a symbolic link, stat, to get the file attributes. Also avoid the
13265         conversion to/from utf16/external.
13266
13267 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
13268
13269         * class.c (mono_class_layout_fields): Compute klass->has_references
13270         correctly if an embedded valuetype is not yet initialized. Fixes
13271         #76331.
13272
13273 2005-10-04  Martin Baulig  <martin@ximian.com>
13274
13275         * metadata.c
13276         (mono_metadata_load_generic_param_constraints): New public
13277         function; splitted the constraints loading out from
13278         mono_metadata_load_generic_params().
13279
13280         * class.c (mono_class_create_from_typedef): Call
13281         mono_metadata_load_generic_param_constraints() after setting up
13282         the type and creating our parent; fixes #75329.
13283
13284 2005-10-04  Martin Baulig  <martin@ximian.com>
13285
13286         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
13287         non-dynamic parent classes.
13288
13289 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
13290
13291         * file-io.c : win32 build fix (ETXTBSY seems not found).
13292
13293 2005-10-04  Martin Baulig  <martin@ximian.com>
13294
13295         * reflection.c
13296         (mono_image_get_methodspec_token): Make the cache actually work;
13297         fixes #75974.
13298
13299 2005-10-04  Martin Baulig  <martin@ximian.com>
13300
13301         * class.c (mono_class_name_from_token): Removed the unneccessary
13302         `MonoGenericContext *' argument.
13303
13304 2005-10-04  Martin Baulig  <martin@ximian.com>
13305
13306         * loader.c
13307         (method_from_methodspec): Make the caching work again; fixes the
13308         performance regression from #76262.
13309
13310 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13311
13312         * file-io.c:
13313         * file-io.h:
13314         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
13315         GetFileSystemEntries that performs the same work but without going
13316         into io-layer, locking, etc.
13317
13318 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
13319
13320         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
13321         ThreadState_Stopped as well. Fixes #76047.
13322
13323 2005-09-29  Martin Baulig  <martin@ximian.com>
13324
13325         * class.c
13326         (inflate_generic_context): If the new context has a `gmethod', set
13327         its `container' that that gmethod's `container'.
13328
13329         * metadata.c
13330         (mono_metadata_parse_generic_param): Simplify things;
13331         `generic_container = generic_context->container;' is just fine.
13332
13333         * loader.c (method_from_methodspec): Code cleanups.
13334
13335 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
13336
13337         * decimal.c: fix warning (and let gcc generate correct
13338         code on ARM with optimizations).
13339
13340 2005-09-28  Martin Baulig  <martin@ximian.com>
13341
13342         * loader.c
13343         (method_from_memberref): Added `MonoGenericContext *class_context'
13344         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
13345         (method_from_methodspec): If we're a memberref, use the enclosing
13346         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
13347
13348 2005-09-28  Martin Baulig  <martin@ximian.com>
13349
13350         * object.c (mono_runtime_invoke_array): Added support for
13351         MONO_TYPE_GENERICINST; fixes #75917.
13352
13353 2005-09-27  Martin Baulig  <martin@ximian.com>
13354
13355         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
13356         `k->byval_arg.type' to determine the actual type.
13357
13358         * loader.c (method_from_methodspec): Removed some hacks.
13359
13360 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
13361
13362         * class-internals.h (mono_field_is_deleted): Do the test for
13363         rtspecialname before we check the actual name of the field. This
13364         prevents us from dereferencing a pointer into the string table,
13365         saving us from accessing a few pages
13366
13367         * *.c: Replace the use of {Enter,Leave}CriticalSection with
13368         macros. This will allow a deadlock debugger to easily be plugged
13369         in.
13370
13371 2005-09-27  Martin Baulig  <martin@ximian.com>
13372
13373         * loader.c (method_from_methodspec): Create a "signature"
13374         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
13375
13376 2005-09-27  Martin Baulig  <martin@ximian.com>
13377
13378         * class.c
13379         (inflate_generic_class): Correctly set the new context's
13380         container.
13381
13382         * loader.c
13383         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
13384         instead of a `MonoGenericContext *'.
13385         (mono_method_signature_full): Take a `MonoGenericContainer *'
13386         instead of a `MonoGenericContext *'.
13387
13388         * metadata.c
13389         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
13390         instead of a `MonoGenericContext *'.
13391         (mono_metadata_parse_method_signature_full): Likewise.
13392
13393 2005-09-26  Martin Baulig  <martin@ximian.com>
13394
13395         * class.c
13396         (mono_class_from_generic_parameter): Set `klass->generic_container'
13397         (mono_class_from_generic_parameter): Likewise.
13398         (mono_bounded_array_class_get): We inherit the generic container
13399         from the element class.
13400
13401         * loader.c
13402         (find_method, find_method_in_class): Take a `MonoGenericContext *'
13403         argument rather than computing it here.
13404         (method_from_memberref): Correctly set the generic context before
13405         parsing the signature.  Fixes #75681.
13406
13407 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
13408
13409         * object.c (mono_class_has_special_static_fields): Fix warnings.
13410
13411 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13412
13413         * assembly.c: Add parse_public_key function, to
13414         par the public keys. Also added mono_assembly_name_parse_full,
13415         to define it the parsed key should be freed or not.
13416         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
13417         to parse a long format assembly name.
13418         * metadata-internals.h: Keep mono_assembly_name_parse_full as
13419         private, since calling it to preserve the key requires
13420         freeing it manually.
13421         
13422 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
13423
13424         * locales.c : removed HAVE_ICU part.
13425
13426 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
13427
13428         * object.c (mono_class_create_runtime_vtable): Avoid calling 
13429         field_is_special_static if the klass has no special static fields.
13430
13431         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
13432         (MonoCachedClassInfo): Likewise.
13433
13434         * object.c (mono_class_has_special_static_fields): New helper function.
13435
13436 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
13437
13438         * class.c (mono_class_create_from_typedef): Don't call 
13439         interfaces_from_typedef_full for enums.
13440         (mono_class_create_from_typedef): Compute the base types of enums directly
13441         without calling mono_class_setup_fields ().
13442         (mono_class_find_enum_basetype): New helper function.
13443
13444         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
13445         one place inside the string heap.
13446         
13447 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
13448
13449         * class.c: locking fixes, code cleanups, some docs added.
13450         Allocate some data structures in the image mempool.
13451
13452 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
13453
13454         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
13455         the example code.
13456         
13457 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
13458
13459         * class-internals.h, class.c, reflection.c: reduce memory taken by
13460         MonoClass.
13461
13462 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
13463
13464         * metadata.c, metadata.h, loader.h: documentation updates, code and
13465         API cleanups.
13466
13467 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
13468
13469         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
13470         the example code.
13471
13472         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
13473         page faults caused by the runtime while reading metadata.
13474
13475 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13476
13477         * socket-io.c: the field names were changed 3 months ago and no one
13478         realized until bug #76077 got filed!
13479
13480 2005-09-20  Martin Baulig  <martin@ximian.com>
13481
13482         * icall.c (assembly_icalls): Removed some unused debugger icalls.
13483
13484 2005-09-20  Martin Baulig  <martin@ximian.com>
13485
13486         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
13487         write the rank into the class entry.
13488
13489 2005-09-20  Martin Baulig  <martin@ximian.com>
13490
13491         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
13492
13493 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
13494
13495         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13496
13497         * icall.c (custom_attrs_defined_internal): New icall.
13498
13499         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
13500         function.
13501         (mono_custom_attrs_construct_by_type): New helper function.
13502
13503 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
13504
13505         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
13506         terminate the resulting string. Fixes #76123.
13507
13508 2005-09-16  Martin Baulig  <martin@ximian.com>
13509
13510         * mono-debug.c
13511         (mono_debug_add_method): Ignore inflated methods for the moment.
13512
13513 2005-09-14  Martin Baulig  <martin@ximian.com>
13514
13515         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
13516
13517 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
13518
13519         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
13520         return a success/failure indication.
13521         (mono_metadata_interfaces_from_typedef_full): Ditto.
13522         (get_constraints): Ditto.
13523
13524 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
13525
13526         * marshal.c (emit_marshal_array): Fix handling of null arrays.
13527         
13528         * marshal.c (emit_marshal_array): Add support for returning string
13529         arrays from delegates. Fixes #76063.
13530
13531         * marshal.c: Use the emit_ldloc/stloc macros where possible.
13532
13533 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
13534
13535         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
13536         icall.
13537
13538 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
13539
13540         * reflection.c icall.c: Fix after mono_get_exception_type_load
13541         signature change.
13542
13543         * assembly.c (mono_assembly_get_assemblyref): New helper function.
13544         (mono_assembly_load_reference): Use the new helper.
13545
13546         * class-internals.h (MonoLoaderError): New structure containing 
13547         information about type loading errors.
13548
13549         * class-internals.h loader.c: Add APIs to store per-thread loader
13550         error information.
13551
13552         * loader.c class.c: Set the loader error if needed.
13553
13554         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
13555
13556 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
13557
13558         * decimal.c: fixed to handle the broken ARM fp format.
13559
13560 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
13561
13562         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
13563         broken.
13564
13565 2005-09-06  Martin Baulig  <martin@ximian.com>
13566
13567         * domain.c (supported_runtimes): Added v2.0.50727.
13568
13569 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
13570
13571         * culture-info.h: reduce the size of some structures.
13572
13573 2005-09-05  Martin Baulig  <martin@ximian.com>
13574
13575         Reflect latest API changes in the August CTP.
13576
13577         * icall.c
13578         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
13579         ("MonoType.HasGenericArguments"): Removed.
13580         ("MonoMethod.BindGenericParameters"): Renamed to
13581         "MakeGenericMethod".
13582         ("MethodBuilder.BindGenericParameters"): Renamed to
13583         "MakeGenericMethod".    
13584
13585 2005-09-05  Martin Baulig  <martin@ximian.com>
13586
13587         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
13588
13589 2005-09-05  Martin Baulig  <martin@ximian.com>
13590
13591         Applying a patch from Michal Moskal <malekith@nemerle.org>.
13592
13593         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
13594         generic_container is non-NULL.
13595
13596 2005-09-05  Martin Baulig  <martin@ximian.com>
13597
13598         Applying a patch from Michal Moskal <malekith@nemerle.org>.
13599
13600         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
13601
13602 2005-08-29  Michal Moskal  <malekith@nemerle.org>
13603
13604         * reflection.c (encode_locals,
13605         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
13606         for large generic types.
13607
13608 2005-09-05  Martin Baulig  <martin@ximian.com>
13609
13610         Applying a patch from Michal Moskal <malekith@nemerle.org>.
13611
13612         * class.c (mono_dup_array_type): New public method.
13613         (mono_metadata_signature_deep_dup): New public method.
13614         (dup_type): Correctly duplicate array and function types.
13615
13616 2005-09-05  Martin Baulig  <martin@ximian.com>
13617
13618         Applying a patch from Michal Moskal <malekith@nemerle.org>.
13619
13620         * reflection.c (get_default_param_value_blobs): Handle generic types
13621         and generic methods.
13622
13623 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
13624
13625         * class.c: Fixed error reporting (method/class were inversed) for 
13626         inheritance demands.
13627         * security-manager.c|h: Added the AppDomain when calling the managed
13628         System.Security.SecurityManager.InheritanceDemand method.
13629
13630 2005-09-01  Raja R Harinath  <rharinath@novell.com>
13631
13632         * reflection.c (encode_marshal_blob): 'marshaltype' and
13633         'marshaltyperef' are alternate sources for the custom marshaler
13634         name.
13635
13636 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
13637
13638         * class.c: fix creation of array classes with rank == 1
13639         (patch by Ankit Jain <jankit@novell.com>).
13640
13641 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
13642
13643         * object.c: fix check for creating the bound data for arrays vs
13644         szarrays.
13645
13646 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13647
13648         * object.c: configuration file name is now based on the executable name,
13649         not the image name. Fixes bug #75931.
13650
13651 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
13652
13653         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
13654         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
13655
13656 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
13657
13658         * rand.c: Use wincrypt.h instead of WinCrypt.h.
13659
13660 2005-08-24  Ankit Jain  <jankit@novell.com>
13661             Raja R Harinath  <rharinath@novell.com>
13662
13663         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
13664           called by it recursively.
13665           (mono_class_init): Remove special case in pending_init handling, since it's
13666           superseded by the fix to mono_class_from_typeref.
13667
13668 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
13669
13670         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
13671         BROKEN_THREAD_START stuff.
13672
13673 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
13674
13675         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
13676         trampoline.
13677
13678         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
13679         
13680         * object.c (mono_delegate_ctor): Replace the original function address with
13681         a delegate trampoline.
13682
13683 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
13684
13685         * icall.c: add boolean argument to base64_to_byte_array and 
13686         InternalFromBase64String to control whether a whitespace-only string
13687         is allowed (or should casue a FormatException to be thrown). We need
13688         this as the behavior has changed between MS.NET 1.x and 2.0, and we
13689         to match the MS behaviour in both profiles.
13690         * appdomain.c: Bump corlib version.
13691
13692 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13693
13694         This patch implements a big portion of publisher policy
13695         support, used to bind assembly versions and redirect
13696         one assembly from version A to version B.
13697
13698         * assembly.c:
13699         New GSList loaded_assembly_bindings, for storing the cached
13700         assembly bindings.
13701         (assembly_binding_maps_name): New static function for checking if a 
13702         assembly binding information maps an assembly name.
13703         (mono_assembly_binding_info_free): New function for freeing
13704         assembly binding information resources.
13705         (get_publisher_policy_info): New static function for retrieving 
13706         assembly binding information from a MonoImage.
13707         (compare_versions): New static function for comparing an assembly
13708         binding information data and the version of an assembly name.
13709         (check_policy_versions): New static function for checking if an
13710         assembly binding info mapping an assembly name is valid for it.
13711         (mono_assembly_load_publisher_policy): New static function for
13712         loading the 'policy.major.minor.MyAssembly' image for an assembly
13713         with an assembly name 'aname'.
13714         (mono_assembly_bind_version): New static function for updating
13715         assembly redirection.
13716         (mono_assembly_apply_binding): New static function for applying
13717         assembly binding.
13718         (search_binding_loaded): New static function for searching 
13719         loaded assembly binding infos in the cache domain.
13720         (mono_assembly_load_full): Don't apply assembly binding for
13721         reflection only assemblies.
13722
13723         * metadata-internals.h: Add MonoAssemblyBindingInfo,
13724         which contains information about assembly binding. Also
13725         declare signature for mono_config_parse_publisher_policy ()
13726         function, used to retrieve pub policy info.
13727         
13728         * mono-config.c:
13729         (publisher_policy_start): New static function used to parse publisher 
13730         policy config files.
13731         (publisher_policy_parser): New static MonoParseHandler containing 
13732         the functions used when parsing config files.
13733         (mono_config_parse_publisher_policy): New function for parsing
13734         publisher policy files.
13735         
13736 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
13737
13738         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
13739
13740         * marshal.c (mono_delegate_free_ftnptr): Ditto.
13741
13742         * object.c (mono_get_addr_from_ftnptr): New helper function.
13743
13744         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
13745
13746         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13747
13748 2005-08-19  Dick Porter  <dick@ximian.com>
13749
13750         * threads.c, threads.h, appdomain.c, appdomain.h,
13751         profiler-private.h, monitor.c, object.c, object-internals.h,
13752         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
13753         store the thread ID, so it can hold a 64 bit value if needed.
13754
13755 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
13756
13757         * reflection.c (mono_reflection_create_dynamic_method): Store the
13758         handle class into the method references as well so ldtoken works in
13759         dynamic methods.
13760
13761         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
13762         types.
13763
13764 2005-08-19  Ankit Jain <jankit@novell.com>
13765
13766         Fix #75847.
13767         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
13768           here rather than using the method signature of a arbitrary function
13769           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
13770           two arguments.
13771           Hack done with Harinath.
13772
13773 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13774
13775         * threadpool.c: disable printing stack traces when we get a exception
13776         in a threadpool thread. I need to do more testing to figure out which
13777         cases actually print this. Fixes bug #75828.
13778
13779 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13780
13781         * icall.c: there might be ignored whitespace after the last '='. This
13782         fixes length computation and bug #75840.
13783
13784 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
13785
13786         * assembly.c (mono_assembly_load_full): Consider .exe extension as
13787         well. Fixes #75809.
13788
13789         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
13790         #75784.
13791         
13792         * reflection.c (create_custom_attr_data): Ditto.
13793
13794 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
13795
13796         * locales.c, culture-info.h : removed RegionLCIDMap.
13797         * culture-info-tables.h : regenerated.
13798
13799 2005-08-16  Martin Baulig  <martin@ximian.com>
13800
13801         * class.c (mono_type_get_name_recurse): Small fix.
13802
13803 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
13804
13805         * locales.c : indentation fixie.
13806
13807 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
13808
13809         * object-internals.h,
13810           locales.h,
13811           locales.c,
13812           culture-info.h,
13813           icall.c : added RegionInfo table support.
13814         * culture-info-table.h : regenerated for region support.
13815
13816 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
13817
13818         * reflection.c (resolve_object): handle all kinds of MonoMethod
13819         including generic ones
13820
13821 2005-08-12  Ankit Jain <jankit@novell.com>
13822
13823         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
13824           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
13825
13826 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
13827
13828         * process.c: Don't close a thread handle when it's NULL. This is a
13829         workaround for bug #75733.
13830
13831 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
13832
13833         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
13834
13835 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
13836
13837         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
13838
13839 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13840
13841         * threadpool.c: if a work item in the thread pool has a callback that
13842         catches a exception, don't propagate it after invoking the callback.
13843         Fixes bug #75336.
13844
13845 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
13846
13847         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
13848
13849         * class-internals.h (MonoCachedClassInfo): Add some new fields.
13850
13851         * class.c (mono_class_init): Load field info lazily in the AOT case.    
13852
13853         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
13854
13855 2005-08-03  Ankit Jain  <jankit@novell.com>
13856
13857         Fix #75683.
13858         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
13859           PInvoke calling convention is 0.
13860
13861 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
13862
13863         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
13864         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
13865
13866 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
13867
13868         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
13869         to handle threads not started by the GC (patch by Michael Meeks
13870         <michael.meeks@novell.com>).
13871
13872 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
13873
13874         * reflection.c: Make buffer used in emitting types larger for some
13875         big generic types (patch by Michal Moskal).
13876
13877 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
13878
13879         * mono-debug.c: Fix some (not all) alignment problems.
13880
13881 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13882
13883         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
13884         Invoke mono_image_load_from_data_full passing the refonly
13885         parameter.
13886
13887         * assembly.c
13888         (mono_assembly_open_from_bundle): Add the refonly argument, 
13889         in order to pass it to other methods it calls to.
13890         (do_mono_assembly_open): Add the refonly argument, in order 
13891         to pass it to other methods it calls to.
13892         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
13893         the refonly parameter to it.
13894
13895         * image.c: Add loaded_images_refonly_hash and
13896         loaded_images_refonly_guid_hash to cache the reflection
13897         only loaded images.
13898         (mono_images_init): Initialize the hash tables used for
13899         caching the reflection only images.
13900         (load_modules): Invoke mono_image_open_full passing the refonly
13901         parameter to load the modules the correct way.
13902         (build_guid_table): Add the refonly argument, to re-build the 
13903         correct hash table.
13904         (do_mono_image_open): Added the refonly argument, in order to
13905         define it for the loaded image.
13906         (mono_image_loaded_full): New function, which receives an
13907         additional parameter to look for the image in the refonly or
13908         non-refonly section.
13909         (mono_image_loaded): Updated, using mono_image_loaded_full.
13910         (mono_image_loaded_by_guid_full): The same case that happens
13911         with mono_image_loaded_full.
13912         (mono_image_loaded_by_guid): Likewise.
13913         (register_image): Use the ref_only variable inside MonoImage
13914         to decide in which hash table store the current image.
13915         (mono_image_open_from_data_full): Rename
13916         mono_image_open_from_data to mono_image_open_from_data_full,
13917         adding the refonly argument, to define the ref_only variable 
13918         inside MonoImage.
13919         (mono_image_open_from_data): Return 
13920         mono_image_open_from_data_full.
13921         (mono_image_open_full): Rename mono_image_open to
13922         mono_image_open_full, receiving the new refonly argument,
13923         to pass it to inner methods.
13924         (mono_pe_file_open): Update this function, to open
13925         a MonoImage as a non-refonly image.
13926         (mono_image_close): Use the refonly variable inside
13927         MonoImage to remove the image from the correct caches.
13928
13929         * image.h: Add the signatures of mono_image_open_full,
13930         mono_image_open_from_data_full, mono_image_loaded_full,
13931         mono_image_loaded_by_guid_full.
13932
13933         * metadata-internals.h: Add the ref_only field to 
13934         MonoImage.
13935         
13936 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13937
13938         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
13939         Fix the last behavior, which used to load the assemblies and
13940         extract MonoReflectionAssemblyName information, instead of
13941         extract it from the metadata tables. Needed for Reflection
13942         Only assemblies.
13943         
13944 2005-07-29  Martin Baulig  <martin@ximian.com>
13945
13946         * mono-debug-debugger.c
13947         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
13948         not initialized.
13949
13950         * mono-debug.c
13951         (mono_debug_address_from_il_offset): Check whether we have
13952         debugging support before attempting to take the lock.
13953         (mono_debug_source_location_from_address): Likewise.
13954         (mono_debug_source_location_from_il_offset): Likewise.
13955         (mono_debug_il_offset_from_address): Likewise.
13956         (mono_debug_address_from_il_offset): Likewise.
13957
13958 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
13959
13960         * class.c (mono_class_from_name_case): Add support for dynamic images.
13961         Fixes #75650.
13962
13963         * object.c (mono_class_compute_gc_descriptor): Add a workaround
13964         for #75479.
13965
13966 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
13967         
13968         * reflection.c (mono_method_get_object): Fix warning.
13969
13970 2005-07-28  Martin Baulig  <martin@ximian.com>
13971
13972         * mono-debug.c
13973         (mono_debug_add_wrapper): Also write the wrapper type.
13974
13975 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
13976
13977         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
13978         
13979         * class.c (mono_class_init): Avoid reading nested classes if the AOT
13980         data indicates the class has none.
13981
13982 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
13983
13984         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
13985         loader lock with the debugger lock. Prevents deadlocks for beagle.
13986
13987         Beagle can now run on an smp box for a weekend without any
13988         issues. Woohoo!
13989
13990 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
13991
13992         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
13993         in a module. Fixes #75629.
13994
13995 2005-07-26  Martin Baulig  <martin@ximian.com>
13996
13997         * mono-debug.c (mono_debug_add_wrapper): New static method.
13998         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
13999         interncall or a wrapper.
14000
14001         * mono-debug.h (MonoDebugWrapperData): New public typedef.
14002         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
14003         (MONO_DEBUGGER_VERSION): Bump to 51.
14004
14005         * mono-debug-debugger.c
14006         (mono_debugger_add_type): Removed this empty function.
14007         (mono_debugger_add_method): Likewise.
14008
14009 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
14010
14011         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
14012         before accessing method->slot.
14013
14014 2005-07-21  Jb Evain  <jbevain@gmail.com>
14015
14016         * reflection.c (method_encode_clauses/class): Handle filters clauses.
14017         Fixes #75010.
14018
14019 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
14020
14021         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
14022         #75587.
14023
14024 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
14025
14026         * image.h image.c: Add mono_image_get_guid () API function.
14027
14028 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
14029
14030         There were issues when multiple threads tried to load
14031         assemblies. A deadlock was created between assemblies_mutex and
14032         mono_domain_assemblies_lock. This fixes the issue by making the
14033         assembly ref counting be lock free. See bug 75586.
14034         
14035         * image.c (mono_image_close): The add ref function here was using
14036         Interlocked operations while the unref was using a mutex and a
14037         --. I don't think this was ever a bug that would be exposed in a
14038         non-pendantic way (ie, by an embedder doing a ref on one thread
14039         and an unref on another), but for the sake of correctness, this is
14040         now Interlocked.
14041
14042         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
14043         (mono_assembly_load_reference): Call mono_assembly_addref rather
14044         than touching the refcount ourselves.
14045         (mono_assembly_close): Use InterlockedDecrement to unref the
14046         assembly. Don't acquire the lock unless it is actually needed.
14047
14048 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
14049
14050         * class.c (mono_class_layout_fields): Fix calculation of has_references
14051         for generic types.
14052
14053 2005-07-12  Martin Baulig  <martin@ximian.com>
14054
14055         Applying a patch from Michal Moskal <malekith@nemerle.org>.
14056
14057         * metadata.c
14058         (mono_type_hash): Provide better hashing for generic instances.
14059         (mono_generic_inst_hash): Improve hashing.
14060         (mono_generic_class_hash): Likewise.
14061
14062         * reflection.c (mymono_metadata_type_hash): Improve hashing for
14063         generic instances.
14064
14065 2005-07-12  Martin Baulig  <martin@ximian.com>
14066
14067         * reflection.c (mono_reflection_create_runtime_class): Remove the
14068         hack for generic type definitions and non-`Run' assemblies.
14069         (mono_reflection_bind_generic_parameters): Also use
14070         `klass->wastypebuilder' to check for TypeBuilders.
14071
14072 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
14073
14074         * class.c (mono_class_layout_fields): Fix calculation of has_references
14075         for generic types.
14076
14077         * class.c (inflate_generic_class): Fix a leak.
14078         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
14079         for generic types.
14080
14081 2005-07-11  Martin Baulig  <martin@ximian.com>
14082
14083         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
14084         on error.
14085
14086 2005-07-11  Martin Baulig  <martin@ximian.com>
14087
14088         * loader.c (find_method): Also lookup in
14089         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
14090
14091 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
14092
14093         * appdomain.c (mono_domain_unload): Don't free the error message
14094         before passing it to mono_get_exception_...
14095
14096         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
14097         
14098 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
14099
14100         * threads.c: try to better guess an available RT signal (bug #75387).
14101
14102 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
14103
14104         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
14105         and CACHE_OBJECT.
14106
14107 2005-07-07  Martin Baulig  <martin@ximian.com>
14108
14109         * class.c (mono_type_get_name_full): Return NULL for
14110         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
14111         fixes #75408.
14112
14113 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
14114
14115         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
14116         exit the appdomain as well being aborted.
14117
14118         * threadpool.c: Create all threadpool threads inside the root appdomain, and
14119         change back to the root domain after calling managed code. This enables
14120         appdomains using threadpools to be unloaded.
14121
14122 2005-07-07  Martin Baulig  <martin@ximian.com>
14123
14124         * class-internals.h
14125         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
14126         into `MonoDynamicGenericClass' since we only need it for dynamic
14127         types.
14128
14129         * reflection.c (mono_class_bind_generic_parameters): We don't need
14130         to compute the `parent' here.
14131
14132 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
14133
14134         * culture-info-table.h : regenerated.
14135
14136 2005-07-06  Martin Baulig  <martin@ximian.com>
14137
14138         * icall.c
14139         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
14140
14141         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
14142
14143 2005-07-06  Martin Baulig  <martin@ximian.com>
14144
14145         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
14146         we're doing a signature-only comparision; fixes #74945.
14147
14148 2005-07-06  Martin Baulig  <martin@ximian.com>
14149
14150         * class-internals.h (MonoGenericClass): Moved some things out into
14151         a new `MonoInflatedGenericClass' type.  
14152         (MonoInflatedGenericClass): New type; the `klass' of a
14153         `MonoGenericClass' is now computed lazyly in
14154         mono_get_inflated_generic_class().      
14155
14156         * class.c (mono_get_inflated_generic_class): New public function.
14157         (mono_class_inflate_generic_method): Removed the unused
14158         `MonoClass *' argument.
14159         (setup_generic_vtable): Don't call mono_get_inflated_method() on
14160         all the methods.
14161         (mono_class_create_generic): Make this static and merge it with
14162         mono_class_create_generic_2(); we're now called automatically from
14163         mono_get_inflated_generic_class().
14164
14165         * loader.c (mono_method_signature): Call
14166         mono_get_inflated_method() here.
14167
14168 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
14169
14170         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
14171         type of fields with RVA.
14172
14173         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
14174         for this pseudo class.
14175         (my_mono_class_from_generic_parameter): Likewise.
14176         (mono_class_init): Allow interfaces to have cctors.
14177
14178 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
14179
14180         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
14181         lazily for AOT methods.
14182
14183 2005-07-05  Martin Baulig  <martin@ximian.com>
14184
14185         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
14186         returns FALSE for a successful match, not TRUE.
14187
14188 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
14189
14190         * loader.c (mono_method_get_index): Optimize this a bit.
14191
14192 2005-07-04  Martin Baulig  <martin@ximian.com>
14193
14194         * class.c
14195         (class_compute_field_layout): Move the check for generic type
14196         definitions into mono_class_layout_fields().  Fixes #74684.
14197         (mono_class_from_generic_parameter): Correctly compute
14198         `klass->parent'; fixes #75457.
14199
14200         * reflection.c (register_assembly, register_module): Make sure
14201         `domain->rejobject_hash' is already created.
14202
14203 2005-07-02  Martin Baulig  <martin@ximian.com>
14204
14205         * class-internals.h
14206         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
14207         `MonoDynamicGenericClass'.      
14208
14209 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
14210
14211         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
14212         returned by a field getter is null, since null is a valid value.
14213
14214 2005-07-01  Martin Baulig  <martin@ximian.com>
14215
14216         * reflection.c (mono_reflection_generic_class_initialize): Update
14217         the `dgclass->fields [i].parent' to the correct class.
14218         (mono_image_get_fieldref_token): Use the declaring type, not the
14219         reflected type.
14220
14221 2005-07-01  Martin Baulig  <martin@ximian.com>
14222
14223         * loader.c (find_method): Also look in the interfaces; fixes #75429.
14224
14225 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
14226
14227         * threads.c (thread_cleanup): assert that thread != NULL
14228         (wait_for_tids_or_state_change): We were using the wrong variable
14229         when accessing wait->threads. `i' was always out of the bounds of
14230         the array.
14231
14232 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14233
14234         * loader.c: map user32 and kernel32 to libMonoSupportW
14235
14236 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
14237
14238         * appdomain.c (unload_thread_main): Mark this as WINAPI.
14239
14240 2005-06-28  Martin Baulig  <martin@ximian.com>
14241
14242         * loader.c (method_from_methodspec): Fix #75334.
14243
14244 2005-06-28  Martin Baulig  <martin@ximian.com>
14245
14246         Fix #74953 - Arrays now implement the generic IList<T> interface
14247         on the 2.0 platform.
14248
14249         * class-internals.h (MonoDefaults): Added `generic_array_class'.
14250
14251         * reflection.c (mono_class_bind_generic_parameters): New public
14252         function; similar to mono_reflection_bind_generic_parameters(),
14253         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
14254
14255         * domain.c (mono_init_internal): Try to initialize.
14256         `mono_defaults.generic_array_class' here; this'll only succeed if
14257         we're using the 2.0 corlib.
14258
14259         * icall.c
14260         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
14261         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
14262         (mono_lookup_internal_call): Added support for nested classes.
14263
14264         * loader.c
14265         (mono_get_method_from_token): Set `result->signature->pinvoke' if
14266         we're an interncall and have generic arguments.
14267
14268         * class.c
14269         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
14270         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
14271         instance of System.Array.InternalArray<T> for arrays, so they
14272         implement the generic IList<T> interface.
14273
14274 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
14275
14276         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
14277         (chastamar@yahoo.com). Fixes #75374.    
14278
14279 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
14280
14281         * culture-info-table.h: regenerated.
14282
14283 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14284
14285         * icall.c: handle spaces correctly for base64 strings.
14286
14287 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
14288
14289         * *.c: Kill some warnings.
14290
14291 2005-06-23  Duncan Mak  <duncan@novell.com>
14292
14293         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
14294         that this builds on Solaris 10 (x86).
14295
14296 2005-06-23  Martin Baulig  <martin@ximian.com>
14297
14298         * class.c
14299         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
14300         generic type definitions.
14301
14302 2005-06-23  Martin Baulig  <martin@ximian.com>
14303
14304         Fix #75331.
14305
14306         * metadata.c (mono_class_get_overrides): Renamed to
14307         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
14308         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
14309         pass it to mono_get_method_full().
14310
14311 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
14312
14313         * reflection.c (mono_reflection_create_runtime_class): take the
14314         mono_domain_lock in this method. Prevents deadlocks
14315
14316 2005-06-22  Martin Baulig  <martin@ximian.com>
14317
14318         * loader.c (method_from_methodspec): Fix #75330.
14319
14320 2005-06-22  Martin Baulig  <martin@ximian.com>
14321
14322         * reflection.c (type_get_qualified_name): Use
14323         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
14324         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
14325         argument; use it if we don't have an assembly name.
14326
14327 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
14328
14329         * object.c: In mono_message_init, set "copy out" flag for in
14330         parameters with the [Out] flag.
14331
14332 2005-06-21  Martin Baulig  <martin@ximian.com>
14333
14334         * class.c
14335         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
14336         and MONO_TYPE_PTR.
14337
14338 2005-06-21  Martin Baulig  <martin@ximian.com>
14339
14340         * class.c (mono_class_init): Don't initialize `class->fields' for
14341         generic instances since they're initialized again in
14342         compute_field_layout(). 
14343         (compute_field_layout): Set the field's `generic_info' here; fix
14344         #75320. 
14345
14346 2005-06-21  Martin Baulig  <martin@ximian.com>
14347
14348         * class-internals.h
14349         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
14350
14351         * metadata.c (mono_metadata_generic_method_equal): Also
14352         distinguish the `generic_class'; fixes #75334.
14353
14354 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14355
14356         * domain.c:
14357         * appdomain.c:
14358         * domain-internals.h:
14359         * reflection.c: 'domain_assemblies' field is now protected by its own
14360         lock. Don't call into managed code to run the AssemblyLoad event if we
14361         now there are no registered delegates for it.
14362
14363 2005-06-20  Martin Baulig  <martin@ximian.com>
14364
14365         * class.c (mono_class_is_assignable_from): Use a custom version of
14366         mono_class_has_parent() to make things work for generic instances;
14367         fix #75300.
14368
14369 2005-06-20  Martin Baulig  <martin@ximian.com>
14370
14371         * loader.c (method_from_methodspec): Apply a patch from
14372         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
14373
14374 2005-06-20  Martin Baulig  <martin@ximian.com>
14375
14376         * class.c (mono_class_init): Reverted Zoltan's last change; it
14377         breaks generics.
14378
14379 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
14380
14381         * threads.c (wait_for_tids_or_state_change): Add missing locking.
14382
14383 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14384
14385         * socket-io.c: fix the index in the socket array for writable/error
14386         sockets. Fixes bug #75306.
14387
14388 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
14389
14390         * class.c (mono_class_init): Allow interfaces to have static ctors.
14391
14392 2005-06-17  Martin Baulig  <martin@ximian.com>
14393
14394         * loader.c (method_from_methodspec): Use `context->container' when
14395         parsing the `gmethod->inst'.
14396
14397 2005-06-17  Martin Baulig  <martin@ximian.com>
14398
14399         * class.c (mono_type_get_name_recurse): Don't add the assembly
14400         name for type arguments.
14401
14402 2005-06-15  Martin Baulig  <martin@ximian.com>
14403
14404         * reflection.c (mono_image_get_inflated_method_token): Encode
14405         correct klass; fixes #75260.
14406
14407 2005-06-13 Michal Moskal <malekith@nemerle.org>
14408
14409         * icall.c: Make GetCorrespondingMethod/Constructor take
14410         MonoReflectionMethod method not MonoMethod. Removed
14411         MonoType.GetCorrespondingField, and make
14412         MonoGenericType.GetCorrespondingField take name not
14413         MonoClassField.
14414
14415 2005-06-13  Michal Moskal <malekith@nemerle.org>
14416
14417         * reflection.c (field_encode_signature, encode_locals):
14418          Make sizes of buffers for types larger (for big generic types).
14419          (create_generic_typespec,
14420          mono_reflection_sighelper_get_signature_local,
14421          mono_reflection_sighelper_get_signature_field):
14422          Add asserts for too small buffers.
14423
14424 2005-06-15  Martin Baulig  <martin@ximian.com>
14425
14426         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
14427         if our parent is not a dynamic type.
14428
14429 2005-06-15  Martin Baulig  <martin@ximian.com>
14430
14431         * class-internals.h (MonoTypeNameFormat): New enum.
14432
14433         * class.c
14434         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
14435         (mono_type_get_full_name): Removed.
14436         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
14437         argument instead of the boolean's.
14438
14439         * icall.c (ves_icall_System_MonoType_getFullName):
14440         Added `gboolean assembly_qualified'.    
14441
14442         * reflection.h
14443         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
14444
14445         * reflection.c (mono_reflection_parse_type): Parse the new type
14446         name format.
14447
14448 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14449
14450         * icall.c: no need to convert from utf16 to utf8 and then back again
14451         after the call to GetLogicalDrives.
14452
14453 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14454
14455         * icall.c: frombase64. Fix problems exposed by new tests.
14456
14457 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14458
14459         * icall.c: added internal calls for converting char [] and strings in
14460         base64 into byte [].
14461
14462 2005-06-10  Martin Baulig  <martin@ximian.com>
14463
14464         * class.c (mono_class_create_generic_2): Read the nested classes
14465         from the metadata rather than from `gklass->nested_classes' since
14466         `gklass' might not be initialized yet.
14467
14468 2005-06-09  Duncan Mak  <duncan@novell.com>
14469
14470         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
14471         all public headers. Fixes #74919.
14472
14473 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
14474
14475         * domain.c: The key for proxy_vtable_hash is now a pointer
14476         array. Added new GHashFunc and GCompareFunc functions for this.
14477
14478         * class.h: The list of interfaces in MonoRemoteClass is known in
14479         advance and can't grow (we create a new MonoRemoteClass if needed),
14480         so now the interface array can be allocated together with
14481         MonoRemoteClass.
14482         
14483         * object.c: Added a new method create_remote_class_key.
14484         Fixed mono_remote_class so it does not depend on
14485         mono_upgrade_remote_class.
14486         Removed extend_interface_array.
14487         Added new method clone_remote_class(), which makes a copy of a remote
14488         class and adds a new interface or class to it.
14489         mono_upgrade_remote_class() now creates a new remote class (or gets
14490         it from the cache) if an vtable upgrade is needed. In this way
14491         we make sure that other objects sharing the same remote class
14492         don't get the new vtable with unwanted interfaces.
14493         
14494         * object-internals.h:
14495         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
14496         
14497         * marshal.c: Track changes in mono_upgrade_remote_class().
14498
14499 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
14500         * icall.c: Add runtime methods for obtaining members of inflated
14501         class, which were created from supplied non-inflated members. It
14502         is used in internal Get{Method,Constructor,Field} methods in
14503         System.Type
14504
14505 2005-06-09  Martin Baulig  <martin@ximian.com>
14506
14507         * reflection.c
14508         (mono_reflection_bind_generic_method_parameters): Fix #75169.
14509
14510 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
14511         * reflection.c (mono_image_basic_init): Define
14512         Version in MonoDynamicAssembly. 
14513         
14514 2005-06-08  Martin Baulig  <martin@ximian.com>
14515
14516         Fix #75136.
14517
14518         * loader.c
14519         (mono_method_signature_full): New public method; takes a
14520         `MonoGenericContext *'.
14521         (find_method): Use mono_method_signature_full() and pass the
14522         klass'es context to it.
14523
14524         * class.c (mono_class_is_inflated_method): Use
14525         mono_method_signature_full() and pass the context to it.
14526
14527 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
14528
14529         * object.c: add proper locking in mono_remote_class_vtable(),
14530         fixes possible memory corruption.
14531
14532 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
14533
14534         * marshal.c (mono_remoting_marshal_init): set
14535         initialized after initialization.
14536
14537 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14538
14539         * locales.c : hush.
14540
14541 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
14542
14543         * object.c (extend_interface_array): fix really silly
14544         memory corrupting / comparison bug.
14545
14546 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
14547
14548         * reflection.c: Functions added to support the creation
14549         of CustomAttributeData, which includes Attribute data
14550         used by ReflectionOnly methods.
14551
14552         * reflection.h:  mono_reflection_get_custom_attrs_data and
14553          mono_custom_attrs_data_construct added (functions exposed).
14554
14555          * icall.c: Added mono_reflection_get_custom_attrs_data
14556          as icall.
14557         
14558 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
14559
14560         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
14561         lupus's request.
14562
14563 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
14564
14565         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
14566
14567         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
14568         dynamic DllImportAttribute.
14569
14570         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
14571         dynamic DllImportAttribute.
14572
14573         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
14574         Fixes #75162.
14575
14576 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14577
14578         * threads.c: avoid segfault when an unstarted thread is aborted.
14579
14580 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
14581
14582         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
14583         Returns the name and version of the runtime for reporting.
14584
14585 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14586
14587         * appdomain.c: bump corlib version.
14588         * object-internals.h: new field in MonoReflectionAssembly.
14589
14590 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14591
14592         * object-internals.h: Carlos forgot to add this field.
14593
14594 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
14595
14596         * icall.c: Added create_version to create instances
14597         of Version of MonoReflectionAssemblyName. This change helps
14598         the AssemblyName tests to keep running fine.
14599         
14600 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
14601   
14602         * object.c (mono_method_return_message_restore): A somehow less
14603         intrusive fix for #75138.
14604
14605 2005-06-03  Raja R Harinath  <rharinath@novell.com>
14606
14607         * object.c (mono_method_return_message_restore): Fix computation
14608         of expected number of out args.
14609
14610 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
14611
14612         * reflection.c (mono_image_get_method_info): Fix the case when the
14613         charset is empty.
14614
14615 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
14616
14617         * object.c: Added missing null check in
14618           mono_method_return_message_restore.
14619
14620 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
14621
14622         * reflection.c (mono_image_get_method_info): Handle the case when
14623         dllentry is empty.
14624
14625 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
14626
14627         * object.c: When creating the vtable for a proxy, take into account
14628         all inherited interfaces, not only the ones registered in
14629         iclass->interfaces. This fixs bug #74996.
14630         Also, in mono_method_return_message_restore, verify that the array
14631         of out args has the expected lengh.
14632
14633 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14634
14635         * socket-io.c: update the timeout in Poll when the call is interrupte.
14636
14637 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14638
14639         * socket-io.c: support abort/suspend in Select_internal after last
14640         change.
14641
14642 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14643
14644         * threadpool.c: remove warning.
14645
14646 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14647
14648         * icall.c:
14649         * socket-io.[ch]: Select_internal uses poll() now when available, thus
14650         removing the 1024 limit from select(). Runtime part of the fix for
14651         bug #71203.
14652
14653 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14654
14655         * socket-io.c: when resolving the addresses for the same
14656         host returned by gethostname(), get the local IPs from the interface
14657         list. Loopback addresses are discarded if the are interfaces up with
14658         non-loopback ones. Fixes bug #63265.
14659
14660 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
14661
14662         * appdomain.c, verify.c, object-internals.h, reflection.c:
14663         bumped corlib number to 36, and added new extra_flags field
14664         to ReflectionMethodBuilder and friends.  Fixes #75060.
14665
14666 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
14667
14668         * gc.c: register a new weak link only if the object is non-null
14669         (fixes bug#75047).
14670
14671 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14672
14673         * culture-info.h : short time pattern too.
14674
14675 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14676
14677         * culture-info.h : expand long time pattern string length.
14678
14679 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
14680
14681         * culture-info-table.h : update (more French date format; #72788).
14682
14683 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
14684
14685         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
14686         the method is static. Fixes #75029.
14687
14688 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
14689
14690         * reflection.c: Update the table_idx field of method builders after
14691         saving the module, since it can change. This is a workaround for
14692         bug #74914. 
14693
14694 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
14695
14696         * culture-info-table.h : update (additional French date format).
14697
14698 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
14699
14700         * icall.c (ves_icall_type_Equals): Revert last change.
14701         
14702         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
14703
14704         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
14705
14706 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
14707
14708         * class-internals.h: Added executioncontext_class field to 
14709         MonoDefaults structure.
14710         * domain.c: Cache System.Threading.ExecutionContext class in 
14711         mono_defaults.
14712         * object.c: Capture the ExecutionContext for asynchroneous calls in
14713          mono_async_result_new.
14714         * object-internals.h: Added execution_context and original_context 
14715         fields to MonoAsyncResult. Added execution_context to MonoThread.
14716         * security-manager.c|.h: Added mono_get_context_capture_method to 
14717         return the capture method (if required by the security manager or by
14718         the framework version used).
14719         * threadpool.c: Apply capture (if present) ExecutionContext in 
14720         mono_async_invoke and revert to original context after it completes.
14721
14722 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
14723
14724         * culture-info-table.h : updated (real hacky solution for zh-CHT).
14725
14726 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
14727
14728         * culture-info-table.h : zh-CHT related workaround.
14729
14730 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
14731
14732         * marshal.c (emit_marshal_custom): Add some error checking and call the
14733         methods in the ICustomMarshaler interface. Fixes #74875.
14734         
14735         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
14736         native->managed wrappers.
14737
14738 2005-05-12  Martin Baulig  <martin@ximian.com>
14739
14740         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
14741         here and use the loader lock.
14742
14743         * mono-debug.c: Properly lock when the debugger is not attached.
14744         (mono_debug_init): Release the initial lock if we're not running
14745         in the debugger.
14746
14747 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
14748
14749         * marshal.c (emit_marshal_custom): Pass through NULL values without
14750         calling the custom marshalling routines.
14751
14752         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
14753         conversion in structures. Fixes #74882.
14754
14755 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
14756
14757         * culture-info-table.h : zh-* cultures were missing.
14758
14759 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
14760
14761         * threads.c: Added a new event background_change_event which is signaled
14762         when a thread changes its background mode.
14763         Moved here several checks previously done in managed code. The checks
14764         require the thread lock, and using the thread lock in managed code
14765         can result in deadlocks.
14766         Merged Start_internal and Thread_internal into a single method. Now 
14767         Thread_internal does all work of creating and starting a thread.
14768         Added icalls for setting and getting the state of the object. Moved from
14769         managed code to avoid locking there.
14770         Added wait_for_tids_or_state_change() which is called instad of
14771         wait_for_tids when waiting for non-backround threads to end. This method
14772         will return if one of the threads ends or the background_change_event
14773         is signaled.
14774         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
14775         the background mode. This method signals the background_change_event
14776         event.
14777         * icall.c:
14778         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
14779         removed Start_internal.
14780         
14781 2005-05-11  Martin Baulig  <martin@ximian.com>
14782
14783         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
14784         to order of some fields to get proper alignment on 64-bit machines.
14785
14786 2005-05-11  Martin Baulig  <martin@ximian.com>
14787
14788         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
14789         changes as they're broken and completely fuck up the debugger.
14790
14791         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
14792
14793 2005-05-10  Martin Baulig  <martin@ximian.com>
14794
14795         * reflection.c (mono_reflection_generic_class_initialize): Don't
14796         call mono_class_setup_parent() here.
14797
14798 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14799
14800         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
14801         send/receive timeout use an integer in milliseconds. We were using a
14802         struct timeval.
14803
14804 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14805
14806         * locales.c:
14807         (internal_get_cultures): reserve the first slot of the array for the
14808         InvariantCulture, which will be filled in managed code.
14809
14810 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
14811
14812         * reflection.c (mono_image_fill_module_table): Initialize the
14813         GENERATION field as well.
14814
14815 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14816
14817         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
14818         Monitor.Enter on the object.
14819
14820 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
14821
14822         * threads.c: Enable the wait for running threads when exiting.
14823         * icall.c: Suspend all threads before exiting.
14824
14825 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
14826
14827         * assembly.c (mono_assembly_load_reference): Fix warning.
14828
14829 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14830
14831         * threadpool.c: changed the default number of threads per cpu. From now
14832         on, the default will be 20 + (5 * number of cpus) instead of 50.
14833
14834 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
14835
14836         * loader.c (mono_method_get_signature_full): Add locking here.
14837
14838 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
14839
14840         * appdomain.c: Moved methods for parsing and freeing assembly
14841         names to assembly.c.
14842         * assembly.c, domain-internals.h: Created public methods for parsing
14843         assembly names. Fixed mono_assembly_load_with_partial_name:
14844         it now finds the best match, taking into account the version,
14845         token and culture specified in the partial name. Also return
14846         the latest version if no version information is specified.
14847
14848 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
14849
14850         * threadpool.c: replace check for SocketAsyncCall class.
14851
14852 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14853
14854         * threadpool-internals.h:
14855         * Makefile.am: added threadpool-internals.h
14856
14857         * threadpool.c: call mono_unhandled_exception on exceptions not handled
14858         that happen in threadpool threads (tested on MS).
14859         (mono_thread_pool_remove_socket): new function that dispatch any pending
14860         AIO call on a socket that is closing. By now only epoll really needs it,
14861         as select/poll wake up when the socket closes.
14862
14863
14864         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
14865
14866 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
14867
14868         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
14869
14870 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
14871
14872         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
14873
14874 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
14875
14876         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
14877         has an abort request, convert it into a suspend request.
14878
14879 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
14880
14881         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
14882         warning for the usage of `UnmanagedFunctionPointerAttribute' which
14883         is not supported yet.
14884
14885 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14886
14887         * image.c: register assemblies loaded from data (bundles) in the loaded
14888         assemblies hash. Fixes bug #74772.
14889
14890 2005-04-29  Martin Baulig  <martin@ximian.com>
14891
14892         * class.c (mono_type_get_name_recurse): Update to the new naming
14893         schema from the latest .NET 2.x beta2.
14894         (mono_class_setup_vtable_general): If we're a generic instance,
14895         copy the vtable from our generic type definition and inflate all
14896         the methods in it.
14897
14898         * loader.c (find_method): Update to the new naming schema from the
14899         latest .NET 2.x beta2.
14900
14901 2005-04-29  Raja R Harinath  <harinath@gmail.com>
14902
14903         * class.c (mono_class_init): Add a mono_loader_unlock to the
14904         #74734 fix.
14905
14906 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
14907
14908         * icall.c (ves_icall_System_Environment_Exit): Remove the 
14909         suspend_all_other_threads () call for the time being, since it can hang.
14910
14911         * threads.c (mono_thread_manage): Similarly, disable the waiting for
14912         the background threads to exit, since it can also hang.
14913
14914         * class.c (mono_class_init): Applied patch from Ankit Jain 
14915         (radical@gmail.com). Avoid pending init errors when a field refers
14916         to a nested class using a typeref. Fixes #74734.
14917
14918         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
14919         this for dynamic modules.
14920
14921 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14922
14923         * threads.c: don't wait for threads that are in the process of aborting
14924         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
14925         and waiting for background threads to finish. This makes xsp and
14926         mod-mono-server exit without random length delays and/or hangs.
14927
14928 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14929
14930         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
14931
14932 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
14933
14934         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
14935         dynamic types to prevent infinite loops. Fixes #74727.
14936
14937         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
14938         ..._is_assignable_to.
14939
14940 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
14941
14942         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
14943
14944 2005-04-25  Martin Baulig  <martin@ximian.com>
14945
14946         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
14947
14948         * domain.c
14949         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
14950
14951         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
14952
14953         * reflection.c (build_compressed_metadata): Set metadata header
14954         version to 2.0.
14955
14956 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
14957
14958         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
14959         number into an integral and a decimal part. Fixes #70473.
14960
14961         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
14962
14963 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
14964
14965         * culture-info-table.h : reflected the latest locale-builder output.
14966
14967 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14968
14969         * threadpool.c: check for SuspendRequested too when deciding if
14970         mono_thread_interruption_checkpoint should be called.
14971
14972 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14973
14974         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
14975         * threads.c: remove interruption_mutex and use Interlocked instead. When
14976         suspending all the threads, wait for all the suspended events at once.
14977         If we're shutting down and get an APC that is going to be queued,
14978         call mono_thread_execute_interruption immediately, as the thread might
14979         be sleeping on a pthread condition or mutex.
14980
14981         * icall.c: call mono_runtime_set_shutting_down before suspending the
14982         threads.
14983
14984         Fixes bug #74693. And now xsp is happier when exiting.
14985
14986 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
14987
14988         * loader.c (mono_stack_walk): Fix #74690.
14989
14990 2005-04-22  Martin Baulig  <martin@ximian.com>
14991
14992         * mono-debug.h (MonoDebugMethodJitInfo): Added
14993         `MonoDebugMethodJitInfo *jit'.
14994
14995         * mono-debug.c (mono_debug_read_method): Cache the
14996         MonoDebugMethodJitInfo in `address->jit'.
14997         (mono_debug_free_method_jit_info): New public method.
14998
14999 2005-04-22  Martin Baulig  <martin@ximian.com>
15000
15001         * class.c (mono_class_is_assignable_from): Disallow
15002         type parameter -> interface.
15003
15004 2005-04-21  Dick Porter  <dick@ximian.com>
15005
15006         * threads.c (mono_thread_create): Turn an assertion into an error.
15007
15008 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
15009
15010         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
15011         
15012         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
15013         Fix some gcc 4.0 warnings.
15014
15015 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
15016
15017         * file-io.c: fix alt dir separator char on unix systems
15018         and cleanup (fixes bug #71214).
15019
15020 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
15021
15022         * marshal.c: Use CALLVIRT instead of CALL when dispatching
15023         a call to a remote domain, since the method may be an
15024         interface method in the client domain. This fixes bug #74192.
15025
15026 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15027
15028         * threadpool.c: recv/send are now performed before going back to managed
15029         code to save one transition.
15030
15031 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15032
15033         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
15034
15035         * metadata/threadpool.c: removed hack to workaround the bug above.
15036
15037         Fixes bug #74618.
15038
15039 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
15040
15041         * reflection.c reflection.h: Fix handling of parameter defaults in
15042         dynamic methods. Also fixes handling of parameter attributes.
15043         Fixes #74609.
15044
15045         * mono-debug.c (mono_debug_close_image): Fix warning.
15046
15047 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15048
15049         * socket-io.h: replaced old unused field with new 'blocking'.
15050         * threadpool.c: restore socket blocking state on windows(tm).
15051
15052 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
15053
15054         * icall.c: don't return the codebase in the AssemblyName[] returned by
15055         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
15056         * object-internals.h: Removed FIXME (fields were presents) and fixed
15057         versioncompat declaration.
15058
15059 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15060
15061         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
15062         not closed, so don't cleanup when it happens.
15063
15064 2005-04-13  Chris Toshok  <toshok@ximian.com>
15065
15066         * mono-debug-debugger.h: change prototype for
15067         mono_debugger_lookup_type.
15068
15069         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
15070         this function, although it should probably be named
15071         mono_debugger_init_type.
15072
15073 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15074
15075         * threadpool.c: fix non-AIO case.
15076
15077 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
15078
15079         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
15080         the built-in profiler to measure just JIT compilation times.
15081
15082 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15083
15084         * threadpool.c: the epollfd might be closed by another thread at
15085         any time, so ignore EBADF at treat it as a "we're closing" sign.
15086
15087 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15088
15089         * threadpool.c: release the semaphores with a count equals to the number
15090         of working threads in both IO and regular pools. Fixed typo that messed
15091         up the count of IO pool threads. Don't initialize the pipe handles if
15092         we're using epoll.
15093
15094 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15095
15096         * threadpool.c: some systems don't like a NULL when deleting the socket
15097         from epoll.
15098
15099 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15100
15101         * threadpool.c: fix semaphore allocation.
15102
15103 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15104
15105         * threadpool.c: added epoll() based implementation for asynchronous IO
15106         that is used instead of the default poll() when available.
15107         It can be disabled by setting MONO_DISABLE_AIO.
15108
15109 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15110
15111         * threadpool.c: windows needs 'closesocket' and instead of returning
15112         0 when the stream is closed while in select, it returns -1. Fixes bug
15113         #74573.
15114
15115 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
15116
15117         * class.c (class_compute_field_layout): Fix the regression caused by
15118         the previous try.
15119
15120 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15121
15122         * threadpool.c: separate pool for socket async. IO.
15123         * threadpool.h: mono_max_worker_threads is not a global any more.
15124
15125 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
15126
15127         * class.c (class_compute_field_layout): Fix #74549.
15128
15129 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15130
15131         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
15132         use 2 connected sockets instead.
15133
15134 2005-04-08  Miguel de Icaza  <miguel@novell.com>
15135
15136         * mono-config.c: Add new entry point for mkbundle
15137         mono_config_parse_memory. 
15138
15139 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15140
15141         * threadpool.c: removed another unused function.
15142
15143 2005-04-08  Ankit Jain  <radical@corewars.org>
15144
15145         * reflection.c (get_default_param_value_blobs): Add 'types'
15146         parameter to get the types encoded in the constant table.
15147         (mono_param_get_objects): Use the type from the constant table,
15148         not the type of the parameter, when creating default values.
15149         Handle null default values correctly.
15150
15151 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15152
15153         * file-io.c:
15154         * file-io.h:
15155         * threadpool.c:
15156         * threadpool.h:
15157         * icall.c:
15158         * socket-io.c: removed dead code for async IO.
15159
15160 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15161
15162         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
15163
15164         * threadpool.c: intercept socket async. calls and pass them to a thread
15165         that is polling and dispatching the job items to the threadpool as
15166         socket become ready. Fixes bugs #71217, #71933.
15167
15168         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
15169         between char and short/ushort arrays.
15170
15171         * socket-io.c: remove dead code.
15172
15173 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
15174
15175         * locales.c,
15176           icall.c : removed InternalToUpper_Comp() and
15177           InternalToLower_Comp().
15178
15179 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
15180
15181         * char-conversions.h : The tables were incorrectly generated. Should
15182           be generated against invariant culture.
15183
15184 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
15185
15186         * object.c (mono_runtime_invoke_array): Fix return value when 
15187         passing pre-created valuetype objects to ctors.
15188
15189         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
15190         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
15191         Fixes #74338.
15192
15193 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
15194
15195         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
15196         only used with --security and hides the wrong corlib version error.
15197
15198 2005-03-30  Joshua Tauberer  <tauberer@for.net>
15199
15200         * class.c: Changed mono_class_name_from_token so that types
15201         outside of a namespace don't have an initial period.  Improved
15202         the g_warning message used in _mono_class_get when loading
15203         fails.
15204         * assembly.c: In mono_assembly_load_reference, when an assembly
15205         can't be found, "No such file or directory" is misleading and
15206         unhelpful because a few paths were checked for the presence of
15207         the assembly.  When that happens (ENOENT), display a nicer
15208         message indicating the directories that were searched.  In all
15209         cases, the warning is made easier to read for non-hackers.
15210
15211 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
15212
15213         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
15214         project/solution.
15215         * appdomain.h|domain.c: Removed inline from functions.
15216         * appdomain.c: Reduced warnings when compiling on windows.
15217         * icall.c: Fixed output_debug declaration to gunichar2*.
15218         * mono-config.c: Reduced warnings when compiling on windows.
15219         * rand.c: Added missing "windows.h". Added missing return value.
15220         * rawbuffer.c: Added missing winsock2.h for windows.
15221         * sysmath.h: Added mono-compiler.h header to allow/ease 
15222         compilation with non-GCC compilers.
15223         * threads.c: Fixed declarations to compile with VS.NET C compiler.
15224         Removed cast warnings.
15225
15226         Adapted from the work of J Lothian (for VC6).
15227
15228 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
15229
15230         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
15231         from default_path.
15232
15233 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
15234
15235         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
15236         the 2.0 profile.
15237
15238 2005-03-27  Raja R Harinath  <harinath@gmail.com>
15239
15240         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
15241         has to be in $(exec_prefix).  $(prefix) is for arch-independent
15242         stuff, and it would probably use $(prefix)/share rather than
15243         $(prefix)/lib.
15244
15245 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15246
15247         * console-io.c: added 2 includes that might be missing.
15248
15249 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
15250
15251         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
15252         profile.
15253
15254         * reflection.c (create_custom_attr): Allocate the params array using
15255         alloca so it gets GC tracking.
15256
15257 2005-03-23  Chris Toshok  <toshok@ximian.com>
15258
15259         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
15260         out some spew.
15261
15262 2005-03-24  Raja R Harinath  <rharinath@novell.com>
15263
15264         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
15265         changes to pick up any changes in prefix, etc.
15266
15267 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
15268
15269         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
15270         
15271         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
15272         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
15273
15274 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
15275
15276         * class-internals.h object-internals.h class.c reflection.c: Extend the
15277         mono_lookup_dynamic_token () function to return the class of the
15278         token as well. 
15279
15280         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
15281         well. Fixes #73848.
15282
15283 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
15284
15285         * security-manager.c: Skip inheritance checks for intra-corlib
15286         class inheritance and method overrides. This skips a lot of checks
15287         and (anyway) permissions cannot work until corlib is loaded.
15288
15289 2005-03-23  Martin Baulig  <martin@ximian.com>
15290
15291         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
15292         MONO_TYPE_GENERICINST.  
15293
15294 2005-03-23  Martin Baulig  <martin@ximian.com>
15295
15296         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
15297
15298 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
15299
15300         * class.c: added locking comments to some functions.
15301         Cache the interface offsets arrays (saves about 20 KB
15302         of runtime memory in a typical app).
15303         Reduce the time overhead in mono_class_setup_supertypes ().
15304
15305 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
15306
15307         * icall.c: speedup and fix leaks in GetMethodsByName and
15308         GetPropertiesByName.
15309
15310 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
15311
15312         * reflection.c: some locking fixes.
15313
15314 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
15315
15316         * metadata.c: added missing break in case statement.
15317
15318 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
15319
15320         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
15321         typedbyref return values. Fixes #73941.
15322
15323 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
15324
15325         * security-manager.c|h: Added demandunmanaged method and 
15326         suppressunmanagedcodesecurity class to MonoSecurityManager.
15327         Renamed aptc class to allowpartiallytrustedcallers.
15328
15329 2005-03-17  Martin Baulig  <martin@ximian.com>
15330
15331         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
15332
15333 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15334
15335         * file-io.c: disabled file async. IO using aio_*. It uses the
15336         threadpool now. Workaround for bug #73718.
15337
15338 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
15339
15340         * assembly.h, mono-config.c: added code to deal with bundled configs
15341         for bundled assemblies.
15342
15343 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
15344
15345         * *.c, private.h: cleanup, removing old private.h header file.
15346
15347 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
15348
15349         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
15350         and throw_on_unmappable_char attributes.
15351
15352 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
15353
15354         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
15355         _ProcessName_internal.
15356
15357 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
15358
15359         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
15360         #73631.
15361
15362         * icall.c threads.c threads-types.h: Remove slothash icalls as they
15363         are no longer used.
15364
15365 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
15366
15367         * object.c (compute_class_bitmap): Add support for generics. Fixes
15368         #73527.
15369
15370 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
15371
15372         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
15373
15374 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15375
15376         * filewatcher.c: commented out the code for windows watcher, as we don't
15377         use it (we use the managed implementation instead).
15378
15379 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
15380
15381         * object-internals.h (MonoThread): Remove 'unused1' field.
15382
15383         * appdomain.c: Bump corlib version.
15384
15385         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
15386
15387         * reflection.c (mono_reflection_create_runtime_class): Remove the
15388         AssemblyBuilder.Save optimization since it causes too many problems.
15389
15390 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
15391
15392         * exception.c|h: Added mono_get_exception_reflection_type_load to
15393         create a ReflectionTypeLoadException object.
15394         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
15395         to return NULL is a InheritanceDemand fails during reflection. Updated
15396         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
15397         ReflectionTypeLoadException if an InheritanceDemand fails during 
15398         reflection. Added icall mapping for GetLinkDemandSecurity.
15399         * security-manager.c|h: Added ves_icall_System_Security_
15400         SecurityManager_GetLinkDemandSecurity internal call to return the
15401         class and methods permissions set for a LinkDemand. Removed unused
15402         fields in MonoSecurityManager.
15403
15404 2005-03-10  Martin Baulig  <martin@ximian.com>
15405
15406         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
15407         it's a generic instance.
15408
15409 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
15410
15411         * reflection.c (mono_get_object_from_blob): Applied patch from
15412         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
15413
15414         * class.c (mono_class_is_assignable_from): Another try at fixing 
15415         #73469 without breaking anything.
15416
15417 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
15418
15419         * class.c: (mono_class_is_assignable_from): Revert the last changes
15420         since they don't work with generics.
15421         
15422         * class.c (mono_class_is_assignable_from): Fix build bustage.
15423
15424         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
15425         the managed IsAssignableFrom method. Fixes #73469.
15426
15427         * reflection.c (mono_reflection_call_is_assignable_from): New helper
15428         function.
15429
15430 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
15431
15432         * object.c (mono_load_remote_field_new): Fix returning uninitialized
15433         memory when the remoting callback does not sets the out arguments.
15434         Fixes #73007.
15435
15436         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
15437         by mistake.
15438
15439         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
15440
15441         * object-internals.h (MonoStackFrame): Sync with managed object layout.
15442
15443         * appdomain.c: Bump corlib version.
15444
15445 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
15446
15447         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
15448         function.
15449
15450         * threads.c (mono_thread_attach): Detect threads which are not started
15451         by the GC pthread wrappers.
15452
15453 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
15454
15455         * icall.c: Added new icall for RNG.
15456         * rand.c|h: Added new icall to open the RNG. This allows to share a 
15457         single handle on Linux to access /dev/urandom and fix #73183.
15458
15459 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
15460
15461         * object.c: setting the new vtable in a transparent proxy object must
15462         not change the GC descriptor.
15463
15464 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
15465
15466         * object.c: fixed compilation without GCJ support.
15467         * reflection.c: for runtime-created types ensure klass->has_references
15468         is correct (bug #73215).
15469
15470 2005-03-02  Martin Baulig  <martin@ximian.com>
15471
15472         * class.c (mono_class_is_assignable_from): Make this work if
15473         `oklass' is a generic instance; fixes #72831.
15474
15475 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
15476
15477         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
15478         with hasthis set.
15479         
15480         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
15481
15482         * marshal.c: Reorganize native->managed marshalling code to also use
15483         the emit_marshal_... functions.
15484
15485 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
15486
15487         * object.c: typed allocs have issues with bitmap sizes > 30,
15488         so check for max_set >= 30.
15489
15490 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
15491
15492         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
15493         managed code. Fixes #73012.
15494
15495         * metadata.h (MonoMarshalSpec): Add elem_mult field.
15496
15497         * metadata.c reflection.c: Load/Emit elem_mult as well.
15498         
15499         * metadata.h (MonoMarshalSpec): Add comment.
15500
15501         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
15502
15503         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
15504         num_elem to -1 if not given.
15505
15506         * object-internals.h (MonoReflectionMarshal): Add has_size field.
15507
15508         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
15509         given values.
15510
15511 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
15512
15513         * null-gc.c (mono_gc_free_fixed): Was not compilable.
15514
15515 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
15516
15517         * reflection.c (encode_marshal_blob): Encode param_num field as well.
15518
15519         * object-internals.h (MonoReflectionMarshal): Add param_num field.
15520
15521 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
15522
15523         * object.c: generalized the reference bitmap creation
15524         and added hooks for the new GC.
15525         * class-internals.c: removed the gc_bitmap field from MonoClass.
15526
15527 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
15528
15529         * domain.c: help the compiler to produce better code
15530         in mono_jit_info_table_find ().
15531
15532 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
15533
15534         * object.c: make all allocations look typed.
15535
15536 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
15537
15538         * socket-io.c: load Mono.Posix if it's not loaded already
15539         (fixes bug#73033).
15540
15541 2005-02-24  Martin Baulig  <martin@ximian.com>
15542
15543         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
15544         * reflection.c (dup_type): Likewise.
15545
15546 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
15547
15548         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
15549         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
15550
15551 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
15552
15553         * domain.c, threads.c, object-internals.h: make the critical thread
15554         local vars use the fast access mode (even when we're compiled in
15555         a lib). Provide accessors to be used by the jit during codegen.
15556
15557 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15558
15559         * appdomain.c: Changed hook functios behavior to include
15560         support for the reflection only assemblies. Some icalls were changed
15561         to support the mentioned assemblies too. Signatures of static methods
15562         try_assembly_resolve and real_load now have an additional parameter:
15563         refonly.
15564
15565         * assembly.c: General changes to mono_assembly_ methods to support
15566         reflection only api. Functions mono_assembly_open, mono_assembly_load,
15567         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
15568         suffix, to support an additional gbool parameter to specify whether
15569         the assembli is reflection only or not. Created some new hook functions 
15570         to add support for reflection only assemblies. Signatures of static 
15571         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
15572         have now an additional parameter: refonly.
15573
15574         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
15575         indicating whether the assembly is reflection only or not.
15576
15577         * exception.c: Add mono_get_exception_invalid_operation.
15578
15579         * icall.c: Throw an InvalidOperationException when trying to invoke
15580         a property/method/event, or trying to set/get the value of a field.
15581         Also add an icall to retrieve the ref_only flag to the
15582         MonoReflectionAssembly.
15583
15584 2005-02-23  Chris Toshok  <toshok@ximian.com>
15585
15586         Part of fix for #72827.
15587         * mono-debug.c (mono_debug_add_method): add lexical block data to
15588         the info we write.  Kind of a hack at the moment - we copy the
15589         lexical block info from the MonoDebugMethodInfo to the
15590         MonoDebugMethodJitInfo here, before writing it.
15591         (mono_debug_read_method): read the lexical block info.
15592
15593         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
15594
15595         * debug-mono-symfile.h: add lexical block support.
15596
15597         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
15598         support.
15599
15600 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
15601
15602         * loader.c (mono_lookup_pinvoke_call): Fix warning.
15603
15604         * object.c (mono_runtime_free_method): Call mono_free_method () and
15605         put the TODOs there.
15606
15607         * loader.c (mono_free_method): Free up most memory allocated for 
15608         dynamic methods.
15609
15610 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
15611
15612         * reflection.c: properly flag a Type argument to a
15613         named custom attr value (bug #72248).
15614
15615 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
15616
15617         * reflection.c: reduce code duplication in named custom
15618         attribute encoding.
15619
15620 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
15621
15622         * reflection.c: properly encode custom attrs of type object
15623         (bug #72649).
15624
15625 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
15626
15627         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
15628
15629 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
15630
15631         * socket-io.c: load System.dll if it's not loaded already
15632         (bug #72850 and #70477).
15633
15634 2005-02-21  Martin Baulig  <martin@ximian.com>
15635
15636         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
15637         generic instances.
15638
15639 2005-02-21  Martin Baulig  <martin@ximian.com>
15640
15641         * reflection.c (mono_image_build_metadata): We also need to
15642         "fixup" the MethodImpl table after we computed the final method
15643         indices.  Call fixup_methodimpl() to do that.
15644         (fixup_methodimpl): New private method.
15645
15646 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
15647
15648         * assembly.c: special case mscorlib.dll (bug#72536),
15649         patch from Carlos Alberto Cortez.
15650
15651 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
15652
15653         * threads-types.h threads.c: Fix build bustage.
15654
15655         * threads.c: Use a union for long<->double conversions.
15656
15657         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
15658         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
15659
15660         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
15661         containing the checkpoint call with NOT_TAKEN.
15662         
15663         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
15664         checkpoint before pushing the arguments, so they won't have to be
15665         spilled to stack.
15666
15667 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
15668
15669         * domain.c, assembly.c, domain-internals.h: make some data
15670         const and relocation-free.
15671
15672 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
15673
15674         * object.c, appdomain.c, class-internals.h: introduce the
15675         MonoClassRuntimeInfo structure to hold the info needed to
15676         use a class at runtime. Made mono_class_vtable() lock-free
15677         for all the appdomains.
15678
15679 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
15680
15681         * metadata-internals.h, image.c: introduce a per-image mempool to
15682         be used for memory that has the same lifetime as the image.
15683
15684 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
15685
15686         * domain.c: In mono_init_internal(), instead of selecting the first
15687         runtime version supported by an executable, get a list of all
15688         supported versions and select the one for which an mscorlib exists
15689         (since even if the runtime supports a given version, it doesn't mean
15690         that the framework for that version is installed).
15691         Modified get_runtimes_from_exe to support this behavior.
15692         In supported_runtimes, added information about additional system
15693         assembly versions.
15694         
15695         * assembly.c: Added support for more than one system assembly version
15696         per runtime version. Updated the assembly list.
15697         In mono_assembly_remap_version, removed the initial version check,
15698         since we don't know to which version we need to compare until we
15699         get the version set on which the assembly is based.
15700         Moved the code for loading corlib into the new method
15701         mono_assembly_load_corlib(), so it can be used by the initialization
15702         code.
15703         
15704         * domain-internals.h: Updated data structures and added declaration
15705         for mono_assembly_load_corlib.
15706
15707 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
15708
15709         * reflection.c (resolve_object): Fix the creation of the signature in 
15710         the SignatureHelper case.
15711
15712         * assembly.c (mono_assembly_remap_version): Fix binary search.
15713         
15714 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
15715  
15716         * class.c: Added inheritance check when a method is overloaded (from a
15717         virtual method or when implementing an interface) and when a class is
15718         inherited. Added functions to set a failure for a class and to 
15719         retreive the exception from a failure.
15720         * class-internals.h: Added fields to MonoClass to keep the exception
15721         information status for inheritance (or other exceptions) to be thrown
15722         later (i.e. not at load time).
15723         * object.c: Throw the inheritance SecurityException when a type is to 
15724         be created with either class or method inheritance violations.
15725         * reflection.c|h: Fix when getting declsec from a class. Removed 
15726         unrequired code for class. Improved sanity in parameter naming.
15727         * security-manager.c|h: Added functions to check for class and method
15728         inheritance.
15729
15730 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
15731
15732         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
15733         and has_finalize in dynamic types as well.
15734
15735 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
15736
15737         * culture-info-table.h : fixed currency format for en-GB (and so on).
15738
15739 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
15740
15741         * gc.c: ensure the GC handles never have 0 as a value.
15742
15743 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
15744
15745         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
15746         a pointer to a struct to unmanaged code. Fixes #72625.
15747
15748 2005-02-16  Martin Baulig  <martin@ximian.com>
15749
15750         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
15751
15752 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
15753
15754         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
15755
15756 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
15757
15758         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
15759
15760         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
15761         UnmanagedFunctionPointerAttribute, use it for determining calling convention
15762         etc. Fixes #71471.
15763
15764         * reflection.c (mono_custom_attrs_get_attr): New helper function.
15765
15766         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
15767
15768 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
15769
15770         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
15771         changes to make the current context a field in MonoThread.
15772
15773 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
15774
15775         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
15776         the last change.
15777         
15778         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
15779         extracted from mono_marshal_get_native_wrapper.
15780
15781         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
15782         to create wrappers around native functions.
15783
15784         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
15785         delegates for arbitrary function pointers. Fixes #71472.
15786
15787 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
15788
15789         * threads.c: cleaned up the code a little.
15790
15791 2005-02-15  Martin Baulig  <martin@ximian.com>
15792
15793         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
15794         the data table.
15795
15796         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
15797         allocate larger chunks if needed.
15798
15799 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
15800
15801         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
15802         in by mistake.
15803
15804 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
15805
15806         * domain.c: keep the domains in an array and ensure the domain ids
15807         are kept small, so they can be used as indexes to domain-specific data
15808         with a small memory overhead.
15809
15810 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
15811
15812         * icall.c: Handle byref types in Type icalls. Fixes #72544.
15813
15814 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
15815
15816         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
15817
15818 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
15819
15820         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
15821
15822         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
15823         values.
15824
15825         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
15826         
15827 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
15828
15829         * domain-internals.h: add the hashtable here.
15830
15831         * class-internals.h: Remove `info' from MonoMethod
15832
15833         * domain.c: Add a new hashtable, jit_trampoline_hash
15834
15835 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
15836
15837         * object.c: don't set the value of static fields
15838         (fixes bug#72494).
15839
15840 2005-02-11  Martin Baulig  <martin@ximian.com>
15841
15842         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
15843         (mono_debug_add_method): Silently ignore the method if it's too big.
15844         (mono_debug_add_type): Likewise.
15845
15846 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
15847
15848         * threads.c, appdomain.c: remove #ifdefs from the code.
15849
15850 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
15851
15852         * metadata-internals.h: Added flags to MonoAssembly to cache the most
15853         common security informations. This allows us to stay in unmanaged code
15854         when doing LinkDemand and it's special cases (except for the first 
15855         time for initialization). The flags a very much used with --security.
15856         * reflection.c|h: Added code to get declarative security attributes 
15857         for LinkDemand and InheritanceDemand. This required to refactor the
15858         existing code for Demand.
15859         * security-manager.c|h: Added new method fields for the special cases
15860         of LinkDemand.
15861
15862 2005-02-10  Martin Baulig  <martin@ximian.com>
15863
15864         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
15865         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
15866
15867 2005-02-10  Martin Baulig  <martin@ximian.com>
15868
15869         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
15870         debugging code; this is almost a complete rewrite.
15871
15872         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
15873
15874 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
15875
15876         * domain.c, object.h: expose mono_string_equal () and 
15877         mono_string_hash ().
15878         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
15879         it's implemented in managed code.
15880
15881 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
15882
15883         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
15884         lo leak objects between appdomains.
15885
15886 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
15887
15888         * assembly.c: old compilers compilation fix from 
15889         robertj@gmx.net (Robert Jordan).
15890
15891 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
15892
15893         * class-internals.h: Little reminder for the future.
15894
15895         * debug-helpers.c: Fix up wrapper_type_names
15896
15897 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
15898
15899         * image.c, metadata-internals.h: when loading an image from a file,
15900         mmap all of it and use the same codepaths as when using a
15901         in-memory image: the code is simpler and we use less memory
15902         (both writable and readonly).
15903
15904 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
15905
15906         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
15907         API to alloc runtime data structures that need to be tracked by the
15908         GC and contain pointers.
15909         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
15910         make the code more readable and eventually use a different GC.
15911
15912 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
15913
15914         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
15915         for out arguments.
15916         
15917 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
15918
15919         * object.c: In release_type_locks(), don't release the cctor lock
15920         if it has already been released. This fixes a crash in the
15921         thread5 test.
15922
15923 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
15924
15925         * gc.c, marshal.c, icall.c: register a delegate for finalization
15926         only when the native function pointer has been allocated for it.
15927
15928 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
15929
15930         * object.c: cleaned up some code, allocate objects that are
15931         pointer free with the atomic malloc variant. Allocate memory
15932         for static data from the mempool if it's pointer-free.
15933         Allocate the bounds array at the end of the array data, when needed.
15934         * object-internals.h, object.h: move a private function in a private
15935         header.
15936         * class.c: handle missing case in tracking references in fields.
15937
15938 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
15939
15940         * class.c, class-internals.h: keep track if a type has
15941         reference fields in either the instance or static fields.
15942
15943 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
15944
15945         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
15946         and renamed to MonoRuntimeInfo. Added fields to store the expected
15947         framework assembly version. Changed mono_get_framework_version and
15948         mono_get_runtime_version for a single mono_get_runtime_info method.
15949         
15950         * assembly.c: Added method to remap system assembly versions to the
15951         current executing runtime version. Removed old mapping code.
15952         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
15953         
15954         * icall.c, reflection.c: Track api changes.
15955
15956 2005-02-06  Miguel de Icaza  <miguel@novell.com>
15957
15958         * loader.c (method_from_memberref): Improve error reporting,
15959         produce the class name instead of the typeref/typedef index. 
15960
15961 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
15962
15963         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
15964
15965 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
15966
15967         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
15968         stdcall and charset name mangling.  Reorganize the code and add
15969         some tracing stuff.
15970
15971 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
15972
15973         * monodiet.c: More iters!
15974
15975         * marshal.c: Iter usage.
15976
15977         * icall.c: Iter usage.
15978
15979         * object.c: Use iters.
15980
15981         * debug-helpers.c: More iters
15982
15983 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
15984
15985         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
15986         under win32.
15987
15988 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
15989
15990         * mono-debug-debugger.c: use iters
15991
15992         * class.c, class-internals.h: mono_class_setup_events is static
15993         now
15994
15995         * All callers: use iters
15996
15997 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
15998
15999         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
16000         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
16001
16002 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
16003
16004         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
16005
16006         * marshal.h: Add prototypes for ldfld/stfld_remote.
16007
16008         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
16009         this is called during startup.
16010         
16011 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
16012
16013         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
16014         MonoThreadsSync struct private in monitor.c. Changed the way
16015         MonoThreadsSync is allocated so it's faster and there is no
16016         need to keep track of it with a finalizer and it uses less memory.
16017         This also finally allows us to allocate mono objects as ptrfree when
16018         there are no reference fields.
16019
16020 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
16021
16022         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
16023         disappearing link to the GC interface and use them to simplify
16024         the gchandles code.
16025
16026 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
16027
16028         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
16029         stfld_remote which call mono_load/store_field_new. This allows methods
16030         calling ldfld/stfld wrappers to be AOTed.
16031
16032         * console-io.c: Include sys/filio.h under solaris.
16033         
16034         * console-io.c: Include curses.h if needed correctly.
16035
16036 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
16037         
16038         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
16039         method->klass as well.
16040
16041         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
16042
16043         * class.c (mono_class_init): Switch on lazy initialization of 
16044         methods.
16045
16046         * class.c (mono_class_get_finalizer): Handle the case when the 
16047         finalizer is inherited.
16048
16049 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16050
16051         * console-io.c: <curses.h> is needed by term.h on solaris.
16052
16053 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
16054
16055         * icall.c, class-internals.h, monodiet.c, class.c: Remove
16056         mono_class_setup_properties where possible. Remove this ftn from
16057         the header file, and make it static.
16058
16059 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
16060
16061         * loader.c: Add missing setup_... call.
16062
16063         * class.c: Add missing setup_... calls.
16064
16065         * class.c (mono_class_init): Switch on lazy initialization of 
16066         the generic vtable.
16067         
16068         * class.c (mono_class_init): Fix generics broken by the recent changes.
16069
16070         * monodiet.c (handle_type): Add missing setup_... calls.
16071
16072         * class.c: Back out garbage in previous patch.
16073         
16074         * class.c: Add missing setup_... calls.
16075
16076         * class.c (mono_class_get_method_from_name_flags): Avoid calling
16077         mono_class_setup_methods () if possible.
16078
16079         * class-internals.h (MonoClass): Add 'has_cctor' flag.
16080
16081         * class-internals.h (MonoCachedClassInfo): New structure.
16082
16083         * class.c: Initialize properties and events fields of MonoClass lazily.
16084
16085         * class.c: Add infrastructure for lazily initializing the methods and
16086         vtable fields of MonoClass. Not yet used.
16087
16088         * class.c (mono_class_get_finalizer): New helper function.
16089
16090         * class.c: Add infrastructure for loading some class related data from
16091         an AOT file.
16092
16093         * object.c: Add infrastructure for initializing the vtable from data
16094         in the AOT file.
16095
16096         * gc.c (run_finalize): Use mono_class_get_finalizer ().
16097
16098         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
16099         appropriate initialization function before accessing parts of the
16100         MonoClass structure.
16101
16102         * marshal.c: Fix warnings.
16103         
16104         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
16105
16106         * mono-debug-debugger.c (get_exception_message): Use 
16107         mono_class_get_method_from_name_flags ().
16108
16109 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
16110
16111         * reflection.c, appdomain.c: Replace a few manual searches that
16112         Zoltan missed. (Paolo approved this part of my initial patch).
16113
16114 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
16115
16116         * profiler.c: disable recording statistical events at report time.
16117
16118 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
16119
16120         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
16121         to byteswap arrays of enum values, too (bug #72080).
16122
16123 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
16124
16125         * appdomain.c (set_domain_search_path): Allow this to be called if
16126         domain->setup is not yet set.
16127
16128         * loader.c (mono_method_get_index): New helper function.
16129
16130         * loader.c reflection.c: Use mono_method_get_index ().
16131
16132         * class.c (mono_class_get_method_from_name_flags): New helper method.
16133
16134         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
16135         this.
16136
16137         * class.c (mono_class_get_cctor): New helper method.
16138
16139         * string-icalls.c object.c class.c marshal.c reflection.c: Use
16140         mono_class_get_method () to look up methods.
16141
16142 2005-02-01  Miguel de Icaza  <miguel@novell.com>
16143
16144         * console-io.c: Fix the build, this should work on Windows.
16145
16146 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
16147
16148         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
16149         be set to null to keep things valid
16150
16151 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16152
16153         * icall.c: added Console 2.0 icalls.
16154         * Makefile.am: added console-io.[ch]
16155         * console-io.[ch]: internal calls for Console 2.0 API.
16156
16157 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
16158
16159         * class.c: make sure we consider all the interfaces
16160         when calculating max_interface_id (bug found by
16161         Jeroen Frijters running ikvm).
16162
16163 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
16164
16165         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
16166         valuetype fields to null.
16167
16168         * object.c (set_value): Ditto. Fixes #71669.    
16169
16170 2005-01-31  Martin Baulig  <martin@ximian.com>
16171
16172         * metadata.c (mono_metadata_has_generic_params): New public
16173         function; checks whether something is a generic method.
16174
16175 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
16176
16177         * appdomain.c: fix infinite recursion when adding assemblies.
16178
16179 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
16180
16181         * object.c: Fix small typo to return all items for Environment.
16182         GetCommandLineArgs.
16183
16184 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
16185
16186         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
16187         reflection.c: more domain and assembly-unload related fixes
16188         and memory leaks plugs.
16189
16190 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
16191
16192         * 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.
16193
16194 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
16195
16196         * loader.c (mono_method_signature): Make this method lazy
16197         (mono_get_method_from_token): Don't computate the signature here.
16198
16199         Doing this saves quite a bit of memory. I got 90 kb on starting up
16200         monodoc. It should also save some disk reads on startup.
16201
16202         * *: MonoMethod->signature might be NULL now. You *MUST* use
16203         mono_method_signature.
16204
16205 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
16206
16207         * object.c (mono_runtime_get_main_args): Return an array from the
16208         current domain here. Fixes #71938.
16209
16210 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
16211
16212         * monitor.c: formatting changes to comply with the
16213         mono coding style and remove #ifdefs from the code.
16214
16215 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
16216
16217         * metadata.c, private.h: remove some unneeded data
16218         and use a more compact representation for table schemas.
16219
16220 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
16221
16222         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
16223         to get a better distribution in hash tables.
16224         * *.c: use mono_aligned_addr_hash() where appropriate.
16225         * assembly.c: make var static.
16226
16227 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
16228
16229         * domain-internals.h: Put MonoJitInfo on a diet.
16230
16231         * domain.c: Fix a warning.
16232
16233 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
16234
16235         * gc.c: rework the gc handles code to reuse handles
16236         when freed.
16237
16238 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
16239
16240         * domain.c: fixed long standing bug in mono_string_equal() which
16241         was brought to light with the ldstr changes.
16242
16243 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
16244
16245         * reflection.c: Remove warning by adding missing include for marshal.h
16246
16247 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
16248
16249         * domain.c, object.c: change the ldstr_table to hold
16250         MonoString* as keys: makes the runtime isinterned lookup
16251         faster and simplifies memory management.
16252
16253 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
16254  
16255         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
16256         possible to add imperative security checks before calling the icall.
16257         * reflection.c: Return security attributes on the original MonoMethod
16258         (and not the wrapped one). This fix permissions on icalls.
16259
16260 2005-01-25  Dick Porter  <dick@ximian.com>
16261
16262         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
16263         the check for mktime() support actually test the mktime() return
16264         value.  "Fixes" bug 71682, though the output is still different to
16265         MS.
16266
16267 2005-01-25  Martin Baulig  <martin@ximian.com>
16268
16269         * class.c (mono_class_is_assignable_from): Make this work for
16270         generic instances.
16271
16272 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
16273
16274         * marshal.c (mono_string_utf8_to_builder)
16275         (mono_string_builder_to_utf16): We might not have ownership of the
16276         string. In thise case, we need to create a new buffer.
16277
16278         * object-internals.h (mono_stringbuilder_capacity): sb->str might
16279         be null, in which case, use the default capacity.
16280
16281 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
16282
16283         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
16284         GC events to the profiler.
16285
16286 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
16287
16288         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
16289         if you don't want the GC to run.
16290
16291 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
16292
16293         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
16294         start providing a GC API and keeping different implementations in
16295         their own file.
16296         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
16297
16298 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
16299
16300         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
16301         mmap rather than allocating a huge buffer.
16302         (mono_debug_close_mono_symbol_file): Free the buffer allocated
16303         above.
16304
16305 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
16306
16307         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
16308         and CheckExecutionRights.
16309         * reflection.c|h: Keep the index of the declarative security to be 
16310         used, instead of the pointer, when AOT compiler is used. Also add 
16311         class initialization when requesting demands.
16312         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
16313         CheckExecutionRights. Both properties are now FALSE by default, and
16314         unmodifiable, unless the --security option is used.
16315
16316 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
16317
16318         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
16319         reflection.c: properly refcount images and assemblies, many leaks fixed.
16320
16321 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16322
16323         * threadpool.c: increase the timeout for threads in the thread pool to
16324         10s.  Fixes bug #67159.
16325
16326 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
16327
16328         * class-internals.h: Sun's compiler insists on explicit
16329         signed on bit fields to handle then correctly.
16330
16331 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
16332
16333         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
16334         Make the size of the array fit only the number of invalid path
16335         chars that we have.
16336
16337         * class.c (_mono_class_get): Improve the error reporting when a
16338         class referenced is not found, to assist debugging. 
16339
16340 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
16341
16342         * threads.c: fix off-by-one error.
16343         * domain.c: free data allocated in the domain.
16344
16345 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
16346
16347         * reflection.c (mono_method_body_get_object): Fill out exception info
16348         as well.
16349
16350         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
16351         structure.
16352         
16353 2005-01-19  Martin Baulig  <martin@ximian.com>
16354
16355         * loader.c (mono_get_method_constrained): Make this work again.
16356
16357 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
16358
16359         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
16360         guint16 to match the managed side.
16361
16362         * reflection.c (mono_reflection_body_get_object): Fill out local
16363         variables array.
16364
16365         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
16366         as well.
16367
16368         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
16369         'local_var_sig_token'.
16370
16371 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
16372
16373         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
16374         System.Drawing.
16375
16376         * reflection.c (mono_method_body_get_object): Handle abstract and
16377         runtime methods.
16378
16379 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
16380
16381         * marshal.c, loader.c, class-internals.h, reflection.c:
16382         store the emthod data for a wrapper in an array instead of a list.
16383
16384 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
16385
16386         * marshal.c: change the code to allocate memory more
16387         conservatively for method wrappers.
16388
16389 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
16390
16391         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
16392         fields from MonoClass to the marshal info structure where they belong.
16393
16394 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
16395
16396         * class.c, object.c, class-internals.h, marshal.c: rearrange
16397         some fields and tweak some types to lower memory usage.
16398
16399 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
16400
16401         * threads.c (signal_thread_state_change): Handle the case when the
16402         target thread is the current thread.
16403
16404         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
16405
16406         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
16407         emit_ptr_to_object_conv. 
16408
16409         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
16410         marshalling. Fixes #71352.
16411
16412 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
16413
16414         * metadata.h, blob.h: move table enum to blob.h so it can be included
16415         in any header.
16416         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
16417         cut the size of MonoImage/MonoDynamicImage.
16418
16419 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
16420
16421         * profiler.c (mono_profiler_install_simple): Fix default arguments.
16422
16423 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
16424
16425         * reflection.c, reflection.h, icall.c: add a function to check
16426         if an attribute type is defined for a metadata object.
16427
16428 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
16429
16430         * object-internals.h: Added some needed fields from StringBuilder class.
16431         * marshal.c: Set the maxCapacity when creating a StringBuilder.
16432
16433 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
16434
16435         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
16436         threads before shutting down the runtime.
16437
16438         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
16439
16440 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
16441
16442         * object-internal.h, threads.c: implement stacksize and 
16443         parameterized thread start functionality (requires
16444         matching corlib). Marked broken code for later removal.
16445
16446 2005-01-12  Martin Baulig  <martin@ximian.com>
16447
16448         * class-internals.h (MonoGenericClass): Moved the `initialized'
16449         flag to MonoDynamicGenericClass, removed `init_pending'.
16450         (MonoGenericInst): Added `is_reference' flag.
16451
16452 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
16453
16454         * reflection.c (mono_image_create_pefile): Only set the pe_offset
16455         inside the MSDOS header. Fixes #71201.
16456
16457         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
16458         gc thread.
16459         (mono_domain_finalize): Ditto.
16460
16461 2005-01-12  Martin Baulig  <martin@ximian.com>
16462
16463         * class.c (mono_get_shared_generic_class): Use the cache for
16464         non-dynamic generic classes.
16465
16466         * class-internals.h (mono_class_create_generic_2): Removed
16467         function prototype, this function is now static inside class.c.
16468
16469         * class.c (mono_class_create_generic_2): Made this static, only
16470         call it from mono_class_init() and mono_class_setup_parent().
16471         (collect_implemented_interfaces_aux): Call mono_class_init() on
16472         the interfaces we collect.
16473         (mono_class_setup_vtable): Call mono_class_init (class->parent).
16474
16475 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
16476
16477         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
16478         it a real thread handle.
16479
16480         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
16481         MonoJitExceptionInfo, since each catch clause needs its own variable.
16482         
16483 2005-01-11  Dick Porter  <dick@ximian.com>
16484
16485         * image.c (mono_pe_file_open): New variant on mono_image_open()
16486         that does not set up the CLI metadata; used for FileVersionInfo so
16487         it can get the data for windows binaries too.
16488         
16489         * process.c (process_read_string_block): Don't read off the end of
16490         the StringTable block.
16491
16492         These both fix bug 70766.
16493
16494 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
16495
16496         * gc.c: set some fields to NULL at GC cleanup time.
16497         * threads.c: if we quit the main thread, call exit ().
16498
16499 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
16500
16501         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
16502
16503 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
16504
16505         * threads.h, threads.c, object.c: added accessor and settor for
16506         main_thread. Handle it specially when exiting from it: wait
16507         for other foreground threads to exit.
16508
16509 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
16510
16511         * process.c, verify.c: remove some bloat.
16512
16513 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
16514
16515         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
16516         the calling convention to cdecl under win32.
16517
16518 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
16519
16520         * object.c (mono_object_get_size): New function to get the size of
16521         an object instance.
16522
16523         * profiler.c (simple_allocation): Use above.
16524
16525 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
16526
16527         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
16528         ves_icall_System_AppDomain_getRootDomain (as it's not required to
16529         get an appdomain by it's id and we can't assume the root's id is 0).
16530         * domain-internals.h: Change the function prototype to match.
16531         * icall.c: Change the icall table for AppDomain.
16532
16533 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
16534
16535         * locales.c (string_invariant_compare_char): Only compute
16536         GUnicodeTypes in the case where we need them.  Test for ordinality
16537         first and return if so.
16538
16539         From the commit:
16540
16541                 /*
16542                  * FIXME: here we must use the information from c1type and c2type
16543                  * to find out the proper collation, even on the InvariantCulture, the
16544                  * sorting is not done by computing the unicode values, but their
16545                  * actual sort order.
16546                  */
16547
16548 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
16549
16550         * loader.c: for P/Invoke methods, allow the "Internal" shared
16551         library name to refer to the calling process symbol namespace.
16552
16553 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
16554
16555         * Makefile.am: Add the security manager to the build.
16556         * security-manager.c|h: New. Initialization of the security manager.
16557
16558 2005-01-07  Dick Porter  <dick@ximian.com>
16559
16560         * threads.c: 
16561         * monitor.c: Update thread state during Monitor and WaitHandle
16562         waits.  Fixes bug 71031.
16563
16564 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
16565
16566         * reflection.c (property_encode_signature): Correctly handle when the
16567         property has no methods.
16568
16569 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
16570
16571         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
16572         
16573         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
16574         fields from mb, not rmb. Fixes #71017.
16575
16576         * marshal.c (emit_ptr_to_str_conv): Add support for 
16577         ByValTStr -> string conversion. Fixes #71015.
16578
16579         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
16580
16581         * mempool.c (mono_mempool_contains_addr): New helper function.
16582
16583 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
16584
16585         * metadata.c (mono_metadata_compute_size): Fix size calculation of
16586         HasSematics encoded fields.
16587         
16588         * metadata.c (mono_type_to_unmanaged): Improve error message for 
16589         invalid string marshalling.
16590
16591         * metadata.c: Fix warnings.
16592         
16593 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
16594
16595         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
16596         profiler support.
16597
16598 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
16599
16600         * domain.c object.c domain-internals.h: Revert part of r38077 since the
16601         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
16602         tests.
16603
16604 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
16605
16606         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
16607         so methods containing these can be AOTed.
16608
16609 2005-01-03  Martin Baulig  <martin@ximian.com>
16610
16611         * loader.c (find_method): Removed the hack for generic instances.
16612         (method_from_memberref): If our parent is a generic instance, pass
16613         its generic type definition to find_method() and then inflate the
16614         method.
16615         (mono_get_method_constrained): Pass the generic type definition to
16616         find_method() and inflate the method later.
16617
16618         * class-internals.h (MonoStats): Added `generic_class_count'.
16619
16620         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
16621         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
16622
16623         * reflection.c (mono_custom_attrs_from_params): Don't ignore
16624         generic type definitions.
16625
16626 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
16627
16628         * loader.c icall.c: Fix warnings.
16629
16630 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
16631
16632         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
16633         blittable types. Fixes #70864.
16634
16635 2004-12-29  Martin Baulig  <martin@ximian.com>
16636
16637         * icall.c
16638         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
16639
16640         * reflection.c (mono_method_get_object): Create a
16641         "System.Reflection.MonoGenericMethod" for inflated methods; don't
16642         call mono_get_inflated_method().
16643
16644         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
16645
16646 2004-12-27  Martin Baulig  <martin@ximian.com>
16647
16648         * class-internals.h (MonoMethod): Added `is_inflated' flag.
16649         (MonoMethodInflated): Added `inflated' field.
16650
16651         * class.c (mono_class_inflate_generic_method): Don't really
16652         inflate the method here; just set the `is_inflated' flag in the
16653         MonoMethod.
16654         (mono_class_get_inflated_method): Actually inflate the method here
16655         if it's not already inflated; we use the MonoMethodInflated's new
16656         `inflated' field as a cache.
16657
16658 2004-12-26  Martin Baulig  <martin@ximian.com>
16659
16660         * class.c
16661         (inflate_generic_class): Moved some code out of inflate_generic_type().
16662         (mono_class_inflate_generic_method): If we're already inflated,
16663         inflate the context and use the declaring method; ie. make sure
16664         the declaring method of an inflated method is always the generic
16665         method definition.
16666         (mono_class_create_from_typedef): Create
16667         `class->generic_container->context->gclass'.
16668
16669 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
16670
16671         * metadata-internals.h, marshal.c, reflection.c: More
16672         MonoGHashTable->GHashTable.
16673
16674         * domain-internals.h, class.c: Change MonoGHashTable's into
16675         GHashTables for some cases where no gc stuff is used
16676
16677         All users: update apis
16678
16679 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
16680
16681         * metadata.c (builtin_types): Make this `const'. Makes this get
16682         put into the shareable section.
16683         (mono_metadata_init): Casts to make gcc happy.
16684
16685 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
16686
16687         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
16688
16689 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
16690
16691         * icall.c: Added an internal call to retrieve the position and length
16692         of assembly-level declarative security attributes (RequestMinimum, 
16693         RequestOptional and RequestRefuse). This is used by the Assembly class
16694         to re-create the corresponding permission sets.
16695
16696 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
16697
16698         * marshal.c: fix the stelemref wrapper to be type correct
16699         (and faster).
16700
16701 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
16702
16703         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
16704         to do key & 0x7fffffff. Hashtable already does this. It just
16705         results in longer code.
16706
16707 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
16708
16709         * appdomain.c: Bump corlib version.
16710         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
16711         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
16712         * reflection.c|h: Add functions to get declarative security infos
16713         (blob position and length) for assemblies, classes and methods.
16714
16715 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
16716
16717         * reflection.c: sort the constant table (bug #70693).
16718
16719 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
16720
16721         * object-internals.h, threads.c, domain.c: add accessors for
16722         the MonoThread and MonoDomain tls keys.
16723
16724 2004-12-18  Martin Baulig  <martin@ximian.com>
16725
16726         * class.c (inflate_generic_type): If we're inflating a generic
16727         instance, set `ngclass->context->container = context->container';
16728         ie. the container we inflated into.
16729
16730         * metadata.c (mono_metadata_parse_generic_param): Reflect above
16731         inflate_generic_type() changes.
16732
16733 2004-12-17  Martin Baulig  <martin@ximian.com>
16734
16735         * class-internals.h
16736         (MonoGenericClass): Replaced `MonoType *generic_type' with
16737         `MonoClass *generic_class'.  Removed `dynamic_info'; if
16738         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
16739         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
16740
16741 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
16742
16743         * exception.c (mono_exception_from_token): New helper function.
16744
16745 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
16746
16747         * assembly.c (mono_assembly_load_with_partial_name): Call 
16748         mono_assembly_loaded before invoking the preload hooks. Fixes
16749         #70564.
16750
16751         * object-internals.h (MonoThread): Change culture_info and 
16752         ui_culture_info into an array.
16753
16754         * threads.c: Cache culture info objects from more than one appdomain.
16755
16756         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
16757         current UI culture.
16758
16759 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
16760
16761         * threads.h threads.c appdomain.c: Clear the culture_info field of
16762         all threads during unloading if they point to an object in the dying
16763         appdomain.
16764
16765 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
16766
16767         * culture-info.h (TextInfoEntry): New struct
16768         * object-internals.h: sync with managed
16769         * locales.c: fill the `text_info_data' field
16770         * culture-info-tables.h: update
16771
16772 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
16773
16774         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
16775         collector.
16776
16777 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
16778
16779         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
16780         (ves_icall_ModuleBuilder_getMethodToken): Ditto
16781
16782 2004-12-12  Martin Baulig  <martin@ximian.com>
16783
16784         * mono-debug-debugger.c (write_type): If we're an enum and the
16785         builtin types have already been initialized, call mono_class_init().
16786
16787 2004-12-11  Martin Baulig  <martin@ximian.com>
16788
16789         * metadata.c (mono_metadata_load_generic_params): Added
16790         `MonoGenericContainer *parent_container' argument; automatically
16791         compute `container->is_method'; pass the correct owner to
16792         get_constraints().      
16793
16794         * reflection.c (compare_genericparam): Sort the GenericParam table
16795         according to increasing owners. 
16796
16797 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
16798
16799         * profiler.c: allow disabling the default profiler.
16800
16801 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
16802
16803         * decimal.c, icall.c: allow disabling System.Decimal support.
16804
16805 2004-12-09  Marek Safar <marek.safar@seznam.cz>
16806
16807         * reflection.c: Add support for null attribute arguments.
16808
16809 2004-12-09  Martin Baulig  <martin@ximian.com>
16810
16811         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
16812         names to get rid of compiler warnings.
16813
16814 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
16815
16816         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
16817         mono_marshal_load_type_info (). Fixes #69625.
16818         (mono_marshal_get_ptr_to_struct): Likewise.
16819
16820 2004-12-08  Martin Baulig  <martin@ximian.com>
16821
16822         * mono-debug.h: Bumped version number to 47.
16823
16824         * mono-debug-debugger.c
16825         (mono_debugger_event_handler, mono_debugger_event): Take two
16826         guint64 arguments insteed of a gpointer and a guint32.  
16827
16828 2004-12-08  Martin Baulig  <martin@ximian.com>
16829
16830         * debug-mono-symfile.h
16831         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
16832         `address' to `native_offset'.
16833
16834 2004-12-08  Martin Baulig  <martin@ximian.com>
16835
16836         * class.c (mono_class_create_from_typespec): Only inflate if we
16837         either have `context->gclass' or `context->gmethod'.
16838
16839 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
16840
16841         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
16842
16843         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
16844
16845         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
16846
16847         * reflection.c (mono_assembly_get_object): Remove the workaround put
16848         in for the release.
16849         
16850         * appdomain.c: Use the corlib_internal field from MonoAssembly.
16851
16852         * appdomain.c: Bump corlib version.
16853
16854         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
16855         be visible in other appdomains.
16856
16857 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
16858
16859         * threads.c: Interlocked inc and dec for longs were messed up,
16860         use a KISS based impl for this. Fixes 70234
16861
16862 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
16863
16864         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
16865
16866 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
16867
16868         * icall.c: fix to follow policy not to allow struct
16869         arguments in icalls.
16870
16871 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16872
16873         * process.c: make the patch that handles spaces in file paths work
16874         on mono/windows too.
16875
16876 2004-12-06  Martin Baulig  <martin@ximian.com>
16877
16878         * class.c (mono_class_create_generic): Call
16879         mono_class_setup_supertypes() if we're dynamic.
16880         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
16881
16882 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
16883
16884         * object-internals.h: Add new fields to MonoThread.
16885
16886         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16887
16888         * icall.c threads-types.h threads.c: Add new icalls.
16889
16890         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
16891
16892         * object-internals.h (MonoReflectionAssembly): Sync object layout with
16893         managed side.
16894
16895         * appdomain.c: Bump corlib version.
16896
16897         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
16898         internal assemblies. Fixes #69181.
16899
16900 2004-12-05  Martin Baulig  <martin@ximian.com>
16901
16902         * class.c (mono_class_inflate_generic_signature): Make this a
16903         no-op if `context' is NULL or we don't have any type parameters;
16904         also copy `sentinelpos'.        
16905
16906 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
16907
16908         * image.c: Add unbox_wrapper_cache.
16909
16910         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
16911
16912         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
16913         function generator.
16914         
16915         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
16916         Fixes #70173.
16917
16918         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
16919         
16920 2004-12-04  Martin Baulig  <martin@ximian.com>
16921
16922         * loader.c (mono_method_get_signature_full): New public function;
16923         like mono_method_get_signature(), but with an additional
16924         `MonoGenericContext *' argument.
16925
16926         * class.c (mono_class_inflate_generic_signature): Formerly known
16927         as inflate_generic_signature(); make this public.
16928
16929 2004-12-04  Martin Baulig  <martin@ximian.com>
16930
16931         * metadata.c
16932         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
16933         instead of a `MonoGenericContainer *'.  
16934         (mono_metadata_parse_array_full): Likewise.
16935         (mono_metadata_parse_signature_full): Likewise.
16936         (mono_metadata_parse_method_signature_full): Likewise.
16937         (mono_metadata_parse_generic_inst): Likewise.
16938         (mono_metadata_parse_generic_param): Likewise.
16939         (mono_metadata_parse_mh_full): Likewise.
16940         (mono_type_create_from_typespec_full): Likewise.
16941
16942 2004-12-03  Martin Baulig  <martin@ximian.com>
16943
16944         * class-internals.h (MonoGenericContainer): Replaced the
16945         `MonoGenericContext * pointer with a `MonoGenericContext'
16946         structure and made it the first element.
16947
16948 2004-12-03  Martin Baulig  <martin@ximian.com>
16949
16950         * class.c
16951         (inflate_generic_type): Set the `context->container' when creating
16952         a new MonoGenericContext.
16953         (mono_class_inflate_generic_method): Likewise.
16954         (mono_class_create_from_typespec): Just use `context->container'
16955         to get the container.
16956
16957         * loader.c (method_from_methodspec): Set `context->parent' from
16958         `context->container' - and if that's a method container, use its
16959         parent.  Also set the `context->container' when creating a new
16960         MonoGenericContext.
16961         (mono_get_method_from_token): Use just `context->container' to get
16962         the container.
16963
16964         * metadata.c (do_mono_metadata_parse_generic_class): Also set
16965         `gclass->context->container'.
16966
16967         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
16968         the `context->container' when creating a new MonoGenericContext.
16969
16970 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
16971
16972         * reflection.c (compare_genericparam): Sort params with identical
16973         owner by their number. Fixes gen-111 on sparc.
16974
16975 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
16976
16977         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
16978         around the domain changes.
16979
16980         * appdomain.c (mono_domain_unload): Handle the case when the thread
16981         calling Unload is itself being aborted during unloading. Fixes #70022.
16982
16983         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
16984
16985         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
16986         checkpoint_func as an icall so it gets a wrapper.
16987         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
16988         in the cross-appdomain wrappers too.
16989
16990         * threads.c (mono_thread_has_appdomain_ref): Make this public.
16991
16992         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
16993
16994         * reflection.c: Fix some memory leaks.
16995         
16996 2004-12-02  Martin Baulig  <martin@ximian.com>
16997
16998         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
16999
17000         * metadata.c (generic_class_cache): New static hashtable.
17001         (mono_metadata_lookup_generic_class): New public method.
17002
17003 2004-12-02  Martin Baulig  <martin@ximian.com>
17004
17005         * class.c (mono_class_create_from_typedef): Call
17006         mono_class_setup_parent() and mono_class_create_mono_type() before
17007         parsing the interfaces.
17008
17009 2004-12-02  Martin Baulig  <martin@ximian.com>
17010
17011         * metadata.c (generic_inst_cache): New static hashtable.
17012         (mono_metadata_lookup_generic_inst): New public function.
17013         (mono_metadata_inflate_generic_inst): New public function.
17014         (mono_metadata_parse_generic_inst): New public function.
17015         (do_mono_metadata_parse_generic_class): Use the new
17016         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
17017         since this'll also use the cache.
17018
17019         * reflection.c (mono_reflection_bind_generic_method_parameters):
17020         Use mono_metadata_lookup_generic_inst() to use the new cache.
17021
17022         * class.c (inflate_mono_type): Use
17023         mono_metadata_inflate_generic_inst() to inflate a generic
17024         instance; this'll also use the new cache.
17025
17026         * loader.c (method_from_methodspec): Use
17027         mono_metadata_parse_generic_inst() and
17028         mono_metadata_inflate_generic_inst() rather than parsing it
17029         manually, so we can use the new cache.
17030
17031 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
17032
17033         * threads.c (wait_for_tids): Do not incorrectly free threads when 
17034         the wait times out.
17035
17036 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
17037
17038         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
17039         iter->args based on whether parameters are passed in registers (i.e.
17040         MONO_ARCH_REGPARMS is defined)
17041
17042 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
17043
17044         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
17045         the exception message. Fixes #70070.
17046         (method_from_methodspec): Fix warnings.
17047
17048 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17049
17050         * process.c: (complete_path) return the path quoted
17051
17052 2004-12-01  Martin Baulig  <martin@ximian.com>
17053
17054         * class-internals.h (MonoGenericInst): New structure.
17055         (MonoGenericClass): Replaced `type_argc', `type_argv' and
17056         `is_open' with `MonoGenericInst *inst'.
17057         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
17058         `is_open' with `MonoGenericInst *inst'.
17059
17060 2004-11-30  Martin Baulig  <martin@ximian.com>
17061
17062         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
17063
17064         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
17065         to `generic_class_cache'.
17066
17067         * metadata.c
17068         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
17069         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
17070         (mono_generic_inst_is_valuetype): Renamed to
17071         mono_generic_class_is_valuetype().
17072
17073         * class-internals.h
17074         (MonoGenericInst): Renamed to MonoGenericClass.
17075         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
17076         (MonoClass): Renamed `generic_inst' to `generic_class'.
17077         (MonoGenericContext): Renamed `ginst' to `gclass'.
17078
17079         * object-internals.h
17080         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
17081
17082         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
17083         mono_reflection_generic_class_initialize().
17084
17085         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
17086         now known as "System.Reflection.MonoGenericClass".
17087         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
17088
17089 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
17090
17091         * class-internals.h: Added a flag field to MonoClass to cache the
17092         declarative security attributes actions associated with the class.
17093         * domain-internals.h: Added booleans to MonoJitInfo to cache the
17094         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
17095         applicable to the JITted method.
17096         * reflection.c|h: Added functions to extract (as flags) which security
17097         actions are available (declaratively) for a method, class or assembly.
17098         * metadata.c|h: Added functions to search the declarative security
17099         table in the metadata.
17100         
17101 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
17102
17103         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
17104         EXPORTEDTYPES are already in the class name cache, so there is no
17105         need to add extra code here to look at them. Just removes a bit of
17106         cruft.
17107
17108         (ves_icall_System_Environment_get_TickCount): No need for #if
17109         WINDOWS. We already have the code in io-layer.
17110
17111 2004-11-28  Martin Baulig  <martin@ximian.com>
17112
17113         * loader.c
17114         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
17115         Fixes gen-112.cs.
17116
17117 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
17118
17119         * assembly.c (do_mono_assembly_open): Instead of having a
17120         conditional WITH_BUNDLE, incorporate support for bundles here, by
17121         having a global `bundles' variable holding a pointer to the actual
17122         bundles. 
17123
17124         (mono_register_bundled_assemblies): New API call used by the
17125         bundle code. 
17126
17127         See mkbundle.1 for details.
17128         
17129 2004-11-27  Martin Baulig  <martin@ximian.com>
17130
17131         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
17132         the vtable for generic methods.
17133
17134 2004-11-26  Martin Baulig  <martin@ximian.com>
17135
17136         * metadata.c
17137         (mono_metadata_generic_method_hash): New public function.
17138         (mono_metadata_generic_method_equal): Likewise.
17139
17140         * class-internals.h
17141         (MonoGenericContainer): Added `GHashTable *method_hash'.
17142
17143         * reflection.c (ReflectionMethodBuilder): Added
17144         `MonoGenericContainer *generic_container'.
17145         (reflection_methodbuilder_to_mono_method): Don't create a new
17146         MonoGenericContainer each time we're called.
17147         (mono_reflection_bind_generic_method_parameters): Use
17148         `container->method_hash' to cache the results so we don't create a
17149         different method if we're called several times with the same
17150         arguments.
17151
17152         * loader.c (method_from_methodspec): Use the new
17153         `container->method_hash' here, too.
17154
17155 2004-11-26  Martin Baulig  <martin@ximian.com>
17156
17157         * class.c (inflate_generic_signature): Correctly compute
17158         `res->has_type_parameters'.
17159         (mono_class_vtable): Use the `has_type_parameters' flag to
17160         determine whether we're a generic method.
17161
17162         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
17163
17164 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
17165
17166         * object.c (mono_runtime_run_main): Fix a small memory leak.
17167
17168 2004-11-25  Martin Baulig  <martin@ximian.com>
17169
17170         * class.c (set_generic_param_owner): Fixed the loop.
17171
17172 2004-11-25  Martin Baulig  <martin@ximian.com>
17173
17174         * object.c (mono_class_vtable): Don't create any JIT wrappers for
17175         generic methods.
17176
17177 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
17178
17179         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
17180         names. Fixes #69787.
17181
17182 2004-11-24  Martin Baulig  <martin@ximian.com>
17183
17184         * class.c (mono_class_create_generic_2): If we don't have a
17185         `ginst->parent', inflate `gklass->parent' to get our parent.
17186
17187 2004-11-24  Martin Baulig  <martin@ximian.com>
17188
17189         * reflection.c (compare_genericparam): Correctly sort the
17190         GenericParam table; fixes #69779.
17191
17192 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
17193
17194         * reflection.c: When writing a PE file, don't create a huge
17195         buffer in memory. Just write the arrays we have to the file.
17196         This reduces memory usage.
17197
17198         * metadata-internals.h: MonoDynamicStream pefile is no longer used
17199         globally.
17200
17201 2004-11-17  Martin Baulig  <martin@ximian.com>
17202
17203         * class.c (mono_class_init): Don't setup `class->parent' for
17204         dynamic instances; moved this to mono_class_generic_2().
17205         (mono_class_create_generic): Also set `klass->inited' for dynamic
17206         generic instances.
17207         (mono_class_create_generic_2): Don't do anything for dynamic
17208         generic instances.  Set `klass->parent' here and also call
17209         mono_class_setup_parent() here. 
17210
17211         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
17212         `MonoType *parent' argument; set `ginst->parent' before calling
17213         mono_class_create_generic_2(), so we set the correct parent.
17214
17215 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
17216
17217         * reflection.c: allow getting attributes from ModuleBuilder
17218         (used by ikvm).
17219
17220 2004-11-17  Martin Baulig  <martin@ximian.com>
17221
17222         * class.c (mono_class_create_from_typedef): If a type parameter is
17223         inherited from an outer class, set its owner to that class.
17224
17225 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
17226
17227         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
17228           for (int*) written size. This fixes bug #69592.
17229
17230 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
17231
17232         * icall.c: Added IsAuthenticodePresnet internal call.
17233         * image.c|h: New function that check a MonoImage for an Authenticode
17234         signature in the certificate PE data directory.
17235         * security.c|h: New internal call to ask the runtime if an 
17236         Authenticode signature seems referenced in the PE header.
17237
17238 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
17239
17240         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
17241
17242         * reflection.c (mono_image_create_pefile): Free the assembly streams
17243         after writing out the assembly file.
17244
17245         * object.c (mono_runtime_run_main): Fix small memory leak.
17246
17247         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
17248         property access modifiers. Fixes #69389.
17249
17250 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
17251
17252         * domain.c, object.c, object-internals.h, domain-internals.h,
17253         object.h, marshal.c: keep dynamic code info per domain.
17254
17255 2004-11-15  Martin Baulig  <martin@ximian.com>
17256
17257         * class.c (mono_type_get_name_recurse): Put type arguments in
17258         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
17259         see bug #68387.
17260
17261 2004-11-15  Martin Baulig  <martin@ximian.com>
17262
17263         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
17264         (mono_class_setup_vtable): When computing `the_cname' for a
17265         generic instance, don't include the namespace since we'd otherwise
17266         add it twice.
17267
17268 2004-11-15  Martin Baulig  <martin@ximian.com>
17269
17270         * class.c (mono_class_create_generic): Changed return type to void.
17271         (mono_class_create_generic_2): New public function; setup
17272         `class->method', `class->field' and `class->interfaces' here
17273         instead of in mono_class_init().
17274
17275         * class.h (mono_class_create_generic): Moved to class-internals.h.
17276
17277 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
17278
17279         * reflection.c (mono_image_create_pefile): take a file HANDLE.
17280         rather than writing to memory, write to this file. Right now,
17281         we are just writting into a buffer, and copying that. However
17282         we can avoid the buffer later.
17283
17284         (mono_dynamic_stream_reset): new function
17285
17286         * icall.c, object-internals.h: update for the above.
17287
17288 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
17289
17290         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
17291         have been using gc'd memory. First it is slower, unlikely
17292         the comment in the source code said, secondly, it increases
17293         our footprint to do it in the gc.
17294
17295         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
17296         the method so that it does not have to copy to managed code.
17297
17298 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
17299
17300         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
17301
17302 2004-11-12  Martin Baulig  <martin@localhost>
17303
17304         * reflection.c (mono_image_create_token): Allow generic method
17305         definitions here, since they may appear in an `.override'; see
17306         gen-98/gen-99 for an example.
17307
17308 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
17309
17310         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
17311         #69365.
17312
17313         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
17314         descriptive.
17315
17316 2004-11-11  Martin Baulig  <martin@ximian.com>
17317
17318         * class.c (mono_class_setup_vtable): In an explicit interface
17319         implementation, the method name now includes the arity.
17320
17321 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
17322
17323         * object.c (mono_array_full_copy): Fix warning.
17324
17325 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
17326
17327         * appdomain.c: Removed look_for_method_by_name(). Use the new method
17328         mono_class_get_method_from_name() instead.
17329         
17330         * class-internals.h: Added two new types of wrappers. 
17331         Added MonoRemotingTarget enum. Added new trampoline function type, which
17332         takes an additional MonoRemotingTarget value as parameter, so it is
17333         possible to request a trampoline for a specific target.
17334         
17335         * class.c: Added new mono_class_get_method_from_name() method.
17336         
17337         * class.h: In MonoRemoteClass, we can have now to vtables, one for
17338         general remoting sinks and one specific for cross domain calls.
17339         
17340         * debug-helpers.c: Added new wrapper names.
17341         
17342         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
17343         of a remote class.
17344         
17345         * image.c: Porperly delete value objects form the remoting invoke hashtable.
17346         
17347         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
17348         with several other methods (mono_marshal_get_xappdomain_dispatch,
17349         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
17350         and others) can generate a fast remoting wrapper for cross domain calls.
17351         More information can be found in docs/remoting.
17352         Other changes: Removed mono_find_method_by_name, and used
17353         mono_class_get_method_from_name instead.
17354         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
17355         is stored in the remoting invoke hashtable.
17356         
17357         * marshal.h: published the new method for getting the xdomain wrapper,
17358         and also added a method for getting the adequate wrapper for a given
17359         method and target.
17360         
17361         * object-internals.h, object.c: Added a couple of methods for capying and
17362         cloning arrays.
17363         Modified mono_install_remoting_trampoline, which takes the new remoting
17364         trampoline that has a remoting target as parameter.
17365         mono_class_proxy_vtable now also takes a remoting target as parameter, and
17366         will return the most suitable vtable for the target.
17367         Added mono_remote_class_vtable, which returns the vtable of a remote class
17368         (which can be the normal remoting vtable or the xdomain vtable).
17369         
17370         * threads.c: the xdomain invoke and dispatch wrappers must also be
17371         protected against interruptions.
17372
17373 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17374
17375         * icall.c: use memmove in BlockCopyInternal when the source and
17376         destination arrays are the same.
17377
17378 2004-11-09  Martin Baulig  <martin@ximian.com>
17379
17380         * class-internals.h (MonoGenericContainer): Removed `method' and
17381         `signature', replaced them with `is_method' and `is_signature'
17382         flags.  Added `context'.
17383
17384         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
17385         instead of a `MonoGenericContainer *'.
17386
17387         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
17388         for dynamic type parameters.
17389         (mono_metadata_load_generic_params): Setup `container->context'.
17390
17391         * reflection.c (mono_reflection_setup_generic_class): Setup
17392         `tb->generic_container->context'.
17393         (do_mono_reflection_bind_generic_parameters): Use
17394         mono_class_inflate_generic_type() to correctly inflate types,
17395         rather than using our own hack just for MONO_TYPE_VAR.
17396
17397 2004-11-09  Martin Baulig  <martin@ximian.com>
17398
17399         * class.c (mono_class_inflate_generic_method): Small fix; don't
17400         crash here.
17401
17402         * icall.c
17403         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
17404         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
17405         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
17406         (ves_icall_Type_BindGenericParameters): Likewise.
17407         (ves_icall_Type_get_IsGenericInstance): Likewise.
17408         (ves_icall_Type_GetGenericParameterPosition): Likewise.
17409         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
17410         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
17411         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
17412
17413 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
17414
17415         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
17416         assembly versions and public key tokens. Fixes #69113.
17417
17418 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
17419
17420         * metadata.c: fix bug introduced with the type cache changes
17421         on 2004-11-06.
17422
17423 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
17424
17425         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
17426         the MonoClass pointer instead of the token in exception clauses.
17427         * reflection.c: updates for the above and make the code not depend
17428         on the structure of MonoExceptionClause.
17429
17430 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
17431
17432         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
17433         Add support for dynamic assemblies. Fixes #69114.
17434
17435         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
17436
17437 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
17438
17439         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
17440         since most only those methods use it. the code member of
17441         MonoMethodPInvoke was dead, so that can be removed too. Also,
17442         remove inline_count (again, not used), and move slot so that it
17443         can share bits with some other flags. This saves 8 bytes in the
17444         structure and gives us about 50 kb back for mcs helloworld.cs
17445
17446         * *.[ch]: Do naming changes for the above.
17447
17448         * loader.c (mono_method_get_header): Lazily init the header
17449         on first access.
17450         (mono_get_method_from_token): don't init the header here
17451         (mono_free_method): the header may never be allocated
17452
17453         Overall, this saves 150 kb of unmanaged allocations
17454         for mcs helloworld.cs. That accounts for 10% of the unmanaged
17455         memory at runtime.
17456         
17457         * loader.c, loader.h (mono_method_get_header): new accessor.
17458
17459         * *.[ch]: use the above method. Prepares us to lazily load
17460         the header.
17461
17462         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
17463         three warnings, which are actual bugs (see 69206).
17464
17465         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
17466         unused. Saves a cool 4 bytes / method.
17467
17468 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
17469
17470         * metadata.c (builtin_types): Add types for System.Object here.
17471         (mono_metadata_parse_type_full): Cache MonoType*'s that are
17472         for a class or valuetype from klass->this_arg or klass->byval_arg.
17473
17474         On mcs for a hello world, this gets us down from 21836 MonoType's
17475         to 14560.
17476
17477         (mono_metadata_free_type): Account for the above change.
17478
17479 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
17480
17481         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
17482         exception instead of asserting if name is null.
17483         (ves_icall_System_AppDomain_GetData): Ditto.
17484
17485 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
17486
17487         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
17488         EnumBuilder.
17489
17490         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
17491         Return NULL when the domain does not have entry_assembly set.
17492
17493         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
17494         Add a 'resource_modules' argument.
17495         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
17496
17497         * reflection.c (mono_reflection_create_runtime_class): Move setting
17498         of wastypebuilder here, so mono_get_type_object () returns a MonoType
17499         for enums too.
17500
17501         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
17502         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
17503         Throw an ArgumentNullException if 'ptr' is null.
17504
17505         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
17506         assemblies here. Fixes #69020.
17507
17508 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
17509
17510         * reflection.c (build_compressed_metadata): Fix the previous patch for
17511         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
17512         the stack.
17513
17514 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
17515
17516         * assembly.c (mono_assembly_names_equal): Allow a match if one of
17517         the cultures is false. Fixes #69090.
17518
17519         * reflection.c (build_compressed_metadata): Fix invalid memory read 
17520         detected by valgrind.
17521         
17522         * reflection.c (mono_reflection_get_type): Avoid triggering a 
17523         TypeResolve multiple times for the same type. Fixes #65577.
17524
17525 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
17526
17527         * marshal.c: Avoid using ldftn to call managed functions. It is
17528         much slower than just a call.
17529
17530         * reflection.c (mono_module_get_object): free the basename we
17531         allocate here from glib.
17532         
17533         * reflection.c (ensure_runtime_vtable): make sure to free
17534         overrides.  Also, we were allocating an array of MonoMethod not an
17535         array of MonoMethod*.
17536
17537         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
17538
17539         * image.c (mono_image_close): free image->guid here.
17540
17541 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
17542
17543         * reflection.c: Fix some spec conformance issues with the PE file
17544         structures so mcs compiled apps run on the Net 2.0 beta.
17545
17546 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
17547
17548         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
17549         Implement this. Fixes #67264.
17550
17551         * debug-helpers.h debug-helpers.c marshal.c: Move 
17552         mono_find_method_by_name to debug-helpers.c.
17553
17554 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
17555
17556         * object.c (mono_release_type_locks): type_initialization_hash is
17557         a GHashTable.
17558
17559         * reflection.c object.c object-internals.h: Fix warnings.
17560
17561         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
17562         without accessors. Fixes #61561.
17563
17564         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
17565         application base from the root domain if not set. Fixes #65641.
17566         (mono_runtime_init): Fix warning.
17567
17568 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17569
17570         * appdomain.c: call mono_thread_pool_init.
17571         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
17572         of worker threads based on the number of CPUs and the environment
17573         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
17574         for non-windows (windows) systems.
17575
17576 2004-10-27  Chris Toshok  <toshok@ximian.com>
17577
17578         * mono-debug-debugger.c (write_class): don't call mono_class_init
17579         here, as even with the check for (!klass->init_pending), we get
17580         into a situation where we're hitting cycles in class
17581         initialization.  Fixes #68816.
17582
17583 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
17584
17585         * image.c: Avoid overwriting values in the loaded_images_hash when an
17586         assembly is loaded multiple times. Fixes #61152.
17587
17588         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
17589         so multiple satellite assemblies for the same name can be loaded.
17590         Fixes #68259.
17591
17592         * mono_domain_assembly_preload: Actually return the loaded assembly, 
17593         not NULL.
17594
17595         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
17596         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
17597
17598         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
17599         pending finalizers are not invoked after the appdomain has been 
17600         unloaded. Fixes #67862.
17601
17602 2004-10-22  Martin Baulig  <martin@ximian.com>
17603
17604         * mono-debug-debugger.c
17605         (mono_debugger_runtime_invoke): Don't box valuetypes.
17606
17607 2004-10-22  Chris Toshok  <toshok@ximian.com>
17608
17609         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
17610         don't hide private methods.
17611
17612 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
17613
17614         * icall.c: Allows the runtime to "share" (when known) the public key
17615         token of an assembly. This avoid the need to recalculate the token 
17616         (from the public key) in managed code.
17617
17618 2004-10-21  Chris Toshok  <toshok@ximian.com>
17619
17620         * debug-helpers.c (append_class_name): argh, revert last patch.
17621         
17622 2004-10-21  Chris Toshok  <toshok@ximian.com>
17623
17624         * debug-helpers.c (append_class_name): use '+' as the delimiter,
17625         not '/', so that it matches what the debugger uses to look up
17626         methods.
17627
17628 2004-10-21  Martin Baulig  <martin@ximian.com>
17629
17630         * mono-debug-debugger.c (mono_debugger_throw_exception): New
17631         public method; this is called each time an exception is thrown and
17632         allows the debugger to use exception catch points.
17633
17634 2004-10-21  Martin Baulig  <martin@ximian.com>
17635
17636         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
17637         the stack pointer and the exception object in some struct and pass
17638         that to the debugger.
17639
17640 2004-10-21  Chris Toshok  <toshok@ximian.com>
17641
17642         * mono-debug-debugger.c (do_write_class): add instance/static
17643         event support.  We don't expose "raise" or "other" yet.
17644         (event_is_static): new method.
17645
17646 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
17647
17648         * mono-debug-debugger.c
17649         (mono_debugger_handle_exception): Remove
17650         bogus return value for fussy compilers.
17651
17652 2004-10-20  Martin Baulig  <martin@ximian.com>
17653
17654         * mono-debug-debugger.c
17655         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
17656         (mono_debugger_handled_exception): Likewise.
17657
17658 2004-10-20  Martin Baulig  <martin@ximian.com>
17659
17660         * mono-debug-debugger.h (MonoDebuggerEvent): Added
17661         MONO_DEBUGGER_EVENT_EXCEPTION.
17662
17663         * mono-debug-debugger.c (mono_debugger_handle_exception): New
17664         public function to send the debugger a notification for an
17665         exception and inform it about a catch/finally clause.
17666
17667 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
17668
17669         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
17670         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
17671         fix 2.95 build. 
17672
17673         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
17674
17675 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
17676
17677         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
17678         marshalled as [In,Out]. Fixes #58325.
17679
17680 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
17681
17682         * reflection.c (mono_method_body_get_object): Implement some fields.
17683
17684 2004-10-12  Martin Baulig  <martin@ximian.com>
17685
17686         * reflection.c (mono_reflection_bind_generic_parameters): Small
17687         fix, correctly retrieve our parent from a generic instance.
17688
17689 2004-10-12  Martin Baulig  <martin@ximian.com>
17690
17691         * metadata.c (mono_metadata_generic_param_equal): We always have
17692         an owner.
17693
17694         * class.c
17695         (mono_class_from_generic_parameter): We need to have an owner.
17696         (my_mono_class_from_generic_parameter): Likewise.
17697
17698         * reflection.c (mono_reflection_setup_generic_class): Renamed to
17699         mono_reflection_create_generic_class() and added a new
17700         mono_reflection_setup_generic_class().  
17701         (mono_reflection_initialize_generic_param): If we're a nested
17702         generic type and inherited from the containing class, set our
17703         owner to the outer class.
17704
17705 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
17706
17707         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
17708
17709         * reflection.c (mono_method_body_get_object): New function to create
17710         a MethodBody object.
17711
17712         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
17713
17714 2004-10-11  Martin Baulig  <martin@ximian.com>
17715
17716         * metadata.c (_mono_metadata_type_equal): Renamed to
17717         do_mono_metadata_type_equal() and made static.
17718
17719 2004-10-11  Martin Baulig  <martin@ximian.com>
17720
17721         * appdomain.c: Bump corlib version number to 28.
17722
17723 2004-10-10  Martin Baulig  <martin@ximian.com>
17724
17725         * class-internals.h
17726         (MonoGenericInst): Added `MonoGenericContainer *container'.
17727         (MonoGenericMethod): Likewise.
17728         (MonoGenericContext): Likewise.
17729         (MonoGenericParam): Added `MonoGenericContainer *owner'.
17730
17731         * metadata.c
17732         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
17733         (do_mono_metadata_parse_generic_inst): Likewise.
17734         (mono_metadata_parse_type_full): New public method.  This is the actual
17735         mono_metadata_parse_type() implementation - with an additional
17736         `MonoGenericContainer *' argument.
17737         (mono_metadata_parse_array_full): Likewise.
17738         (mono_metadata_parse_signature_full): Likewise.
17739         (mono_metadata_parse_method_signature_full): Likewise.
17740         (mono_metadata_parse_mh_full): Likewise.
17741         (mono_type_create_from_typespec): Likewise.
17742         (mono_metadata_interfaces_from_typedef_full): New public method;
17743         this is similar to the other _full() methods, but we take a
17744         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
17745         (mono_metadata_parse_generic_param): Take an additional
17746         `MonoGenericContainer *' argument and lookup the MonoGenericParam
17747         from that container.
17748         (mono_metadata_generic_param_equal): New static method to compare
17749         two type parameters.
17750         (_mono_metadata_type_equal): New static method; takes an
17751         additional `gboolean signature_only' argument - if true, we don't
17752         compare the owners of generic parameters.
17753         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
17754         with a TRUE argument - do a signature-only comparision.
17755
17756         * loader.c: Use the new _full() methods and pass the
17757         MonoGenericContainer to them.
17758
17759         * object-internals.h (MonoReflectionTypeBuilder): Added
17760         `MonoGenericContainer *generic_container' field.
17761         (MonoReflectionMethodBuilder): Likewise.
17762
17763 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
17764
17765         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
17766         case initial images of dynamic assemblies.
17767
17768         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
17769
17770         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
17771
17772         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
17773         length of event->other array.
17774         (typebuilder_setup_events): Ditto.
17775
17776         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
17777         'assembly_by_name' and add an 'assemblies' list.
17778
17779         * assembly.h assembly.c: Add a new search hook for determining whenever
17780         an assembly is already loaded. Use this instead of searching in the
17781         loaded_assemblies list.
17782
17783         * domain.c appdomain.c: Implement the new search hook so loaded 
17784         assemblies are now scoped by appdomain. Fixes #67727.
17785
17786 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
17787
17788         * threads.c (mono_thread_attach): Initialize synch_lock field so
17789         mono_thread_detach works again.
17790
17791         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
17792         'lib' too. Fixes #63130.
17793
17794 2004-10-06  Jackson Harper  <jackson@ximian.com>
17795
17796         * culture-info-tables.h: regenerated.
17797
17798 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
17799
17800         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
17801         implemented by other interfaces in the result. Fixes #65764.
17802         
17803         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
17804         Handle unloadable modules without crashing.
17805
17806         * image.c (load_modules): Revert the previous patch since modules must
17807         have a fixed index inside the array.
17808         
17809         * image.c (load_modules): Don't include native modules in the modules
17810         array.
17811
17812 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
17813
17814         * reflection.h: Add param_defaults field.
17815
17816         * reflection.c: Add support for parameter defaults in dynamic methods.
17817         Fixes #64595.
17818
17819         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
17820         an empty string when a type has no namespace. Fixes #64230.
17821
17822 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
17823
17824         * tabledefs.h: Added "internal" security actions to support non-CAS
17825         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
17826         Note: they do not seems to be used anymore in 2.0 (new metadata format)
17827
17828 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
17829
17830         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
17831         constructor of abstract class. Fixes #61689.
17832
17833 2004-10-04  Martin Baulig  <martin@ximian.com>
17834
17835         * class-internals.h (MonoGenericContainer): New type.
17836         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
17837         `MonoGenericContainer *generic_container'.
17838         (MonoClass): Replaced `gen_params' and `num_gen_params' with
17839         `MonoGenericContainer *generic_container'.
17840
17841         * metadata.c (mono_metadata_load_generic_params): Return a
17842         `MonoGenericContainer *' instead of a `MonoGenericParam *';
17843         removed the `num' argument.
17844
17845 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
17846
17847         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
17848         for dynamic images.
17849
17850         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
17851         machine fields.
17852
17853         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
17854
17855         * reflection.c: Save pe_kind and machine values into the generated
17856         image file.
17857
17858         * appdomain.c: Bump corlib version number.
17859
17860         * object-internals.h: Reorganize layout of LocalBuilder.
17861
17862         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
17863         New helper function.
17864
17865         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
17866         created MonoType for dynamic types. Fixes #66180.
17867
17868 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
17869
17870         * threadpool.c: the ares hashtable needs a critical section around it.
17871         this prevents some nasty segfaults
17872
17873 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
17874
17875         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
17876         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
17877         bug 67324).
17878         
17879 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
17880
17881         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
17882         
17883 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
17884
17885         * image.c: Always canonicalize image file names, to avoid loading
17886         the same assembly twice when referenced using a relative path.
17887
17888 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
17889
17890         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
17891
17892         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
17893
17894         * marshal.c: Fix warnings.
17895
17896 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
17897
17898         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
17899         attempting to marshal the delegate_trampoline as the method_addr.
17900         This patch has a static hashtable of marshalled delegates so that 
17901         we can map delegate_trampoline addresses back to delegates.  This
17902         allows a delegate passed to managed code to be passed back into native
17903         code.  Fixes #67039
17904
17905 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
17906
17907         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
17908
17909         * reflection.c (method_encode_code): Align method headers properly.
17910         Fixes #66025.
17911
17912 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
17913
17914         * marshal.c: In the runtime invoke wrapper, reset the abort
17915         exception if it is cached. This avoids the automatic rethrowal of 
17916         the exception after the catch of the wrapper. Also check for pending
17917         interruptions before calling the managed method. This is done using
17918         the new method emit_thread_force_interrupt_checkpoint, since the
17919         normal checkpoint method is ignored when running the invoke wrapper.
17920         * object.c: If the abort exception is rethrown, set the abort_exc
17921         field of the thread, so it will be rethrown aftere every catch.
17922         * threadpool.c: Only run an interruption checkpoint if what has been
17923         requested is a stop of the thread (aborts will be ignored).
17924         * threads.c: By default, a thread will now never be interrumped while
17925         running the runtime invoke wrapper (this ensures that runtime_invoke
17926         will always return to the caller if an exception pointer is provided).
17927         There is a new special method mono_thread_force_interruption_checkpoint()
17928         to force an interruption checkpoint even if running a protected
17929         wrapper, which is used by the same runtime invoke wrapper to do a check
17930         at a safe point.
17931
17932 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
17933
17934         * object.c, object-internals.h: Implemented mono_release_type_locks,
17935         which releases the cctor locks held by a thread.
17936         * threads.c, threads.h: In thread_cleanup, release cctor locks held
17937         by a thread. Added mono_thread_exit() method to be used to safely stop
17938         a thread.
17939
17940 2004-09-28  Raja R Harinath  <rharinath@novell.com>
17941
17942         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
17943         Move null check before dereference.  Avoid indexing beyond the end
17944         of the 'modules' array.
17945
17946 2004-09-28  Raja R Harinath  <rharinath@novell.com>
17947
17948         * metadata-internals.h (MonoImage): Add module_count field.
17949         * image.c (load_modules): Set image->module_count.
17950         (mono_image_load_file_for_image): Use image->module_count.
17951         * reflection.c (mono_image_load_module): Append to image->modules array 
17952         of dynamic assembly.
17953         (mono_module_get_object): Fix loop to actually increment index.
17954         Use image->module_count.
17955         * assembly.c (mono_assembly_load_references): Use image->module_count.
17956         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
17957         Likewise.
17958
17959 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
17960
17961         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
17962         Avoid assert on generic types.
17963
17964 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
17965
17966         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
17967
17968         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
17969
17970         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
17971         function to convert a MarshalSpec structure to its managed counterpart.
17972
17973         * reflection.c: Fix warnings.
17974         
17975         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
17976         field.
17977
17978         * icall.c (mono_create_icall_signature): Fix build.
17979
17980 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
17981
17982         * icall.c: Add MakePointType icall.
17983
17984         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
17985         warnings.
17986
17987 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17988
17989         * threadpool.c: reuse allocated slots in the queue.
17990
17991 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
17992
17993         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
17994
17995         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
17996
17997         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
17998         previous change.
17999
18000         * tabledefs.h: Add constants for pinvoke attributes BestFit and
18001         ThrowOnUnmappableChar.
18002
18003         * icall.c (ves_icall_Type_GetPacking): New icall.
18004
18005 2004-09-24  Martin Baulig  <martin@ximian.com>
18006
18007         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
18008
18009 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18010
18011         * appdomain.c:
18012         (mono_domain_set): allow setting a domain that is being unloaded.
18013         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
18014         being unloaded.
18015
18016 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
18017
18018         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
18019         the GetCustomAttributes icall.
18020
18021 2004-09-23  Martin Baulig  <martin@ximian.com>
18022
18023         * object-internals.h (MonoReflectionGenericParam): Replaced
18024         'has_ctor_constraint', `has_reference_type' and `has_value_type'
18025         with `guint32 attrs'.
18026
18027 2004-09-23  Martin Baulig  <martin@ximian.com>
18028
18029         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
18030
18031 2004-09-23  Martin Baulig  <martin@ximian.com>
18032
18033         * object-internals.h (GenericParameterAttributes): New enum.
18034
18035 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
18036
18037         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
18038         
18039         * class.c (init_events): Fill out event->other field.
18040
18041         * class.c: Fix warnings.
18042
18043         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
18044
18045 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
18046
18047         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
18048         walk which doesn't supply the IL offset.
18049
18050 2004-09-22  Martin Baulig  <martin@ximian.com>
18051
18052         * reflection.c (mono_reflection_setup_internal_class): If we're
18053         System.ValueType, System.Object or System.Enum, set
18054         `klass->instance_size' and create the vtable.
18055         (mono_reflection_create_internal_class): If we're an enum type,
18056         get the base class from our current corlib.
18057
18058 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
18059
18060         * reflection.h (MonoResolveTokenError): New type.
18061
18062         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
18063         icall.
18064
18065         * icall.c: Add an 'error' argument to the ResolveToken icalls.
18066
18067 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
18068
18069         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
18070         Support also calling constructors, but only for already allocated objects.
18071
18072 2004-09-17  Geoff Norton <gnorton@customerdna.com>
18073
18074         * reflection.c (type_get_qualified_name): If the klass is null
18075         return the typename to avoid a NullRefEx.
18076         (encode_cattr_value): Get the qualified name of the boxed type,
18077         not the underlying enumtype.  Fixes #62984.
18078
18079 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
18080
18081         * marshal.c: Fix problems with previous checkin.
18082
18083 2004-09-21    <vargaz@freemail.hu>
18084
18085         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
18086         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
18087
18088         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
18089
18090 2004-09-21  Geoff Norton <gnorton@customerdna.com>
18091
18092         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
18093         should only return a type for pointers, arrays, and passbyref types.
18094         Fixes bug #63841.
18095
18096 2004-09-21  Martin Baulig  <martin@ximian.com>
18097
18098         * domain.c (mono_debugger_check_runtime_version): New public
18099         function.
18100
18101         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
18102
18103 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
18104
18105         * reflection.c: Added missing sort to the declarative security 
18106         attributes table. MS implementation stops seeing the attributes if the
18107         token number regress in the table (as shown by ildasm and permview).
18108
18109 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
18110
18111         * object-internals.h (MonoReflectionModule): Add 'token' field.
18112         
18113         * reflection.c (mono_reflection_get_token): Add support for Module
18114         and Assembly.
18115         (mono_module_get_object): Set 'token' field.
18116         (mono_module_file_get_object): Set 'token' field.
18117
18118         * icall.c: Add new Assembly and Module icalls.
18119
18120         * appdomain.c: Bump corlib version.
18121
18122 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
18123
18124         * loader.h loader.c class.h class.c: Add helper functions for obtaining
18125         tokens of metadata objects.
18126
18127         * reflection.h reflection.c (mono_reflection_get_token): New function
18128         to obtain the token of a metadata object.
18129
18130         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
18131
18132 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
18133
18134         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
18135         
18136         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
18137
18138 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
18139
18140         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
18141         * object-internals.h: Added 3 MonoArray* members to MonoReflection
18142         AssemblyBuilder to access the permissions set in the class lib.
18143         * reflection.c: Added security attributes encoding step in 
18144         mono_image_build_metadata.
18145         * tabledefs.h: Added new security actions defined in 2.0:
18146         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
18147
18148 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
18149
18150         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
18151         macro parameter.
18152
18153 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
18154  
18155         * locales.c: nullify the ICU_collator member of CompareInfo when it is
18156           finalized. There where random SIGSEVs at program termination, when
18157           an object being finalized was trying to do a string comparison and
18158           the current culture was already finalized.
18159  
18160 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18161
18162         * threads.c: call thread_cleanup before finishing the thread if we get
18163         there.
18164
18165 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
18166
18167         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
18168         assemblies from the parent. Fixes #65665.
18169
18170 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
18171
18172         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
18173         modifiers.
18174
18175 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
18176
18177         * reflection.h: add prototype for mono_get_dbnull_object
18178         * reflection.c: add prototypes for get_default_param_value_blobs 
18179         and mono_get_object_from_blob for fussier compilers
18180
18181 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
18182  
18183         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
18184         false deadlock checks in class initialization.
18185  
18186 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
18187
18188         * image.c (mono_image_addref): Fix comment.
18189
18190         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
18191         possible.
18192
18193 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
18194
18195         * reflection.c (mono_param_get_objects): Modified to return
18196         ParameterInfo.DefaultValue object.
18197
18198         (get_default_param_value_blobs):
18199         (mono_get_object_from_blob):
18200         (mono_get_dbnull_object): New helper routines. 
18201
18202         * object.c (mono_get_constant_value_from_blob): New helper routine
18203         carved out from get_default_field_value ()
18204
18205         * object-internals.h (mono_get_constant_value_from_blob): Added
18206         function declaration.
18207
18208 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
18209
18210         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
18211         referenced assemblies. Fixes #62135.
18212
18213         * exception.h exception.c (mono_get_exception_file_not_found2): New
18214         helper function.
18215
18216 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
18217
18218         * class.h class.c: Add mono_type_get_underlying_type ().
18219
18220 2004-09-09  Geoff Norton <gnorton@customerndna.com>
18221
18222         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
18223         Fix GetTypes() to support dynamically created assemblies.
18224
18225 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
18226
18227         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
18228         
18229         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
18230         previous patch.
18231
18232         * reflection.h reflection.c loader.c: Allow dynamic construction of
18233         pinvoke methods. Fixes #65571.
18234         
18235         * reflection.c (mono_reflection_get_type): Revert previous change since
18236         it causes regressions.
18237
18238 2004-09-08  Martin Baulig  <martin@ximian.com>
18239
18240         * class.c (class_compute_field_layout): Don't call
18241         mono_class_layout_fields() for open generic instances.
18242
18243 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
18244         * threads.c appdomain.c: fix typo in GC macro
18245
18246 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18247
18248         * threads.c: don't call mono_thread_detach() in start_wrapper(),
18249         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
18250
18251 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
18252
18253         * image.c (mono_image_close): Applied patch from 
18254         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
18255         assembly is loaded multiple times from data.
18256         
18257         * image.c (mono_image_open): Fix warning.
18258
18259 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
18260
18261         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
18262         once. Fixes #58334.
18263         
18264         * reflection.c (mono_reflection_create_runtime_class): Initialize
18265         klass->nested_classes. Fixes #61224.
18266
18267 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
18268
18269         * threads.c: sched_yield() on exit, to allow threads to quit.
18270
18271 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
18272
18273         * object.c (mono_unhandled_exception): Remove leftover debug code.
18274
18275 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
18276
18277         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
18278
18279 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
18280
18281         * marshal.c (emit_marshal_array): Really null terminate string arrays.
18282         
18283         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
18284
18285 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
18286
18287         * marshal.c (emit_marshal_array): Null terminate string arrays.
18288         
18289         * marshal.c (raise_auto_layout_exception): Fix warning.
18290
18291         * reflection.c (mono_param_get_objects): Initialize the default value
18292         with DBNull.Value, not null. Fixes #62123.
18293
18294 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
18295
18296         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
18297         throw an exception with a cute explanation.
18298
18299 2004-09-06  Dick Porter  <dick@ximian.com>
18300
18301         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
18302         Close the new process's thread handle, as we don't use it.  The
18303         handle stays around forever otherwise.
18304
18305 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
18306
18307         * object.c (arith_overflow): Fix warning.
18308
18309         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
18310         calling conventions in method refs. Fixes #65352.
18311
18312         * reflection.c: Fix warnings.
18313
18314 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
18315
18316         * icall.c: Add a new icall for Array.Clear
18317
18318 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
18319
18320         * object.c: When allocating an array, we have to throw
18321         an overflow exception if any of the lengths are < 0.
18322
18323 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
18324
18325         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
18326         properly. Also move implementation of string array marshalling to 
18327         managed code. Fixes #42316.
18328
18329 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18330
18331         * assembly.c: provide more information when loading an assembly fails.
18332
18333 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18334
18335         * filewatcher.c: don't expect the development fam package to be
18336         installed.
18337
18338 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
18339
18340         * marshal.c: Make a copy of the signature cookie since it will be
18341         freed by the caller.
18342         
18343         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
18344
18345         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
18346
18347         * metadata.c (mono_metadata_free_marshal_spec): New function to free
18348         marshal specs.
18349
18350         * marshal.c: More refactoring.
18351         
18352         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
18353         smaller functions.
18354
18355 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
18356
18357         * object.c: In mono_message_invoke, fill the output parameter array after
18358           calling the managed method (it was done before the call). This fixes
18359           bug #59299.
18360
18361 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
18362
18363         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
18364         as well.
18365
18366 2004-09-02  Martin Baulig  <martin@ximian.com>
18367
18368         * class.c (mono_class_instance_size): Don't allow generic type
18369         definitions or open generic instances.
18370         (mono_class_array_element_size): If we're a value type, call
18371         mono_class_instance_size() on the original class.
18372
18373         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
18374         handle generic instances.
18375
18376         * mono-debug-debugger.c (write_type): Handle generic instances
18377         like classes.
18378
18379 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
18380
18381         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
18382         the allocation request fails. Fixes #65089.
18383
18384         * object.c (mono_runtime_free_method): Do not call mono_free_method.
18385         
18386         * object.c (mono_runtime_free_method): New function to free a dynamic
18387         method.
18388
18389         * marshal.c (mono_delegate_free_ftnptr): New function to free the
18390         delegate trampoline.
18391
18392         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
18393         with hasthis as dynamic,
18394
18395         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
18396
18397         * domain.c (mono_jit_info_table_remove): New function to remove an
18398         entry from the jit info table.
18399
18400         * class-internals.h (MonoMethod): Add 'dynamic' field.
18401
18402         * loader.c: Fix warnings.
18403
18404 2004-09-01  Martin Baulig  <martin@ximian.com>
18405
18406         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
18407         instead of mono_debugger_lock() because the latter one is a no-op
18408         unless running in the debugger.
18409
18410 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
18411
18412         * class.c (class_compute_field_layout): Classes with auto-layout or
18413         reference fields are not blittable.
18414         
18415 2004-09-01  Dick Porter  <dick@ximian.com>
18416
18417         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
18418         mono_image_get_filename() to get the assembly location.
18419
18420         * icall.c:
18421         * metadata.h: Fix compile warnings
18422
18423 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
18424
18425         * class.c (class_compute_field_layout): System.Object is blittable.
18426
18427         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
18428         as in/out. Fixes #59909.
18429
18430 2004-09-01  Martin Baulig  <martin@ximian.com>
18431
18432         * metadata.h (MONO_TYPE_ISREFERENCE): Call
18433         mono_metadata_generic_inst_is_valuetype() if we're a generic
18434         instance to check whether our underlying type is a reference type.
18435
18436 2004-09-01  Martin Baulig  <martin@ximian.com>
18437
18438         * metadata.c (mono_type_size): If we're a generic instance, call
18439         mono_class_value_size() for value types.
18440
18441 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
18442
18443         * marshal.c: Implement more custom marshalling functionality. Fixes
18444         #64915.
18445
18446 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
18447
18448         * mono-debug.c, debug-mono-symfile.c: add some locking love.
18449
18450 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
18451
18452         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
18453
18454         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
18455
18456         * icall.c: Fix some warnings.
18457
18458         * threads.c (abort_appdomain_thread): Fix unref errors.
18459         (mono_thread_current): Fix THREAD_DEBUG define.
18460
18461 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
18462
18463         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
18464
18465         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
18466
18467 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
18468
18469         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
18470         string arrays.
18471
18472 2004-08-28  Martin Baulig  <martin@ximian.com>
18473
18474         * metadata.c
18475         (mono_metadata_generic_inst_is_valuetype): New public function.
18476
18477         * metadata.h (MONO_TYPE_ISSTRUCT): Call
18478         mono_metadata_generic_inst_is_valuetype() if we're a generic
18479         instance to check whether our underlying type is a valuetype.
18480
18481 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
18482
18483         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
18484         #63768.
18485
18486 2004-08-25  Martin Baulig  <martin@ximian.com>
18487
18488         * loader.c (mono_get_method_from_token): Abstract methods can also
18489         be generic and thus have type parameters.
18490
18491         * metadata-internals.h
18492         (MonoDynamicImage): Added `GPtrArray *gen_params'.
18493
18494         * reflection.c (mono_image_get_generic_param_info): Don't create a
18495         metadata row, just add an entry to the `gen_params' array.
18496         (build_compressed_metadata): Sort the `gen_params' array and then
18497         actually create the metadata.
18498
18499 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18500
18501         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
18502
18503 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
18504
18505         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
18506
18507 2004-08-24  Martin Baulig  <martin@ximian.com>
18508
18509         * class.cs (mono_class_is_subclass_of): Like an interface, a
18510         generic instance also derives from System.Object.
18511
18512 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
18513
18514         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
18515         custom modifiers to be in any order. Fixes #61990.
18516
18517 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
18518
18519         * object.c: Register mono_object_new_fast icall.
18520         
18521         * object.c (mono_class_get_allocation_ftn): Return to calling
18522         mono_object_new_fast, since it seems faster to compute the object 
18523         size in unmanaged code than passing it as a parameter.
18524
18525         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
18526
18527         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
18528         this function with Boehm as the oom handler, so we don't have to check
18529         the result of GC_malloc.
18530
18531         * object.c: Remove checks for oom.
18532
18533         * object.h object.c (mono_class_get_allocation_ftn): New function to
18534         return the icall which can be used to allocate an instance of a given
18535         class. 
18536
18537         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
18538
18539         * class-internals.h: Add 'enabled' field.
18540
18541 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
18542
18543         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
18544
18545 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
18546         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
18547         value 0x0010.
18548
18549 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
18550
18551         * appdomain.c: use the Tls function for appdomain too,
18552         at Zoltan's request. Actually return in mono_context_get
18553
18554         * appdomain.c, profiler.c, threads.c: use __thread
18555
18556 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
18557
18558         * appdomain.c threads.c: Call GC_CreateThread on windows.
18559
18560         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
18561         multiple libraries since this don't work on windows.
18562
18563 2004-08-18  Martin Baulig  <martin@ximian.com>
18564
18565         * class-internals.h
18566         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
18567         MonoMethodHeader.
18568
18569         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
18570         MonoMethodNormal since we also need it for abstract and interface
18571         methods.
18572
18573         * reflection.c
18574         (build_compressed_metadata): Sort the GenericParam table.
18575         (mono_image_create_token): Added `gboolean create_methodspec'
18576         argument; this is false when generating a MethodImpl token.
18577         (reflection_methodbuilder_to_mono_method): Abstract and interface
18578         methods may also have generic parameters.
18579
18580 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
18581
18582         * appdomain.c: thread local alloc
18583
18584 2004-08-17  Martin Baulig  <martin@ximian.com>
18585
18586         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
18587
18588         * icall.c
18589         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
18590         argument.
18591
18592         * class.c (mono_type_get_full_name): New public function.
18593         (mono_type_get_name): Don't include the type arguments.
18594
18595 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
18596
18597         * Makefile.am: Build static versions of libmetadata and libmonoruntime
18598         for inclusion into the mono executable.
18599
18600 2004-08-16  Martin Baulig  <martin@ximian.com>
18601
18602         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
18603         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
18604
18605 2004-08-14  Martin Baulig  <martin@ximian.com>
18606
18607         * class.c (dup_type): Also copy the `byref' field.
18608
18609 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
18610
18611         * reflection.c (create_dynamic_mono_image): Revert the last change 
18612         since it breaks bootstrap.
18613
18614 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
18615
18616         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
18617
18618         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
18619         not free them with g_free.
18620
18621 2004-08-11  Martin Baulig  <martin@ximian.com>
18622
18623         * reflection.c (mono_reflection_setup_internal_class): Also call
18624         mono_class_setup_mono_type() if we already have a `tb->type.type'.
18625
18626 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
18627
18628         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
18629         called during default (first) AppDomain creation. Keep track of
18630         Evidence when loading assemblies.
18631
18632 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
18633
18634         * opcodes.c, opcodes.h: reduce runtime relocations.
18635
18636 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
18637
18638         * culture-info.h, locales.c: fixes and chages to sue the new
18639         optimized format of the locale data.
18640         * culture-info-tables.h: regenerated.
18641
18642 2004-08-06  Geoff Norton <gnorton@customerdna.com>
18643         
18644         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
18645
18646 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
18647
18648         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
18649         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
18650         * domain-internals.h: icall declaration.
18651         * icall.c: icall registration.
18652         * object-internals.h: New fields in MonoAssembly for CAS.
18653
18654 2004-08-05  Duncan Mak  <duncan@ximian.com>
18655
18656         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
18657         CEE_LDELEM_ANY.
18658
18659 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
18660
18661         * reflection.c: fix to deal with object[] arrays in custom ctors
18662         (bug #62550).
18663
18664 2004-08-05  Martin Baulig  <martin@ximian.com>
18665
18666         * class.c (mono_class_array_element_size): Added support for
18667         generic instances and correctly handle "recursive" types.
18668
18669 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
18670
18671         * assembly.c: Fix warnings.
18672
18673 2004-08-04  Martin Baulig  <martin@ximian.com>
18674
18675         * class.c
18676         (mono_type_get_name_recurse): Added `gboolean include_arity'
18677         argument specifying whether or not we should include the generic
18678         arity in the type name.
18679         (_mono_type_get_name): New static function.
18680         (mono_class_setup_vtable): If we're a generic instance, don't
18681         include the generic arity in the names of explicit method
18682         implementations.        
18683
18684 2004-08-03  Martin Baulig  <martin@ximian.com>
18685
18686         * class.c (mono_type_get_name_recurse): Enclose the generic type
18687         arguments in `<', '>'.
18688
18689 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
18690
18691         * gc.c: make GC warning messages use the trace API, they are just
18692         noise to most of the users.
18693
18694 2004-08-03  Martin Baulig  <martin@ximian.com>
18695
18696         * debug-mono-symfile.c (read_string): Correctly read the string.
18697
18698 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
18699
18700         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
18701         
18702         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
18703         icalls.
18704         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
18705
18706 2004-07-30  Martin Baulig  <martin@ximian.com>
18707
18708         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
18709         Reflect latest symbol writer changes.   
18710
18711 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
18712
18713         * object.c: always create an object if null is passed
18714         to Invoke() where a valuetype is expected.
18715
18716 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
18717
18718         * marshal.c (mono_marshal_init): make managed
18719         signatures match native ones better for 64bits.
18720
18721 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18722
18723         * appdomain.c: hack to build correctly the private bin path on windows.
18724         Fixes bug #61991.
18725
18726 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
18727
18728         * assembly.c: Load mscorlib from the correct framework directory
18729           (mono/<version>/mscorlib.dll).
18730         * appdomain.h: Added prototypes for new functions.
18731         * internals.h: Added some prototypes.
18732         * domain.c: When initializing the runtime, get from the executable and
18733           the configuration files the runtime version that the app supports.
18734           Added support methods for reading app.exe.config. Added list of versions
18735           supported by the JIT. Added two new methods: mono_init_from_assembly,
18736           which initializes the runtime and determines the required version from
18737           the provided exe file, and mono_init_version, which initializes
18738           the runtime using the provided version.
18739         * icall.c: Get machine.config from version-specific directory.
18740         * reflection.c: When generating an image, embed the version number
18741           of the current runtime.
18742
18743 2004-07-28  Dick Porter  <dick@ximian.com>
18744
18745         * socket-io.c
18746         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
18747         returned sockaddr size before creating the remote address object.
18748         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
18749         61608.
18750
18751 2004-07-28  Dick Porter  <dick@ximian.com>
18752
18753         * locales.c (string_invariant_compare_char): Fix invariant char
18754         compares between upper and lower cases.  Fixes bug 61458.
18755
18756 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
18757         
18758         * marshal.c: actually cache stelem.ref wrappers.
18759         
18760 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
18761
18762         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
18763         sections and remove the mono_cli_rva_map () function.
18764
18765 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
18766
18767         * debug-mono-symfile.c: fix one more endianess issue, from a patch
18768         by Geoff Norton (<gnorton@customerdna.com>).
18769
18770 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
18771
18772         * class.c: fix class loads for pointer types (typeof(int) !=
18773         typeof(int*)).
18774
18775 2004-07-27  Martin Baulig  <martin@ximian.com>
18776
18777         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
18778         reading the debugging information from an external ".mdb" file.
18779
18780 2004-07-24  Martin Baulig  <martin@ximian.com>
18781
18782         * reflection.c (mono_image_get_type_info): Only write a class
18783         layout entry if we actually have a size or a packing size.
18784
18785 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
18786
18787         * reflection.c (type_get_fully_qualified_name): 
18788         insert cast to get type checking of ?: with non-gcc compilers
18789
18790 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
18791
18792         * rand.c: use g_getenv for both lookups of
18793         MONO_EGD_SOCKET
18794
18795 2004-07-17  Martin Baulig  <martin@ximian.com>
18796
18797         * reflection.c (mono_reflection_bind_generic_method_parameters):
18798         Set `gmethod->reflection_info'.
18799
18800 2004-07-17  Martin Baulig  <martin@ximian.com>
18801
18802         * class.c (mono_class_create_from_typedef): Insert the newly
18803         created class into the hash table before computing the interfaces
18804         since we could be called recursively.
18805
18806 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
18807
18808         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
18809         function to implement stelem.ref in managed code
18810         * class-internals.h, debug-helpers.c: a new wrapper type
18811         for the above.
18812
18813 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
18814
18815         * gc.c: allow GC handles to work even when no GC is compiled in.
18816         Fix part of bug #61134 (GetAddrOfPinnedObject).
18817
18818 2004-07-13  Peter Williams  <peter@newton.cx>
18819  
18820         * process.c (complete_path): Make sure we don't attempt to execute
18821         directories.
18822  
18823 2004-07-12  Geoff Norton <gnorton@customerdna.com>
18824
18825         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
18826           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
18827           and will add/subtract the hour if needed
18828
18829 2004-07-12  Martin Baulig  <martin@ximian.com>
18830
18831         * reflection.c (mono_field_get_object): If we have
18832         `field->generic_info', take the attributes from
18833         `field->generic_info->generic_type'.    
18834
18835 2004-07-12  Martin Baulig  <martin@ximian.com>
18836
18837         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
18838         This function must be called before initializing the runtime.
18839         (mono_debug_init_1): New function; call this after initializing
18840         the runtime, but before loading the assembly.  It tells the
18841         debugger to load corlib and the builtin types.
18842
18843         * mono-debug-debugger.c: Did some larger changes in the debugging
18844         code; support recursive class declarations, make sure we actually
18845         add all classes.
18846
18847 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18848
18849         * debug-helpers.c: undo my previous patch and fixed the real issue in
18850         ../mini/exceptions-x86.c
18851
18852 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18853
18854         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
18855         when no HOME env. variable was set and a NullRef was thrown in a .cctor
18856         called from other .cctors.
18857
18858 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
18859
18860         * loader.c: Removed the mono_loader_wine_init hack now that we are
18861         doing a managed version of Windows.Forms.
18862
18863 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
18864
18865         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
18866         threadpool.c, threads.c: remove static data from rootset.
18867
18868 2004-07-09  Dick Porter  <dick@ximian.com>
18869
18870         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
18871         Don't do any more processing if the matched length was 0.  It was
18872         increasing the size of the string before.  Fixes bug 61167.
18873
18874 2004-07-09  Dick Porter  <dick@ximian.com>
18875
18876         * socket-io.h:
18877         * socket-io.c
18878         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
18879         Add support for SO_PEERCRED if its available.
18880
18881 2004-07-09  Peter Bartok <pbartok@novell.com>
18882         * loader.c: winelib.exe.so error message is now only displayed if
18883         MONO_DEBUG is set. To help us avoid questions when people are trying
18884         out the new Managed.Windows.Forms.
18885
18886 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
18887
18888         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
18889         for isinst and castclass wrappers.
18890
18891         * class-internals.h icall.c: Move registration and lookup of JIT icalls
18892         to libmetadata from the JIT, so they could be used by the marshalling
18893         code and the interpreter.
18894
18895         * marshal.c: Register marshalling related JIT icalls here instead of
18896         in mini.c. Use CEE_MONO_ICALL instead of the family of 
18897         CEE_MONO_PROC<x> opcodes to call marshalling functions.
18898
18899         * metadata.h: Remove unneeded marshalling conversions.
18900
18901         * opcodes.c: Update for new opcodes.
18902         
18903 2004-07-08  Martin Baulig  <martin@ximian.com>
18904
18905         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
18906         (mono_debug_get_domain_data): Make this function static.
18907
18908 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
18909
18910         * gc.c, object.h: add nice GC handle API for embedders.
18911
18912 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
18913
18914         * reflection.c: more changes for the new api
18915
18916         * object.c: When we reflect on a field w/ a constant value, it
18917         will not have a memory location, so we must access metadata. Also,
18918         allow easier reading of strings so that we can read them from
18919         the constant data.
18920
18921         * class.c (mono_class_layout_fields): no need for literal fields here.
18922
18923         * class-internals.h: api changes for const fields
18924
18925         * icall.c (ves_icall_get_enum_info): use new apis for const fields
18926
18927 2004-07-06  Martin Baulig  <martin@ximian.com>
18928
18929         * mono-debug.h: Increment version number to 44.
18930
18931         * mono-debug.c (mono_debug_add_wrapper): The second argument is
18932         now a gpointer, rewrote this whole method.
18933
18934         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
18935         function.  Add information about the wrapper in a new "misc table".
18936
18937         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
18938         for the new misc table.
18939
18940 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
18941
18942         * metadata-internals.h image.c: Add a cache for helper signatures.
18943
18944         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
18945
18946 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
18947
18948         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
18949         delegates from a delegate. Fixes #61033.
18950         
18951         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
18952         marshalling of stringbuilder arrays. Fixes #59900.
18953
18954 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
18955
18956         * icall.c: Add EnumBuilder:setup_enum_type icall.
18957
18958 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
18959
18960         * icall.c: Added a new icall for the property version of
18961         OffsetOfStringData.
18962
18963 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
18964
18965         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
18966         it has a constant size across platforms.
18967
18968         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
18969         stack trace.
18970
18971 2004-06-29  Martin Baulig  <martin@ximian.com>
18972
18973         * mono-debug.c (mono_debug_add_method): Protect the whole function
18974         in mono_debugger_lock(), not just parts of it.
18975
18976 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
18977
18978         * reflection.c: make sure padding bytes in heaps are zeroed.
18979
18980 2004-06-24  David Waite  <mass@akuma.org>
18981
18982         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
18983         image.c, loader.c, locales.c, marshal.c, metadata.c,
18984         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
18985         string-icalls.c, threads.c: change to C90-style comments from C99 /
18986         C++ -style
18987
18988 2004-06-24  Dick Porter  <dick@ximian.com>
18989
18990         * threads.c
18991         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
18992         return createdNew.  Fixes bug 60412.
18993
18994         * threads-types.h: 
18995         * icall.c: Add createdNew parameter to CreateMutex icall
18996
18997 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
18998
18999         * reflection.c, object-internals.h: save default value in params.
19000
19001 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19002
19003         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
19004         no need to build a new path combining that with the application base.
19005         Fixes bug #60442.
19006
19007 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
19008
19009         * reflection.c: fixed minor standard compliance issues.
19010
19011 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
19012
19013         * reflection.c: fixed issue with encoding some custom attributes
19014         (arrays in properties and fields, bug #60411).
19015
19016 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19017
19018         * reflection.c: fix start address when copying the public key token.
19019
19020 2004-06-23  Martin Baulig  <martin@ximian.com>
19021
19022         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
19023         the `exc' object in a static object to put it into the GC's root set.
19024
19025 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
19026
19027         * reflection.c: make mono_reflection_setup_internal_class ()
19028         callable a second time to setup a new parent class.
19029
19030 2004-06-23  Dick Porter  <dick@ximian.com>
19031
19032         * threads.c: Check for WAIT_IO_COMPLETION return values.
19033
19034 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
19035
19036         * appdomain.c: Removed the g_free on the public key token. Now copy 
19037         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
19038         * assembly.c: Added public key token string value when loading 
19039         assemblies. Fix bug #60439.
19040         * icall.c: Added missing informations (like public key) in 
19041         GetReferencedAssemblies. Fix #60519.
19042         * image.h: Changed definition for public key token from const char*
19043         public_tok_value to guchar public_key_token [17];
19044         * reflection.c: Updated for changes to public key token.
19045
19046 2004-06-22  Lluis Sanchez Gual
19047
19048         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
19049         for the field in base classes.
19050
19051 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
19052
19053         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
19054         mark headers as not supported, they are installed only for use by the
19055         debugger.
19056
19057 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
19058
19059         * *.c, *.h: avoid namespace pollution in public headers.
19060
19061 2004-06-21  Martin Baulig  <martin@ximian.com>
19062
19063         * exception.c (mono_get_exception_security): It's in
19064         "System.Security", not in "System".
19065
19066         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
19067         the exception classes.
19068
19069 2004-06-21  Martin Baulig  <martin@ximian.com>
19070
19071         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
19072         Protect the exception object from being finalized.
19073
19074 2004-06-21  Martin Baulig  <martin@ximian.com>
19075
19076         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
19077         public function.
19078
19079 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
19080
19081         * reflection.c: Load the assembly in mono_reflection_type_from_name,
19082         if it was not loaded before. Fix parts of #60439.
19083
19084 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
19085
19086         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
19087         code that was broken since Ben's change: wrappers are now
19088         dependent on the method signature only again.
19089
19090 2004-06-21  Martin Baulig  <martin@ximian.com>
19091
19092         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
19093         added interface support.
19094
19095 2004-06-21  Martin Baulig  <martin@ximian.com>
19096
19097         * class.c (mono_vtable_get_static_field_data): New public method.
19098
19099 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
19100
19101         * filewatcher.c : Windows build fix to be compliant with API changes.
19102
19103 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
19104
19105         * class.h, class.c: more accessors.
19106         * metadata.h, metadata.c: prepare for hiding MonoType and
19107         MonoMethodSignature: people should use the accessors from now on
19108         outside of the tree.
19109
19110 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
19111
19112         * *.c, *.h: more API cleanups.
19113
19114 2004-06-18  Jackson Harper  <jackson@ximian.com>
19115
19116         * assembly.c: Trace loading assemblies.
19117         * loader.c: Trace loading native libraries.
19118         * mono-config.c: Trace loading config files.
19119         
19120 2004-06-18  Dick Porter  <dick@ximian.com>
19121
19122         * locales.c: Tell ICU the lengths of strings, it can cope with
19123         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
19124
19125 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
19126
19127         * image.c: swapped name/filename;
19128
19129 2004-06-18  Martin Baulig  <martin@ximian.com>
19130
19131         * mono-debug-debugger.c (write_class): Write the parent class at
19132         the end of the header.
19133
19134 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
19135
19136         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
19137
19138 2004-06-17  Raja R Harinath  <rharinath@novell.com>
19139
19140         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
19141         (bundle_obj): New conditional define.
19142         (BUILT_SOURCES): Remove.
19143         ($(bundle_srcs)): Make parallel-make safe.
19144         (libmonoruntime_la_LIBADD): Make unconditional.
19145         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
19146         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
19147
19148 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
19149
19150         * culture-info-tables.h: It was inconsistent with the latest
19151           supp info files.
19152
19153 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
19154
19155         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
19156         be loaded.
19157
19158         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
19159         with gcc 2.95.
19160
19161 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
19162
19163         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
19164         cleaned up public header threads.h.
19165
19166 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
19167
19168         * Makefile.am, *.c, *.h: more API cleanups.
19169
19170 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
19171
19172         * Makefile.am: removed monosn from compilation.
19173         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
19174         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
19175         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
19176         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
19177         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
19178         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
19179
19180 2004-06-15  Jackson Harper  <jackson@ximian.com>
19181
19182         * assembly.c: Make locales lower case when searching the GAC for
19183         assemblies. gacutil will always make locales lowercase when
19184         installing so this effectively makes them case insensitive.
19185         
19186 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
19187
19188         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
19189         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
19190           parameter which allows to choose whether the wait can be interrupted or 
19191           not. Also added the method mono_monitor_enter(), which locks the monitor
19192           using an infinite wait and without allowing interruption.
19193           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
19194           interrupted.
19195         * object.h: Added new fields in MonoThread. suspend_event holds the event
19196           used to susped/resume the thread. synch_lock is the lock object to use for
19197           modifying the thread state.
19198         * threads.c: Use the new synch_lock object for locking, instead of "this",
19199           which can generate deadlocks.
19200           Moved thread state change in Thread.Sleep and Thread.Join from managed
19201           to unmanaged code. This avoids a deadlock when the thread was suspended
19202           just after acquiring the thread lock.
19203           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
19204           Implemented Thread.Suspend using an event instead of ThreadSuspend,
19205           which is not fully implemented in the io-layer.
19206         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
19207
19208 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
19209
19210         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
19211         threads-types.h: more API cleanups.
19212
19213 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
19214
19215         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
19216         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
19217         threadpool.c, threads.c: first pass at the exported API cleanup.
19218
19219 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
19220
19221         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
19222
19223 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19224
19225         * icall.c: added internalGetHome.
19226
19227 2004-06-14  Dick Porter  <dick@ximian.com>
19228
19229         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
19230         possible to return successfully when '.' or '..' were the only
19231         entries in a directory, but were skipped.  The MonoIOStat was not
19232         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
19233         Fixes bug 59574.
19234
19235 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
19236
19237         * reflection.c: make binaries run on .Net 1.1 by default.
19238
19239 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
19240
19241         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
19242
19243 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
19244
19245         * marshal.c: keep track of struct size with explicit layout
19246         (bug #59979).
19247
19248 2004-06-12  Martin Baulig  <martin@ximian.com>
19249
19250         * mono-debug-debugger.c: Comment out a debugging g_message().
19251
19252 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
19253
19254         * reflection.c, reflection.h: do not free custom attrs that are cached.
19255         * icall.c: use braces to make code clearer.
19256
19257 2004-06-11  Martin Baulig  <martin@ximian.com>
19258
19259         * class.h (MonoInflatedField): New type.
19260         (MonoClassField): Replaced `MonoType *generic_type' with
19261         `MonoInflatedField *generic_info'.
19262
19263         * icall.c
19264         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
19265
19266 2004-06-11  Martin Baulig  <martin@ximian.com>
19267
19268         * reflection.c (mono_image_create_method_token): Correctly encode
19269         varargs methods.
19270
19271 2004-06-11  Martin Baulig  <martin@ximian.com>
19272
19273         * metadata.c (mono_metadata_parse_method_signature): When parsing
19274         a MethodDef which has VarArgs, also set sentinelpos if we don't
19275         have any parameters.
19276
19277 2004-06-11  Martin Baulig  <martin@ximian.com>
19278
19279         * verify.c (mono_method_verify): In CEE_CALL, use
19280         mono_method_get_signature() to get the method's signature, unless
19281         we're a PInvoke method.
19282
19283 2004-06-10  Jackson Harper  <jackson@ximian.com>
19284
19285         * assembly.c: Use <path>/lib/mono/gac for the extra paths
19286         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
19287         logical name as the supplied path is just a prefix to the gac not
19288         the direct path to it.
19289         
19290 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
19291
19292         * reflection.c: make the token for a created method match
19293         the token of the MethodBuilder it was created from
19294         (IKVM requires this behaviour now).
19295
19296 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
19297
19298         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
19299         reflection.c, socket-io.c: leak fixes.
19300
19301 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
19302
19303         * icall.c: handle sentinel pos in vararg methods in position different
19304         from 0.
19305
19306 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19307
19308         * culture-info-tables.h: freshly generated.
19309
19310 2004-06-09  Martin Baulig  <martin@ximian.com>
19311
19312         * loader.c (mono_get_method_constrained): Call `mono_class_init
19313         (constrained_class)'.   
19314
19315 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
19316
19317         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
19318         any methods. Fixes #59629.
19319
19320 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
19321
19322         * culture-info-tables.h: reflecting locale-builder updates.
19323
19324 2004-06-08  Dick Porter  <dick@ximian.com>
19325
19326         * object.h:
19327         * locales.c: Fixed compile warnings, including a real bug in
19328         CompareInfo_internal_compare.
19329         
19330 2004-06-08  Dick Porter  <dick@ximian.com>
19331
19332         * locales.c
19333         (ves_icall_System_Globalization_CompareInfo_internal_index):
19334         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
19335         Double-check the resuls of usearches, because ICU currently
19336         ignores most of the collator settings here.  Fixes bug 59720.
19337         
19338 2004-06-08  Dick Porter  <dick@ximian.com>
19339
19340         * locales.c
19341         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
19342         Fix memory leak and segfault-causing typo.  No idea how this one
19343         lasted so long without being noticed.
19344
19345 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
19346
19347         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
19348         any methods. Fixes #59629.
19349
19350 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19351
19352         * assembly.c:
19353         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
19354         own the critical section before). Removed dead code (that's done
19355         in the preload hook).
19356
19357         (mono_assembly_load_with_partial_name): call the preload hook.
19358
19359 2004-06-08  Martin Baulig  <martin@ximian.com>
19360
19361         * metadata.c (mono_metadata_signature_alloc): Default
19362         `sentinelpos' to -1.
19363
19364         * reflection.c (mono_image_get_array_token): Likewise.
19365
19366 2004-06-08  Martin Baulig  <martin@ximian.com>
19367
19368         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
19369
19370         * metadata.c (mono_metadata_parse_method_signature): When parsing
19371         a MethodDef which has VarArgs, set sentinelpos.
19372
19373         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
19374         `gint16' since we're using -1 for non-varargs methods.
19375
19376         * reflection.c
19377         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
19378         (method_encode_signature): Added varargs support.
19379         (method_builder_encode_signature): Likewise.
19380         (mono_image_get_varargs_method_token): New static method.
19381         (mono_image_create_method_token): New public method; this is
19382         called via an icall instead of mono_image_create_token() when
19383         calling a varargs method.       
19384
19385 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
19386
19387         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
19388
19389 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
19390
19391         * culture-info-tables.h : Reflecting the latest locale-builder that
19392           fixed empty array representation ({} to {0}).
19393
19394 2004-06-07  Jackson Harper  <jackson@ximian.com>
19395
19396         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
19397         looking up extra gac paths. This allows MONO_GAC_PATH to act
19398         exactly like a prefix.
19399         
19400 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
19401
19402         * reflection.c (mono_reflection_type_from_name): Make a copy of the
19403         type name before modifying it. Fixes #59405.
19404
19405 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
19406
19407         * culture-info.h: added fields for "all datetime patterns".
19408         * locales.c: (  ves_icall_System_Globalization_CultureInfo
19409           _construct_datetime_format ()): fill xxx_patterns fields.
19410         * object.h: added fields for "all datetime patterns" to
19411           MonoDateTimeFormatInfo.
19412         * culture-info-tables.h: reflecting locale-builder updates.
19413
19414 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
19415
19416         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
19417         the event has no add and remove methods. Fixes #59629.
19418
19419 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
19420
19421         * object.c: Fixed possible integer overflow when allocating large
19422         strings.
19423
19424 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
19425
19426         * culture-info-tables.h: reflecting locale-builder updates.
19427
19428 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
19429
19430         * culture-info-tables.h: reflecting locale-builder updates.
19431
19432 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
19433
19434         * culture-info-tables.h: reflecting locale-builder updates.
19435
19436 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
19437
19438         * threads.c: Made Thread.Sleep abortable.
19439
19440 2004-06-02  Martin Baulig  <martin@ximian.com>
19441
19442         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
19443
19444         * debug-mono-symfile.h: Bumped symbol file version number to 37.
19445
19446 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
19447
19448         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
19449
19450 2004-05-30  Jackson Harper  <jackson@ximian.com>
19451
19452         * reflection.c: Do not hardcode assembly versions or public key
19453         tokens anymore. All of this except the corlib section was dead
19454         code anyways.
19455         
19456 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
19457
19458         * object.c (mono_runtime_invoke_array): Automatically create boxed
19459         objects for byref valuetypes if needed. Fixes #59300.
19460         
19461         * object.c (mono_method_return_message_restore): Handle 
19462         MONO_TYPE_OBJECT as well.
19463
19464 2004-05-28  Jackson Harper  <jackson@ximian.com>
19465
19466         * reflection.c: The modified type encoding was causing build
19467         problems. Reverted for now.
19468         
19469 2004-05-28  Jackson Harper  <jackson@ximian.com>
19470
19471         * reflection.c/h: Take an assembly ref so that we dont create
19472         fully qualified names when encoding types in the same assembly as
19473         the custom attribute being emitted.
19474         * appdomain.c: Increment version number.
19475         
19476 2004-05-26  Duncan Mak  <duncan@ximian.com>
19477
19478         * icall.c
19479         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
19480         Set the full version number (major, minor, build, revision).
19481
19482 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
19483
19484         * marshal.c (emit_struct_conv): increment src/dst after blit
19485         (mono_marshal_get_managed_wrapper,
19486         mono_marshal_get_native_wrapper): make sure we have marshalling
19487         info before marshalling params (info computation affects
19488         blittable)
19489
19490         * class.c (class_compute_field_layout): correctly deal with
19491         blittable
19492         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
19493         value types (as per what windows dows by default)
19494         (mono_class_setup_mono_type): System.ValueType is blittable
19495         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
19496         blittable
19497
19498         * marshal.c (mono_marshal_load_type_info): flag types  as
19499         non-blittable if the native layout doesn't match the managed
19500         layout
19501
19502 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19503
19504         * appdomain.c: don't add stuff in the private search path that is
19505         above the application base. If application base is not set, there's
19506         no private search path.
19507
19508 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
19509
19510         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
19511         byref struct arguments in native->managed marshalling.
19512
19513 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
19514
19515         * marshal.c (mono_marshal_get_runtime_invoke): correctly
19516         cache methods using signature (special case for methods
19517         that are value type or string class)
19518         
19519         * image.c (mono_image_close): clean up allocated GSList's
19520         in runtime_invoke_cache.
19521
19522 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19523
19524         * mono-config.c: set the correct path for mono_cfg_dir on windows when
19525         there's no MONO_CFG_DIR environment variable defined.
19526
19527 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19528
19529         * threads.c: windows version must be >= 0x0500 to include OpenThread.
19530
19531 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
19532
19533         * threadpool.c: Really wait for 500ms after the async call, even if the wait
19534           is interrumped.
19535         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
19536           before waiting for it, and call CloseHandle after the wait to unref it.
19537           This will make sure that handles are not disposed too early.
19538
19539 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19540
19541         * appdomain.c:
19542         * appdomain.h:
19543         * icall.c: removed
19544         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
19545         needed now.
19546
19547         * object.c: se the application_base only for the domain that runs
19548         Main. Fixes bug #59216,
19549
19550 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19551
19552         * appdomain.c:
19553         * object.c: only the domain in which Main is run have
19554         SetupInformation.ConfigurationFile set, so moved a few lines from
19555         appdomain.c to object.c.
19556
19557 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19558
19559         * appdomain.c: we tried to load [name].(dll|exe), but according
19560         to bug #57710, we must also try [culture]/[name].(dll|exe) and
19561         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
19562         There's a test case attached to bug #58922.
19563
19564 2004-05-27  Dick Porter  <dick@ximian.com>
19565
19566         * icall.c:
19567         * file-io.c: Implemented icalls for locking and unlocking regions
19568         in a file.
19569         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
19570         FALSE on error (fixes both compiler warning and real bug.)
19571
19572 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
19573
19574         * culture-info-tables.h: reflecting locale-builder updates.
19575
19576           (Added missing ChangeLog entry for 05/26)
19577
19578 2004-05-27  Jackson Harper  <jackson@ximian.com>
19579
19580         * locales.c: Fix some cut and paste errors.
19581         
19582 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19583
19584         * mono-config.c: set the correct path for config. directory on windows.
19585
19586 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
19587
19588         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
19589           on win32.
19590
19591 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
19592
19593         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
19594         from pinvoke functions.
19595         
19596         * marshal.c (mono_ftnptr_to_delegate): Implement this.
19597
19598 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
19599
19600         * culture-info-tables.h: reflecting locale-builder updates.
19601
19602 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
19603
19604         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
19605         #59086.
19606
19607 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
19608
19609         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
19610         * icall.c: Modified icalls for RNG.
19611         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
19612         Windows (CryptoAPI).
19613
19614 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
19615
19616         * locales.c: Fix build.
19617
19618 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
19619
19620         * culture-info-tables.h: reflecting locale-builder updates.
19621
19622 2004-05-25  Jackson Harper  <jackson@ximian.com>
19623
19624         * locales.c: When creating the current culture use the $LANGs
19625         specific culture. So DateTimeFormat and NumberFormat entries are created.
19626         
19627 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
19628
19629         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
19630         a char array as parameter.
19631
19632 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
19633
19634         * image.c: In mono_image_open(), always use an absolute path name to
19635           look for already loaded images.
19636
19637 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
19638
19639         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
19640         missing in the windows build (like older cygwin include files).
19641
19642 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
19643
19644         * icall.c: Fixed check for possible integer overflow in Buffer_
19645         BlockCopy icall. Replaced comments style // by /* */.
19646
19647 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
19648
19649         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
19650         
19651         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
19652         check after MONO_VTADDR. Fixes pinvoke2.exe.
19653
19654         * marshal.h marshal.c metadata.h: Add beginnings of support for
19655         ftnptr -> delegate marshalling.
19656
19657 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
19658
19659         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
19660         * threads.c: Fix warnings.
19661
19662 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
19663
19664         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
19665         * icall.c: Registered icalls for Suspend and Resume.
19666         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
19667           Thread.Abort.
19668         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
19669         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
19670         * process.c: Use WaitForSingleObjectEx.
19671         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
19672           checkpoints.
19673         * threads.c, threads.h: Make use of new Ex wait methods. Improved
19674           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
19675           for Suspend and Resume. Added new mono_thread_stop, used for stoping
19676           background threads. Added basic support for Abort in Windows.
19677           Start new threads using a managed delegate invoke wrapper. This wrapper
19678           has an interruption checkpoint that is needed since an interruption
19679           can be requested before the thread leaves the unmanaged code that starts 
19680           the thread.
19681         * marshal.c: Added interruption checkpoint after every native call, and
19682           also before managed calls for wrappers called from unmanaged code to
19683           go into managed code.
19684         * object.h: Added new field in MonoThread to keep track of interruption
19685           requests.
19686
19687 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
19688
19689         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
19690         calls.
19691
19692 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19693
19694         * appdomain.c:
19695         * assembly.c:
19696         * gc.c:
19697         * locales.c:
19698         * mono-config.c:
19699         * rand.c: getenv -> g_getenv (windows!)
19700
19701         * process.c: complete_path is also used on non-windows platforms.
19702
19703 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19704
19705         * icall.c: new signature for Process_Start.
19706
19707         * process.[ch]: new signature for Process_Start. If we're on windows
19708         and UseShellExecute is false, we have to search for the program by
19709         ourselves if we don't get a full path.
19710
19711 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
19712
19713         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
19714         marshalling and call CleanUpNativeData if needed. Fixes #58646.
19715
19716 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19717
19718         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
19719         Fixes bug #58373.
19720
19721 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19722
19723         * process.c: use double quotes to quote program name and arguments on
19724         windows. Fixes bug #58575.
19725
19726 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19727
19728         * file-io.c: don't return "." and ".." when using windows Find*File.
19729
19730 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
19731
19732         * marshal.c: Don't pass wrappers to message init because method 
19733         addressed used to lookup metadata. part of remoting[2|3] fix.
19734
19735 2004-05-15  Jackson Harper  <jackson@ximian.com>
19736
19737         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
19738         path is essentially the same as MONO_PATH except that it points to
19739         GACs instead of lib directories.
19740         * loader.h: The user gac is gone so we dont need function to
19741         enable/disable it.
19742         * mono-config.c: user gac option is now gone.
19743         
19744 2004-05-15  Jackson Harper  <jackson@ximian.com>
19745
19746         * culture-info.h: Make defines more consistent, add calendar data
19747         to the culture info table.
19748         * culture-info-tables.h: Add basic calendar data. Basically
19749         everyone gets default gregorian until all the data is
19750         updated.
19751         * locales.c: Use the new consistent defines. Set calendar data for
19752         culture info objects.
19753         * object.h: add a field for calendar data to CultureInfo
19754         
19755 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
19756
19757         * image.c: image->runtime_invoke_cache is keyed on signatures now.
19758         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
19759         a signature.
19760         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
19761         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
19762         an extra param that is the pointer of the method to invoke. The IL for
19763         the invoke method is no longer specific to the method, but to the
19764         signature of the method. Thus, we can share the same code for multiple
19765         methods. This reduces the number of methods that have to be compiled.
19766
19767 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
19768
19769         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
19770
19771         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19772
19773         * icall.c: Optimize Buffer.BlockCopy.
19774
19775 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19776
19777         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
19778         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
19779         quote). Changed them to "MMMM yyyy".
19780
19781 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
19782
19783         * rand.c
19784         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
19785
19786 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
19787
19788         * reflection.h: Updated after changes to managed structures.
19789
19790         * appdomain.c: Bump corlib version.
19791
19792 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19793
19794         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
19795         windows.
19796
19797 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19798
19799         * Makefile.am: link to ../os/libmonoos.la on windows.
19800
19801         * assembly.c:
19802                 -If MONO_DEBUG, warn about non-existing directories in
19803                 MONO_PATH.
19804                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
19805                 compile time variable.
19806                 -Removed init_default_path and call mono_set_rootdir from
19807                 libmonoos.a instead (windows only).
19808
19809         * assembly.h: declare mono_assembly_getrootdir().
19810
19811         * domain.c:
19812         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
19813
19814         * loader.c: s/getenv/g_getenv/
19815
19816 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
19817
19818         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
19819
19820         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
19821
19822         * metadata.h: Add new marshalling conversions.
19823
19824         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
19825         function.
19826
19827         * reflection.c (mono_reflection_get_type): Lookup the type in all
19828         modules of a multi-module assembly. Fixes #58291.
19829
19830 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
19831
19832         * threads.c: Before aborting a background, set the StopRequested
19833         state.  This avoids throwing the Abort exception.
19834         In mono_thread_manage, don't continue with the shutdown until all
19835         aborted threads have actually stopped.
19836
19837 2004-05-10  Jackson Harper  <jackson@ximian.com>
19838
19839         * locales.c: Remove the modifier from culture names.
19840         
19841 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19842
19843         * Makefile.am: monosn is not installed any more. It has been deprecated
19844         in favor of sn.
19845
19846 2004-05-07  Jackson Harper  <jackson@ximian.com>
19847
19848         * locales.c
19849         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
19850         Fix array construction, add bailout if the length is 0.
19851
19852 2004-05-07  Dick Porter  <dick@ximian.com>
19853
19854         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
19855         machine doesn't have a DNS entry.  Patch by Urs Muff
19856         (umuff@quark.com), fixes bug 57928.
19857
19858 2004-05-06  Jackson Harper  <jackson@ximian.com>
19859
19860         * reflection.c: Handle null PublicTokens properly. alloc mem for
19861         assembly names culture so we dont crash when freeing it.
19862         
19863 2004-05-06  Jackson Harper  <jackson@ximian.com>
19864
19865         * assembly.c: Check the usergac when loading with partial names.
19866         
19867 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
19868
19869         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
19870         does nothing for now (not required for Linux/Windows) but the class
19871         library can call it (and a newer or modified runtime could need it).
19872         * icall.c: Registred icall.
19873
19874 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19875
19876         * loader.c: prints a message on module loading error we set MONO_DEBUG
19877         environment variable.
19878
19879 2004-05-05  Jackson Harper  <jackson@ximian.com>
19880
19881         * appdomain.c: Handle PublicKeyToken=null properly.
19882         
19883 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
19884
19885         * environment.c|h: Added icall ves_icall_System_Environment_
19886         GetOSVersionString to get the current OS version as a string.
19887         * icall.c: Registred icall.
19888
19889 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
19890
19891         * object.c: in mono_object_get_virtual_method(), take into account that
19892         non-virtual methods don't have a slot in the vtable. Check needed when
19893         the object is a proxy.
19894
19895 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
19896
19897         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
19898         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
19899
19900         * object.c (mono_class_compute_gc_descriptor): Fix warning.
19901
19902         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
19903         passed when a valuetype is expected.
19904
19905         * object.c (mono_unhandled_exception): Only set the exit code if the
19906         exception happens in the main thread. Fixes thread5.exe.
19907
19908         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
19909         invalid names. Fixes #58047.
19910
19911 2004-05-03  Jackson Harper  <jackson@ximian.com>
19912
19913         * assembly.c: This line was committed accidently and is unneeded.
19914         
19915 2004-05-03  Jackson Harper  <jackson@ximian.com>
19916
19917         * icall.c: Add new icall for Assembly::LoadWithPartialName
19918         * assembly.c/.h: new function that probes the GAC to load partial
19919         assembly names by Paolo Molaro.
19920         
19921 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19922
19923         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
19924         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
19925         (type_get_fully_qualified_name): Added PublicKeyToken when building a
19926         full type name.
19927
19928 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19929
19930         * appdomain.c: fixed check for 'neutral' culture and removed warning.
19931         * reflection.c: fix bug when parsing a full type name and Version is not
19932         the last thing in the string.
19933
19934 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
19935
19936         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
19937         crashes when it is freed.
19938
19939 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19940
19941         * assembly.c: print the compat warning to stderr.
19942
19943 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
19944
19945         * assembly.c (mono_assembly_load_references): Add a compatibility
19946         hack to run old applications that might be still referencing the
19947         3300-based assemblies, only do this for System.xxx.
19948
19949 2004-05-01  Jackson Harper  <jackson@ximian.com>
19950
19951         * appdomain.c: If the culture is neutral we set it to "".
19952         
19953 2004-04-29  Jackson Harper  <jackson@ximian.com>
19954
19955         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
19956
19957 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
19958  
19959         * string-icalls.c: added low overhead function for copying chars
19960         * icall.c: added needed icall for the above function
19961  
19962 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19963
19964         * icall.c: fix return value of get_global_assembly_cache.  Implemented
19965         Environment.GetLogicalDrives.
19966
19967 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
19968
19969         * rand.c: try and talk to egd or prngd
19970         for random bytes if opening devices fail.
19971
19972 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
19973
19974         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
19975         alignment for the type using the native alignment of its members 
19976         instead of using klass->min_align.
19977
19978         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
19979
19980 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19981
19982         * file-io.c:
19983         * socket-io.c: added check for sys/aio.h.
19984
19985 2004-04-28  Dick Porter  <dick@ximian.com>
19986
19987         * threads.c: Don't abort a thread thats already aborting, when
19988         terminating everything.
19989
19990 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19991
19992         * icall.c: added 2 new async calls for Socket.
19993
19994         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
19995         IO on *nix systems.
19996
19997         * threadpool.c: removed unused variable.
19998
19999 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
20000
20001         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
20002
20003 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
20004
20005         * locales.c: put back string_invariant_tolower () and
20006         string_invariant_toupper ().
20007
20008 2004-04-26 David Waite <mass@akuma.org>
20009
20010         * file-io.h:
20011         * socket-io.h:
20012         * threads.h:
20013         * unicode.h: remove comma from end of enumeration declarations
20014
20015 2004-04-26 David Waite <mass@akuma.org>
20016
20017         * debug-mono-symfile.h:
20018         * decimal.c:
20019         * mono_debug.h:
20020         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
20021
20022
20023 2004-04-26  Jackson Harper  <jackson@ximian.com>
20024
20025         * appdomain.c: Increment version number.
20026         
20027 2004-04-26  Jackson Harper  <jackson@ximian.com>
20028
20029         * appdomain.c: Set assembly references public token value when
20030         PublicKeyToken is specified, not the hash_value. Free public token
20031         values when free assembly name data. Previously the public key
20032         token was hex decoded, however we are using hex encoded public key
20033         tokens, so this is not neccasary.
20034         * assembly.c: Lookup assemblies in the gac if their public token
20035         value is set. Add function to allow enabling user gac
20036         lookups. Specify whether or not the assembly was loaded from the
20037         GAC. Compare full assembly names when checking the cache for
20038         assemblies (Temporarily disabled see comment in code). Remove
20039         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
20040         specifies trace-loader they get extra info to stdout on the
20041         loading of assemblies.
20042         * image.h: Add a field for an assembly references public token
20043         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
20044         whether an assembly has been loaded from the GAC.
20045         * image.c: Remove a corlib -> mscorlib name mapping.
20046         * loader.h: Add function to enable/disable the user gac.
20047         * mono-config.c: Check if the usergac is enabled in the config
20048         file.
20049         * icall.c: New icall to determine whether or not an assembly has
20050         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
20051         * tabldefs.h: Add constant for assemblyref flag that specifies a
20052         full public key is used instead of a public token.
20053         * reflection.c: Remove mscorlib -> corlib mappings. Set
20054         PublicTokenValue instead of hash value. This value is a hex
20055         string so it does not need to be expanded.
20056
20057 2004-04-26  Martin Baulig  <martin@ximian.com>
20058
20059         * mono-debug-debugger.c (mono_debugger_initialize): Set
20060         `mono_debugger_initialized' before calling mono_debug_lock().
20061
20062 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
20063
20064         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
20065           InternalToUpper/InternalToLower.
20066         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
20067           removed invariant culture shortcut.  This is now done in managed code.
20068         * locales.c: (string_invariant_toupper/tolower) removed.
20069
20070 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20071
20072         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
20073         Added Poll internal call.
20074
20075         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
20076         call for Poll. Select was too heavy for polling a single socket.
20077
20078         * threadpool.[ch]: added mono_threadpool_cleanup.
20079         * threads.c: use it. Don't use Thread_Abort on windows.
20080
20081 2004-04-23  Martin Baulig  <martin@ximian.com>
20082
20083         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
20084
20085 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
20086
20087         * icall.c: Registred new icalls for key pair protection and added an
20088         icall for Environment.GetFolderPath on Windows.
20089         * security.c|h: Added new icalls for key pair protection.
20090
20091 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20092
20093         * socket-io.c: don't display the non-supported family warning for known
20094         families. Now this is not displayed on windows when checking support
20095         for IPv4/IPv6.
20096
20097 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20098
20099         * class.c: don't display the layout warning for static fields.
20100
20101 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
20102
20103         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
20104         * locales.c, locales.h: Added new icalls for culture-specific
20105         Char.ToLower and Char.ToUpper.
20106
20107 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20108
20109         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
20110         by David Waite.
20111
20112 2004-04-20  Martin Baulig  <martin@ximian.com>
20113
20114         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
20115         of the type name before passing it to mono_reflection_type_from_name().
20116
20117 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
20118
20119         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
20120         encodings here. Fixes #56965.
20121
20122 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
20123
20124         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
20125         fix test on strstr result not that I can see anything that
20126         relies on the result.
20127
20128 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
20129
20130         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
20131         Fixes #57081.
20132
20133         * marshal.c (mono_marshal_get_string_encoding): New helper function.
20134
20135         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
20136         function to determine which marshalling to use for strings. Fixes
20137         #56965.
20138
20139         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
20140
20141         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
20142
20143 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
20144
20145         * icall.c: #include mono-config.h
20146
20147 2004-04-15  Jackson Harper  <jackson@ximian.com>
20148
20149         * culture-info-tables.h: Fix date formats for en-US culture.
20150         
20151 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
20152
20153         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
20154         ThreadPool.SetMinThreads.
20155         * threadpool.c: Implemented ThreadPool.GetMinThreads and
20156         ThreadPool.SetMinThreads.
20157
20158 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
20159
20160         * mono-config.c: also load the .config file in the directory
20161         where the assembly was found.
20162
20163 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
20164
20165         * assembly.c: load per-assembly config files.
20166         * icall.c: decrapified code to get the config dir and moved to
20167         mono-config.c.
20168         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
20169         per-assembly config files. When doing a dll map lookup give precedence
20170         to the per-assembly data.
20171
20172 2004-04-14  Martin Baulig  <martin@ximian.com>
20173
20174         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
20175         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
20176         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
20177
20178         * mono-debugger-debugger.c: While the debugger is locked, remember
20179         whether the symbol tables have changes and send one single
20180         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
20181
20182 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
20183
20184         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
20185
20186         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
20187         function.
20188
20189         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
20190         account when marshalling string arrays. Fixes #56965.
20191
20192 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
20193
20194         * icall.c: Add new icalls mapping for security.
20195         * security.c|h: Add internal calls for WindowsIdentity,
20196         WindowsImpersonationContext and WindowsPrincipal.
20197
20198 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
20199
20200         * class.c: Added comment to ensure the System.MonoDummy class
20201         is removed when no longer necessary
20202
20203 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
20204
20205         * appdomain.c: Pass arguments to the bootstraping exceptions to
20206         minimize JITed methods at boot
20207
20208         * metadata.c (mono_exception_from_name_two_strings): Allow for the
20209         second string to be null.
20210
20211         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
20212         Change the protocol to minimize the JIT methods at startup.  Now
20213         it Returns the internal codepage, if the value of "int_code_page"
20214         is 1 at entry, and we can not compute a suitable code page
20215         number, returns the code page as a string.
20216
20217 2004-04-13  Jackson Harper  <jackson@ximian.com>
20218
20219         * culture-info-tables.h: Fix number of decimal digits for all
20220         english locales.
20221
20222 2004-04-13  Jackson Harper  <jackson@ximian.com>
20223
20224         * icall.c: Clairfy out of sync error message. It is not always
20225         your corlib that is out of sync.
20226
20227 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
20228
20229         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
20230         properties when only the set accessor is overriden. Fixes #55874.
20231
20232 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
20233
20234         * assembly.c (mono_assembly_load_references): Make this thread safe.
20235         Fixes #56327.
20236
20237 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
20238
20239         * monosn.c: Add missing initialization calls.
20240
20241 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
20242
20243         * locales.c:
20244         ves_icall_System_Globalization_CultureInfo_construct_number_format
20245         Fix g_assert so it compiles on fussier compilers re int/ptr
20246         mismatch
20247
20248 2004-04-08  Dick Porter  <dick@ximian.com>
20249
20250         * socket-io.h:
20251         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
20252         53992.  Also rearrange the code so that the internal calls return
20253         an error value and exceptions are thrown from managed code.
20254
20255         * icall.c: Add type info to the socket icalls.
20256
20257 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20258
20259         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
20260         owes me a beer.
20261
20262 2004-04-07  Martin Baulig  <martin@ximian.com>
20263
20264         * class.c (mono_class_from_generic_parameter): Don't default
20265         `klass->parent' to `mono_defaults.object_type'.
20266
20267 2004-04-07  Martin Baulig  <martin@ximian.com>
20268
20269         * reflection.c (mono_reflection_initialize_generic_parameter): Set
20270         `param->pklass->reflection_info'.       
20271
20272 2004-04-07  Jackson Harper  <jackson@ximian.com>
20273
20274         * culture-info-tables.h: Fix date separator symbol.
20275         
20276 2004-04-07  Martin Baulig  <martin@ximian.com>
20277
20278         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
20279         from System.Type to System.MonoType.
20280
20281 2004-04-07  Martin Baulig  <martin@ximian.com>
20282
20283         * reflection.h
20284         (MonoReflectionGenericParam): Added `has_reference_type' and
20285         `has_value_type' fields.
20286
20287         * reflection.c (mono_image_get_generic_param_info): Encode the
20288         correct flags if we have the `class' or `struct' constraint.
20289
20290 2004-04-07  Martin Baulig  <martin@ximian.com>
20291
20292         * reflection.h
20293         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
20294
20295 2004-04-07  Jackson Harper  <jackson@ximian.com>
20296
20297         * appdomain.c: Revert extra patches, just wanted to bump the
20298         version number.
20299         
20300 2004-04-07  Jackson Harper  <jackson@ximian.com>
20301
20302         * Makefile.am: Add culture-info private headers.
20303         * icall.c: Add new icalls for contructing locales.
20304         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
20305         * locales.h: Declare new culture info construction methods.
20306         * object.h: Add new fields used to avoid the CultureMap to
20307         MonoCultureInfo.
20308         * culture-info.h: Definition of structs used in the culture info
20309         tables.
20310         * culture-info-tables.h: Autogenerated tables that contain culture
20311         info data. This file was generated with the locale-builder tool.
20312         * appdomain.c: Incement corlib version number.
20313         
20314 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
20315
20316         * appdomain.c: (mono_runtime_init) move mono_thread_init
20317         to before mono_object_new calls so critical sections
20318         are initialized before use.
20319
20320 2004-04-07  Martin Baulig  <martin@ximian.com>
20321
20322         * icall.c
20323         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
20324         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
20325         (ves_icall_MonoGenericParam_initialize): Removed.
20326         (monogenericparam_icalls): Removed.
20327         (generictypeparambuilder_icalls): Added new table for
20328         System.Reflection.Emit.GenericTypeParameterBuilder.
20329
20330         * reflection.c
20331         (mono_reflection_define_generic_parameter): Removed.
20332         (mono_reflection_initialize_generic_parameter): This is now called
20333         from GenericTypeParameterBuilder's .ctor.
20334
20335 2004-04-06  Martin Baulig  <martin@ximian.com>
20336
20337         * class.c (mono_class_init): Don't inflate nested classes in a
20338         generic instance.
20339         (mono_type_get_name_recurse): Include the generic arguments for
20340         generic instances and generic type declarations.
20341         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
20342         (_mono_class_get_instantiation_name): Removed.
20343         (mono_class_create_generic): Always use `gklass->name' as our name.
20344
20345         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
20346
20347         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
20348         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
20349         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
20350         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
20351         closed generic methods here.
20352
20353         * reflection.c
20354         (mono_reflection_generic_inst_get_nested_types): Removed.
20355         (inflate_mono_method): Copy the generic parameters from the
20356         MonoMethodHeader into out MonoGenericMethod.
20357
20358 2004-04-06  Martin Baulig  <martin@ximian.com>
20359
20360         * row-indexes.h
20361         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
20362
20363         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
20364
20365         * reflection.c (build_compressed_metadata): If we have any entries
20366         in the GenericParam, MethodSpec or GenericParamConstraint tables,
20367         set the header version to 1.1.
20368
20369 2004-04-06  Martin Baulig  <martin@ximian.com>
20370
20371         * class.c (mono_class_init): If we're a generic instance,
20372         initialize our nested classes, too.
20373         (_mono_class_get_instantiation_name): Deal with the new `!%d'
20374         suffix. 
20375
20376 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20377
20378         * process.c: quote the argument passed to the shell on windows.
20379
20380 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
20381
20382         * threads.c (mono_alloc_special_static_data): Allow this to be
20383         called during startup.
20384
20385 2004-04-02  Martin Baulig  <martin@ximian.com>
20386
20387         * icall.c
20388         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
20389
20390 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
20391
20392         * icall.c: Fix build.
20393
20394 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
20395
20396         * Makefile.am: Added security.c|h.
20397         * icall.c: Added icall for get_UserName;
20398         * security.c: New file for security related icalls. Added function
20399         get_UserName for System.Environment (fix #56144).
20400         * security.h: New. Header file for security.c
20401
20402 2004-04-02  Dick Porter  <dick@ximian.com>
20403
20404         * icall.c: Deleted the icalls that were obsoleted some time ago
20405         by the ICU string code, and which were mixed into the icall
20406         rearranging.  Fixes bug 55969.
20407
20408         * string-icalls.h: 
20409         * string-icalls.c: Deleted the code that those icalls reference.
20410
20411 2004-04-01  Martin Baulig  <martin@ximian.com>
20412
20413         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
20414
20415         * class.c (mono_class_from_generic_parameter): Don't set 
20416         TYPE_ATTRIBUTE_INTERFACE.
20417         (my_mono_class_from_generic_parameter): Likewise.
20418
20419 2004-04-01  Martin Baulig  <martin@ximian.com>
20420
20421         * loader.c (find_method): Added an optional `MonoClass *ic'
20422         argument to search in a specific interface.
20423         (mono_get_method_constrained): New public function.
20424
20425 2004-04-01  Martin Baulig  <martin@ximian.com>
20426
20427         * reflection.c (mono_image_get_generic_field_token): Use the
20428         `handleref' cache here.
20429
20430 2004-04-01  Martin Baulig  <martin@ximian.com>
20431
20432         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
20433
20434         * reflection.c (create_generic_typespec): Use the `typespec' hash
20435         here, not the `typeref' one.    
20436
20437 2004-04-01  Martin Baulig  <martin@ximian.com>
20438
20439         * class.c (mono_class_inflate_generic_type): Moved the
20440         functionality into a new static inflate_generic_type() which
20441         returns NULL if it didn't do anything.  Only increment the
20442         `mono_stats.inflated_type_count' if we actually inflated
20443         something.
20444         (mono_class_get_full): Check the classes type to see whether we
20445         need to inflate it; also inflate MONO_TYPE_(M)VAR.
20446
20447 2004-04-01  Jackson Harper  <jackson@ximian.com>
20448
20449         * reflection.c: Set culture for assembly references.
20450         
20451 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
20452
20453         * reflection.[ch], icall.[ch], Fix support for pinning variables.
20454
20455 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20456
20457         * assembly.c:
20458         (do_mono_assembly_open): the critical section also covers
20459         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
20460
20461 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20462
20463         * threads.c:
20464         (mono_manage_threads): abort the background threads when finishing.
20465         Fixes bug #47232.
20466
20467 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20468
20469         * gc.c: only close the done_event handle if there was no timeout.
20470         C-ified comments.
20471
20472 2004-03-30  Martin Baulig  <martin@ximian.com>
20473
20474         * icall.c (icall_entries): It's called "System.Activator", not
20475         "System.Activation".    
20476
20477 2004-03-30  Martin Baulig  <martin@ximian.com>
20478
20479         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
20480         (mono_class_create_from_typespec): Likewise.
20481
20482 2004-03-30  Martin Baulig  <martin@ximian.com>
20483
20484         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
20485         `has_ctor_constraint' and `initialized'.
20486
20487 2004-03-30  Martin Baulig  <martin@ximian.com>
20488
20489         * reflection.c (encode_new_constraint): New static function to add
20490         the constructor constraint attribute to a type parameter.
20491         (encode_constraints): Call encode_new_constraint() if necessary.
20492
20493         * reflection.h
20494         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
20495
20496         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
20497         
20498 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
20499
20500         * reflection.c, icall.c: add support for pinning variables. 
20501
20502 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
20503
20504         * marshal.c (mono_marshal_get_managed_wrapper):
20505         init bool local with zero rather than null.
20506
20507 2004-03-29  Martin Baulig  <martin@ximian.com>
20508
20509         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
20510         the "official" behavior here.
20511         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
20512
20513 2004-03-29  Martin Baulig  <martin@ximian.com>
20514
20515         * icall.c: Reflect latest API changes.
20516
20517 2004-03-29  Martin Baulig  <martin@ximian.com>
20518
20519         * loader.c (mono_get_method_from_token): Also call
20520         mono_metadata_load_generic_params () for abstract and interface
20521         methods; replace the type arguments in the method signature with
20522         the ones which are loaded from the metadata.
20523
20524 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
20525
20526         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
20527         of the lock is not the current thread. MS.NET don't do it, in spite of
20528         what the documentation says. See bug #56157.
20529
20530 2004-03-28  Martin Baulig  <martin@ximian.com>
20531
20532         * class.c (mono_class_init): Don't call init_properties() and
20533         init_events() for generic instances; set `prop->parent' when
20534         inflating properties.
20535
20536         * reflection.c (mono_generic_inst_get_object): Call
20537         `mono_class_init (ginst->klass)'.
20538         (mono_type_get_object): Only create a MonoGenericInst if your
20539         generic type is a TypeBuilder.
20540         (do_mono_reflection_bind_generic_parameters): Only set
20541         `ginst->is_dynamic' if our generic type is a TypeBuilder.
20542
20543 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
20544
20545         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
20546         Fixes #56091.
20547
20548 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20549
20550         * icall.c: added Kill_internal icall.
20551         * process.[ch]: added Kill_internal icall.
20552
20553 2004-03-25  Martin Baulig  <martin@ximian.com>
20554
20555         * class.h (MonoStats): Added `generic_instance_count',
20556         `inflated_method_count', `inflated_type_count' and
20557         `generics_metadata_size'.       
20558
20559 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20560
20561         * reflection.c: no warnings now.
20562
20563 2004-03-25  Martin Baulig  <martin@ximian.com>
20564
20565         * class.c (mono_class_get_full): New public function; does a
20566         mono_class_get(), but also takes a `MonoGenericContext *'.
20567
20568         * loader.c (mono_field_from_memberref): Renamed to
20569         `field_from_memberref', made static and added `MonoGenericContext *'
20570         argument.
20571         (mono_field_from_token): Added `MonoGenericInst *' argument.
20572         (method_from_memberef): Likewise.
20573         (mono_get_method_from_token): Likewise.
20574         (mono_get_method_full): New public function; does a
20575         mono_get_method(), but also takes a `MonoGenericContext *'.
20576
20577         * verify.c (mono_method_verify): Get the method's generic context
20578         and pass it to mono_field_from_token(), mono_get_method_full() and
20579         mono_class_get_full().
20580
20581 2004-03-25  Martin Baulig  <martin@ximian.com>
20582
20583         * class.c (mono_class_inflate_generic_type): Take a
20584         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
20585         `MonoGenericMethod *'.
20586
20587 2004-03-25  Martin Baulig  <martin@ximian.com>
20588
20589         * loader.h (MonoMethodInflated): Store the MonoGenericContext
20590         instead of the MonoGenericMethod here.
20591
20592 2004-03-25  Martin Baulig  <martin@ximian.com>
20593
20594         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
20595         each time we create a new MonoGenericInst, we also create a new
20596         context which points back to us.
20597
20598         * class.c (inflate_method): Use `ginst->context' instead of
20599         creating a new context.
20600
20601         * loader.c (method_from_memberref): Use
20602         `klass->generic_inst->context' instead of creating a new context.
20603
20604 2004-03-25  Martin Baulig  <martin@ximian.com>
20605
20606         * class.h (MonoGenericContext): New struct.
20607         (MonoGenericMethod): Removed `generic_inst'.
20608
20609         * class.c (mono_class_inflate_generic_method): Take a
20610         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
20611
20612 2004-03-25  Martin Baulig  <martin@ximian.com>
20613
20614         * loader.h (MonoMethodInflated): New typedef.
20615
20616         * metadata.h (MonoMethodSignature): Removed `gen_method', make
20617         `generic_param_count' consume just 30 bits, added `is_inflated'
20618         and `has_type_parameters' flags (one bit each).
20619
20620         * class.c (mono_class_inflate_generic_method): Create a
20621         MonoMethodInflated instead of a MonoMethodNormal and set
20622         `is_inflated' in the method signature.
20623
20624         * class.h (MonoGenericMethod): Removed `generic_method'.
20625
20626 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
20627
20628         * image.c: Make sure the name of a MonoImage is always an absolute path.
20629           This fixes bug #54415.
20630
20631 2004-03-24  Martin Baulig  <martin@ximian.com>
20632
20633         * class.c (mono_class_setup_vtable): If we're a generic instance,
20634         use our generic type's vtable size.
20635
20636 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
20637
20638         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
20639         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
20640         problems.
20641
20642 2004-03-23  Martin Baulig  <martin@ximian.com>
20643
20644         * class.h (MonoDynamicGenericInst): Added `int count_events' and
20645         `MonoEvent *events'.
20646
20647         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
20648         (typebuilder_icalls): Added "get_event_info"; calls
20649         mono_reflection_event_builder_get_event_info(). 
20650
20651         * reflection.c (mono_reflection_generic_inst_initialize): Added
20652         `MonoArray *events'.
20653         (mono_reflection_event_builder_get_event_info): New function.
20654
20655 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
20656
20657         * object.h: add mono_type_initialization_init
20658
20659         * object.c (mono_runtime_class_init): 
20660         implement class constructor synchronization rules
20661         to cope with threading issues.  
20662         add mono_type_initialization_init
20663
20664         * appdomain.c (mono_runtime_init): call 
20665         mono_type_initialization_init
20666
20667         * class.h: removing initializing field from MonoVTable
20668
20669 2004-03-23  Martin Baulig  <martin@ximian.com>
20670
20671         * class.c (my_mono_class_from_generic_parameter): Use
20672         `param->name' if it's not NULL. 
20673
20674 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
20675
20676         * class.c: do not insert non-virtual methods in the vtable.
20677         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
20678         that means the method is non-virtual. This never would have
20679         happened before.
20680
20681 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
20682
20683         * profiler.c: Added lock for accessing coverage_hash.
20684
20685 2004-03-22  Martin Baulig  <martin@ximian.com>
20686
20687         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
20688         `method->method->signature->generic_param_count != 0' to make it
20689         work for interface methods.
20690
20691 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20692
20693         * process.c: quote the string passed to the shell using g_shell_quote.
20694
20695 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20696
20697         * threads.c:
20698         (mono_threads_manage): don't remove the finalizer thread and self
20699         from the threads hash table so that mono_thread_manage can be called
20700         more than once.
20701
20702 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20703
20704         * process.c: quote the arguments when UseShellExecute is true. Fixes
20705         bug #55790.
20706
20707 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20708
20709         * threads.c: set mono_thread_detach as a cleanup routine for every
20710         thread. This way it's always executed upon thread termination, either
20711         aborted or finished normally. No more xsp hangs!
20712
20713 2004-03-17  Martin Baulig  <martin@ximian.com>
20714
20715         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
20716         `int count_nested' and a `MonoType **nested'.
20717
20718         * reflection.c (mono_reflection_bind_generic_parameters): Moved
20719         most of the functionality into a new static
20720         do_mono_reflection_bind_generic_parameters() and don't take a
20721         `MonoType *nested_in' argument any more.  Don't compute nested
20722         types here.
20723         (mono_reflection_generic_inst_get_nested_types): New public method
20724         to get nested types.
20725
20726         * class.c (mono_class_create_generic): Set `klass->nested_in' if
20727         we're a nested class.
20728
20729         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
20730         mono_reflection_generic_inst_get_nested_types() to compute the
20731         nested types.
20732
20733 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
20734
20735         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
20736         descriptive error message under windows.
20737         
20738 2004-03-17  Martin Baulig  <martin@ximian.com>
20739
20740         * class.c (dup_type): Added `const MonoType *original' argument;
20741         copy the attrs from the original type.
20742
20743 2004-03-17  Martin Baulig  <martin@ximian.com>
20744
20745         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
20746         `m->generic_inst_cache' here.
20747
20748 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
20749
20750         * exception.h exception.c: Add stack_overflow_exception.
20751
20752 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20753
20754         * threadpool.c:
20755         (overlapped_callback): call SetEvent *after* invoking the callback.
20756         No need to call CloseHandle.
20757
20758 2004-03-16  Martin Baulig  <martin@ximian.com>
20759
20760         * reflection.c (mono_image_get_fieldref_token): Take a
20761         `MonoReflectionField *' instead of a `MonoClassField *' and a
20762         `MonoClass *'; store the `MonoReflectionField *' in the hash.
20763
20764 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20765
20766         * appdomain.c: don't add the culture to the filename we're looking for
20767         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
20768
20769 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20770
20771         * locales.c: don't ignore symbols when doing case insensitive compares.
20772         Thanks Dick! Fixes bug #54046.
20773
20774         * threads.c: surround 'threads' usage with enter/leave in
20775         mono_thread_manage.
20776
20777 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
20778
20779         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
20780         implicitly marshalled as [Out]. Fixes #55450.
20781
20782         (mono_marshal_get_runtime_invoke): Zero out the result if there is
20783         an exception.
20784
20785 2004-03-16  Martin Baulig  <martin@ximian.com>
20786
20787         * class.c (mono_class_from_generic_parameter): Use the actual
20788         parameter name. 
20789
20790 2004-03-16  Martin Baulig  <martin@ximian.com>
20791
20792         * reflection.c (type_get_signature_size): New static function.
20793         Compues the size of the type in a method signature.
20794         (method_get_signature_size): New static function; calls
20795         type_get_signature_size() to compute the actual size of the
20796         method's signature.
20797         (method_encode_signature): Use method_get_signature_size() to get
20798         the signature's size rather than using `nparams * 10'.
20799
20800 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20801
20802         * file-io.h: define here WapiOverlapped on windows. I don't want the
20803         regular OVERLAPPED one.
20804
20805         * file-io.c:
20806         * threadpool.c: somehow, BindIoCompletionCallback is not found.
20807         Disabling AIO on windows.
20808
20809 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20810
20811         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
20812         bug #55385.
20813
20814 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20815
20816         * appdomain.c: upgraded corlib version.
20817
20818         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
20819         and BeginWrite. Allow opening files for asynchrnous operations.
20820
20821         * file-io.h: new struct that maps FileStreamAsyncResult.
20822         * icall.c: added new icalls.
20823         * process.[ch]: support setting child process environment variables
20824         and use the SHELL or COMSPEC when UseShellExecute is true.
20825
20826         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
20827         callback for async. IO is here and also BindHandle.
20828
20829         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
20830         from here.
20831
20832 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
20833
20834         * reflection.c (create_custom_attr): Allow len == 0.
20835
20836         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
20837         computation on big-endian machines.
20838
20839 2004-03-13  Martin Baulig  <martin@ximian.com>
20840
20841         * class.h (MonoGenericInst): Added `int count_ifaces'.
20842
20843         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
20844         `ginst->count_ifaces' instead `klass->interface_count' since we
20845         may get called before the vtable is created.
20846
20847         * loader.c (mono_method_get_param_names): If we're a generic
20848         instance, return and don't initialize the class.
20849
20850         * reflection.c (mono_reflection_setup_generic_class): Don't call
20851         ensure_runtime_vtable().
20852         (mono_reflection_bind_generic_parameters): Set
20853         `ginst->count_ifaces'.
20854
20855 2004-03-11  Jackson Harper <jackson@ximian.com>
20856
20857         * icall.c:
20858         * unicode.c:
20859         * unicode.h: Remove unused System.Char icalls.
20860         
20861 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
20862
20863         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
20864         code when we P/Invoke the first library in Windows.Forms, instead
20865         of when we first open the assembly.
20866
20867         * assembly.c: Drop the lookup from here.
20868
20869 2004-03-10  Martin Baulig  <martin@ximian.com>
20870
20871         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
20872         class for properties, fields and events.  Finally fixes #54945.
20873
20874 2004-03-10  Martin Baulig  <martin@ximian.com>
20875
20876         * metadata.c (mono_metadata_class_equal): New static function;
20877         checks whether two generic instances or two generic parameters are
20878         equal.
20879         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
20880         compare classes.        
20881
20882 2004-03-10  Martin Baulig  <martin@ximian.com>
20883
20884         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
20885
20886         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
20887         argument and write it into the `reflection_info' field.
20888
20889         * icall.c
20890         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
20891         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
20892
20893 2004-03-09  Jackson Harper  <jackson@ximian.com>
20894
20895         * char-conversions.h: use 8 bits for numeric data its all we need
20896         * icall.c: numeric data is only 8 bits now.
20897
20898 2004-03-09  Martin Baulig  <martin@ximian.com>
20899
20900         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
20901
20902         * class.c (init_properties, init_events): Initialize the new
20903         `parent' field.
20904
20905         * reflection.c (typebuilder_setup_properties): Likewise.
20906         (typebuilder_setup_events): Likewise.
20907
20908         * reflection.h (MonoEventInfo): Replaced `parent with
20909         `declaring_type' and `reflected_type'.
20910
20911         * icall.c (ves_icall_get_property_info): Distinguish between
20912         declaring and reflected type.
20913         (ves_icall_get_event_info): Likewise.
20914
20915 2004-03-09  Martin Baulig  <martin@ximian.com>
20916
20917         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
20918         (ves_icall_Type_GetField): Correctly set field->klass.
20919
20920 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
20921
20922         * loader.h: Fix warning.
20923
20924 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
20925
20926         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
20927         library routine if present.  Notice that it will still continue
20928         executing even if its missing, for those working on the Gtk#
20929         edition of Windows.Forms.
20930
20931         * assembly.c (do_mono_assembly_open): If loading the
20932         System.Windows.Forms call mono_loader_wini_init.
20933
20934 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
20935
20936         * class.h: Added MonoRemoteClass struct.
20937         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
20938         function for MonoStrings.
20939         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
20940         Added internal call for getting the proxy type.
20941         * marshal.c: Get the type of transparent proxies from its remote_class.
20942         Added methods that generate the IL for type checks and casts:
20943         mono_marshal_get_isinst, mono_marshal_get_castclass, 
20944         mono_marshal_get_proxy_cancast.
20945         * marshal.h: Declaration of the previous new methods.
20946         * object.c: Added new moethods for creating and updating MonoRemoteClass
20947         instances: mono_remote_class, mono_upgrade_remote_class, 
20948         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
20949         * verify.c: FIx transparent_proxy_fields layout.
20950         * appdomain.c: Bump corlib version.
20951
20952 2004-03-04  Jackson Harper  <jackson@ximian.com>
20953
20954         * icall.c: Add icall to access char conversion tables.
20955         * char-conversions.h: Character conversion tables.
20956         * Makefile.am: Add char-conversions.h private header file.
20957         
20958 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
20959
20960         * appdomain.c (unload_thread_main): Increase unloading timeout to
20961         10 sec as a temporary workaround for Nant problems.
20962
20963 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
20964
20965         * gc.c: Add checks for GC_enable and GC_disable.
20966
20967         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
20968         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
20969         (bug #54988).
20970         
20971 2004-02-27  Martin Baulig  <martin@ximian.com>
20972
20973         * reflection.c (mono_reflection_bind_generic_parameters): Take a
20974         `MonoReflectionType *' instead of a `MonoType *'.
20975
20976 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
20977
20978         * gc.c (run_finalize): Avoid finalizing the object representing the
20979         finalizer thread.
20980         (finalizer_thread): Fix warning.
20981
20982 2004-02-25  Martin Baulig  <martin@ximian.com>
20983
20984         * class.c (_mono_class_get_instantiation_name): Added `int offset'
20985         argument for nested types.
20986         (mono_class_create_generic): Added support for nested generictypes.
20987
20988         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
20989         `GList *nested'.
20990
20991         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
20992
20993         * reflection.c (method_encode_signature): Increase the minimum
20994         value of `size' from 10 to 11.
20995         (mono_reflection_bind_generic_parameters): Take `int type_argc'
20996         and `MonoType **types' arguments instead of the `MonoArray
20997         *types'; added `MonoType *nested_in'.  Recursively instantiate
20998         nested classes. 
20999
21000 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
21001
21002         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
21003         stack_overflow_ex members which are used by exception handling.
21004
21005         * appdomain.c (mono_runtime_init): Initialize the new members.
21006
21007         * gc.c (mono_gc_enable): New helper function.
21008         * gc.c (mono_gc_disable): New helper function.
21009
21010 2004-02-23  Martin Baulig  <martin@ximian.com>
21011
21012         * icall.c: I must have been really stupid - make it actually work
21013         this time ;-)
21014
21015 2004-02-23  Martin Baulig  <martin@ximian.com>
21016
21017         * loader.c (method_from_memberref): Only inflate the method if
21018         it's in another klass.
21019
21020 2004-02-23  Martin Baulig  <martin@ximian.com>
21021
21022         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
21023         (mono_class_init): If we're a generic instance and an interface,
21024         compute `class->interface_id'; also create `class->interfaces'
21025         here and inflate them.
21026
21027         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
21028         `ginst->is_open'.
21029         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
21030
21031         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
21032
21033 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
21034
21035         * reflection.c (method_encode_code): Improved the error message
21036         generated by the exception.
21037
21038 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21039
21040         * icall.c: Martin did not do what he said in the ChangeLog for
21041         2004-02-18, but put back the changes for properties and events.
21042         Commenting those changes out again and adding comment to bug #54518.
21043         
21044         * process.c: removed warning.
21045
21046 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
21047
21048         * marshal.c (emit_struct_conv): Print an error message instead of
21049         asserting when a type does not have the StructLayout attribute.
21050
21051 2004-02-20  Martin Baulig  <martin@ximian.com>
21052
21053         * reflection.c (mono_type_get_object): Also use the cache for
21054         generic instances.
21055         (mono_reflection_bind_generic_parameters): Always compute
21056         `ginst->ifaces'.        
21057
21058 2004-02-20  Martin Baulig  <martin@ximian.com>
21059
21060         * class.h (MonoGenericMethod): Removed `klass'.
21061
21062         * class.c (mono_class_inflate_generic_method): Added `MonoClass
21063         *klass' argument.
21064
21065 2004-02-20  Martin Baulig  <martin@ximian.com>
21066
21067         * reflection.c (method_encode_methodspec): Actually use the
21068         uninflated signature for the memberref.
21069
21070 2004-02-20  Martin Baulig  <martin@ximian.com>
21071
21072         * class.h (MonoGenericMethod): Removed `declaring'.
21073
21074         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
21075         is NULL, compute it here.
21076
21077 2004-02-20  Martin Baulig  <martin@ximian.com>
21078
21079         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
21080
21081         * metadata.c (mono_metadata_generic_inst_hash): New method.
21082         (mono_metadata_generic_inst_equal): New method.
21083
21084         * reflection.c (mono_reflection_bind_generic_parameters): Use the
21085         `klass->image->generic_inst_cache' cache to avoid creating
21086         duplicate MonoGenericInst's.
21087
21088         * class.c (mono_class_inflate_generic_type): Use the cache.
21089
21090 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
21091
21092         * object.c: fixed gc descriptor calculation for embedded valuetypes.
21093
21094 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21095
21096         * icall.c: added Socket.WSAIoctl icall.
21097
21098         * socket-io.[ch]: implemented
21099         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
21100
21101 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
21102
21103         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
21104
21105 2004-02-18  Urs C Muff  <umuff@quark.com>
21106
21107         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
21108         this work on PPC and other big-endian architectures.
21109
21110         * debug-mono-symfile.h: Prepended the names of all the `guint32'
21111         fields with an underscore to make sure they're only accessed by
21112         the read32() macro.
21113
21114 2004-02-18  Martin Baulig  <martin@ximian.com>
21115
21116         * icall.c: Put the klass->refclass changes back for methods and
21117         fields, but not for properties and events.  We're currently not
21118         distinguishing between DeclaringType and ReflectedType for
21119         properties and events, that's what caused the regressions.
21120
21121 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21122
21123         * object.c:
21124         (mono_async_result_new): the handle can be NULL.
21125
21126         * threadpool.c: Use an event instead of a semaphore, don't initialize
21127         it until needed. This saves quite a few semaphores from being created
21128         when using the threadpool.
21129
21130 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
21131
21132         * object.c (mono_string_is_interned_lookup): Fix interning of long
21133         strings. Fixes #54473.
21134
21135         * domain.c (ldstr_equal): Optimize if the two strings are equal.
21136
21137         * icall.c: Revert the klass->refclass changes since they introduce
21138         regressions (bug #54518).
21139
21140 2004-02-18  Martin Baulig  <martin@ximian.com>
21141
21142         * class.c (mono_class_init): If we're a generic instance and don't
21143         come from a TypeBuilder, inflate our members here.
21144         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
21145         (mono_class_create_generic): New public method.
21146         (mono_class_initialize_generic): Removed.
21147         (get_instantiation_name): Renamed to
21148         _mono_class_get_instantiation_name() and made it public.
21149
21150 2004-02-18  Martin Baulig  <martin@ximian.com>
21151
21152         * class.c (mono_class_inflate_generic_type): Clear the new
21153         instance's `nginst->klass' when inflating a generic instance.
21154         (mono_class_is_subclass_of): Added (basic) support for generic
21155         instances.
21156
21157 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
21158
21159         * appdomain.h, domain.c: use a MonoCodeManager instead of a
21160         MonoMempool to hold compiled native code.
21161
21162 2004-02-17  Martin Baulig  <martin@ximian.com>
21163
21164         * class.h (MonoDynamicGenericInst): Added `count_properties' and
21165         `properties'.
21166
21167         * reflection.c (mono_reflection_generic_inst_initialize): Added
21168         `MonoArray *properties' argument.
21169
21170         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
21171
21172 2004-02-17  Martin Baulig  <martin@ximian.com>
21173
21174         * icall.c (ves_icall_Type_GetFields): Renamed to
21175         ves_icall_Type_GetFields_internal() and added a
21176         `MonoReflectionType *rtype' argument; pass it to
21177         mono_field_get_object() to set the field's "reflected" type.
21178         (ves_icall_Type_GetConstructors): Likewise.
21179         (ves_icall_Type_GetEvents): Likewise.
21180         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
21181         argument; pass it to mono_method_get_object() to set the method's
21182         "reflected" type.       
21183
21184 2004-02-17  Martin Baulig  <martin@ximian.com>
21185
21186         * class.h (MonoDynamicGenericInst): New type.
21187         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
21188
21189         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
21190         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
21191         (ves_icall_MonoGenericInst_GetFields): New interncall.
21192
21193         * class.c (mono_class_from_generic): Don't call
21194         mono_class_initialize_generic() if this is a dynamic instance;
21195         ie. it's being created from a TypeBuilder.
21196         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
21197         `class->byval_arg.type'.
21198
21199         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
21200         to `inflate_method' and made static.
21201         (mono_reflection_inflate_field): Removed.
21202         (mono_reflection_generic_inst_initialize): New public method.
21203
21204         * reflection.h (MonoReflectionGenericInst): Removed `methods',
21205         `ctors' and `fields'; added `initialized'.
21206
21207 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
21208
21209         * debug-helpers.c (mono_method_full_name): Fix output for empty
21210         namespaces.
21211
21212 2004-02-12  Martin Baulig  <martin@ximian.com>
21213
21214         * class.h (MonoClassField): Added `MonoType *generic_type'.
21215
21216         * reflection.c (mono_image_get_fieldref_token): Added support for
21217         instantiated generic types.
21218         (field_encode_inflated_field): Removed.
21219         (mono_image_get_inflated_field_token): Removed.
21220         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
21221
21222         * reflection.h (MonoReflectionInflatedField): Removed.
21223
21224 2004-02-12  Martin Baulig  <martin@ximian.com>
21225
21226         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
21227         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
21228
21229         * reflection.c (mono_image_get_methodspec_token): Take a
21230         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
21231         (mono_image_create_token): Check whether we have a
21232         `method->signature->gen_method' and call
21233         mono_image_get_methodspec_token() if appropriate.
21234         (inflated_method_get_object): Removed.
21235         (mono_reflection_bind_generic_method_parameters): Return a
21236         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
21237         (mono_reflection_inflate_method_or_ctor): Likewise.
21238
21239         * reflection.h (MonoReflectionInflatedMethod): Removed.
21240
21241 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
21242
21243         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
21244         for custom valuetype marshalling.
21245
21246         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
21247
21248 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21249
21250         * icall.c: fixed WSAGetLastError_internal name.
21251
21252 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
21253
21254         * threads.c (mono_thread_attach): Allow this to be called multiple
21255         times for a thread.
21256         
21257         * threads.c (build_wait_tids): Do not wait for ourselves.
21258
21259         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
21260         appdomain list is empty.
21261
21262         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
21263         memory returned by mono_string_builder_to_utf16, since it points into
21264         managed memory. Thanks to Bernie Solomon for noticing this.
21265
21266         * icall.c: Add AppDomainSetup icalls.
21267
21268         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
21269
21270         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
21271         types.
21272
21273         * reflection.c (reflection_methodbuilder_to_mono_method): Save
21274         custom attributes to the method_aux struct. Also fix array indexes etc.
21275
21276         * loader.c (mono_method_get_param_names): Make dynamic case work again.
21277         
21278 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
21279
21280         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
21281         (both static and runtime) and reduce startup time.
21282
21283 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
21284
21285         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
21286         AsAny marshalling conversion instead of crashing.
21287
21288         * marshal.c: Fix warnings.
21289
21290 2004-02-09  Martin Baulig  <martin@ximian.com>
21291
21292         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
21293
21294         * reflection.h (MonoReflectionInflatedMethod): Removed the
21295         `declaring' field, it's now in the unmanaged MonoGenericMethod.
21296
21297         * reflection.c (method_encode_methodspec): Removed the `method'
21298         argument; we get it from `gmethod->declaring'.
21299         (inflated_method_get_object): Removed the `declaring' argument.
21300
21301 2004-02-09  Martin Baulig  <martin@ximian.com>
21302
21303         * class.h (MonoGenericMethod): New type.
21304         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
21305         `generic_method'.
21306
21307         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
21308         a `MonoGenericMethod *gen_method' one.
21309
21310         * class.c (mono_class_inflate_generic_type): Take an additional
21311         `MonoGenericMethod * argument.  This is only non-NULL if we're
21312         inflating types for a generic method.   
21313         (mono_class_inflate_generic_signature): Renamed to
21314         inflate_generic_signature() and made static; take a
21315         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
21316         (inflate_generic_header): Take a `MonoGenericMethod *' argument
21317         instead of a `MonoGenericInst *' one.
21318         (mono_class_inflate_generic_method): Likewise.
21319
21320         * reflection.c (encode_generic_method_sig): Take a
21321         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
21322         (method_encode_methodspec): Likewise.
21323         (inflated_method_get_object): Likewise. 
21324
21325         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
21326         field with a `MonoGenericMethod *gmethod' one.  
21327
21328 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
21329
21330         * class.h (mono_class_has_parent): add parens to expansion
21331         so you can ! this.
21332
21333 2004-02-08  Martin Baulig  <martin@ximian.com>
21334
21335         * image.h (MonoImage): Removed `generics_cache'.
21336
21337         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
21338         instead of a `MonoType *' argument; removed the `inflate_methods'
21339         argument.  Don't inflate methods here.
21340
21341         * loader.c (find_method): If it's a generic instance, call
21342         mono_class_init() on the `sclass->generic_inst->generic_type'.
21343
21344         * metadata.c (mono_type_size): Make this work on uninitialized
21345         generic instances; call it on the `ginst->generic_type's class.
21346
21347         * reflection.c (mono_reflection_bind_generic_parameters): Call
21348         mono_class_from_generic() to create the `ginst->klass'.
21349
21350 2004-02-08  Martin Baulig  <martin@ximian.com>
21351
21352         * class.h (MonoClass): Changed type of `generic_inst' from
21353         `MonoType *' to `MonoGenericInst *'.
21354
21355 2004-02-08  Martin Baulig  <martin@ximian.com>
21356
21357         * icall.c (ves_icall_Type_BindGenericParameters): Just call
21358         mono_type_get_object(), this is now creating a `MonoGenericInst'
21359         for MONO_TYPE_GENERICINST.
21360         (ves_icall_MonoGenericInst_GetParentType): Likewise.
21361         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
21362
21363         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
21364         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
21365         (inflated_method_get_object): Added `MonoClass *refclass' argument.
21366         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
21367         and reflected type.
21368
21369         * reflection.h (MonoReflectionInflatedMethod): Removed
21370         `declaring_type' and `reflected_type'.
21371
21372 2004-02-08  Martin Baulig  <martin@ximian.com>
21373
21374         * class.h (MonoGenericInst): Added `MonoType *parent' and
21375         `MonoType **ifaces'.
21376
21377         * reflection.h (MonoReflectionGenericInst): Removed `klass',
21378         `parent' and `interfaces'.
21379
21380         * reflection.c (mono_reflection_bind_generic_parameters): Take a
21381         `MonoType *' argument and return a `MonoType *'.
21382
21383         * icall.c
21384         (ves_icall_MonoGenericInst_GetParentType): New interncall.
21385         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
21386
21387 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
21388
21389         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
21390         valuetype marshalling.
21391
21392 2004-02-06  Martin Baulig  <martin@ximian.com>
21393
21394         * class.c
21395         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
21396         (my_mono_class_from_generic_parameter): Likewise.
21397
21398 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
21399
21400         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
21401         contents of the symbol files lazily.
21402
21403         * object.h (MonoThread): Add 'name' and 'name_len' fields.
21404
21405         * threads.h threads.c icall.c: New icalls for getting and setting the
21406         threads name.
21407
21408 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
21409
21410         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
21411         Raise an exception when the domain is not found.
21412
21413 2004-02-03  Martin Baulig  <martin@ximian.com>
21414
21415         * reflection.c (mono_image_get_methodspec_token): Use the
21416         uninflated signature; fixes gen-33.
21417
21418 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
21419
21420         * gc.c threads.c: Make the finalizer thread a normal managed thread so
21421         the finalizer code can use thread functionality.
21422
21423         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
21424         the finalizer thread.
21425
21426         * threads.c: Make some functions more robust.
21427
21428         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
21429
21430         * metadata.h: Add new marshalling conventions.
21431
21432         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
21433         stringbuilder marshalling. Fixes #53700.
21434
21435         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
21436
21437         * reflection.c (mono_image_get_type_info): Save declarative security
21438         info.
21439
21440         * reflection.c (mono_image_get_field_info): Handle uninitialized 
21441         unmanaged fields as well.
21442
21443         * appdomain.c: Bump corlib version.
21444
21445 2004-02-01  Martin Baulig  <martin@ximian.com>
21446
21447         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
21448         method type arguments.  
21449
21450 2004-01-30  Duncan Mak  <duncan@ximian.com>
21451
21452         * marshal.h: Add prototype for
21453         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
21454         and
21455         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
21456         fix the build.
21457
21458 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
21459
21460         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
21461         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
21462
21463 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
21464
21465         * marshal.c (mono_marshal_get_native_wrapper): Add support for
21466         custom marshalling of valuetypes.
21467
21468         * marshal.c: Fix some warnings.
21469
21470 2004-01-29  Martin Baulig  <martin@ximian.com>
21471
21472         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
21473         for generic method parameters.
21474
21475         * reflection.c (method_encode_methodspec): Write the uninflated
21476         signature into the methodspec table.
21477         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
21478         is always the uninflated method.
21479         (reflection_methodbuilder_to_mono_method): Copy the generic
21480         parameters from the MethodBuilder into `header->gen_params'.
21481
21482 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
21483
21484         * class.c (mono_class_from_generic_parameter): Fix warning.
21485
21486 2004-01-27  Martin Baulig  <martin@ximian.com>
21487
21488         * class.c (mono_class_from_generic_parameter): Don't create
21489         `klass->methods' here.  
21490
21491 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
21492
21493         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
21494         extension since it does not work with libraries named lib<FOO>.dll.so.
21495
21496 2004-01-25  Martin Baulig  <martin@ximian.com>
21497
21498         * class.c (mono_class_inflate_generic_type): Added support for
21499         MONO_TYPE_GENERICINST.
21500
21501         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
21502         inflate methods on open constructed types.      
21503
21504 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21505
21506         * object.c: fire ProcessExit event in the root AppDomain after running
21507         Main. Fixes bug #53299.
21508
21509 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
21510
21511         * socket-io.c: include the new socket-wrappers.h header.
21512         Use the wrappers instead of the unix socket functions to make the code
21513         more clear.
21514
21515 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
21516
21517         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
21518
21519         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
21520         Fixes #22532.
21521
21522 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
21523
21524         * reflection.c (mono_image_create_pefile): Handle the case when the
21525         entry point is not a MethodBuilder.
21526
21527         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
21528         field to ReflectionMethod since it is not allways a builder.
21529
21530         * reflection.c (type_get_fully_qualified_name): New helper function to
21531         return the fully qualified name of a type.
21532
21533         * reflection.c (encode_marshal_blob): Always emit the fully qualified
21534         type name for custom marshallers.
21535
21536         * reflection.c (mono_marshal_spec_from_builder): Ditto.
21537
21538         * class.c (mono_class_setup_vtable): If a parent class already 
21539         implements an interface, use the implementing methods from that class.
21540         Fixes #53148.
21541
21542 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21543
21544         * threadpool.c: just return instead of ExitThread to allow for thread
21545         clean up earlier.
21546
21547 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
21548
21549         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
21550         when closing resource modules.
21551
21552         * reflection.c (mono_image_create_pefile): Handle the case when the
21553         entry point is not a MethodBuilder.
21554
21555         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
21556         field to ReflectionMethod since it is not allways a builder.
21557
21558 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
21559
21560         * marshal.c (mono_marshal_get_managed_wrapper): 
21561         mono_marshal_alloc takes native int so CONV_I
21562         the arg for 64bits.
21563
21564 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
21565
21566         * reflection.c (fixup_cattrs): New function to fixup the methoddef
21567         tokens in the cattr table. Fixes #53108.
21568
21569 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21570
21571         * loader.c: don't trim ".dll" before looking up in the config file.
21572         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
21573
21574 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
21575
21576         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
21577         Return the module which contains the resource as well.
21578         (ves_icall_System_Reflection_Module_Close): New icall.
21579
21580         * appdomain.c: Bump corlib version number.
21581
21582         * image.c (mono_image_addref): New public function.
21583
21584         * assembly.c: Call mono_image_addref.
21585
21586         * reflection.c (mono_module_get_object): Increase reference count of 
21587         the image.
21588
21589         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
21590         Fixes #22532.
21591
21592         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
21593         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
21594         proper exceptions on DllImport problems.
21595
21596 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
21597
21598         * class.c, metadata.c: eliminate CSIZE macro.
21599
21600 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
21601
21602         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
21603         * object.h: Added async_callback field in MonoAsyncResult.
21604         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
21605         * verify.c: Added async_callback in MonoAsyncResult layout.
21606
21607 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
21608
21609         * reflection.c (mono_reflection_get_custom_attrs): Add support
21610         for Modules.
21611
21612 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
21613
21614         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
21615         marshalling.
21616         (mono_marshal_method_from_wrapper): Add null pointer check.
21617
21618 2004-01-16  Martin Baulig  <martin@ximian.com>
21619
21620         * debug-mono-symfile.h: Set version number to 36 and reflect
21621         latest symbol writer changes.
21622
21623 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
21624
21625         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
21626         multi-dimensional arrays.
21627         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
21628         (mono_class_from_mono_type): Use bounded_array_class_get.
21629         
21630         * class.c (mono_bounded_array_class_get): New function which takes
21631         a 'bounded' bool argument to distinguish vectors from one dimensional
21632         arrays.
21633
21634         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
21635         bounded_array_class_get if the array has bounds.
21636
21637         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
21638         Search modules loaded using AssemblyBuilder:AddModule as well.
21639
21640 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21641
21642         * appdomain.c: increased corlib version.
21643         * filewatcher.c: removed g_print.
21644         * icall.c:
21645         (get_property_info): only allocate what is actually requested.
21646         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
21647
21648 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21649
21650         * Makefile.am: added filewatcher.[ch]
21651         * filewatcher.[ch]: FileSystemWatcher runtime support.
21652         * icall.c: added new FSW icalls.
21653
21654 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
21655
21656         * string-icalls.c: fix stringbuilder regression as suggested by
21657         Iain McCoy <iain@mccoy.id.au>.
21658
21659 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
21660
21661         * process.c (process_read_stringtable_block): Recognize '007f' as
21662         a language neutral stringtable block.
21663
21664 2004-01-12  Patrik Torstensson
21665
21666         * object.h (MonoStringBuilder) : Changed layout to support our
21667         new stringbuilder class.
21668         * marshal.c: Change marshalling to support the new layout of 
21669         string builder.
21670         * appdomain.c: increased version number because new layout of
21671         string builder.
21672
21673 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
21674
21675         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
21676         assembly name as an string instead of an AssemblyName, since it is
21677         easier to extract info from it.
21678
21679         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
21680         the culture subdirectories too. Fixes #52231.
21681
21682 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21683
21684         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
21685         It takes 2 new parameters with an optional name for the method to look
21686         for and case ignoring info.
21687
21688         * threadpool.c: removed unused variable.
21689
21690 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21691
21692         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
21693         It takes 2 new parameters with an optional name for the property to look
21694         for and case ignoring info.
21695         Fixes bug #52753.
21696
21697 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
21698
21699         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
21700         Fix #52451.
21701
21702 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21703
21704         * appdomain.c:
21705         * assembly.c: escape the uri before passing it to g_filename_from_uri.
21706         Fixes bug #52630.
21707
21708 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
21709
21710         * reflection.c: Add support for more than one unmanaged resource.
21711
21712         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
21713         in field->def_value, as done in all other cases.
21714
21715         * reflection.c (mono_reflection_get_custom_attrs): Add support for
21716         TypeBuilders.
21717
21718         * reflection.c (mono_reflection_create_runtime_class): Remove 
21719         errorneous assignment to klass->element_class, since it is already
21720         done in mono_reflection_setup_internal_class.
21721
21722 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21723
21724         * gc.c: added missing LeaveCriticalSection.
21725         * icall.c: indented a couple of lines.
21726         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
21727         if we call EndInvoke inside a callback. Fixes bug #52601.
21728
21729 2004-01-07  Martin Baulig  <martin@ximian.com>
21730
21731         * mono-debug-debugger.h
21732         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
21733
21734 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
21735
21736         * appdomain.c: Use messages in NotImplementedException.
21737
21738         * exception.c (mono_get_exception_not_implemented): Now this takes
21739         a message argument.
21740
21741         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
21742         exception instead of g_asserting an aborting when something is not
21743         implemented.
21744
21745         Add some inline docs.
21746
21747 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
21748
21749         * reflection.h: Update after changes to object layout.
21750
21751         * reflection.c: Implement saving of unmanaged aka win32 resources.
21752
21753         * appdomain.c: Bump version number.
21754
21755         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
21756         Handle missing domains gracefully.
21757
21758 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
21759
21760         * file-io.c : On Windows, there are much more invalid_path_chars.
21761
21762 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
21763
21764         * class.h, object.c: prepare for GetType () speedup.
21765
21766 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
21767
21768         * profiler.c: workaround for --profile null reference exception on
21769           cygwin. Patch by Patrik Torstensson.
21770
21771 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
21772
21773         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
21774         make work for unaligned access.
21775
21776 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
21777
21778         * class.c: small cleanup (class->fields [i] -> field).
21779         * image.c: check address of metadata is valid.
21780
21781 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
21782
21783         * assembly.h assembly.c (mono_assembly_loaded): New public function to
21784         search the list of loaded assemblies.
21785
21786         * reflection.c (mono_reflection_type_from_name): Use 
21787         mono_assembly_loaded instead of mono_image_loaded.
21788
21789         * reflection.c: Fix warnings.
21790
21791 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
21792
21793         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
21794         is dynamic. This is needed since an assembly can contain both dynamic and
21795         non-dynamic images.
21796
21797         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
21798         assembly->dynamic.
21799
21800         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
21801
21802         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
21803         to store modules loaded using AddModule.
21804
21805         * reflection.c (mono_image_fill_file_table): Generalize this so it works
21806         on Modules.
21807
21808         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
21809
21810         * reflection.c (mono_image_fill_export_table_from_module): New function to
21811         fill out the EXPORTEDTYPES table from a module.
21812
21813         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
21814         into a separate function. Also handle loaded non-dynamic modules.
21815
21816         * reflection.c (mono_image_basic_init): Fix memory allocation.
21817
21818         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
21819
21820         * assembly.c (mono_assembly_load_references): Make this public.
21821
21822 2003-12-19  Martin Baulig  <martin@ximian.com>
21823
21824         * class.c (mono_class_initialize_generic): Made this static, take
21825         a `MonoGenericInst *' instead of a `MonoClass *'.
21826         (mono_class_from_generic): Call mono_class_initialize_generic()
21827         unless we're already initialized or being called from
21828         do_mono_metadata_parse_generic_inst().
21829
21830         * class.h (MonoGenericInst): Added `initialized' and
21831         `init_pending' flags.
21832
21833         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
21834         `mono_class_init (gklass)' or mono_class_initialize_generic()
21835         here; set `generic_inst->init_pending' while parsing the
21836         `type_argv'.
21837
21838 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
21839
21840         * locales.c: include string.h for memxxx prototypes
21841
21842 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
21843
21844         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
21845         constructor when accessing literal fields.
21846
21847 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
21848
21849         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
21850
21851         * reflection.c (assembly_add_resource_manifest): New function to fill
21852         the MANIFESTRESOURCE table.
21853
21854         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
21855
21856         * reflection.h: Update to changes in class layout.
21857
21858         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
21859         Reenable call to mono_runtime_is_shutting_down ().
21860
21861         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
21862         determine if the runtime is shutting down.
21863
21864 2003-12-16  Jackson Harper <jackson@ximian.com>
21865
21866         * icall.c: comment out call to mono_runtime_is_shutting_down to
21867         fix build.
21868         
21869 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
21870
21871         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
21872         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
21873
21874 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
21875
21876         * reflection.c: move definition of swap_with_size
21877         to before its first call
21878
21879 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
21880
21881         * appdomain.c (mono_runtime_is_shutting_down): New public function.
21882
21883         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
21884         icall.
21885
21886         * object.c: Fix warnings.
21887
21888         * icall.c (ves_icall_Type_Get...): Only consider inherited static
21889         members if FlattenHierarchy is set.
21890
21891         * reflection.c (mono_image_add_decl_security): New function to emit
21892         declarative security.
21893
21894         * reflection.h reflection.c: Add support for declarative security.
21895
21896         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
21897         
21898 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
21899
21900         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
21901         
21902         * appdomain.c verify.c: Moved corlib version checking into its own
21903         function in appdomain.c since it needs to create vtables etc.
21904
21905 2003-12-13  Patrik Torstensson <p@rxc.se>
21906
21907         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
21908         instead of unwrapped server.
21909
21910 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
21911
21912         * verify.c (check_corlib): Fix field index.
21913
21914 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
21915
21916         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
21917         GetGacPath icall.
21918
21919 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
21920
21921         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
21922         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
21923         cope with sizeof(size_t) != sizeof(guint32).
21924
21925 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21926
21927         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
21928         in case of failure.
21929
21930 2003-12-10  Mark Crichton <crichton@gimp.org>
21931
21932         * icall.c: removed the GetNonZeroBytes.  We now handle this case
21933         in managed code.
21934
21935         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
21936
21937 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
21938
21939         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
21940         marked as deleted.
21941
21942 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
21943
21944         * verify.c (check_corlib): Handle the case when the version field is 
21945         initialized by a static constructor.
21946
21947 2003-12-08  Patrik Torstensson  <p@rxc.se>
21948
21949     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
21950
21951 2003-12-08  Martin Baulig  <martin@ximian.com>
21952
21953         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
21954         a MonoReflectionGenericParameter, also take the parameter index
21955         and name as arguments.
21956         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
21957         (ves_icall_MonoGenericParam_initialize): New interncall.
21958         (ves_icall_Type_make_byref_type): New interncall.
21959
21960         * reflection.h (MonoReflectionGenericParam): Derive from
21961         MonoReflectionType, not just from MonoObject.  Added `refobj' and
21962         `index' fields.
21963
21964         * reflection.c (mono_reflection_define_generic_parameter): Create
21965         and return a new MonoReflectionGenericParam; don't initialize the
21966         constraints here.
21967         (mono_reflection_initialize_generic_parameter): New public method;
21968         initializes the constraints and creates the `param->pklass'.
21969
21970 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
21971
21972         * reflection.h reflection.c: Use the new fields 'num_types', 
21973         'num_fields' and 'num_methods' to track the number of types etc.
21974
21975         * verify.c (check_corlib): Check corlib version number.
21976
21977 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
21978
21979         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
21980         function works on all methods.
21981
21982 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
21983
21984         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
21985         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
21986         the custom_type_info flag of the transparent proxy.
21987         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
21988         objects that supports IRemotingTypeInfo.
21989         * object.h: Added custom_type_info field in transparent proxy.
21990
21991 2003-12-06  Martin Baulig  <martin@ximian.com>
21992
21993         * class.c (mono_class_create_from_generic): Removed.
21994         (mono_class_from_generic): Check `ginst->klass' before doing
21995         anything else.  This is important to fully support "recursive"
21996         generic types.
21997
21998         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
21999         empty `generic_inst->klass' before doing anything else.
22000
22001 2003-12-06  Dick Porter  <dick@ximian.com>
22002
22003         * verify.c: 
22004         * object.h:
22005         * icall.c:
22006         * locales.c: Use C structs to access class fields.  Don't do a
22007         conversion between MonoString and UChar because both are
22008         platform-endian UTF-16.  Compare now takes startindex and count
22009         parameters.  Add a char overload for IndexOf.  Speed up the
22010         invariant string IndexOf.
22011
22012 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
22013
22014         * Makefile.am (monosn_LDADD): Fix parallel build.
22015
22016 2003-12-04  Martin Baulig  <martin@ximian.com>
22017
22018         * icall.c
22019         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
22020         (ves_icall_Type_make_array_type): New interncall.       
22021
22022 2003-12-04  Martin Baulig  <martin@ximian.com>
22023
22024         * locales.c: also change it in the !HAVE_ICU case.
22025
22026 2003-12-04  Dick Porter  <dick@ximian.com>
22027
22028         * icall.c:
22029         * locales.c: construct_compareinfo is now in CompareInfo, not
22030         CultureInfo.
22031
22032 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
22033
22034         * image.c (mono_image_load_file_for_image): Cache loaded images in the
22035         image->files array.
22036
22037         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
22038         table as well.
22039
22040         * assembly.c (mono_assembly_load_references): Only load references
22041         once.
22042
22043         * class.c (mono_class_from_name): Avoid linear search of the 
22044         EXPORTEDTYPE table.
22045
22046         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
22047
22048 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
22049
22050         * image.h (MonoImage): Add 'field_cache' field.
22051
22052         * loader.c (mono_field_from_token): Cache field lookups.
22053         
22054         * reflection.c (mono_module_get_object): Fix name property.
22055
22056         * icall.c (ves_icall_get_enum_info): Update after changes to 
22057         mono_metadata_get_constant_index ().
22058
22059         * icall.c: Get rid of get_type_info icall, use a separate icall for
22060         each type property to avoid needless memory allocations. Fixes #51514.
22061
22062         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
22063         to avoid needless binary searches.
22064
22065         * class.c (class_compute_field_layout): Move the initialization of
22066         field->def_value to mono_class_vtable ().
22067
22068         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
22069         non-corlib types.
22070
22071         * object.c (mono_object_allocate): Make it inline.
22072
22073         * object.c (mono_object_allocate_spec): Make it inline.
22074         
22075 2003-12-02  Dick Porter  <dick@ximian.com>
22076
22077         * locales.c (create_NumberFormat): NumberFormatInfo construction.
22078         Patch by Mohammad DAMT (mdamt@cdl2000.com).
22079
22080 2003-12-01  Dick Porter  <dick@ximian.com>
22081
22082         * threads.c: Fix signature and call in CreateMutex and
22083         CreateEvent.
22084
22085 2003-12-01  Dick Porter  <dick@ximian.com>
22086
22087         * icall.c: 
22088         * locales.c: Implement string compares and searching
22089
22090         * object.h: Add extra Thread field
22091
22092 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
22093
22094         * reflection.c (fixup_method): Add support for MonoCMethod.
22095
22096 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
22097
22098         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
22099
22100         * reflection.c (assembly_name_to_aname): Allow extra characters in
22101         assembly names. Fixes #51468.
22102
22103 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
22104
22105         * exception.c (mono_exception_from_name_domain): New helper function.
22106
22107         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
22108         exception object in the correct domain.
22109
22110         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
22111         formatting + make a copy a the input data.
22112
22113         * loader.c (mono_get_method_from_token): Methods which contain
22114         native code do not have entries in the ImplMap.
22115
22116         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
22117         Thanks to Gonzalo for spotting this.
22118         
22119         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
22120         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
22121
22122         * assembly.h (mono_assembly_load_from): Split the second part of 
22123         assembly loading into a new public function.
22124
22125         * exception.h (mono_get_exception_bad_image_format): New function.
22126
22127 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
22128
22129         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
22130         Enumerate all modules inside a dynamic assembly. Fixes #51293.
22131         
22132         * icall.c: Add new icall for creating dynamic methods.
22133
22134         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
22135
22136         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
22137
22138         * reflection.c (mono_reflection_create_dynamic_method): New icall to
22139         create a dynamic method.
22140
22141         * reflection.c (resolve_object): New helper function.
22142
22143         * reflection.c: Generalize ReflectionMethodBuilder and the functions
22144         which manipulate it so they can also work on dynamic methods.
22145
22146         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
22147         creating the MonoReflectionMethodAux structure if it is not needed.
22148         
22149         * reflection.h verify.c: Update after changes to object layout.
22150
22151         * reflection.c (method_builder_encode_signature): Fix compilation on
22152         gcc 2.95.x.
22153
22154 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
22155
22156         * appdomain.h: Added support for context static fields. Added static_data
22157           field to MonoAppContext and renamed thread_static_fields to a more
22158           generic special_static_fields in MonoAppDomain, since it can now contain
22159           context static fields.
22160         * domain.c: Updated hashtable name.
22161         * object.c: Replaced field_is_thread_static() for a more generic
22162           field_is_special_static() which also checks for context static attribute.
22163           In mono_class_vtable(), added support for static context fields.
22164         * threads.c: Changed methods that manage thread static fields to more
22165           generic methods so they can be reused both for thread and context static
22166           data.
22167         * threads.h: Declared some new methods.
22168
22169 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
22170
22171         * reflection.h: Update after changes to the managed types.
22172
22173         * reflection.c (encode_custom_modifiers): New helper function.
22174
22175         * reflection.c (method_encode_signature): Emit custom modifiers.
22176
22177         * reflection.c (field_encode_signature): Emit custom modifiers.
22178
22179 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
22180
22181         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
22182
22183         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
22184         implementation.
22185
22186         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
22187         icall.
22188
22189         * object.c (mono_field_get_value_object): New function.
22190
22191         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
22192         specific.
22193
22194 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
22195
22196         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
22197         return a preallocated out-of-memory exception instance.
22198
22199         * object.c (out_of_memory): Use the new function.
22200
22201         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
22202         flag is before the custom modifiers. Fixes #49802.
22203
22204 2003-11-16  Martin Baulig  <martin@ximian.com>
22205
22206         * class.c (mono_class_is_open_constructed_type): Implemented the
22207         MONO_TYPE_GENERICINST case.
22208
22209 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
22210
22211         * assembly.c (mono_assembly_fill_assembly_name): New function to
22212         fill out the MonoAssemblyName structure.
22213         (mono_assembly_open): Use the new function.
22214
22215         * icall.c (fill_reflection_assembly_name): New helper function.
22216
22217         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
22218         new function.
22219
22220         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
22221
22222 2003-11-15  Martin Baulig  <martin@ximian.com>
22223
22224         * class.c (mono_class_is_open_constructed_type): New public
22225         function; checks whether a type is an open constructed type,
22226         ie. whether it still contains type parameters.
22227         (mono_class_inflate_generic_type): If we're a type parameter and
22228         the inflated type is also a MONO_TYPE_(M)VAR, return the original
22229         type.
22230
22231         * class.h (MonoGenericInst): Added `guint32 is_open'.
22232
22233         * loader.c (method_from_methodspec): Check whether we're an open
22234         or closed constructed type and set `ginst->is_open'.
22235
22236         * reflection.c (mono_reflection_bind_generic_parameters): Check
22237         whether we're an open or closed constructed type and set
22238         `ginst->is_open'.
22239         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
22240         from open constructed types.
22241
22242 2003-11-15  Martin Baulig  <martin@ximian.com>
22243
22244         * reflection.c (mono_reflection_bind_generic_parameters): If we're
22245         a generic instance (instead of a generic type declaration) with
22246         unbound generic parameters, bind them to our actual types.
22247
22248 2003-11-14  Martin Baulig  <martin@ximian.com>
22249
22250         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
22251
22252         * reflection.c (mono_reflection_bind_generic_parameters): If we're
22253         an interface type, populate `res->interfaces' with instantiated
22254         versions of all the interfaces we inherit.
22255
22256 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
22257
22258         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
22259         when MONO_PATH is set but doesn't contain the install dir.
22260
22261 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22262
22263         * icall.c:
22264         (ves_icall_Type_GetInterfaces): don't return an interface twice when
22265         it's also implemented in base classes. Fixes bug #50927.
22266
22267 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
22268
22269         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
22270         if this method is called from a finalizer. Fixes #50913.
22271
22272 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
22273
22274         * threads.c: Implement VolatileRead/VolatileWrite
22275
22276         * icall.c: Add new icalls for VolatileRead/VolatileWrite
22277
22278 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
22279
22280         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
22281         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
22282         2.95.3.
22283
22284         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
22285         from Peter Ross (pro@missioncriticalit.com).
22286         
22287 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
22288
22289         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
22290
22291 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
22292
22293         * assembly.c (mono_assembly_load_references): Disable check because it
22294         triggers on older corlibs which lots of people have.
22295
22296 2003-11-12  Jackson Harper  <jackson@ximian.com>
22297
22298         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
22299         load corlib.dll if mscorlib.dll is not found.
22300         * assembly.h: Remove corlib name define.
22301         * class.c:
22302         * domain.c:
22303         * image.c: Change corlib name to mscorlib.
22304         
22305 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
22306
22307         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
22308
22309 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
22310
22311         * appdomain.h: Added loader_optimization here to sync with the C#
22312         code, and add disallow_binding_redirects field.
22313
22314 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
22315
22316         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
22317
22318         * reflection.c (mono_image_build_metadata): Fix crash on modules
22319         with no types.
22320
22321         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
22322
22323         * icall.c (ves_icall_get_method_info): Return callingConvention as
22324         well.
22325
22326         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
22327         namespaces from the EXPORTEDTYPE table as well.
22328
22329         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
22330         from all modules inside the assembly.
22331         
22332 2003-11-11  Martin Baulig  <martin@ximian.com>
22333
22334         * reflection.c (mono_reflection_bind_generic_parameters): Make
22335         this work for interfaces.
22336
22337 2003-11-11  Martin Baulig  <martin@ximian.com>
22338
22339         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
22340
22341 2003-11-11  Martin Baulig  <martin@ximian.com>
22342
22343         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
22344         "MonoInflatedMethod" and "MonoInflatedCtor".
22345
22346 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
22347
22348         * reflection.c (resolution_scope_from_image): Use the assembly table
22349         from the manifest module, since other modules don't have it.
22350
22351         * debug-helpers.c (mono_type_full_name): New helper function.
22352
22353         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
22354
22355         * image.c (mono_image_load_file_for_image): New public function which
22356         is a replacement for the load_file_for_image in class.c.
22357
22358         * assembly.c (mono_assembly_load_module): A wrapper for the function
22359         above which does assembly association and reference loading too.
22360
22361         * class.c (mono_class_from_name): Call mono_assembly_load_module.
22362
22363 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22364
22365         * appdomain.c: not all of the attributes for the full assembly name
22366         are required and the order doesn't matter. Fixes bug #50787.
22367
22368 2003-11-10  Dick Porter  <dick@ximian.com>
22369
22370         * locales.c: Use platform-endian UTF16
22371
22372 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
22373
22374         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
22375         
22376 2003-11-10  Martin Baulig  <martin@ximian.com>
22377
22378         * metadata.c
22379         (mono_metadata_load_generic_params): Make this actually work.
22380
22381         * reflection.c (mono_reflection_bind_generic_parameters): If our
22382         parent is a generic instance, pass all the `types' to it, no
22383         matter whether it has the same number of type parameters or not.
22384
22385 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
22386
22387         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
22388
22389         * assembly.c (mono_assembly_load_references): Move the image<->assembly
22390         assignment code to this function so it gets called recursively for all
22391         modules.
22392
22393         * image.c (load_modules): Remove the assembly assignment since it is
22394         now done by mono_assembly_load_references.
22395         
22396         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
22397         Add 'module' argument.
22398         (mono_module_get_types): New helper function.
22399         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
22400
22401 2003-11-08  Martin Baulig  <martin@ximian.com>
22402
22403         * class.c (mono_class_inflate_generic_method): Interface method
22404         don't have a header.
22405
22406         * reflection.c (mono_image_get_methodspec_token): Take an
22407         additional `MonoGenericInst *' argument instead of reading it from
22408         the header; this is necessary to support interfaces.
22409         (mono_image_create_token): Pass the `MonoGenericInst *' from the
22410         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
22411         (inflated_method_get_object): Take an additional `MonoGenericInst *'
22412         argument.
22413
22414         * reflection.h (MonoReflectionInflatedMethod): Added
22415         `MonoGenericInst *ginst'.
22416
22417 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
22418
22419         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
22420
22421 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
22422
22423         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
22424
22425 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
22426
22427         * reflection.c 
22428         (reflection_methodbuilder_from_method_builder):
22429         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
22430         initialize a ReflectionMethodBuilder structure.
22431         (mono_image_get_methodbuilder_token):
22432         (mono_image_get_ctorbuilder_token): New functions to emit memberref
22433         tokens which point to types in another module inside the same assembly.
22434
22435         * reflection.c: Use the new helper functions.
22436         
22437         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
22438
22439         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
22440         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
22441
22442         * reflection.c (resolution_scope_from_image): Emit a moduleref if
22443         neccesary.
22444
22445         * reflection.c (mono_image_build_metadata): Emit metadata only for the
22446         current module. Emit the manifest only for the main module.
22447
22448         * reflection.c (mono_image_create_token): Add assertion when a 
22449         memberref needs to be created.
22450
22451         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
22452
22453         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
22454         larger buffer for the custom attribute blob. Fixes #50637.
22455         
22456 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22457
22458         * threadpool.c: notify listener on async processing handles after
22459         invoking the async callback. Thanks to Zoltan.
22460
22461 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
22462
22463         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
22464         avoid code duplication.
22465
22466         * reflection.h (MonoDynamicImage): New type which is currently unused,
22467         but will be used through the ref.emit code in place of 
22468         MonoDynamicAssembly.
22469
22470         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
22471         object layout.
22472
22473         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
22474         a MonoDynamicImage instead of just a MonoImage.
22475         
22476         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
22477         icalls to ModuleBuilder but keep their semantics, so they will work
22478         with moduleb->assemblyb. This will change later.
22479         
22480 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
22481
22482         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
22483         object layout.
22484
22485         * reflection.c (mono_image_build_metadata): Avoid creation of a default
22486         main module, since it is now done by the managed code.
22487
22488 2003-11-03  Martin Baulig  <martin@ximian.com>
22489
22490         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
22491         `ginst->klass' here.
22492         (method_encode_methodspec): Don't use the `ginst->generic_method's
22493         klass if it's a generic instance, use `ginst->klass' in this case.
22494
22495 2003-11-03  Martin Baulig  <martin@ximian.com>
22496
22497         * reflection.c (mono_image_get_generic_method_param_info):
22498         Removed, use mono_image_get_generic_param_info() instead.
22499         (mono_image_get_type_info): Write the GenericParam table before
22500         the Method table.  This is neccessary because in the GenericParam
22501         table, type parameters of the class (ie. '!0' etc.) must come
22502         before the ones from its generic methods (ie. '!!0' etc).
22503
22504 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
22505
22506         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
22507
22508 2003-11-02  Martin Baulig  <martin@ximian.com>
22509
22510         * reflection.c (create_generic_typespec): Take a
22511         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
22512         the generic parameters from it.
22513
22514 2003-11-02  Martin Baulig  <martin@ximian.com>
22515
22516         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
22517         instead of a `MonoClassField *' since we just need the type.
22518         (create_generic_typespec): New static function.  Creates a
22519         TypeSpec token for a generic type declaration.
22520         (mono_image_get_generic_field_token): New static function.
22521         (mono_image_create_token): If we're a FieldBuilder in a generic
22522         type declaration, call mono_image_get_generic_field_token() to get
22523         the token.
22524
22525 2003-11-02  Martin Baulig  <martin@ximian.com>
22526
22527         * reflection.h
22528         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
22529         `MonoReflectionGenericInst *declaring_type' and
22530         `MonoReflectionGenericInst *reflected_type' fields.
22531
22532         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
22533         `MonoReflectionGenericInst *declaring_type' and a
22534         `MonoReflectionGenericInst *reflected_type' argument instead of a
22535         single `MonoReflectionGenericInst *type' one.  Set
22536         `res->declaring_type' and `res->reflected_type' from them.
22537         (mono_reflection_inflate_field): Likewise.      
22538
22539 2003-11-02  Martin Baulig  <martin@ximian.com>
22540
22541         * class.c (mono_class_setup_vtable): Don't store generic methods
22542         in the vtable.  
22543
22544 2003-11-02  Martin Baulig  <martin@ximian.com>
22545
22546         * reflection.h (MonoReflectionGenericInst): Added
22547         `MonoReflectionType *declaring_type'.
22548
22549         * reflection.c (mono_reflection_bind_generic_parameters): Use
22550         `if (tb->parent)' instead of `klass->parent'.
22551
22552 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
22553
22554         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
22555         with an empty ASSEMBLY table.
22556
22557         * reflection.c (mono_image_build_metadata): Avoid using the same loop
22558         variable in the inner and outer loops.
22559
22560 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
22561
22562         * metadata.h (mono_metadata_make_token): Put parentheses around macro
22563         argument.
22564
22565         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
22566         
22567         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
22568         icalls. Instead, do everything in managed code. This is needed since
22569         it is hard to restore the original domain etc. in unmanaged code in the
22570         presence of undeniable exceptions.
22571
22572         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
22573         New icalls to push and pop appdomain refs.
22574
22575 2003-10-31  Martin Baulig  <martin@ximian.com>
22576
22577         * class.c (inflate_generic_type): Renamed to
22578         mono_class_inflate_generic_type() and made it public.
22579
22580         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
22581         New interncall.
22582
22583         * loader.c (mono_field_from_memberref): Also set the retklass for
22584         typespecs.
22585
22586         * fielder.c (mono_image_get_inflated_field_token): New static
22587         method; creates a metadata token for an inflated field.
22588         (mono_image_create_token, fixup_method): Added support for
22589         "MonoInflatedField".
22590         (fieldbuilder_to_mono_class_field): New static function.
22591         (mono_reflection_inflate_field): New public function.
22592
22593         * reflection.h
22594         (MonoReflectionGenericInst): Added `MonoArray *fields'.
22595         (MonoReflectionInflatedField): New typedef.     
22596
22597 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
22598
22599         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
22600         for Solaris and other platforms without s6_addr16
22601
22602 2003-10-30  Martin Baulig  <martin@ximian.com>
22603
22604         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
22605         argument instead of two.
22606         (mono_class_inflate_generic_signature): Likewise.
22607         (inflate_generic_header): Likewise.
22608         (mono_class_inflate_generic_method): Likewise.  In addition, if
22609         `ginst->klass' is set, it becomes the new `method->klass'.
22610
22611         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
22612         field.
22613
22614         * reflection.c (encode_generic_method_sig): Write a 0xa as the
22615         first byte. [FIXME]
22616         (method_encode_methodspec): If we have generic parameters, create
22617         a MethodSpec instead of a MethodRef.
22618         (fixup_method): Added support for "MonoInflatedMethod" and
22619         "MonoInflatedCtor".
22620         (mono_image_create_token): Added support for "MonoInflatedMethod"
22621         and "MonoInflatedCtor".
22622         (inflated_method_get_object): New static function; returns a
22623         managed "System.Reflection.MonoInflatedMethod" object.
22624         (mono_reflection_bind_generic_method_parameters): Return a
22625         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
22626         (mono_reflection_inflate_method_or_ctor): Likewise.
22627         (mono_image_get_generic_method_param_info): Initialize unused
22628         fields to zero.
22629         (mono_image_get_generic_param_info): Likewise.
22630
22631         * reflection.h (MonoReflectionInflatedMethod): New public
22632         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
22633         "S.R.MonoInflatedCtor" classes.
22634
22635         * loader.c (method_from_memberref): If we're a TypeSpec and it
22636         resolves to a generic instance, inflate the method.
22637
22638 2003-10-28  Dick Porter  <dick@ximian.com>
22639
22640         * object.c (mono_runtime_run_main): Convert command-line arguments
22641         into utf8, falling back to the user's locale encoding to do so.
22642
22643 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
22644
22645         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
22646         at this time.
22647
22648         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
22649
22650         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
22651         up icalls at method definition time. Partially fixes #33569.
22652
22653 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
22654
22655         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
22656         marshalling of arrays. Fixes #50116.
22657
22658         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
22659
22660         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
22661         points to a vtable in the dying appdomain.
22662
22663         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
22664         listeners into unmanaged code inside the lock.
22665
22666         * object.c (mono_class_vtable): Turn off typed allocation in non-root
22667         domains and add some comments.
22668
22669 2003-10-25  Martin Baulig  <martin@ximian.com>
22670
22671         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
22672
22673         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
22674
22675         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
22676         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
22677         currently parsing.  Create the generic class and store it in
22678         `generic_inst->klass' before parsing the type arguments.  This is
22679         required to support "recursive" definitions; see mcs/tests/gen-23.cs
22680         for an example.
22681         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
22682         to support recursive typespec entries.
22683
22684         * class.c (mono_class_setup_parent): If our parent is a generic
22685         instance, we may get called before it has its name set.
22686         (mono_class_from_generic): Splitted into
22687         mono_class_create_from_generic() and mono_class_initialize_generic().
22688
22689 2003-10-25  Martin Baulig  <martin@ximian.com>
22690
22691         * icall.c (ves_icall_Type_BindGenericParameters): Return a
22692         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
22693         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
22694         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
22695
22696         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
22697         (create_typespec): Likewise.
22698         (mono_reflection_bind_generic_parameters): Return a
22699         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
22700         (mono_reflection_inflate_method_or_ctor): New public function.
22701
22702         * reflection.h (MonoReflectionGenericInst): New typedef.        
22703
22704 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
22705
22706         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
22707         inside the domain lock. Fixes #49993.
22708         
22709         * object.c (mono_class_vtable): When typed allocation is used, 
22710         allocate vtables in the GC heap instead of in the mempool, since the
22711         vtables contain GC descriptors which are used by the collector even
22712         after the domain owning the mempool is unloaded.
22713
22714         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
22715
22716         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
22717         reflect what it does. Also invalidate mempools instead of freeing
22718         them if a define is set.
22719
22720         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
22721         of the appdomain.
22722         
22723         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
22724         hold the finalizable objects in this domain.
22725
22726         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
22727         appdomain.
22728
22729         * appdomain.c (mono_domain_set): New function to set the current
22730         appdomain, but only if it is not being unloaded.
22731
22732         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
22733         appdomain which is being unloaded.
22734         
22735         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
22736         unloading of the root appdomain.
22737
22738         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
22739         icall to execute a method in another appdomain. Intended as a 
22740         replacement for InternalSetDomain, which can confuse the code 
22741         generation in the JIT.
22742
22743         * appdomain.c (mono_domain_is_unloading): New function to determine
22744         whenever an appdomain is unloading.
22745
22746         * appdomain.c (mono_domain_unload): New function to correctly unload
22747         an appdomain.
22748
22749         * assembly.c (mono_assembly_load_references): Check that an assembly
22750         does not references itself.
22751
22752         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
22753         domain manually, it asks the finalizer thread to do it, then waits for
22754         the result. Also added a timeout.
22755
22756         * icall.c: Register the new icalls.
22757
22758         * threads.h threads.c: Export the mono_gc_stop_world and 
22759         mono_gc_start_world functions.
22760         
22761         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
22762         function to fill out the mempool with 0x2a.
22763
22764 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
22765
22766         * reflection.h (MonoReflectionMethodAux): New structure to store
22767         information which is rarely used, thus is not in the MonoMethod
22768         structure.
22769
22770         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
22771         store the aux info.
22772
22773         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
22774         and marshalling info into the aux structure.
22775
22776         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
22777         from the aux structure.
22778
22779         * loader.c (mono_method_get_param_names): Retrieve the param names from
22780         the aux structure.
22781         
22782 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
22783
22784         * exception.h exception.c: Add AppDomainUnloadedException && fix 
22785         warning.
22786
22787 2003-10-21  Dick Porter  <dick@ximian.com>
22788
22789         * socket-io.c
22790         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
22791         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
22792
22793 2003-10-21  Martin Baulig  <martin@ximian.com>
22794
22795         * reflection.c (mono_reflection_bind_generic_parameters):
22796         `klass->parent' is NULL for interfaces.
22797
22798 2003-10-21  Martin Baulig  <martin@ximian.com>
22799
22800         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
22801
22802 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
22803
22804         * exception.c (mono_exception_from_name_msg): New helper function for
22805         creating exceptions and initializing their message field.
22806
22807         * exception.c: Simplify functions using the new helper.
22808
22809         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
22810         New function.
22811
22812         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
22813         mono_raise_exception, since otherwise gcc doesn't generate the function
22814         epilog for raise_exception, confusing the stack unwinding in the JIT.
22815         Fixes #45043.
22816
22817         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
22818         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
22819         Fixes #49499.
22820
22821 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22822
22823         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
22824         utf8.
22825
22826 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
22827
22828         * icall.c: Removed GetUninitializedObject method because
22829           AllocateUninitializedClassInstance does the same.
22830
22831 2003-10-18  Martin Baulig  <martin@ximian.com>
22832
22833         * class.c (inflate_generic_signature): Renamed to
22834         mono_class_inflate_generic_signature() and made it public.
22835         (my_mono_class_from_generic_parameter): New static function; if we
22836         don't already have the generic parameter's MonoClass, create a
22837         very simple one which is just used internally in the runtime and
22838         not passed back to managed code.
22839
22840         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
22841
22842         * metadata.h (MonoMethodSignature): Moved the
22843         `MonoGenericParam *gen_params' to the MonoMethodHeader.
22844         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
22845
22846         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
22847         ves_icall_MonoMethod_GetGenericArguments(); this is now an
22848         interncall on the MonoMethod class, not on MethodInfo.
22849         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
22850         calling mono_reflection_bind_generic_method_parameters() directly.
22851
22852         * loader.c (mono_method_get_signature): If this is a MethodSpec;
22853         return the already computed `method->signature'.
22854         (method_from_methodspec): New static function to load a method
22855         from a MethodSpec entry.
22856         (mono_get_method_from_token): Call the new method_from_methodspec()
22857         for MethodSpec tokens.  
22858         (mono_get_method_from_token): If we're a generic method, load the
22859         type parameters.
22860
22861         * reflection.c (mono_image_get_memberref_token): Allow
22862         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
22863         table.
22864         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
22865         (mono_image_create_token): First check whether it's a generic
22866         method (so we'd need to create a MethodSpec), then do the other
22867         two alternatives.
22868         (mono_reflection_bind_generic_method_parameters): Return a
22869         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
22870         called directly from the interncall.
22871
22872 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
22873
22874         * reflection.c (load_public_key): Move loading of the public key
22875         into managed code.
22876
22877         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
22878
22879         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
22880         fields.
22881
22882         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
22883         culture, hash_alg and public_key. Fixes #49555.
22884
22885 2003-10-17  Martin Baulig  <martin@ximian.com>
22886
22887         * class.h (MonoGenericInst): Moved this declaration here and added
22888         `MonoMethod *generic_method'.
22889
22890         * icall.c
22891         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
22892         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
22893
22894         * metadata.c (mono_metadata_type_equal): Two types of
22895         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
22896         index; ie. don't compare the address of the `MonoGenericParam'
22897         structure.
22898         (mono_metadata_load_generic_params): Removed the `MonoMethod
22899         *method' argument.
22900
22901         * metadata.h (MonoGenericInst): Moved declaration to class.h.
22902         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
22903
22904         * reflection.c (method_encode_signature): Encode the number of
22905         generic parameters.
22906         (encode_generic_method_sig): New static function.
22907         (method_encode_methodspec): New static function; creates an entry
22908         in the MethodSpec table for a generic method.
22909         (mono_image_get_methodspec_token): New static function.
22910         (mono_image_create_token): Call mono_image_get_methodspec_token()
22911         for generic methods.
22912         (mono_reflection_bind_generic_method_parameters): New public
22913         function.  Instantiates a generic method.
22914
22915 2003-10-16  Martin Baulig  <martin@ximian.com>
22916
22917         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
22918         *gen_params' here from MonoMethodHeader.
22919
22920         * metadata.c (mono_metadata_parse_method_signature): If we have
22921         generic parameters, initialize `method->gen_params' and then set
22922         the correct `type->data.generic_param' in all the parameters.
22923
22924 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
22925
22926         * threads.c (mono_threads_get_default_stacksize): New function to 
22927         return the default stacksize.
22928
22929         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
22930         termination of the finalizer thread, since the previous method had
22931         race conditions. Fixes #49628.
22932
22933         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
22934         as for the other managed threads.
22935
22936 2003-10-16  Martin Baulig  <martin@ximian.com>
22937
22938         * class.c (inflate_generic_signature): Copy `generic_param_count'
22939         and `gen_params'.
22940
22941         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
22942         New interncall.
22943
22944         * metadata.c (mono_metadata_parse_method_signature): Actually set
22945         the `method->generic_param_count' here.
22946         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
22947
22948 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
22949
22950         * object.h: Add a new field to TypedRef to simplify the implementation
22951         of the REFANY opcodes in the JIT.
22952
22953         * icall.c: Make use of the new field.
22954
22955         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
22956         dynamically.
22957
22958 2003-10-15  Martin Baulig  <martin@ximian.com>
22959
22960         * class.c (mono_class_from_gen_param): Renamed to
22961         mono_class_from_generic_parameter() and moved most of the
22962         functionality from mono_reflection_define_generic_parameter()
22963         here; ie. we create a "real" class here.
22964         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
22965         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
22966         previously been called.
22967
22968         * class.h (MonoGenericParam): Moved the declaration of this struct
22969         here from metadata.h and added `MonoMethod *method'.
22970
22971         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
22972         interncall.
22973
22974         * loader.c (mono_get_method_from_token): If we have any generic
22975         parameters, call mono_metadata_load_generic_params() to read them
22976         from the MONO_TABLE_GENERICPAR.
22977
22978         * metadata.c (mono_metadata_load_generic_params): Added
22979         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
22980
22981         * metadata.h (MonoMethodSignature): Replaced
22982         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
22983         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
22984
22985         * reflection.c (mono_reflection_define_generic_parameter): Moved
22986         most of the functionality into the new
22987         mono_class_from_generic_parameter(); set the `method' field if
22988         we're a method parameter.       
22989
22990 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
22991
22992         * marshal.c (emit_struct_conv): if native size is 0
22993         emit no code.
22994
22995 2003-10-14  Martin Baulig  <martin@ximian.com>
22996
22997         * icall.c: The generics API has changed in the spec since it was
22998         added to System.Type; these modifications make it match the spec
22999         again.
23000         (ves_icall_Type_GetGenericParameters): Renamed to
23001         `ves_icall_Type_GetGenericArguments'.
23002         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
23003         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
23004         `ves_icall_MonoType_get_HasGenericArguments'.
23005         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
23006         `ves_icall_MonoType_get_IsGenericParameter'.
23007         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
23008         this is no interncall anymore.
23009         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
23010         `ves_icall_TypeBuilder_get_IsGenericParameter'.
23011
23012 2003-10-14  Martin Baulig  <martin@ximian.com>
23013
23014         * reflection.c (mono_reflection_bind_generic_parameters): Also
23015         inflate generic methods if we're reading the class from IL.
23016
23017 2003-10-13  Martin Baulig  <martin@ximian.com>
23018
23019         * reflection.c (mono_reflection_define_generic_parameter): This
23020         method isn't called directly from the icall anymore; take a
23021         `MonoReflectionAssemblyBuilder *' so we can use this for type and
23022         method generic parameters.
23023         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
23024         (method_builder_encode_signature): Encode generic parameters.
23025         (mono_image_get_method_info): Write generic params to the
23026         MONO_TABLE_GENERICPARAM table.
23027
23028         * reflection.h (MonoReflectionMethodBuilder): Added
23029         `MonoArray *generic_params'.
23030
23031         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
23032
23033         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
23034         wrapper for mono_reflection_define_generic_parameter().
23035         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
23036
23037 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
23038
23039         * marshal.h: Add missing function to fix build.
23040
23041         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
23042         the SetLastError pinvoke attribute.
23043
23044         * marshal.c (mono_marshal_set_last_error): New helper function called
23045         by the generated code.
23046         
23047         * marshal.c (mono_mb_emit_branch): New helper function.
23048
23049         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
23050
23051         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
23052         classes as parameters and return values of delegates. Fixes #29256. 
23053
23054 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
23055
23056         * locales.c: use gint32 in non HAVE_ICU case
23057
23058 2003-10-11  Martin Baulig  <martin@ximian.com>
23059
23060         * mono-debug.c (mono_debug_add_method): Added a workaround for
23061         bug #48591.
23062
23063 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
23064
23065         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
23066         delegates passed to native code must use the STDCALL calling 
23067         convention. Fixes #35987.
23068
23069 2003-10-10  Martin Baulig  <martin@ximian.com>
23070
23071         * class.c (inflate_generic_type): If we're inflating for a generic
23072         type instance (and not for a generic method), return
23073         MONO_TYPE_MVAR unchanged.
23074
23075 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23076
23077         * string-icalls.c: Join ignores null strings in the source array.
23078         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
23079         * threads.c: GetAvailableTheads is slightly more accurate.
23080
23081 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
23082
23083         * threads.h threads.c : add mono_threads_set_default_stacksize
23084         and pass default to CreateThread calls.
23085
23086 2003-10-09  Dick Porter  <dick@ximian.com>
23087
23088         * icall.c:
23089         * locales.h:
23090         * locales.c: Internal calls for constructing CultureInfo and
23091         related objects from libicu (if its available.)
23092
23093 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
23094
23095         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
23096
23097 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23098
23099         * threadpool.c: added an argument to async_invoke_thread that is the
23100         item to process, pass the MonoAsyncResult to the thread start function
23101         when creating a new thread. This way we don't need to acquire any lock
23102         when we're creating a new thread. Readded a semaphore for faster
23103         response times (instead of that Sleep i added).
23104
23105 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
23106
23107         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
23108         get daylight change dates better on Windows, fix handling
23109         of platforms without tm_gmtoff.
23110
23111 2003-10-06  Martin Baulig  <martin@ximian.com>
23112
23113         * class.c (inflate_generic_method): Renamed to
23114         mono_class_inflate_generic_method() and made public.
23115         (mono_class_init): Don't inflate the generic methods here.
23116         (mono_class_from_generic): Added `gboolean inflate_methods'
23117         argument.  Inflate the methods here.
23118
23119         * loader.c (mono_method_get_param_names): Ignore instances of
23120         generic types for the moment.
23121
23122         * reflection.c (fixup_method): Added support for inflated methods.
23123         (mono_image_create_token): Use mono_image_get_methodref_token()
23124         for inflated methods.
23125         (mono_custom_attrs_from_param): Ignore instances of generic types
23126         for the moment.
23127         (mono_reflection_bind_generic_parameters): New public function.
23128         Moved all the functionality from
23129         ves_icall_Type_BindGenericParameters() here and added support for
23130         dynamic types.
23131         (mono_reflection_define_generic_parameter): Initialize
23132         `klass->methods' here.
23133
23134         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
23135         functionality into mono_reflection_define_generic_parameter().
23136         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
23137         TypeBuilder, return that TypeBuilder.
23138
23139 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23140
23141         * appdomain.c: removed mono_delegate_semaphore.
23142
23143         * threadpool.c:
23144         (mono_thread_pool_add): moved hash table creation inside and the thread 
23145         creation outside of the critical region.
23146         (mono_thread_pool_finish): removed obsolete code.
23147         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
23148         continue or exit the thread depending on the queue.
23149
23150 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
23151
23152         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
23153         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
23154         handle more bool marshalling options
23155
23156 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
23157
23158         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
23159         arrays of structs. Also add a more descriptive error message when
23160         a structure member is marshalled as LPArray.
23161
23162 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
23163
23164         * marshal.c (mono_marshal_get_native_wrapper): Add support for
23165         marshalling arrays of complex types. Fixes #29098. Also remove an
23166         usused and incomplete function.
23167
23168 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
23169
23170         * gc.c: report heap_size - free_bytes as total memory allocated
23171         (bug#49362).
23172
23173 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
23174
23175         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
23176         fix timezone handling problems on Windows.
23177         
23178         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
23179         asserts when the year is outside the range handled by ms the functions.
23180
23181         * class.c (setup_interface_offsets): If the class is an interface,
23182         fill out its interface_offsets slot.
23183
23184 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23185
23186         * threadpool.c: mark threadpool threads as background.
23187
23188 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
23189
23190         * decimal.c - define DECINLINE to nothing if not using GCC
23191
23192 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
23193
23194         * assembly.c: More refcount fixes.
23195
23196 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23197
23198         * string-icalls.c: if we're not trimming, return the same string.
23199         When not splitting, don't create a new string.
23200
23201 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23202
23203         * image.c:
23204         (mono_image_open): increment the ref_count inside the critical section.
23205
23206 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
23207
23208         * image.c (mono_image_open): Fix reference counting bug.
23209
23210 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
23211
23212         * marshal.c (mono_marshal_type_size) struct alignment changed for 
23213         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
23214         64bits. Avoid leak in mono_marshal_get_native_wrapper when
23215         mono_lookup_pinvoke_call throws.        
23216
23217 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
23218
23219         * reflection.c (mono_reflection_parse_type): Fix #49114.
23220
23221         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
23222         temporary workaround for cygwin header problem.
23223
23224         * object.c (mono_object_isinst): Synchronize this with the code
23225         generated by the JIT for casts.
23226
23227 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
23228
23229         * reflection.c (encode_type): Fix #38332.
23230
23231 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
23232
23233         * marshal.c (mono_marshal_method_from_wrapper): New function to return
23234         the original method from the wrapper method.
23235
23236 2003-09-25  Martin Baulig  <martin@ximian.com>
23237
23238         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
23239         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
23240         (ves_icall_Type_get_IsGenericInstance): New interncall.
23241
23242 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
23243
23244         * object.c: fix cast warning in big endian code.
23245
23246 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
23247
23248         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
23249         
23250 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23251
23252         * assembly.c: don't call check_env from mono_assembly_load. It's
23253         already done once in mono_assemblies_init and may cause headaches when
23254         multiple threads are loading assemblies.
23255
23256 2003-09-19  Martin Baulig  <martin@ximian.com>
23257
23258         * reflection.c (mono_reflection_define_generic_parameter): Don't
23259         allocate `klass->methods', set `klass->flags' to
23260         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
23261
23262 2003-09-18  Martin Baulig  <martin@ximian.com>
23263
23264         * class.c (mono_class_init): Don't create `class->methods' if it's
23265         already initialized.
23266
23267         * metadata.c (mono_metadata_load_generic_params): Make this
23268         actually work.
23269
23270         * reflection.c (mono_reflection_define_generic_parameter): Set
23271         parent class and interfaces from the constraints.
23272
23273         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
23274         to keep this struct in sync with the declaration in TypeBuilder.cs.
23275
23276 2003-09-17  Martin Baulig  <martin@ximian.com>
23277
23278         * metadata.h (MonoType): Replaced the data's `int type_param'
23279         field with `MonoGenericParam *generic_param'.
23280         (MonoGenericParam): Added `MonoClass *klass'.
23281
23282         * class.c (mono_class_from_gen_param): Removed the
23283         `MonoImage *image' and `int type_num' arguments.
23284
23285         * metadata.c (mono_metadata_parse_generic_param): New static
23286         method; creates a MonoGenericParam which just contains the index.
23287         (do_mono_metadata_parse_type): Call
23288         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
23289         MONO_TYPE_MVAR.
23290
23291         * reflection.c (mono_image_typedef_or_ref): Generic type
23292         parameters may be in the same assembly, but never use a typedef
23293         for them.
23294         (mono_reflection_define_generic_parameter): We're now creating a
23295         "real" class for the type parameter; it's now safe to call
23296         mono_class_from_mono_type() on the class'es type, it'll do the
23297         right thing.
23298
23299 2003-09-16  Martin Baulig  <martin@ximian.com>
23300
23301         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
23302         `symfile->range_entry_size' and `symfile->class_entry_size' here;
23303         the `symfile' data structure must be fully initialized before it
23304         gets added to the table.
23305
23306 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
23307
23308         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
23309
23310         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
23311         class init trampolines.
23312
23313 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
23314
23315         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
23316         to the built-in profiler to turn off time and allocation profiling
23317         respectively.
23318
23319 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
23320
23321         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
23322         g_direct_equal.
23323
23324         * debug-helpers.c (mono_method_full_name): Print the wrapper type
23325         in human readable form.
23326
23327 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
23328
23329         * reflection.c icall.c: Fixed warnings.
23330
23331         * image.c (load_class_names): Use a temporary hash table to hold the
23332         namespaces in order to avoid doing many string comparisons.
23333
23334         * image.h: Fix typo.
23335
23336         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
23337         Pass NULL instead of g_direct_equal to the GHashTable constructor 
23338         since the NULL case is short-circuited inside g_hash_table_lookup, 
23339         leading to better performance.  
23340
23341         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
23342         obtain the first custom attribute for a given index. Depends on the
23343         CustomAttribute table being sorted by the parent field.
23344
23345         * reflection.c (mono_custom_attrs_from_index): Use the new function 
23346         for better performance.
23347
23348 2003-09-07  Martin Baulig  <martin@ximian.com>
23349
23350         * class.c (mono_class_init): If we're a generic instance, inflate
23351         all our methods instead of loading them from the image.
23352         (mono_class_from_generic): Set `class->methods = gklass->methods'.
23353
23354 2003-09-07  Martin Baulig  <martin@ximian.com>
23355
23356         * mono-debug-debugger.c: Added support for constructors.
23357
23358 2003-09-06  Martin Baulig  <martin@ximian.com>
23359
23360         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
23361         New interncall.
23362
23363         * reflection.c (mono_reflection_setup_generic_class): Call
23364         ensure_runtime_vtable() to create the vtable.
23365
23366 2003-09-05  Martin Baulig  <martin@ximian.com>
23367
23368         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
23369         MONO_TYPE_MVAR.
23370
23371 2003-09-04  Martin Baulig  <martin@ximian.com>
23372
23373         * reflection.c (mono_reflection_define_generic_parameter): Generic
23374         parameters start with zero.
23375
23376 2003-09-04  Martin Baulig  <martin@ximian.com>
23377
23378         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
23379
23380         * reflection.h (MonoReflectionGenericParam): New typedef.
23381         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
23382         the generic parameters from the managed TypeBuilder.
23383
23384         * reflection.c (mono_reflection_define_generic_parameter): New function.
23385         (mono_reflection_create_runtime_class): Encode generic parameters.
23386         (mono_reflection_setup_generic_class): New function; this is
23387         called after adding adding all generic params to the TypeBuilder.
23388         (encode_type): Added MONO_TYPE_VAR.
23389
23390 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
23391
23392         * class.h class.c (mono_class_needs_cctor_run): Moved this method
23393         here from the JIT.
23394
23395         * assembly.h assembly.c: Moved the AOT loading code into an assembly
23396         load hook.
23397
23398 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
23399
23400         * reflection.h reflection.c class.h class.c: Delete duplicate 
23401         definition of mono_type_get_name () from reflection.c and export the
23402         one in class.c.
23403
23404         * class.c: Class loading fixes from Bernie Solomon 
23405         (bernard@ugsolutions.com).
23406
23407         * reflection.c: Endianness fixes from Bernie Solomon 
23408         (bernard@ugsolutions.com).
23409         
23410 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
23411
23412         * assembly.h assembly.c: Define a file format version for AOT
23413         libraries.
23414         
23415         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
23416
23417         * appdomain.h (MonoJitInfo): New field to determine whenever the
23418         code is domain neutral.
23419         
23420 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
23421
23422         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
23423
23424 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
23425
23426         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
23427         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
23428         Avoid caching the result since strings must be domain specific. Fixes
23429         #48050.
23430
23431 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
23432
23433         * marshal.c (mono_marshal_init): Make this callable multiple times
23434         since it is hard to find a correct place to call it.
23435
23436         * object.c (mono_runtime_class_init): Execute static constructors in
23437         the correct appdomain.
23438
23439         * image.c (build_guid_table): Handle the case when multiple images have
23440         the same GUID.
23441
23442 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23443
23444         * icall.c: added a couple of icalls for System.Web.
23445
23446 2003-08-28  Martin Baulig  <martin@ximian.com>
23447
23448         * icall.c (ves_icall_Type_BindGenericParameters): Use
23449         `klass->generic_inst' instead of `&klass->byval_arg' in the
23450         mono_type_get_object() call.  The returned type must be
23451         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
23452
23453 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
23454
23455         * NOTES: New file.
23456
23457         * object.c (mono_class_proxy_vtable): Make it thread safe.
23458
23459         * pedump.c: Fix warning.
23460
23461         * object.c appdomain.h: Get rid of metadata_section. 
23462         It is no longer needed and it was causing deadlocks with domain->lock.
23463
23464         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
23465
23466 2003-08-26  Martin Baulig  <martin@ximian.com>
23467
23468         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
23469
23470 2003-08-26  Martin Baulig  <martin@ximian.com>
23471
23472         * pedump.c (main): Call mono_metadata_init(),
23473         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
23474         and mono_loader_init().
23475
23476 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
23477
23478         * loader.h: Add missing include to fix build.
23479
23480         * image.h: mono_image_load_references is no more.
23481
23482         * assembly.c: Reworked assembly loading to make it really thread safe.
23483         After these changes, the assembly returned by mono_assembly_open is
23484         fully initialized, i.e. all its references assemblies are loaded.
23485
23486         * assembly.c (mono_image_load_references): Renamed to 
23487         mono_assembly_load_references, and made private, since clients no
23488         longer need to call it.
23489
23490         * class.c: Removed calls to mono_assembly_load_references, since it was
23491         a source of deadlocks.
23492
23493         * loader.h loader.c class.h class.c: Protect data structures using a 
23494         new lock, the loader lock.
23495
23496         * class.c (mono_class_setup_vtable): Create temporary hash tables and
23497         GPtrArrays only when needed.
23498
23499         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
23500         into empty structures by mcs. Fixes pinvoke7.cs.
23501         
23502         * domain.c (mono_init): Call a new initialization function.
23503
23504         * appdomain.c (mono_runtime_init): Call the new initializer function
23505         of the marshal module.
23506
23507         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
23508         inserted into empty structures by mcs. Fixes pinvoke7.cs.
23509
23510         * marshal.h marshal.c: Added locks around the wrapper caches to make
23511         this module thread safe.
23512
23513         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
23514         this argument. Fixes pinvoke1.exe.
23515
23516 2003-08-25  Lluis Sanchez <lluis@ximian.com>
23517
23518         * object.h: Added call_type field to MonoMethodMessage and the corresponding
23519         enumeration of values. Removed fields to store remote call output values in
23520         MonoAsyncResult. Not needed any more.
23521         * object.c: Initialize call_type and async_result fields in mono_message_init.
23522         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
23523         dispatching the message.
23524         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
23525         async call to finish. To do it use a message with EndInvoke call type.
23526
23527 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
23528
23529         * loader.h loader.c (mono_method_hash_marhal_info): New function which
23530         determines whenever a method has marshalling info.
23531
23532 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23533
23534         * assembly.c: fix the build on windows.
23535
23536 2003-08-22 Lluis Sanchez <lluis@ximian.com>
23537
23538         * object.cs: Fixed bug #47785.
23539
23540 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
23541
23542         * string-icalls.c (StringReplace): If their are no occurances of
23543         the old string found return a reference to the supplied
23544         string. This saves some memory and matches MS behavoir.
23545         
23546 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23547
23548         * socket-io.c: fixed compilation for systems that define AF_INET6
23549         and don't define SOL_IP/SOL_IPV6.
23550
23551 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
23552
23553         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
23554         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
23555
23556         * rawbuffer.c rawbuffer.h: Make this module thread safe.
23557
23558         * domain.c: Make this module thread safe.
23559
23560         * domain.c (mono_init): Call new initialization function.
23561
23562         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
23563         reference types too. Fixes #38812.
23564
23565         * image.c (mono_image_init): Fixed warnings.
23566
23567         * class.c (mono_class_from_typeref): Handle assembly load failure
23568         correctly.
23569
23570         * appdomain.c (add_assemblies_to_domain): Handle the case when
23571         the references of an assembly are not yet loaded.
23572
23573         * metadata.c image.c assembly.c: Moved initialization of global
23574         variables to a separate function called at startup since lazy 
23575         initialization of these variables is not thread safe.
23576         
23577         * image.c assembly.c: Made this module thread safe by adding locks in 
23578         the appropriate places.
23579
23580         * domain.c (mono_init): Call the new initialization functions of the
23581         three modules.
23582
23583 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
23584
23585         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
23586           make a direct call. It is proxy's work to make the call asynchronous.
23587           mono_delegate_end_invoke(): If the targe is a proxy, just collect
23588           the return values.
23589         * object.cs: mono_method_call_message_new(): read AsyncResult and
23590           state object from parameters list, if this info is requested.
23591         * object.h: Added fields to store remote call output values in
23592           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
23593
23594 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
23595
23596         * object.h: add needed fields to MonoThread.
23597         * threads.c, threads.h: allow registering a function to cleanup data
23598         allocated per thread by the JIT.
23599
23600 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
23601
23602         * loader.h: portability fix by Bernie Solomon
23603         * <bernard@ugsolutions.com>.
23604
23605 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
23606
23607         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
23608         return a MonoArray. This simplifies the code and also ensures that
23609         the cache allways contains an object reference as a value.
23610
23611         * icall.c (ves_icall_get_parameter_info): Simplified using the new
23612         function.
23613
23614 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23615
23616         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
23617         fixes a problem with byte ordering when getting the address family for
23618         a socket.
23619
23620 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
23621
23622         * .cvsignore: Added monosn.
23623
23624         * reflection.h reflection.c loader.c: Added support for parameter
23625         marshalling to dynamically created types. Fixes #47295.
23626
23627 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
23628
23629         * rand.c: remove useless warnings.
23630
23631 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
23632
23633         * class.c: implemented ldtoken for methods and fieldrefs.
23634
23635 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23636
23637         * threadpool.c: when mono_async_invoke was called, no one took care of
23638         monitoring the queue. So if the method invoked took some time and we
23639         got new async invoke requests after 500 ms (the thread created waited
23640         that long in WaitForSingleObject), the new async invoke was not called
23641         until the previous one finished.
23642
23643         This is fixed now. Thanks to Totte for helping with it.
23644
23645 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23646
23647         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
23648
23649 2003-08-11  Martin Baulig  <martin@ximian.com>
23650
23651         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
23652
23653 2003-08-06  Martin Baulig  <martin@ximian.com>
23654
23655         * mono-debug-debugger.c: Added support for static fields,
23656         properties and methods.
23657
23658 2003-08-06  Martin Baulig  <martin@ximian.com>
23659
23660         * mono-debug-debugger.c: Don't store the MonoString's vtable to
23661         make this work for applications with multiple application domains.
23662
23663 2003-08-04  Martin Baulig  <martin@ximian.com>
23664
23665         * mono-debug-debugger.c: Completely reworked the type support; the
23666         most important thing is that we're now just using one single
23667         `MonoType' instance per type.
23668
23669 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
23670
23671         * mono-endian.h, mono-endian.c, icall.c: Added icall
23672         ves_icall_System_Double_AssertEndianity to assert double word endianity
23673         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
23674
23675 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
23676
23677         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
23678         support, icalls and fixes.
23679
23680 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
23681
23682         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
23683         classes that are a punctuation character in .NET is not the same a
23684         g_unichar_ispunct.
23685
23686 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
23687
23688         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
23689
23690 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
23691
23692         * icall.c: Add new MemCopy internalcall.
23693         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
23694         Simplified code; It is not necessary to handle all the cases here,
23695         as the C# code takes care of it.  Only handle the case of the name
23696         resource embedded into the assembly.
23697
23698         Changed signature to return the data pointer and the size of the
23699         data. 
23700
23701 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
23702
23703         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
23704         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
23705
23706 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
23707
23708         * socket-io.c: ignore EINTR error in select.
23709
23710 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
23711
23712         * class.h, class.c: removed unused subclasses field in MonoClass.
23713
23714 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
23715
23716         * icall.c: improve fix of get_base_definition(). If the parent class
23717           doesn't have the mehod, look at the parent of the parent.
23718         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
23719           to check if a parameter is an in or out parameter
23720           (PARAM_ATTRIBUTE_IN is not set by default).
23721           mono_method_return_message_restore(): Use mono_class_value_size to
23722           get the size of a value type. mono_type_stack_size (parameterType)
23723           does not return the correct value if parameterType is byRef.
23724           mono_load_remote_field(), mono_load_remote_field_new(),
23725           mono_store_remote_field(), mono_store_remote_field_new():
23726           raise exception if the remote call returns an exception.
23727
23728 2003-07-28  Martin Baulig  <martin@ximian.com>
23729
23730         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
23731         method.  This is a wrapper around mono_runtime_invoke() which
23732         boxes the instance object if neccessary.
23733
23734 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
23735
23736         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
23737         metadata.h, row-indexes.h, verify.c: first cut of generics support.
23738
23739 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
23740
23741         * icall.c: disable mcs bug workaround.
23742
23743 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
23744
23745         * object.c (mono_runtime_class_init): Take the metadata_section
23746         mutex before obtaining the domain mutex.
23747
23748         * appdomain.h: Added definition of metadata_section mutex here. 
23749
23750         * object.c: define metadata_mutex here.
23751
23752 2003-07-24  Ravi Pratap  <ravi@ximian.com>
23753
23754         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
23755         fixed.
23756
23757 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
23758
23759         * reflection.c: Fix bug #46669
23760
23761 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23762
23763         * exception.c:
23764         * exception.h:
23765         * icall.c:
23766         * object.h: fill in the type name for TypeLoadException.
23767
23768 2003-07-23  Ravi Pratap  <ravi@ximian.com>
23769
23770         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
23771         relationship between TypeBuilders while compiling corlib) and bug
23772         45993 (Array types returned from the runtime while compiling
23773         corlib were from the loaded corlib).
23774
23775 2003-07-22  Martin Baulig  <martin@ximian.com>
23776
23777         * mono-debug-debugger.c: Reworked the type support a bit more;
23778         distinguish between types and classes.
23779
23780 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
23781
23782         * icall.c: add IsArrayImpl icall.
23783
23784 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
23785
23786         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
23787         initializing real_size only once. Also fix bug #46602.
23788
23789 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
23790
23791         * object.c: Renamed mono_metadata_section to metadata_section.
23792
23793 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
23794
23795         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
23796           empty array if the type is an array. Fixed.
23797           ves_icall_MonoMethod_get_base_definition: if the base method
23798           is abstract, get the MethodInfo from the list of methods of
23799           the class.
23800         * reflection.c: ParameterInfo.PositionImpl should be zero-based
23801           and it was 1-based. Fixed in mono_param_get_objects.
23802
23803 2003-07-20  Martin Baulig  <martin@ximian.com>
23804
23805         * mono-debug.h: Set version number to 31.
23806         (mono_debug_init): Added `MonoDomain *' argument.
23807
23808         * mono-debug-debugger.c: Reworked the type support; explicitly
23809         tell the debugger about builtin types; pass the `klass' address to
23810         the debugger.
23811
23812 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
23813
23814         * image.c: Allow new metadata tables to be loaded without a
23815         warning. Also update the warning message to give the new constant value.
23816                 
23817 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
23818
23819         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
23820         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
23821         array type representation changes.
23822
23823 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
23824
23825         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
23826         on Environment.Exit () call.
23827
23828 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
23829
23830         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
23831         requires a matching corlib.
23832
23833 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
23834
23835         * Changelog: My editor decided to add a CR to each line. Sorry about that.
23836           Committed again without the CRs.
23837         
23838 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
23839
23840         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
23841           getting it from the "this" socket instance. Did not work
23842           if the socket is a subclass of Socket.
23843           Also fixed bug #35371.
23844
23845 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
23846
23847         * metadata.c: fixed size for TypedByRef.
23848         * loader.c: when searching for a method, consider the vararg amrker.
23849         * unicode.c, decimal.c: constify some arrays.
23850
23851 2003-07-15  Dick Porter  <dick@ximian.com>
23852
23853         * socket-io.c: Fixed compilation for gcc < 3.2.
23854
23855         Fixed compilation for machines that don't have AF_INET6 (thanks to
23856         Bernie Solomon <bernard@ugsolutions.com> for that part.)
23857
23858         Fixed compile warnings.
23859         
23860         Fixed formatting and line endings.
23861
23862 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
23863
23864         * socket-io.h:
23865         * socket-io.c: Added IPv6 support.
23866
23867 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
23868
23869         * class.c (mono_class_is_assignable_from): New function to implement
23870         the is_assignable_from logic. Used by mono_object_isinst, 
23871         Type::IsAssignableFrom () and the interpreter.
23872
23873         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
23874         Object, even interfaces.
23875         
23876         * object.c (mono_object_isinst): Implement in terms of 
23877         is_assignable_from.
23878
23879         * icall.c (ves_icall_type_is_assignable_from): New icall.
23880
23881 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
23882
23883         * domain.c (foreach_domain): fix compiler warning.
23884
23885 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
23886
23887         * image.c (load_metadata_ptrs): use g_strndup because strndup is
23888         not available on all plattforms
23889
23890 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
23891
23892         * image.h image.c: Store the metadata version string in MonoImage.
23893         * icall.c: New icall to retrieve the image version.
23894         * reflection.c (create_dynamic_image): Fill in the image version field
23895         * reflection.c (build_compressed_metadata): Use the image version
23896         from the image structure.
23897
23898 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23899
23900         * appdomain.c: modified comment.
23901         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
23902         That will be its last iteration when mono_gc_cleanup is called from
23903         mono_runtime_cleanup and before the domain is unloaded.
23904
23905         Fixes bug #45962.
23906
23907 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
23908
23909         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
23910         attributes.
23911
23912 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
23913
23914         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
23915         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
23916         Bernie Solomon <bernard@ugsolutions.com>.
23917
23918 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
23919
23920         * object.c, object.h: provide mono_object_new_fast() for faster
23921         allocation in some special cases.
23922
23923 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
23924
23925         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
23926         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
23927
23928 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
23929
23930         * threadpool.c: fix leaks.
23931
23932 2003-07-01  Dick Porter  <dick@ximian.com>
23933
23934         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
23935         using MonoGHashTables.  Fixes threadpool bug posted to list.
23936
23937 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
23938
23939         * image.h, image.c: added support to load an assembly from a byte array.
23940         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
23941         assembly bundle support.
23942
23943 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
23944
23945         * threadpool.c (mono_thread_pool_add): keep a reference to the
23946         AsyncResult to prevent GC
23947
23948 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
23949
23950         * class.c: leak fix.
23951
23952 2003-06-25  Dick Porter  <dick@ximian.com>
23953
23954         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
23955         for the async object, the WaitHandle object will close the handle.
23956         Fixes bug 45321.
23957
23958 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
23959
23960         * class.c: in mono_array_class_get (), lookup from the hash with the
23961         same type we insert: this works around a bug in
23962         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
23963         lluis. The real fix will have to wait for after the release.
23964
23965 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
23966
23967         * icall.c: fix memory leak when getting type members.
23968
23969 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
23970
23971         * reflection.c: added more pubtoken special cases.
23972
23973 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
23974
23975         * class.c: handle field offset correctly when class size
23976         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
23977
23978 2003-06-20  Martin Baulig  <martin@ximian.com>
23979
23980         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
23981         *image' field.
23982
23983 2003-06-20  Martin Baulig  <martin@ximian.com>
23984
23985         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
23986
23987 2003-06-20  Martin Baulig  <martin@ximian.com>
23988
23989         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
23990         just distinguish between variables in registers and variables at
23991         an offset relative to a register.
23992
23993 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23994
23995         * icall.c: #ifdef out latest changes until mcs is fixed.
23996
23997 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
23998
23999         * icall.c: return members in metadata order.
24000
24001 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
24002
24003         * icall.c: avoid infinite loop in GetTimeZoneData.
24004
24005 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
24006
24007         * icall.c: added Marshal.Prelink/All icalls.
24008
24009 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
24010
24011         * object.c, object.h: fix warnings and do some overflow checking
24012         when creating arrays.
24013
24014 2003-06-17  Dick Porter  <dick@ximian.com>
24015
24016         * file-io.h:
24017         * file-io.c: File attributes need to be tweaked slightly when
24018         passed from the managed to the w32 world.
24019
24020 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
24021         * profiler.h profiler-private.h profiler.c: Rework last patch
24022         based on suggestion by Paolo.
24023         
24024 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
24025
24026         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
24027         instruction level coverage data collection.
24028         * profiler.h profiler.c (: Added new callback function which can be
24029         used by the profiler to limit which functions should have coverage
24030         instrumentation.
24031         * profiler.c (mono_profiler_load): Call g_module_build_path to
24032         generate the file name of the profiler library.
24033
24034 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
24035
24036         * profiler.c, profiler.h, profiler-private.h: added basic block 
24037         coverage profiling API.
24038
24039 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
24040
24041         * reflection.c (mono_reflection_create_runtime_class): Add support
24042         for events in dynamically generated code.
24043
24044         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
24045         not allocated.
24046
24047 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
24048
24049         * icall.c: when getting timezone info, return reasonable values if we
24050         can't get the actual data.
24051
24052 2003-06-14  Dick Porter  <dick@ximian.com>
24053
24054         * threads.c (start_wrapper): Remove the reference to the thread
24055         object in the TLS data, so the thread object can be finalized.
24056         This won't be reached if the thread threw an uncaught exception,
24057         so those thread handles will stay referenced :-( (This is due to
24058         missing support for scanning thread-specific data in the Boehm GC
24059         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
24060
24061 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
24062
24063         * reflection.c: ensure streams and tables are first allocated with
24064         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
24065
24066 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
24067
24068         * icall.c: fixed GetElementType for byrefs (bug# 44792).
24069
24070 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
24071
24072         * reflection.c (mono_reflection_create_runtime_class): Add support for
24073         properties to dynamically created classes.
24074         * reflection.c: Fix a few places where non-MonoObjects were inserted
24075         into the tokens hashtable.
24076
24077 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
24078
24079         * object.c: some support to handle out of memory exceptions.
24080
24081 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
24082
24083         * marshal.c (mono_marshal_get_native_wrapper): support reference
24084         return types
24085
24086 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
24087
24088         * object.h, object.c: more portability stuff from Bernie Solomon.
24089         Unexport mono_object_allocate(). Added mono_object_unbox ().
24090         Set exitcode when an unhandled exception is thrown.
24091
24092 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
24093
24094         * marshal.c (mono_marshal_get_native_wrapper): use custom
24095         marshaler for return types.
24096
24097 2003-06-10  Dick Porter  <dick@ximian.com>
24098
24099         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
24100         ip_mreq is available
24101
24102 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
24103
24104         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
24105         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
24106         by Bernie Solomon <bernard@ugsolutions.com>.
24107
24108 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
24109
24110         * gc.c (mono_gc_init): Avoid error message on shutdown when
24111         GC_DONT_GC=1 is used.
24112
24113         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
24114         New icall to return the GUID of a module.
24115
24116 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
24117
24118         * class.c: ensure instance size always includes the parent's size
24119         even whem class size is set explicitly (fixes bug#44294).
24120
24121 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
24122
24123         * profiler.h, profiler.c: made the simple profiler thread-safe,
24124         get more accurate timing info. Allow the loading of an
24125         externally-developed profiler module.
24126
24127 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
24128
24129         * marshal.c (mono_marshal_get_native_wrapper): improved
24130         class/byref arguments.
24131         (mono_marshal_get_native_wrapper): better string marshaling support.
24132
24133 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
24134
24135         * class.c: ensure .pack and .size are handled correctly and
24136         simplified layout of static fields.
24137
24138 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
24139
24140         * appdomain.c
24141         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
24142
24143         * loader.c (mono_lookup_pinvoke_call): look for modules in the
24144         current directory (fix bug 44008)
24145
24146 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
24147
24148         * marshal.c (mono_marshal_get_native_wrapper): started support for
24149         custom marshalers.
24150         (mono_delegate_to_ftnptr): consider marshalling specifications
24151
24152 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
24153
24154         * reflection.c, reflection.h: emit custom marshal info.
24155
24156 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24157
24158         * object.c: free the GError.
24159         * icall.c: added CloseEvent_internal.
24160         * threads.[ch]:
24161         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
24162         call.
24163
24164 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
24165
24166         * loader.c (mono_method_get_signature): Add support for dynamic
24167         assemblies.
24168
24169 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
24170
24171         * reflection.c: fixed bug #43905.
24172
24173 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
24174
24175         * class.c, domain.c, icall.c, metadata.h, object.h: support for
24176         handling TypedReference and ArgIterator.
24177         * loader.c, loader.h: added function to get signature at call site.
24178
24179 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
24180
24181         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
24182         data readonly. Buglets and warning fixes. Some MethodSpec support.
24183
24184 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
24185
24186         * class.h, class.c, object.c: remove relative numbering support.
24187
24188 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
24189
24190         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
24191         free the string, until we get a chance to fix Gtk#
24192
24193 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24194
24195         * marshal.c: revert last patch.
24196
24197 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
24198
24199         * icall.c: updates for new mono_class_vtable() not calling
24200         the type constructor anymore.
24201
24202 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
24203
24204         * object.h, object.c: separate vtable creation from type
24205         initialization. Make running the .cctor thread safe.
24206
24207 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
24208
24209         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
24210
24211 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
24212
24213         * loader.c (mono_get_method): consider calling convention
24214
24215 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
24216
24217         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
24218         to return the invisible global type for a module.
24219
24220         * reflection.c (mono_image_build_metadata): Emit global fields too.
24221
24222 2003-05-20  Peter Williams  <peterw@ximian.com>
24223
24224         * loader.c (mono_lookup_internal_call): Add a few newlines.
24225
24226 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
24227
24228         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
24229         literal strings.
24230
24231         * appdomain.c (set_domain_search_path): Recalculate search path when
24232         AppDomainSetup.PrivateBinPath changes.
24233
24234         * object.c (mono_class_compute_gc_descriptor): It turns out some
24235         parts of the class libs (like System.Thread) holds pointers to
24236         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
24237         to treat native int a pointer type here.
24238         
24239 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
24240
24241         * appdomain.h, domain.c: add hashtable for jump target resolution.
24242
24243 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
24244
24245         * reflection.h reflection.c icall.c: Added new icalls 
24246         GetManifestResourceInfoInternal, GetModulesInternal and support
24247         infrastructure.
24248
24249 2003-05-16  Dick Porter  <dick@ximian.com>
24250
24251         * icall.c:
24252         * file-io.h:
24253         * file-io.c: Implement System.IO.MonoIO::GetTempPath
24254
24255 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
24256
24257         * object.c: mono_store_remote_field: little fix to previous patch.
24258
24259 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
24260
24261         * class.c: add constructors to array classes.
24262         * icall.c: special case array construction for InternalInvoke (),
24263
24264 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
24265
24266         * class.h class.c reflection.c object.c: Added support for field
24267         defaults in dynamically generated classes.
24268
24269 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
24270
24271         * reflection.c: properly encode charset for ddlimport.
24272
24273 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
24274
24275         * threads.c: allow compiling without GC.
24276
24277 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
24278
24279         * appdomain.h, object.c, object.h, threads.c, threads.h: added
24280         handling of thread static data.
24281
24282 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
24283
24284         * reflection.h, reflection.c: added mono_custom_attrs_free ().
24285
24286 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
24287
24288         * class.c (mono_array_class_get): always set the serializable flags
24289         (mono_array_class_get): always set the SEALED attribute for array types
24290
24291 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
24292
24293         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
24294         attributes (fix for bug 42021).
24295
24296 2003-05-12  Dick Porter  <dick@ximian.com>
24297
24298         * gc.c: Don't run finalizers when the finalizer thread is
24299         finishing up, because the default domain has already been
24300         destroyed.
24301
24302 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
24303
24304         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
24305         value is null, we should throw an exception.   This is slightly
24306         different than the other conventions used for the constructor.
24307
24308 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24309
24310         * socket-io.c: fixed windows build.
24311
24312 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24313
24314         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
24315
24316 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
24317
24318         * object.c (mono_string_new_wrapper): Compatibility fix for MS
24319         compilers.
24320
24321 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
24322
24323         * class.c (mono_class_layout_fields): Add experimental GC aware
24324         auto layout facility. Requires class library changes to work correctly.
24325
24326         (mono_class_setup_vtable): Avoid overriding explicit interface
24327         method implementations. Fixes iface3.exe test.
24328
24329         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
24330         object reference.
24331         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
24332         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
24333
24334         * metadata.h: Add new type classification macro which determines
24335         whenever the type holds an object reference.
24336
24337 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
24338
24339         * marshal.c (mono_marshal_get_native_wrapper): cleanups
24340
24341 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
24342
24343         * gc.c (finalizer_thread): Work around a GC bug.
24344
24345 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
24346
24347         * marshal.c (emit_struct_conv): allow unions
24348
24349         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
24350
24351 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
24352
24353         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
24354
24355 2003-05-06  Martin Baulig  <martin@ximian.com>
24356
24357         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
24358
24359 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24360
24361         * socket-io.c:
24362         (Select_internal): allow NULLs, don't create arrays if not needed.
24363         Coupled with Socket.cs changes.
24364
24365         * threadpool.c:
24366         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
24367         register a finalizer for it that will close the semaphore handle. This
24368         fixes the leak and make Lupus' test run with > 4080 loops.
24369
24370 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
24371
24372         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
24373         Jerome Laban (bug #42287)
24374
24375 2003-05-02  Martin Baulig  <martin@ximian.com>
24376
24377         * debug-mono-symfile.h
24378         (MonoSymbolFile): Moved declaration into mono-debug.h.
24379         (MonoDebugMethodJitInfo): Likewise.
24380         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
24381         argument.
24382         (_mono_debug_address_from_il_offset): Take a
24383         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
24384
24385         * mono-debug.h
24386         (MonoDebugDomainData): New struct.
24387         (mono_debug_get_domain_data): New function.
24388         (mono_debug_add_method): Take an additional `MonoDomain *'
24389         argument.
24390         (mono_debug_source_location_from_address): Likewise.
24391         (mono_debug_il_offset_from_address): Likewise.
24392         (mono_debug_address_from_il_offset): Likewise.
24393
24394 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
24395
24396         * reflection.c: one more check for null type in custom attrs.
24397
24398 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24399
24400         * reflection.c: avoid warning (comparison is always false due to limited
24401         range of data type).
24402
24403 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24404
24405         * icall.c: throw an exception in Type.GetField if the argument 'name'
24406         is NULL.
24407
24408 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
24409
24410         * reflection.c: fixed handling of enums in named arguments to custom
24411         attributes (bug #42123).
24412
24413 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
24414
24415         * reflection.c: use the right array element type and handle
24416         a null for a Type argument, too.
24417
24418 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
24419
24420         * reflection.c: handle arrays as arguments to custom attributes.
24421
24422 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
24423
24424         * reflection.c: handle a string value in a custom attr
24425         ctor that takes an object.
24426
24427 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
24428
24429         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
24430         (fix bug #42063)
24431
24432 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
24433
24434         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
24435
24436 2003-04-27  Martin Baulig  <martin@ximian.com>
24437
24438         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
24439         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
24440         MONO_DEBUGGER_EVENT_BREAKPOINT.
24441         (mono_breakpoint_trampoline_code): Removed.
24442         (mono_debugger_event_handler): The last argument is now a
24443         `guint32'.
24444         (mono_debugger_insert_breakpoint_full): Removed the
24445         `use_trampoline' argument.
24446         (mono_debugger_method_has_breakpoint): Likewise.
24447         (mono_debugger_trampoline_breakpoint_callback): Renamed to
24448         mono_debugger_breakpoint_callback(); take the method and
24449         breakpoint number as arguments.
24450
24451 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
24452
24453         * metadata.c: fix off by one when loading parameters attributes.
24454
24455 2003-04-24  Martin Baulig  <martin@ximian.com>
24456
24457         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
24458
24459 2003-04-24  Martin Baulig  <martin@ximian.com>
24460
24461         * mono-debug-debugger.c: Moved all code which interacts with the
24462         Mono Debugger here.
24463
24464         * debug-mono-symfile.c: This code now just deals with the symbol
24465         file itself, the debugger code is now in mono-debug-debugger.c.
24466
24467 2003-04-23  Martin Baulig  <martin@ximian.com>
24468
24469         * mono-debug.c (mono_debug_source_location_from_il_offset):
24470         New method; like mono_debug_source_location_from_address(), but
24471         takes an IL offset instead of a machine address.
24472
24473 2003-04-23  Martin Baulig  <martin@ximian.com>
24474
24475         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
24476         `line' field; this is now computed by the debugger.
24477
24478 2003-04-23  Martin Baulig  <martin@ximian.com>
24479
24480         * mono-debug.[ch]: New files.  This is the new debugging interface.
24481
24482         * mono-debug-debugger.[ch]: New files.  Moved all code which
24483         interacts with the Mono Debugger here.
24484
24485 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
24486
24487         * domain.c (mono_init): initialize mono_defaults.monitor_class
24488
24489 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
24490
24491         * reflection.c (method_encode_code): Add a spicy exception to help
24492         future compiler authors.
24493
24494 2003-04-21  Martin Baulig  <martin@ximian.com>
24495
24496         * icall.c
24497         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
24498         Make this work with relative pathnames; g_filename_to_uri() needs
24499         an absolute filename.
24500
24501 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
24502
24503         * icall.c: Track name changes in Object and ValueType.
24504
24505 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
24506
24507         * metadata.c (mono_type_stack_size): size should be a multiple of
24508         sizeof (gpointer)
24509
24510 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24511
24512         * gc.c:
24513         (internal_domain_finalize): moved into mono_domain_finalize. No need
24514         to create another thread because the finalizers will be run in the
24515         finalizer thread.
24516         
24517         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
24518         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
24519         to be run (MS does this too).
24520
24521 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
24522
24523         * object.c (mono_class_compute_gc_descriptor): Update comment.
24524
24525         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
24526
24527         * image.h: Add synchronized wrapper cache.
24528
24529         * image.c (do_mono_image_open): Initialize cache.
24530
24531         * reflection.c (create_dynamic_mono_image): Initialize cache.
24532
24533 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24534
24535         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
24536         ves_icall_System_Buffer_ByteLengthInternal.
24537
24538 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
24539
24540         * reflection.c: setup klass->nested_in earlier. Allow
24541         a dash in the assembly name.
24542
24543 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
24544
24545         * metadata.c (mono_type_to_unmanaged): dont access
24546         type->data.klass for MONO_TYPE_OBJECT
24547         (mono_type_to_unmanaged): consider System.Delegate class
24548
24549 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
24550
24551         * class.c: just setup supertypes in the proper place instead of
24552         initializing the full element class for arrays.
24553
24554 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
24555
24556         * class.c: ensure the element class of arrays is initialized.
24557         Setup the supertype info for array classes, too.
24558
24559 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
24560
24561         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
24562
24563 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24564
24565         * Makefile.am: re-added -m option when running cygpath. This way,
24566         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
24567         separator.
24568         * mono-config.c: same codepath for locating mono config file for WIN32
24569         and the rest.
24570         * assembly.c: if mono_assembly_setrootdir is called, don't override
24571         the value set.
24572
24573 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24574
24575         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
24576         MONO_ASSEMBLIES variable.
24577
24578 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
24579
24580         * icall.c: added Assembly::GetNamespaces() icall.
24581
24582 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24583
24584         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
24585
24586 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
24587
24588         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
24589         * object.c: fixed bug in the construction of vtable for proxies
24590
24591 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
24592
24593         * object.c (mono_array_new): Mark mono_array_new as an icall.
24594
24595 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24596
24597         * class.c: fixed test for public method when overriding interfaces.
24598         Closes bug #40970.
24599
24600 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
24601
24602         * appdomain.h, domain.c: added mono_domain_foreach() to
24603         be able to access the currently loaded appdomains.
24604         * object.c: make string interning work across sppdomains.
24605         Mark some functions for use as icalls.
24606
24607 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
24608
24609         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
24610
24611         * reflection.h reflection.c: Allocate long living data using 
24612         GC_MALLOC_ATOMIC so the collector does not need to scan it.
24613
24614         * reflection.c: Double the allocation size in streams instead of
24615         increasing it, to prevent unneccesary copying on large assemblies.
24616         
24617         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
24618         creation if the assembly does not have the Run flag set.
24619
24620 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
24621
24622         * class.h: avoid the C++ keywords in header files (Jerome Laban
24623         spotted and fixed this).
24624
24625 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24626
24627         * object.c:
24628         (mono_unhandled_exception): fill in the arguments for the
24629         UnhandledException event. Only trigger that event for the default
24630         domain (as MS does).
24631
24632 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
24633
24634         * object.c: Improve typed allocation stuff based on suggestions from
24635         Paolo. Also turn it on if the GC library supports it.
24636
24637 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
24638
24639         * object.c object.h class.h: Added experimental typed allocation
24640         facility using the interfaces in gc_gcj.h.
24641
24642         * os/gc_wrapper.h: Added new include files.
24643         
24644 2003-04-03  Martin Baulig  <martin@ximian.com>
24645
24646         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
24647         which is not yet enabled by default.
24648
24649         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
24650         functions.
24651         (mono_gc_lock, mono_gc_unlock): New static functions.
24652
24653         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
24654         functions; stop/start the world for the garbage collector.  This
24655         is using the windows API; we need to complete the SuspendThread()/
24656         ResumeThread() implementation in the io-layer to make this work on Unix.
24657         (mono_gc_push_all_stacks): New public function; tells the garbage
24658         collector about the stack pointers from all managed threads.
24659
24660 2003-04-03  Martin Baulig  <martin@ximian.com>
24661
24662         * object.h (MonoThread): Added `gpointer stack_ptr'.
24663
24664         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
24665
24666 2003-04-03  Martin Baulig  <martin@ximian.com>
24667
24668         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
24669
24670 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
24671
24672         * reflection.c (typebuilder_setup_fields): Initialize field.first and
24673         field.last.
24674
24675 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
24676
24677         * loader.c (mono_lookup_internal_call): Report the corlib that is
24678         out of sync.
24679
24680 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
24681
24682         * icall.c (ves_icall_type_GetTypeCode): fixed check for
24683         System.DBNull (it's class not valuetype).
24684
24685 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
24686
24687         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
24688         if the array method was already assigned a token (fixes bug#40646).
24689
24690 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
24691
24692         * reflection.c (mono_reflection_get_type): Attempt type resolve even
24693         if no assembly is given.
24694
24695 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
24696
24697         * metadata.h: Added the new tables.
24698
24699         * row-indexes.h: Added definitions for new tables.
24700
24701         * metadata.c: Add schemas for new tables, and add support for
24702         computing the sizes of them.
24703
24704         * class.c: Update for handling the new type cases.
24705
24706 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
24707
24708         * metadata.h (MONO_TYPE_IS_VOID): new macro
24709
24710 2003-03-31  Martin Baulig  <martin@ximian.com>
24711
24712         * threads.h (MonoThreadCallbacks): Added `thread_created'.
24713
24714         * threads.c (mono_thread_new_init): Call `thread_created' in the
24715         mono_thread_callbacks.
24716
24717 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
24718
24719         * loader.h: added marshalbyrefobject_class to mono_defaults
24720         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
24721         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
24722           generation of output parameters.
24723           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
24724         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
24725           contextbound and the target object belongs to the context of the caller.
24726         * object.h: added context and unwrapped_server variables in MonoRealProxy.
24727         * object.c: Implemented support for interfaces and abstract classes
24728           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
24729           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
24730
24731 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
24732
24733         * class.h class.c (mono_class_is_subclass_of): New function.
24734         
24735         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
24736         routines for most common case (calls from ArrayList::ToArray).
24737
24738         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
24739         routine so programs which call Environment::Exit() can be profiled.
24740
24741         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
24742         Added MONO_ARCH_SAVE_REGS.
24743
24744         * icall.c (ves_icall_type_is_subtype_of): Use new function.
24745
24746 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
24747
24748         * blob.h: Add a couple of new MonoType types definitions.
24749
24750         * tabledefs.h: Add a couple of new call convs.
24751
24752 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
24753
24754         * reflection.h (MonoReflectionDynamicAssembly): track changes in
24755         the layout of the class.
24756
24757         * reflection.c (alloc_table): double the size on overflow to avoid
24758         unnecessary copying.
24759
24760         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
24761         avoid filling out metadata tables and blobs. Also set mb->ilgen to
24762         null so it can be garbage collected.
24763         
24764 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
24765
24766         * reflection.c (mono_reflection_get_type): Return the resolved type
24767         only if it is in the assembly we searched.
24768
24769         * reflection.c (ensure_runtime_vtable): Initialize method slots.
24770
24771         * class.c (mono_class_setup_vtable): Set the slot of the overriding
24772         method.
24773
24774 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24775
24776         * appdomain.c:
24777         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
24778         the right one is 'file:///blah', but MS allows it.
24779         * assembly.c:
24780         (mono_assembly_open): allow 'file://blah'
24781
24782         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
24783
24784 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
24785
24786         * socket-io.c: fixes bug #40310.
24787
24788 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
24789
24790         * reflection.c (mono_reflection_parse_type): handle deeply nested
24791         types correctly.
24792
24793         * reflection.c (mono_image_create_token): Use unique token values
24794         since they will be put into a hash table.
24795
24796         * class.c (mono_class_setup_vtable): If a method occurs in more than
24797         one place in the vtable, and it gets overriden, then change the
24798         other occurances too.
24799
24800         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
24801         object as return type.
24802
24803 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
24804
24805         * icall.c: Deleted "ToString" implementation for double and float
24806         because they are full implemented in managed code.
24807
24808 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
24809
24810         * reflection.c, reflection.h: implemented and exported functions
24811         to retrieve info about custom attributes.
24812
24813 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24814
24815         * appdomain.c: moved Uri handling to assembly.c
24816         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
24817         work when using a file Uri in *nix and windows.
24818
24819         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
24820         GetReferencedAssemblies.
24821
24822 2003-03-18  Dick Porter  <dick@ximian.com>
24823
24824         * icall.c: Rename a couple of internal calls
24825
24826         * threads.c: Set the thread state to Stopped when a thread exits.
24827         Fixes bug 39377.
24828
24829 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
24830
24831         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
24832         New icall.
24833
24834         * object.c (mono_class_vtable): fix warning.
24835
24836 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
24837
24838         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
24839
24840         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
24841         memory.
24842         (method_encode_clauses): Create exception info structures in the right
24843         order.
24844         (mono_reflection_setup_internal_class): Initialize supertypes field.
24845
24846         * class.c object.c: Handle interfaces which implement other interfaces 
24847         correctly.
24848
24849         * class.h class.c: Move the supertypes array initialization code into 
24850         a separate function so it can be used for dynamic types too. Also call
24851         it earlier, in mono_class_init(), since it can be used before the
24852         type is initialized.
24853
24854 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24855
24856         * Makefile.am:
24857         * assembly.c:
24858         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
24859
24860         * appdomain.c:
24861         * appdomain.h:
24862         * marshal.c:
24863         * object.c: remove warnings.
24864
24865 2003-03-13  Martin Baulig  <martin@ximian.com>
24866
24867         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
24868         (MonoDebugLexicalBlockEntry): New types.
24869
24870         * debug-mono-symfile.c
24871         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
24872
24873 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24874
24875         * process.c: ret can be any non-zero value accroding to MS doc.
24876
24877 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
24878
24879         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
24880         fixing a warning for a miss-used prototype, would have cause
24881         random memory corruption.
24882
24883 2003-03-07  Martin Baulig  <martin@ximian.com>
24884
24885         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
24886         getting really annoying ....
24887
24888 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
24889
24890         * reflection.c (fixup_method): added support for array methods.
24891
24892 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
24893
24894         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
24895         (pointed out by Michael Adams).
24896
24897 2003-03-04  Dick Porter  <dick@ximian.com>
24898
24899         * icall.c: Temporarily reverted the Double and Single ToString()
24900         change, because it broke nunit.
24901
24902 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
24903
24904         * object.h, threads.h: make include files compatible with C++
24905         (patch by Jerome Laban <jlaban@wanadoo.fr>).
24906
24907 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
24908
24909         * icall.c: Erased ToString helper functions for Double and Single.
24910         Now, that implementations ar all in managed code (Double and Single
24911         Formatters).
24912
24913 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
24914
24915         * appdomain.c: Added method for initializing the default context of
24916         a domain. Added internal call for getting the default context.
24917         * appdomain.h: Added context variable in MonoDomain struct.
24918         * domain.c: mono_domain_set also sets the default context of the domain
24919         * icall.c: Mapped internal method InternalGetDefaultContext.
24920         * object.c: mono_object_get_virtual_method returns always a remoting
24921         wrapper if the object is a transparent proxy.
24922         mono_runtime_invoke_array: when creating an object by calling the
24923         constructor, if the created object is a proxy, then the constructor should
24924         be called using the a remoting wrapper.
24925
24926 2003-03-03  Dick Porter  <dick@ximian.com>
24927
24928         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
24929         variable so it compiles on solaris.  Problem spotted by
24930         Christopher Taylor <ct@cs.clemson.edu>
24931
24932 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24933
24934         * appdomain.c:
24935         (get_info_from_assembly_name): don't leak value.
24936
24937         * icall.c:
24938         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
24939         result.
24940
24941 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
24942
24943         * assembly.c: export mono_image_load_references ().
24944         * class.c: handle function pointers. mono_class_from_name() now
24945         supports nested type names directly.
24946
24947 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
24948
24949         * reflection.h reflection.c: Encode already created dynamic methods 
24950         and fields correctly as a DEF instead of a REF.
24951
24952         * reflection.c: Get rid of the force_ref argument to 
24953         mono_image_typedef_or_ref since it was wrong in the first place.
24954
24955         * string-icalls.c: add error checking to string constructors according
24956         to the MSDN docs.
24957
24958         * reflection.c: Emit types in the order their TypeBuilders were 
24959         created. Previously, a new table index was assigned to each type before
24960         the tables were emitted. This was wrong because the signature blob
24961         might already refer to a type by its original table index.
24962
24963 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
24964
24965         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
24966         change.
24967         
24968 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24969
24970         * Makefile.am: make assemblies dir have \ instead of / on windows.
24971
24972 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
24973
24974         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
24975         iterate over the NESTEDCLASS table using a linear search since the
24976         table is not guaranteed to be sorted by the secondary key.
24977
24978         * class.c (mono_class_create_from_typedef): fixed up call to
24979         mono_metadata_nesting_typedef.
24980         
24981 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
24982
24983         * marshal.c (mono_string_to_byvalstr): clear the memory as
24984         suggested by Jerome Laban <jlaban@wanadoo.fr>
24985
24986 2003-02-26  Dick Porter  <dick@ximian.com>
24987
24988         * process.c: Cope with padding in .rsrc blocks
24989
24990 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
24991
24992         * metadata.h: reverted the filter_len change, it breaks reflection
24993         
24994 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
24995
24996         * metadata.h: added a new field to store the filter_len
24997         
24998
24999 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
25000
25001         * reflection.c: handle custom attributes for types and members
25002         created with Reflection.Emit (bug#38422).
25003
25004 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
25005
25006         * reflection.c: define RTSpecialName automatically for constructors for
25007         compatibility with MS.NET.
25008
25009         * reflection.c (mono_reflection_create_runtime_class): initialize
25010         nested_in field of dynamically created classes.
25011
25012 2003-02-22  Martin Baulig  <martin@ximian.com>
25013
25014         * debug-mono-symfile.h: Incremented version number.
25015
25016 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
25017
25018         * object.h icall.c process.c: fix warnings.
25019
25020 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
25021
25022         * appdomain.h appdomain.c:
25023         (mono_domain_try_type_resolve): split the 
25024         name_or_tb argument into a name and a tb argument.
25025         (mono_domain_has_type_resolve): new function to check whenever the
25026         application has registered a TypeResolve event handler.
25027         
25028         * icall.c reflection.h reflection.c: move the type resolve logic into
25029         mono_reflection_get_type () so it will be invoked when 
25030         Assembly::GetType () is called.
25031
25032         * reflection.c:
25033         (mono_reflection_get_type): renamed to get_type_internal.
25034         (mono_reflection_get_type): fixed type name generation so it works 
25035         for nested types too.
25036         (mono_reflection_get_type): call has_type_resolve () to avoid the 
25037         costly type name generation if there is no resolve event handler.
25038
25039 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
25040
25041         * class.c, image.c: load exported types from file references.
25042
25043 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
25044
25045         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
25046           used to cache the managed methods used to create proxies and make 
25047           remote invocation of methods.
25048         * class.h: Added in MonoVTable a flag to indicate that a class needs 
25049           to be remotely created.
25050         * object.c: Modified the method mono_class_vtable(). It now initializes 
25051           the remote flag of the vtable. Modified mono_object_new_specific(), 
25052           so now it checks the remote flag.
25053         * icall.c: Added a couple of internal methods, one for enabling instance 
25054           creation interception for a type, and one for creating objects bypassing
25055           the remote check.
25056
25057 2003-02-18  Martin Baulig  <martin@ximian.com>
25058
25059         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
25060         New interncall to get a method's metadata token.
25061
25062         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
25063         New interncall for the debugger.
25064
25065 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
25066
25067         * class.c (mono_class_setup_vtable): allocate supertype array
25068
25069 2003-02-18  Martin Baulig  <martin@ximian.com>
25070
25071         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
25072
25073 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25074
25075         * reflection.c:
25076         (assembly_name_to_aname): jump over unknown properties (i've found
25077         something like: 'type, assembly, version=xxx, custom=null, public...',
25078         so now will ignore custom=null and still get the rest of the values).
25079
25080 2003-02-17  Dick Porter  <dick@ximian.com>
25081
25082         * threads.c: Have Thread.Start() wait for a semaphore to signal
25083         that the thread has set up all its local data.  This fixes bug
25084         34323, where Abort() raced the new thread's TLS data.
25085
25086         Also removes the handle_store() call from start_wrapper, because
25087         threads are now always created suspended and there is no longer a
25088         race between the parent and child threads to store the info.
25089
25090 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
25091
25092         * image.c: explain the #- heap issue in a message, hopefully
25093         avoiding FAQs on mono-list.
25094
25095 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25096
25097         * icall.c:
25098         (GetEntryAssembly): if the domain has not invoked
25099         AppDomain.ExecuteAssembly yet, return the assembly of the default
25100         AppDomain.
25101
25102 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
25103
25104         * class.c (mono_ldtoken): make it work in dynamic assemblies.
25105
25106 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
25107
25108         * metadata.c, reflection.c: simple speedup to type hash
25109         and equals code.
25110
25111 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
25112
25113         * image.c, image.h, class.c, assembly.c: move module loading
25114         to MonoImage. When loading metadata, consider alignemnet from
25115         the start of metadata, not from the metadata address in memory.
25116
25117 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
25118
25119         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
25120         AssemblyBuilder objects. Factored out custom attribute creation into
25121         a separate function.
25122         (create_custom_attr): new function to create custom attributes.
25123
25124 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
25125
25126         * Makefile.am: Got tired of typing the full pathname to pedump.
25127         Until there is another option, am installing this.
25128
25129 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
25130
25131         * class.c (class_compute_field_layout): always set field->parent 
25132         (mono_ldtoken): use mono_defaults.fieldhandle_class;
25133
25134 2003-02-11  Dick Porter  <dick@ximian.com>
25135
25136         * threads-types.h:
25137         * monitor.c: Rewrote Monitor, making lock much faster and
25138         Pulse/Wait work as specified.  Also uses much fewer handles, and only
25139         creates them as needed.
25140
25141         * exception.c: Added SynchronizationLockException
25142
25143         * threads.c: Deleted old Monitor implementation.  The new one is
25144         in a new file.
25145
25146 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
25147
25148         * class.c: handled TypedReference type code. Set the correct size for
25149         class data. Setup interface_offsets for interface classes, too.
25150
25151 2003-02-09  Martin Baulig  <martin@ximian.com>
25152
25153         * debug-mono-symfile.h: Reflect latest symbol writer changes.
25154
25155 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
25156
25157         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
25158         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
25159         * object.c: fixed mono_object_get_virtual_method () for interfaces.
25160         * verify.c: check for code that runs after the end of the method.
25161
25162 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
25163
25164         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
25165         "System.Math::Round2".
25166         * sysmath.h: Added Floor, Round and Round2 definitions.
25167         * sysmath.c: Modified certain functions that were not 100% compliant
25168         with MS.NET (math precision) and added the implementation of Floor,
25169         Round and Round2.
25170
25171 2003-02-07  Martin Baulig  <martin@ximian.com>
25172
25173         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
25174
25175 2003-02-07  Martin Baulig  <martin@ximian.com>
25176
25177         * debug-mono-symfile.c: Reflected latest symwriter changes.
25178         (mono_debug_create_mono_symbol_file): Removed.
25179         (mono_debug_open_mono_symbol_file): Take an argument which
25180         specifies whether to create a dynamic symbol file.
25181
25182 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
25183
25184         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
25185
25186 2003-02-05  Martin Baulig  <martin@ximian.com>
25187
25188         * reflection.c (mono_image_build_metadata): Make this public,
25189         protect it against being called multiple times, don't create
25190         resources and don't build the compressed metadata here.
25191         (mono_image_create_pefile): Do this here.
25192
25193         * icall.c
25194         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
25195
25196 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25197
25198         * socket-io.c: fixed bug #36322.
25199
25200 2003-02-06  Piers Haken <piersh@friskit.com>
25201
25202         * appdomain.[ch]:
25203         * class.h:
25204         * debug-mono-symfile.c:
25205         * icall.c:
25206         * loader.c:
25207         * mono-config.c:
25208         * monosn.c:
25209         * reflection.c:
25210         * socket-io.c: warning cleanups
25211
25212 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
25213
25214         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
25215         function. works like remoting invoke, but does a check for the Proxy first.
25216
25217 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
25218
25219         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
25220
25221 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
25222
25223         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
25224         array of pointers.
25225         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
25226         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
25227
25228         * object.c (mono_store_remote_field_new): used by the new jit
25229         instead of mono_store_remote_field
25230         (mono_load_remote_field_new): used by the new jit
25231         instead of mono_load_remote_field
25232
25233 2003-02-05  Patrik Torstensson
25234
25235         * appdomain.c: changed unload to take the domain id instead
25236         of domain
25237         
25238         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
25239
25240
25241 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25242
25243         * appdomain.c: don't look for assemblies in ApplicationBase if
25244         PrivateBinPathProbe is set.
25245
25246 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25247
25248         * object.c: make the first argument in main_args contain the absolute
25249         path to the assembly. Fixes bug #37511.
25250
25251 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25252
25253         * icall.c: get correct UTC offset for countries not using daylight
25254         time saving. Fixes bug #30030.
25255
25256 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25257
25258         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
25259         and 1 are the family).
25260
25261 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
25262
25263         * icall.c (ves_icall_InternalExecute): removed wrong assertion
25264
25265         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
25266
25267 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
25268
25269         * reflection.c: added support for SignatureHelper tokens, which is
25270         needed by the Calli opcode.
25271
25272         * reflection.h: track changes to SignatureHelper class.
25273
25274         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
25275
25276 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25277
25278         * appdomain.c: fixed loading assemblies from PrivateBinPath.
25279
25280 2003-02-03  Patrik Torstensson
25281         * appdomain.[c|h], domain.c : 
25282          - Added support for getting a domain via domain id
25283          - Support for setting and getting domain from System.AppDomain 
25284            (used in cross appdomain channel)
25285          - Added support for get/set for a MonoAppContext on a thread 
25286            (Context class in System.Runtime.Remoting.Contexts),
25287          - Removed hack in Get/SetData and ExecuteAssembly.
25288         
25289         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
25290         the managed world to get control when a proxy is created.
25291
25292         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
25293         
25294 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
25295
25296         * icall.c
25297         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
25298         Populate the codebase field as well.
25299
25300 2003-02-02  Martin Baulig  <martin@ximian.com>
25301
25302         * debug-mono-symfile.c
25303         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
25304         (mono_debug_symfile_add_method): Allow interncalls.
25305
25306 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25307
25308         * icall.c: throw parse exception if strtod fails or the string is empty.
25309
25310 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
25311
25312         * marshal.c: handle object type separately from defined
25313         class types.
25314
25315 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
25316
25317         * marshal.c: handle NATIVE_LPSTR for strings when it's
25318         explicitly specified.
25319
25320 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
25321
25322         * reflection.c, reflection.h, icall.c: setup the reflection
25323         handle cache for ModuleBuilders and AssemblyBuilders.
25324
25325 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
25326
25327         * reflection.c (reflection_methodbuilder_to_mono_method): set
25328         pinvoke flag
25329
25330 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25331
25332         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
25333
25334 2003-01-29  Dick Porter  <dick@ximian.com>
25335
25336         * threads.c: No need for the fake_thread kludge now that Thread
25337         doesn't run a class constructor
25338         
25339 2003-01-29  Dick Porter  <dick@ximian.com>
25340
25341         * threads.c: Use g_direct_hash instead of the rather bogus
25342         g_int_hash
25343
25344 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
25345
25346         * marshal.c (mono_marshal_get_native_wrapper): add check for null
25347         (fix pinvoke12.exe)
25348         (mono_marshal_get_struct_to_ptr): generate valid IL code
25349         (mono_marshal_get_ptr_to_struct): generate valid IL code
25350         (*): correctly set sig->pinvoke, we need to memdup the signature
25351         to do that
25352
25353 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
25354
25355         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
25356         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
25357
25358 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
25359
25360         * profiler.c: provide more callers information.
25361
25362 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
25363
25364         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
25365
25366         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
25367
25368         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
25369
25370 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
25371
25372         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
25373         exception instead of going into an infinite loop on dates which it 
25374         can't yet handle.
25375
25376         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
25377         out-of-range exception if needed.
25378
25379         * class.c (mono_class_setup_vtable): allow a virtual method to provide
25380         an implementation for an interface method and to override an inherited
25381         method at the same time. 
25382         Imagine a scenario when a virtual method is used to override a
25383         virtual abstract method in a parent class, and this same method 
25384         provides an implementation for an method inherited from an interface. 
25385         In this case, the interface resolution code will set im->slot, which 
25386         means that the virtual method override pass will skip this method 
25387         which means a pointer to the abstract method inherited from the parent
25388         will remain in the vtable of this non-abstract class.
25389
25390         * class.c: (mono_class_setup_vtable): continue search for a real 
25391         method if only an abstract method is found.     
25392
25393 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
25394
25395         * reflection.c: add size to encoding for ByValStr and ByValArray
25396         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
25397
25398 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
25399
25400         * class.c (mono_class_setup_vtable): pass the override info as an
25401         argument.
25402
25403         * class.c (mono_class_setup_vtable): set the slot of overriding methods
25404         correctly.
25405         
25406         * reflection.c (ensure_runtime_vtable); add support for method 
25407         overrides.
25408         
25409 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
25410
25411         * reflection.c (resolution_scope_from_image): Hack to work to work with
25412         dynamic assemblies.
25413
25414         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
25415         added a 'force_ref' argument to force this function to allways return 
25416         a TypeRef. This is needed by mono_image_get_memberref_token ().
25417         
25418 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
25419
25420         * reflection.c (mono_image_get_type_info): interfaces really don't have
25421         a parent.
25422
25423         * reflection.c (mono_image_basic_init): fill out missing fields of
25424         image structure.
25425
25426         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
25427         dynamic assemblies. This is required so dynamic assemblies show up in
25428         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
25429         Type::GetType() etc. This is consistent with MS behaviour.
25430
25431         * image.c image.h reflection.c: add newly created classes to the name 
25432         cache so mono_class_get () will find them.      
25433
25434 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
25435
25436         First part of changes to get IKVM.NET running under mono.
25437         
25438         * appdomain.h, appdomain.c: added new function 
25439         mono_domain_try_type_resolve() which will emit TypeResolve events. 
25440         This function will call AppDomain::DoTypeResolve to do the actual work.
25441
25442         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
25443         moved existing code dealing with dynamic tokens to a new function 
25444         called mono_reflection_lookup_dynamic_token (). This function will 
25445         raise TypeResolve events when appropriate. Since reflection.c is not 
25446         part of libmetadata, a new hook function called 
25447         mono_lookup_dynamic_token() is added to class.c which will call this.
25448
25449         * assembly.h assembly.c: make the invoke_load_hook function public,
25450         so it can be called for dynamic assemblies.
25451
25452         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
25453
25454         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
25455         type isn't found.
25456
25457         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
25458         MonoGHashTable, since it contains pointers to objects which the GC 
25459         needs to track.
25460
25461         * assembly.c (search_loaded): remove unused variable.
25462         
25463 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
25464
25465         * object.c: fixed issue exposed by gcc-generated IL programs
25466         that use RVA data for pointers.
25467
25468 2003-01-25  Martin Baulig  <martin@ximian.com>
25469
25470         * threads.c (start_wrapper): Moved the initialization of
25471         `start_func' above the mono_new_thread_init() call to which we
25472         pass it as argument.
25473
25474 2003-01-24  Martin Baulig  <martin@ximian.com>
25475
25476         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
25477         the MonoThread pointer.
25478
25479 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
25480
25481         * icall.c: Rename `PowImpl' to Pow.
25482
25483 2003-01-23  Dick Porter  <dick@ximian.com>
25484
25485         * threads.c (start_wrapper): Create a Thread object if needed, so
25486         the Main() thread can do the class initialisation in a subthread
25487         that has been set up to allow managed code execution.
25488
25489         Pass the thread ID instead of the MonoThread pointer to the thread
25490         start and attach callbacks.  This change is required, because the
25491         jit thread start callback must be called _before_ the Thread
25492         object can be created.
25493         
25494         (mono_thread_init): Removed much object creation code that is no
25495         longer needed.  No managed code is called from here now.
25496
25497         * object.c (mono_runtime_exec_managed_code): Create a subthread
25498         for Main, and call back to the runtime to use it.
25499         Set the exit code when Main exits.
25500
25501         * gc.c: Make sure domain finalisation happens in a subthread.
25502         Re-enable threaded GC, fixing bug 31333 (again).
25503
25504         * environment.c: System.Environment internall calls (so far just
25505         ExitCode is here, the others are still in icall.c)
25506
25507         * appdomain.c (mono_runtime_cleanup): All threads running managed
25508         code should have finished before mono_runtime_cleanup() is
25509         reached, so no need to clean up threads.
25510
25511 2003-01-22  Martin Baulig  <martin@ximian.com>
25512
25513         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
25514         `gpointer func' arguments.      
25515         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
25516         but added `MonoThread *thread' argument.
25517         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
25518
25519         * threads.c (mono_new_thread_init): Added `gpointer func' argument
25520         and pass it to the mono_thread_start_cb callback.
25521         (mono_install_thread_callbacks): New public function to install a
25522         set of callbacks which are set by the debugger.
25523         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
25524
25525 2003-01-22  Martin Baulig  <martin@ximian.com>
25526
25527         * Makefile.am: Install debug-mono-symfile.h.
25528
25529 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
25530
25531         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
25532
25533 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
25534
25535         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
25536         * class.c (mono_ptr_class_get): correctly set access levels of pointers
25537         (mono_array_class_get): correctly set access levels of arrays
25538
25539 2003-01-20      Patrik Torstensson
25540         * image.h (MonoAssemblyName): changed major, minor, build, revision
25541         from signed to unsigned.
25542
25543 2003-01-20  sean kasun <skasun@azstarnet.com>
25544
25545         * reflection.c (load_cattr_value): Now this handles
25546         MONO_TYPE_SZARRAY.  Fixes bug #35629
25547
25548 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
25549
25550         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
25551         integer value
25552
25553 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25554
25555         * decimal.c: fixed bug #26056.
25556
25557 2003-01-17  Martin Baulig  <martin@ximian.com>
25558
25559         * gc.c: Raise an ExecutionEngineException instead of using g_error().
25560
25561 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25562
25563         * exception.[ch]:
25564         (mono_get_exception_type_initialization): new function.
25565
25566         * object.c: throw a TypeInitializationException when an exception is
25567         thrown invoking the class constructor.
25568
25569 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25570
25571         * reflection.c: fixed attribute reading.
25572
25573 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25574
25575         * icall.c:
25576         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
25577         provided, look for the type in the calling assembly and then in
25578         mscorlib; if the assembly name is provided, only try that one.
25579
25580 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
25581
25582         * object.c: register the vtable before there is a chance it's
25583         queried again recursively.
25584
25585 2003-01-13  Duncan Mak  <duncan@ximian.com>
25586
25587         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
25588         gc-internal.h. 
25589         
25590 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
25591
25592         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
25593
25594 2003-01-11  Martin Baulig  <martin@ximian.com>
25595
25596         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
25597         this to 20 for the release.
25598
25599 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
25600
25601         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
25602
25603         * loader.c (mono_method_get_marshal_info): bug fix
25604
25605         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
25606         structures with explicit layout
25607
25608 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
25609
25610         * profiler.c: made the output more readable (and sorted). 
25611         Added caller information for the allocation profiler.
25612
25613 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
25614
25615         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
25616
25617 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25618
25619         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
25620         to get value types.
25621         
25622 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
25623
25624         * object.c, profiler.h, profiler.c, profiler-private.h:
25625         Added object allocation profiler.
25626
25627 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
25628
25629         * reflection.h, reflection.c: handle global methods.
25630         Compress blob entries.
25631
25632 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
25633
25634         * marshal.c: fix compilation.
25635
25636 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
25637
25638         * loader.c (mono_method_get_marshal_info): impl.
25639
25640         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
25641
25642 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25643
25644         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
25645         for reference types.
25646
25647 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
25648
25649         * loader.c: fixed off by one error in loaded parameter names.
25650
25651 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
25652
25653         * marshal.c (mono_marshal_get_icall_wrapper): like
25654         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
25655         instead of a MonoMethod.
25656
25657 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25658
25659         * decimal.c: fixed bug #36537.
25660
25661 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
25662
25663         * marshal.c: throw a missing method exception if a
25664         P/Invoke method is not found.
25665
25666 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
25667
25668         * icall.c: allow a null this for constructors.
25669
25670 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
25671
25672         * icall.c: raise the proper exceptions if the arguments to the
25673         internal Invoke are incorrect.
25674
25675 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
25676
25677         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
25678
25679 2003-01-03  Martin Baulig  <martin@ximian.com>
25680
25681         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
25682
25683 2002-12-31  Martin Baulig  <martin@ximian.com>
25684
25685         * debug-mono-symfile.c: Completely rewrote the type section.
25686         Instead of using individual malloc()ed fields, we use one big
25687         continuous memory area and offsets into this area.
25688         See the comments in the source code for details.
25689
25690 2002-12-30  Martin Baulig  <martin@ximian.com>
25691
25692         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
25693
25694 2002-12-30  Martin Baulig  <martin@ximian.com>
25695
25696         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
25697         line number table in this data blob instead of using an external
25698         pointer.
25699
25700 2002-12-28  Martin Baulig  <martin@ximian.com>
25701
25702         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
25703
25704 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
25705
25706         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
25707         as a boxed return type.
25708
25709 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
25710
25711         * appdomain.c
25712         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
25713         g_build_filename to properly get separators on the filename created.
25714
25715         * object.h: Small change, introduce MonoMarshalByRefObject to
25716         track the layout of that structure in the C# universe as we make
25717         changes there.
25718
25719 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
25720
25721         * object.c: removed assert to allow static fields on interfaces.
25722         * loader.c: a TypeSpec may be used for any type, not just arrays.
25723
25724 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
25725
25726         * class.c, class.h: added mono_class_array_element_size ().
25727         Ignore static methods in interfaces.
25728
25729 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25730
25731         * threads.c: fixed the build under cygwin.
25732
25733 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
25734
25735         * reflection.c: handle nullref constants. Allocate keys for
25736         reflection handles with the GC.
25737
25738 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
25739
25740         * threads.c, threads.h: added mono_thread_get_abort_signal()
25741         to get a suitable signal for thread abort.
25742
25743 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
25744
25745         * metadata.c: fix handling of ExportedType table.
25746
25747 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25748
25749         * icall.c: added WriteWindowsDebugString internal call.
25750
25751 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25752
25753         * reflection.h: added fields to match C# implementation.
25754
25755 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25756
25757         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
25758
25759 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
25760
25761         * gc.h, gc-internal.h: Rename header for GC internal calls to
25762         gc-internal.h from gc.h as to not clash with Boehm GC having its
25763         header installed as <gc.h> in outside include paths.
25764         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
25765         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
25766
25767 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25768
25769         * icall.c: assign minor, build and revision in FillName.
25770
25771 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
25772
25773         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
25774         Added support for running code generated by Reflection.Emit.
25775
25776 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25777
25778         * appdomain.c: check for NULL argument in LoadFrom.
25779
25780 2002-12-10  Dick Porter  <dick@ximian.com>
25781
25782         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
25783
25784 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25785
25786         * appdomain.c: fix buglet when building exe file name.  Handle full
25787         assembly name (needed after latest changes to AssemblyName).
25788         * image.c:
25789         (mono_image_close): free some hashtables.
25790
25791 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
25792
25793         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
25794         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
25795         on some systems (redhat 7.3) 
25796
25797 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
25798
25799         * threads.c: delete the critical section of a sync block,
25800         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
25801
25802 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
25803
25804         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
25805
25806 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25807
25808         * appdomain.[ch]: handle the assembly preload event to try loading the
25809         assemblies using the paths we have in the current domain.
25810
25811         * assembly.[ch]: created an assembly preload hook that is called to try
25812         loading the assembly by other means that the ones provided here.
25813
25814         * domain.c: initialize the domain search path.
25815
25816         From now on, assemblies (TODO: except corlib and System) are loaded
25817         according to these rules when using mono_assembly_load ():
25818
25819                 1. It tries to load the assembly from the ApplicationBase
25820                 of the current domain appending .dll and .exe (TODO: have to
25821                 try loading from name/name.dll and name/name.exe).
25822
25823                 2. It tries the search path specified in PrivateBinPath for the
25824                 current domain (if any).
25825
25826                 3. Previous behavior.
25827
25828 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
25829
25830         * icall.c: implemented GetInterfaceMap() related icall.
25831         * domain.c, loader.h: load MethodInfo in mono_defaults.
25832
25833 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
25834
25835         * gc.c: disable the finalizer thread for now, untill all the issues
25836         with it are resolved.
25837
25838 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
25839
25840         * string-icalls.c: handle embedded nulls in string ctor when the
25841         length is specified.
25842
25843 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
25844
25845         * class.c: look for explicit interface implementation in parent
25846         classes, too.
25847
25848 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
25849
25850         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
25851
25852 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
25853
25854         * gc.c: protect handles with a critical section.
25855
25856 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25857
25858         * icall.c:
25859         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
25860         parameters. If no assembly specified, try getting the type from all
25861         the assemblies in the current domain, else, load the assembly and get
25862         the type from it.
25863
25864 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25865
25866         * marshal.c: applied patch from Aleksey Demakov that fixes
25867         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
25868
25869 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25870
25871         * icall.c: fixed get_location.
25872
25873 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
25874
25875         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
25876         declarations to make it work with older gcc. 
25877
25878         * loader.c (mono_get_method): set signature->pinvoke for native calls
25879
25880 2002-11-20  Dick Porter  <dick@ximian.com>
25881
25882         * threads.c (mono_thread_init): Set the main thread's handle
25883
25884 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
25885
25886         * gc.c: allow compilation without GC support. Changed to match the
25887         mono coding style.
25888
25889 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
25890
25891         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
25892
25893 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
25894
25895         * reflection.c: set a public key token on the core assemblies.
25896
25897 2002-11-18  Dick Porter  <dick@ximian.com>
25898
25899         * threads.c: Split out some thread initialisation so that other
25900         files can set the start callback function.
25901
25902         * gc.c: Run finalisers in a separate thread, to avoid stack
25903         overflow.  Fixes bug 31333.
25904
25905         * appdomain.c: Set up GC finalisation thread.
25906
25907         * reflection.c: 
25908         * object.c: 
25909         * domain.c: Use gc.h macros for GC_malloc
25910         
25911 2002-11-15  Dick Porter  <dick@ximian.com>
25912
25913         * threadpool.c: 
25914         * threads.c:
25915         * appdomain.c: Removed mono_runtime_init_with_attach(),
25916         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
25917         merging the extra parameter with the existing function.  Removed
25918         unneeded code in mono_thread_attach().
25919
25920 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
25921
25922         * image.c (mono_image_loaded_by_guid): a method to get loaded
25923         images by guid. 
25924         (load_metadata_ptrs): we store the guid as string.
25925
25926 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
25927
25928         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
25929
25930         * metadata.c (mono_guid_to_string): imported method form Zoltan
25931         Varga (slightly modified)
25932
25933         * assembly.c (mono_assembly_open): load precompiled code
25934
25935         * loader.h (MonoMethod): we store the method token for use in the
25936         aot compiler. 
25937
25938 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25939
25940         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
25941         the hook function called when an assembly is loaded.
25942         
25943         * domain.c: Modified file.
25944         (mono_domain_assembly_load): removed hash table insertion of assemblies.
25945
25946         Fixes bug #33196.
25947
25948 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
25949
25950         * reflection.c: Map PEFileKind to the value expected by the WinNT
25951         image loader. 
25952
25953 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25954
25955         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
25956         Read until the buffer is filled completely.
25957
25958 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25959
25960         * icall.c: implemented MonoType.InternalGetEvent ().
25961
25962 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25963
25964         * appdomain.c: implemented InitAppDomainSetup. Delayed
25965         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
25966         the entry_assembly.
25967
25968         * assembly.c: base_dir is now an absolute path ending with
25969         G_DIR_SEPARATOR.
25970
25971         * icall.c: modified get_location according to the above changes.
25972
25973         * object.c: init AppDomain.SetupInformation for the default domain after
25974         we have the entry assembly.
25975
25976         * domain.c: when unloading a domain, setup = NULL.
25977
25978 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
25979
25980         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
25981
25982 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
25983
25984         * object.h, object.c: introduced mono_object_get_virtual_method ()
25985         to lookup the method invoked on an object when a callvirt is done on
25986         a method.
25987         * icall.c: make MethodInfo::Invoke() always do a virtual call.
25988
25989 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25990
25991         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
25992         current domain when loaded an assembly and failed to load it.
25993
25994         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
25995
25996 2002-10-31  Dick Porter  <dick@ximian.com>
25997
25998         * icall.c: 
25999         * file-io.h: 
26000         * file-io.c: Return the error status in a parameter, as the
26001         GetLastError() value has long since been blown away if we try and
26002         look it up in a subsequent internal call invocation.  Delete the
26003         GetLastError() internal call, because it's useless.
26004
26005 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
26006
26007         * class.[ch]: added cast_class to fix bug 29517
26008
26009 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
26010
26011         * marshal.c: create valid IL code in the filter clause:
26012         the new JIT is less forgiving:-)
26013
26014 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26015
26016         * icall.c: removed get_property internal call.
26017
26018 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
26019
26020         * appdomain.h domain.c: Added an ID to appdomains.
26021         
26022         * threads.c threads.h icall.c: Implement icall
26023         Thread:GetDomainID(), and remove unused icall 
26024         CurrentThreadDomain_internal.
26025
26026 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26027
26028         * icall.c: Don't recurse through the base types in GetConstructor.
26029         Fixes bug #32063. 
26030
26031 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
26032
26033         * mempool.h, mempool.c: added mono_mempool_empty() and
26034         mono_mempool_stats().
26035
26036 2002-10-23  Dick Porter  <dick@ximian.com>
26037
26038         * file-io.c: 
26039         * file-io.h: 
26040         * icall.c: Added MonoIO.GetFileType internal call
26041
26042 2002-10-17  Dick Porter  <dick@ximian.com>
26043
26044         * appdomain.c (mono_runtime_cleanup): Don't signal the async
26045         delegate semaphore before waiting for all threads to finish,
26046         because new threads can also call async delegates.  Fixes bug
26047         32004.
26048
26049         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
26050         of 3 seconds, in case another async job is queued.  (This part is
26051         needed because the bug fix reintroduced the 3s exit lag.)  This
26052         makes the mono_runtime_shutdown flag superfluous.
26053
26054 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
26055
26056         * reflection.c: include ehader size in method section headers.
26057         Really check for suplicated modules entries.
26058
26059 2002-10-17  Martin Baulig  <martin@gnome.org>
26060
26061         * debug-mono-symfile.c: Added back support for locals.
26062
26063 2002-10-14  Martin Baulig  <martin@gnome.org>
26064
26065         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
26066         MONO_TYPE_VOID.
26067
26068 2002-10-14  Martin Baulig  <martin@gnome.org>
26069
26070         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
26071         mono_class_get() instead of looking in the class cache. 
26072
26073 2002-10-13  Martin Baulig  <martin@gnome.org>
26074
26075         * debug-mono-symfile.c: Set version number to 28, include the
26076         signature in method names.
26077
26078 2002-10-13  Martin Baulig  <martin@gnome.org>
26079
26080         * debug-mono-symfile.h: Set version number to 27.
26081
26082 2002-10-11  Martin Baulig  <martin@gnome.org>
26083
26084         * gc.c: Don't register/unregister NULL pointers as disappearing links.
26085
26086 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
26087
26088         * metadata.c, metadata.h: added helper function to allocate signatures.
26089
26090 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26091
26092         * icall.c: added internal call to get the location of machine.config.
26093
26094 2002-10-08  Martin Baulig  <martin@gnome.org>
26095
26096         * debug-mono-symfile.c: Ignore classes with a pending init for the
26097         moment.
26098
26099 2002-10-03  Dick Porter  <dick@ximian.com>
26100
26101         * threads.c: Freebsd pthread_t is a pointer
26102
26103 2002-10-03  Dick Porter  <dick@ximian.com>
26104
26105         * socket-io.c: Implemented GetHostName_internal
26106
26107 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26108
26109         * mono-config.c:
26110         (mono_config_parse_file): don't leak the text.
26111
26112 2002-10-02  Martin Baulig  <martin@gnome.org>
26113
26114         * debug-mono-symfile.c: Added support for methods.
26115
26116 2002-10-01  Martin Baulig  <martin@gnome.org>
26117
26118         * debug-mono-symfile.c: Don't emit methods and line numbers for
26119         the dynamic symbol file, just write the type table.  We can easily
26120         have an external helper program which creates a symbol file for an
26121         IL file.        
26122
26123 2002-10-01  Dick Porter  <dick@ximian.com>
26124
26125         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
26126         Only add the handle to the cleanup array when we're about to
26127         launch the thread.  Bug 31425 deadlocked when the test was run on
26128         mono under w32.
26129
26130 2002-10-01  Martin Baulig  <martin@gnome.org>
26131
26132         * debug-mono-symfile.c: Added support for properties.
26133
26134 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
26135
26136         * reflection.c: unaligned store fix from Mark Crichton
26137         <crichton@gimp.org>.
26138
26139 2002-09-27  Martin Baulig  <martin@gnome.org>
26140
26141         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
26142         New interncall.
26143
26144 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
26145
26146         * assembly.h, assembly.c: use a sane API to hook into the assembly
26147         loading process instead of a useless special-purpouse hack
26148         (ngen needs a hook, too, for example).
26149
26150 2002-09-27  Dick Porter  <dick@ximian.com>
26151
26152         * threads.c (mono_thread_init): Call GetCurrentProcess() so
26153         io-layer can set up some process handle info.  Not needed on w32,
26154         but doesn't hurt either.
26155
26156         * process.c: Pass the program name in the second parameter to
26157         CreateProcess, so the path is searched.  Include the working
26158         directory. Implemented process name, process enumeration, and some
26159         process detail internal calls.
26160         
26161         * icall.c: Added internal calls for process lookup, and some
26162         process details
26163
26164 2002-09-26  Martin Baulig  <martin@gnome.org>
26165
26166         * assembly.c (mono_install_open_assembly_hook): New global
26167         function to install a function to be invoked each time a new
26168         assembly is loaded.
26169         (mono_assembly_open): Run this callback function if set.
26170
26171         * debug-mono-symfile.c: Put back line numbers for the dynamic
26172         symbol file and also record the .il file as source file.  This
26173         allows us to install the temporary symbol file as `file.dbg' just
26174         like a compiler-generated one.
26175
26176 2002-09-26  Nick Zigarovich <nick@chemlab.org>
26177
26178         * Corrected typo in gc.c (BOHEM vs BOEHM).
26179
26180 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26181
26182         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
26183         GetProperties. Also avoid calling g_slist_length in GetProperties and
26184         GetMethods.
26185
26186 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
26187
26188         * reflection.c: avoid unaligned stores (bug spotted by
26189         Mark Crichton  <crichton@gimp.org>).
26190
26191 2002-09-25  Martin Baulig  <martin@gnome.org>
26192
26193         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
26194         instead of guint64 for addresses and added prologue/epilogue info.
26195
26196 2002-09-25  Martin Baulig  <martin@gnome.org>
26197
26198         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
26199         store line number info.  For the dynamic symbol file, we only need
26200         to provide the JIT generated dynamic line number info for the dynamic
26201         symbol file.
26202
26203 2002-09-25  Martin Baulig  <martin@gnome.org>
26204
26205         * debug-mono-symfile.h: Incremented version number.
26206
26207 2002-09-24  Martin Baulig  <martin@gnome.org>
26208
26209         * class.c (mono_debugger_class_init_func): New global function
26210         pointer variable.
26211         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
26212         call it.
26213
26214         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
26215         function.  This is called via the mono_debugger_class_init_func
26216         hook to add all types to the dynamic type table.
26217         (ves_icall_MonoDebugger_GetType): New interncall to get a class
26218         from its metadata token.
26219
26220         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
26221         New interncall for the debugger.
26222
26223 2002-09-24  Nick Drochak <ndrochak@gol.com>
26224
26225         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
26226         before using it in case it is null.
26227         
26228 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
26229
26230         * metadata.c: allow custom modifiers in local var signatures
26231         (bug spotted by Zoltan Varga).
26232
26233 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
26234
26235         * class.c: deal with the <Module> class that may have a NULL vtable.
26236         Eliminate warnings.
26237
26238 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
26239
26240         * image.c, image.h: more strong name helpers.
26241         * monosn.c: more work: convert pem keys to cryptoapi format.
26242
26243 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
26244
26245         * string-icalls.c: speedup IndexOf.
26246
26247 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
26248
26249         * icall.c: updates from Zoltan.2.Varga@nokia.com.
26250
26251 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
26252
26253         * icall.c: cleanup: use mono_object_domain ().
26254
26255 2002-09-23  Martin Baulig  <martin@gnome.org>
26256
26257         * debug-mono-symfile.c: Improved type support.
26258
26259 2002-09-22  Martin Baulig  <martin@gnome.org>
26260
26261         * debug-mono-symfile.c: Added support for reference types and strings.
26262
26263 2002-09-22  Martin Baulig  <martin@gnome.org>
26264
26265         * debug-mono-symfile.c: Started to work on the type table.
26266
26267 2002-09-21  Martin Baulig  <martin@gnome.org>
26268
26269         * debug-mono-symfile.c: Largely reworked the symbol table format.
26270         The symbol table is now incrementally updated each time a new
26271         method is added.  We're now also using our own magic and version
26272         so that you don't need to recompile all your classes if the
26273         dynamic table changes.
26274         (mono_debug_update_mono_symbol_file): Removed.
26275         (mono_debug_symfile_add_method): New function to add a method.
26276
26277 2002-09-21  Martin Baulig  <martin@gnome.org>
26278
26279         * icall.c
26280         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
26281         New interncall.
26282
26283         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
26284         New interncall to get a method from its metadata token.
26285
26286 2002-09-21  Martin Baulig  <martin@gnome.org>
26287
26288         * debug-mono-symfile.c: Create type table.
26289
26290 2002-09-20  Martin Baulig  <martin@gnome.org>
26291
26292         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
26293
26294 2002-09-20  Martin Baulig  <martin@gnome.org>
26295
26296         * debug-mono-symfile.c: Provide information about params and locals.
26297
26298 2002-09-20  Martin Baulig  <martin@gnome.org>
26299
26300         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
26301         New interncall.
26302
26303         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
26304         interncall to get a method from its metadata token.
26305
26306 2002-09-20  Martin Baulig  <martin@gnome.org>
26307
26308         * debug-mono-symfile.c: Added a few checks for method->header
26309         being non-NULL.  This should never happen, but for the moment
26310         let's use a g_warning() rather than a g_assert().
26311
26312 2002-09-19  Mark Crichton  <crichton@gimp.org>
26313
26314         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
26315         even if support for it isn't present.  Added an #ifdef to fix this.
26316
26317         * socket-io.c: Added checks back for Solaris support.
26318
26319 2002-09-19  Martin Baulig  <martin@gnome.org>
26320
26321         * debug-mono-symfile.c (read_string, write_string): Reflect latest
26322         changes in the symbol file format.
26323
26324 2002-09-18  Martin Baulig  <martin@gnome.org>
26325
26326         * debug-mono-symfile.c: Set version number to 21.
26327
26328 2002-09-18  Dick Porter  <dick@ximian.com>
26329
26330         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
26331         on netbsd.  Fixes bug 30051.
26332
26333 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26334
26335         * reflection.c:
26336         (set_version_from_string): little fix.
26337
26338 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
26339
26340         * monosn.c, Makefile.am: added strong name utility.
26341         * reflection.h, reflection.c: implemented delayed signing,
26342         locale, version and hash id assembly attributes.
26343
26344 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
26345
26346         * loader.c, metadata.c: load param attributes in signatures.
26347
26348 2002-09-16  Martin Baulig  <martin@gnome.org>
26349
26350         * debug-mono-symfile.c: Added string table with all method names.
26351
26352 2002-09-14  Martin Baulig  <martin@gnome.org>
26353
26354         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
26355         fast method lookup.
26356
26357 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
26358
26359         * reflection.c: record the public key token of referenced assemblies.
26360
26361 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
26362
26363         * image.c, image.h: added functions to get the strong name and the
26364         public key of an assembly.
26365         * pedump.c: use them.
26366
26367 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
26368
26369         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
26370
26371 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
26372
26373         * marshal.c (mono_marshal_get_managed_wrapper): Added
26374         MONO_TYPE_BOOLEAN 
26375
26376 2002-09-11  Martin Baulig  <martin@gnome.org>
26377
26378         * gc.c: Call GC_unregister_disappearing_link() on all links when
26379         finalizing them, this is necessary to aviod a crash in boehm's
26380         finalize handler.
26381
26382 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
26383
26384         * gc.c: handle GetTarget for finalized objects spotted and fixed by
26385         nick@chemlab.org.
26386
26387 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
26388
26389         * icall.c: implemented MonoType::Module.
26390         * reflection.c, reflection.h: mono_module_get_object () from
26391         Tomi Pakarinen <tomi.pakarinen@welho.com>.
26392
26393 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
26394
26395         * icall.c: ignore overridden methods in GetMethods ().
26396         Fix for FieldInfo::SetValue().
26397         * object.c: handle float/double in runtime invoke.
26398
26399 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
26400
26401         * object.c: allow a constructor to be called again on an object.
26402
26403 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
26404
26405         * class.h, class.c: move field layout code to it's own function and
26406         export it. Get an interface id earlier. Move fields in MonoClass
26407         so they are more cache friendly and align the bitfields.
26408         * loader.c: temporary handle get_param_names() for a runtime method.
26409         * reflection.c, reflection.h: more code to handle runtime creation of
26410         types.
26411
26412 2002-09-09  Martin Baulig  <martin@gnome.org>
26413
26414         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
26415         signature with the pinvoke field being set for the actual call.
26416
26417 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
26418
26419         * icall.c: removed some unused icalls. Start of map of glib charsets
26420         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
26421
26422 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
26423
26424         * debug-helpers.c: break infinite loop (found and fixed by
26425         Holger Arnold <harnold@gmx.de>).
26426
26427 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
26428
26429         * icall.c: target may be null in create_delegate.
26430
26431 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
26432
26433         * marshal.c: handle a boolean return type.
26434
26435 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
26436
26437         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
26438
26439 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
26440
26441         * gc.c: fix weakreferences.
26442
26443 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
26444
26445         * icall.c: added icall to get default codepage.
26446
26447 2002-09-03  Dick Porter  <dick@ximian.com>
26448
26449         * threads.h: 
26450         * threads.c: Use MonoThread instead of MonoObject where
26451         apropriate.
26452
26453         Store running thread objects in a hash table, so that we have all
26454         the info to hand when waiting for them to finish
26455         (means we don't need OpenThread() any more, so mingw builds should
26456         be fully functional again.)
26457
26458         * verify.c:
26459         * object.h: Added thread ID to MonoThread
26460
26461 2002-09-03  Martin Baulig  <martin@gnome.org>
26462
26463         * icall.c (System.Reflection.Assembly::get_location): New interncall.
26464
26465 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26466
26467         * icall.c: fixed leak in get_temp_path. Thanks lupus.
26468
26469 2002-09-03  Martin Baulig  <martin@gnome.org>
26470
26471         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
26472         argument to store the end address of the disassembled instruction.
26473
26474         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
26475         here from debug-symfile.h.
26476         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
26477         JIT into this struct.
26478         (MonoSymbolFile): Added `char *image_file' field.
26479         (MonoDebugGetMethodFunc): Removed.
26480         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
26481         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
26482         (mono_debug_find_method): New method.
26483
26484         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
26485         create a full symbol file.
26486         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
26487         and static symbol files.
26488         (mono_debug_find_method): The symbol file keeps an internal method hash,
26489         call this to get a MonoDebugMethodInfo from a MonoMethod.
26490
26491         * debug-symfile.[ch]: Removed.
26492
26493 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
26494
26495         * image.c (do_mono_image_open): Remove linker version check.
26496
26497 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
26498
26499         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
26500         wrappers for instance methods.
26501         
26502 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26503
26504         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
26505
26506 2002-08-28  Dick Porter  <dick@ximian.com>
26507
26508         * Makefile.am: Export HOST_CC for w32 builds
26509
26510 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
26511
26512         * file-io.c process.c: MonoString are null terminated, no
26513         need for mono_string_to_utf16() anymore.
26514
26515 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
26516
26517         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
26518
26519 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
26520
26521         * icall.c, reflection.h: speedup System.MonoType.
26522
26523 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
26524
26525         * reflection.c: allow null as the value of a string argument in
26526         custom attributes constructors.
26527
26528 2002-08-27  Martin Baulig  <martin@gnome.org>
26529
26530         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
26531         `trampoline_address' field.
26532
26533 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
26534
26535         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
26536         check (fixes bug #29486) 
26537
26538 2002-08-27  Martin Baulig  <martin@gnome.org>
26539
26540         * debug-mono-symfile.c: Changed the file format in a way that allows us
26541         open it read-only and to use a specially malloced area for all the
26542         dynamic data.  We can now also generate a symbol file on-the-fly if we're
26543         debugging IL code and there is no MCS generated symbol file for it.
26544
26545 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
26546
26547         * object.c: added a define for a good string and array
26548         creation speedup (not enabled by default because we need to deal with
26549         the synch stuff).
26550
26551 2002-08-26  Martin Baulig  <martin@gnome.org>
26552
26553         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
26554         function to create a dynamic symbol file.  This is used by the
26555         debugger to create a symbol file for IL code on-the-fly.
26556
26557 2002-08-26  Martin Baulig  <martin@gnome.org>
26558
26559         * loader.c (mono_lookup_pinvoke_call): Include the error message
26560         from g_module_error() in the error message.
26561
26562 2002-08-24  Martin Baulig  <martin@gnome.org>
26563
26564         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
26565         function to update the symbol file.  The symbol file is mmap()ed
26566         writable, but private.  This allows us to install the symbol file
26567         together with the assembly.
26568
26569 2002-08-24  Martin Baulig  <martin@gnome.org>
26570
26571         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
26572         but they can read the new symbol file format which mcs is now creating.
26573
26574         * debug-symfile.c (mono_debug_find_source_location): Moved to
26575         debug-mono-symfile.c; this is now operating on the new symbol file.
26576
26577 2002-08-23  Martin Baulig  <martin@gnome.org>
26578
26579         * debug-helpers.c (mono_method_desc_from_method): New function to get
26580         a MonoMethodDesc from a MonoMethod.
26581
26582 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
26583
26584         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
26585         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
26586
26587 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
26588
26589         * string-icalls.[ch]: make helper methods static.
26590
26591 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26592
26593         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
26594         types to it and to SetValueInternal.
26595
26596         * object.c: Moved handle_enum label to its proper place. This was the
26597         f... bug! ;-)
26598
26599         This time i compiled mcs and gtk-sharp and they both work.
26600
26601 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26602
26603         * icall.c: reverted partially my previous patch until 
26604         object.c:set_value handles enums correcly.
26605
26606 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26607
26608         * icall.c:
26609         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
26610         (ves_icall_System_Environment_get_MachineName): removed warning when
26611         compiling under cygwin.
26612
26613 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
26614
26615         * object.c: fixed field_get_value() for reference types.
26616
26617 2002-08-22  Dick Porter  <dick@ximian.com>
26618
26619         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
26620         Don't free a buffer while it's still needed.  Patch from Jonathan
26621         Liger <Jonathan.liger@wanadoo.fr>
26622
26623 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
26624
26625         * icall.c (ves_icall_System_Environment_get_Platform): Add new
26626         internal call.
26627
26628 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
26629
26630         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
26631         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
26632
26633         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
26634         we call unmanaged code which throws exceptions.
26635
26636 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
26637
26638         * appdomain.h: added per-domain entry_assembly.
26639         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
26640         arguments.
26641         * icall.c: Assembly::GetEntryAssembly icall.
26642         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
26643         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
26644
26645 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
26646
26647         * appdomain.h, gc.c: added mono_domain_finalize ().
26648
26649 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26650
26651         * object.c:
26652         (mono_print_unhandled_exception): changed g_warning by g_printerr
26653         because g_log has a 1024 characters limit (yeah, i got a big stack
26654         trace). Don't print exception name, that should be in ToString 
26655         returned string.
26656
26657 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26658
26659         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
26660         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
26661
26662 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26663
26664         * object.c:
26665         (mono_print_unhandled_exception): after previous commit, i realized
26666         that MS calls ToString on the exception. I changed this function to
26667         do that. This way we get stack_trace for free.
26668
26669 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26670
26671         * object.c:
26672         (mono_print_unhandled_exception): invoke Message property instead of
26673         getting 'message' field from Exception. Don't allocate memory for
26674         'trace' and 'message' if not needed.
26675
26676 2002-08-18  Dick Porter  <dick@ximian.com>
26677
26678         * unicode.c: Fix asserts to match Encoder.cs checks
26679
26680 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
26681
26682         * marshal.c: fix unaligned store issue and a few wrong
26683         opcode argument types.
26684
26685 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26686
26687         * icall.c: added GetUninitializedObjectInternal internal call.
26688
26689 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
26690
26691         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
26692         to the right domain.
26693
26694 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
26695
26696         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
26697
26698         * class.c (class_compute_field_layout): set blittable to false for Strings
26699
26700         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
26701
26702 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
26703
26704         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
26705         first chunk of code to create types at runtime. Code to
26706         handle ReflectedType/DeclaringType. Make reflection handles
26707         domain specific.
26708
26709 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
26710
26711         * class.c: set correct name in arrays.
26712
26713 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
26714
26715         * appdomain.c (mono_domain_transfer_object): make it work with
26716         valuetypes. bug fixes.
26717
26718 2002-08-12  Dick Porter  <dick@ximian.com>
26719
26720         * object.h: Rename some parameters to avoid c++ keywords (Patch
26721         from Joseph Wenninger <kde@jowenn.at>)
26722
26723 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
26724
26725         * icall.c: added icall to implement Assembly.GetFile*.
26726
26727 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
26728
26729         * reflection.h, reflection.c: code to embed managed resources.
26730
26731 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
26732
26733         * class.c: move all the type size stuff into
26734         class_compute_field_layout().
26735
26736 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
26737
26738         * class.c: ensure enums have always the correct instance size.
26739         * unicode.c: remove wrong assert.
26740
26741 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
26742
26743         * assembly.c: fix mem corruption issue.
26744         * image.h, image.c: added mono_image_get_resource () to access
26745         managed resources.
26746         * icall.c: implemented Assembly.EntryPoint property and some
26747         Managed Resources related internalcalls.
26748
26749
26750 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
26751
26752         * image.c, image.h: impemented mono_image_get_entry_point ().
26753         * appdomain.c: use mono_image_get_entry_point.
26754
26755 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
26756
26757         * reflection.c: support the object type argument when loading
26758         custom attributes.
26759
26760 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
26761
26762         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
26763         String as return type.
26764
26765 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
26766
26767         * reflection.c: fix encoding of named args for custom attrs to match
26768         the ms implementation. Read them back when instantiating custom
26769         attributes.
26770
26771 2002-08-02  Radek Doulik  <rodo@ximian.com>
26772
26773         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
26774         by Dietmar as quick fix
26775         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
26776         16 as stack size, used on more places as quick fix before Dietmar
26777         will fix it properly
26778
26779 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
26780
26781         * object.h, object.c: added accessors for fields and properties.
26782
26783 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
26784
26785         * class.c, class.h: made mono_class_get_field_from_name ()
26786         loop on parent types.
26787         Added mono_class_get_property_from_name ().
26788
26789 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
26790
26791         * class.c, class.h: move the code to setup the type vtable in its own
26792         function so that it can be reused also for types created at runtime.
26793         Eliminate the "class" identifier from the header file.
26794         * reflection.c: setup the vtable for enums so that we can create
26795         objects for use in SetConstant ().
26796
26797 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
26798
26799         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
26800         instead of the delegate itself as this pointer (bug #28383)
26801
26802 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
26803
26804         * marshal.c (mono_marshal_get_managed_wrapper): added return type
26805         conversions.
26806
26807 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
26808
26809         * loader.c: don't set the pinvoke bit on icalls.
26810
26811 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
26812
26813         * debug-helpers.c (mono_method_full_name): only print a number to
26814         indicate wrapper type (so that the output is more readable in traces).
26815
26816 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
26817
26818         * class.c (mono_class_init): include method override patch from Paolo
26819
26820 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
26821
26822         * icall.c: fixed GetTypeCode().
26823
26824 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
26825
26826         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
26827         use real delegate invoke function to make it work with multicast
26828         delegates (fix bug# 28291).
26829
26830 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
26831
26832         * object.c: load constant strings.
26833
26834 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
26835
26836         * reflection.c: no magic numbers.
26837         * tabledefs.h: security action enum.
26838
26839 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
26840
26841         * assembly.c: fix possible memory corruption.
26842
26843 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
26844
26845         * reflection.h, reflection.c: added support for linking resources.
26846         * verify.c: check we have an updated corlib.
26847
26848 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
26849
26850         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
26851         string arrays.
26852         (mono_marshal_string_array): null terminate unmanaged string arrays.
26853         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
26854
26855 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
26856
26857         * icall.c: Type.GetType () can now return also types from the
26858         calling assembly.
26859
26860 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
26861
26862         * loader.h, loader.c: stack walking support.
26863         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
26864         GetCallingAssembly.
26865
26866 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
26867
26868         * marshal.c: added optimisations for blittable types 
26869
26870         * class.c (mono_array_class_get): do not set blittable attribute on arrays
26871         (mono_class_setup_mono_type): set blittable attribute for single
26872         and double.
26873
26874         * marshal.c (mono_string_utf8_to_builder): impl.
26875         (mono_string_builder_to_utf8): impl.
26876         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
26877
26878 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
26879
26880         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
26881         (mono_marshal_get_managed_wrapper): impl. byref types
26882
26883 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26884
26885         * icall.c:
26886         (search_method): don't display debug message. 
26887
26888 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
26889
26890         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
26891
26892 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
26893
26894         * appdomain.c: set the missing filename when throwing exception.
26895
26896 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
26897
26898         * metadata.c (mono_type_size): code cleanup
26899         (mono_type_stack_size): removed some test code
26900
26901 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
26902
26903         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
26904         mono_get_exception_file_not_found now.
26905
26906         * exception.c (mono_exception_from_name_two_strings): New version
26907         that will call a constructor with two string arguments. 
26908         (mono_get_exception_file_not_found): New helper routine, used to
26909         report file-not-found errors.
26910
26911 2002-07-20  Dick Porter  <dick@ximian.com>
26912
26913         * process.h:
26914         * process.c: Pass file handles to CreateProcess
26915         
26916         * icall.c:
26917         * file-io.h:
26918         * file-io.c: Implemented CreatePipe
26919
26920 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
26921
26922         * metadata.c (mono_get_param_info): set alignment for value types
26923
26924 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
26925
26926         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
26927         Constify mono_domain_assembly_open().
26928         * loader.c: handle null namespace in icalls.
26929
26930 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
26931
26932         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
26933         (emit_str_to_ptr_conv): marshal object as structs
26934
26935         * metadata.c (mono_type_to_unmanaged): marshal object as structs
26936
26937         * marshal.c (mono_marshal_get_runtime_invoke): support value types
26938
26939 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
26940
26941         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
26942         (mono_marshal_get_native_wrapper): we an now return value types
26943
26944 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
26945
26946         * verify.c: more checks implemented.
26947
26948 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
26949
26950         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
26951         (fix bug #27695)
26952         (mono_marshal_get_native_wrapper): allow byref arguments
26953         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
26954         impl. PtrToStringXXX methods
26955         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
26956         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
26957         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
26958         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
26959         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
26960
26961 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
26962
26963         * reflection.c: fix buglet in parsing an assembly name.
26964
26965 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
26966
26967         * marshal.c (emit_ptr_to_str_conv): first impl.
26968
26969 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
26970
26971         * object.c, class.h: cache the vtable in the class as suggested by
26972         vargaz@freemail.hu (Zoltan Varga).
26973
26974 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
26975
26976         * class.h, loader.c: added mono_field_from_token().
26977         * verify.c: first cut of type checking code.
26978
26979 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
26980
26981         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
26982
26983 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
26984
26985         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
26986         (fix bug #27782)
26987         (mono_marshal_get_remoting_invoke): impl.
26988         (mono_delegate_begin_invoke): impl.
26989         (mono_mb_emit_save_args): impl.
26990         (mono_delegate_end_invoke): impl.
26991         (mono_marshal_get_delegate_begin_invoke):
26992         (mono_marshal_get_delegate_end_invoke):
26993         (mono_marshal_get_delegate_invoke): generate a special name for
26994         those methods (including the signature) and associate them whith
26995         the delegate class. 
26996
26997 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
26998
26999         * reflection.[ch]: 
27000         (mono_reflection_type_from_name): now it has a MonoImage parameter
27001         which is used as the default image to search the type in. If the image
27002         is NULL or getting the type from it fails, it defaults to corlib.
27003
27004         * icall.c: changed 1 call to mono_reflection_type_from_name to match
27005         new parameter.
27006
27007 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
27008
27009         * reflection.c: update the parameter table index.
27010
27011 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
27012
27013         * domain.c: don't include the mark byte in the string hash.
27014
27015 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
27016
27017         * icall.cs: icall for Type.GetTypeCode ().
27018         * verify: a couple of fixes and disabled local initialization checks.
27019
27020 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
27021
27022         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
27023
27024         * debug-helpers.c (mono_method_full_name): print the type of the
27025         runtime wrapper
27026
27027         * metadata.c (mono_signature_hash): a hash function for signatures
27028         (mono_signature_hash): better hash algorithm
27029
27030         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
27031
27032         * debug-helpers.c (mono_method_full_name): this can now generate
27033         method names with signatures
27034
27035         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
27036         method dont have this pointers.
27037
27038 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
27039
27040         * reflection.c: fixup typebuilder tokens.
27041         * image.c: fix buglet.
27042         * marshal.h: remove whitespace.
27043         * metadata.h, metadata.c: reinstate code that was removed.
27044         * verify.c: handle catch directives and fix another couple of bugs.
27045
27046 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
27047
27048         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
27049         (mono_marshal_get_native_wrapper): make it comp. with the old code
27050         (mono_marshal_get_native_wrapper): support boolean
27051         (mono_marshal_get_managed_wrapper): support more types
27052
27053 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
27054
27055         * class.c (class_compute_field_layout): compute class->blittable attribute.
27056
27057 2002-07-09  Dick Porter  <dick@ximian.com>
27058
27059         * threads.c: Make the thread cleaning up cope with threads that
27060         call ExitThread()
27061
27062 2002-07-08  Radek Doulik  <rodo@ximian.com>
27063
27064         * reflection.c (method_encode_code): use non-translated values to
27065         compute finally_start, this fixes exception handling on ppc, yay!
27066
27067         * decimal.h (struct signscale): fix endianess
27068
27069 2002-07-07  Radek Doulik  <rodo@ximian.com>
27070
27071         * reflection.c: swap box_val and not val
27072
27073 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
27074
27075         * reflection.c, reflection.h: handle full assembly info in type name.
27076         Handle Type arguments when loading custom attributes.
27077         * icall.c: updated to use new mono_reflection_type_from_name () method.
27078
27079 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27080
27081         * loader.c:
27082         (method_from_memberref): also print assembly name when method not found.
27083
27084 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27085
27086         * icall.c:
27087         (ves_icall_TypeGetProperties): fixed bug #27473. 
27088
27089 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27090
27091         * reflection.c: display image name and token when cannot find the
27092         .ctor for an attribute.
27093
27094 2002-07-05  Martin Baulig  <martin@gnome.org>
27095
27096         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
27097
27098 2002-07-04  Dick Porter  <dick@ximian.com>
27099
27100         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
27101         compile on mingw.  This will cause mingw builds to not wait for
27102         subthreads to terminate after the main thread does.  I've lodged a
27103         bug with the mingw developers for them to wrap OpenThread().
27104
27105 2002-07-03  Dick Porter  <dick@ximian.com>
27106
27107         * threads.c: Store thread IDs instead of handles, because
27108         GetCurrentThread() returns a pseudohandle and therefore stores
27109         useless values.  mono_thread_cleanup() continues checking the
27110         array of threads until it is empty, to cope with subthreads
27111         spawning new threads after the main thread has finished.
27112
27113         * profiler.h:
27114         * profiler.c:
27115         * profiler-private.h: Pass the thread ID to thread profiler
27116         functions, instead of a handle
27117
27118 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
27119
27120         * verify.c: fixes to make it more usable.
27121         * pedump.c: added --verify code to verify IL code in an assembly.
27122
27123 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
27124
27125         * reflection.c: turn errors into warnings to allow compiling corlib.
27126
27127 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
27128
27129         * reflection.c: add special cases to compile corlib.
27130
27131 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
27132
27133         * reflection.c: handle properties with only a set method.
27134
27135 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
27136
27137         * opcodes.h: add enum with opcodes in opval order.
27138
27139 2002-07-01  Dick Porter  <dick@ximian.com>
27140         
27141         * object.h:
27142         * object.c (mono_runtime_run_main): Removed unneeded argument
27143
27144 2002-06-28  Martin Baulig  <martin@gnome.org>
27145
27146         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
27147
27148 2002-06-27  Dick Porter  <dick@ximian.com>
27149
27150         * threads.c: Store the handle in both the parent thread and in the
27151         subthread, to minimise the time between starting a new thread and
27152         storing its ID.
27153
27154 2002-06-26  Dick Porter  <dick@ximian.com>
27155
27156         * appdomain.c (mono_runtime_cleanup): Close the socket library
27157         after all the threads have finished, not before
27158
27159 2002-06-26  Martin Baulig  <martin@gnome.org>
27160
27161         * debug-symfile.c (mono_debug_find_source_location): Added
27162         `guint32 *line_number' argument.  If it's not NULL, store the line number
27163         there and return the file name without the line number.
27164
27165 2002-06-25  Dick Porter  <dick@ximian.com>
27166
27167         * icall.c:
27168         * process.h:
27169         * process.c: Process forking and other support functions
27170
27171 2002-06-25  Dick Porter  <dick@ximian.com>
27172
27173         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
27174         things dont happen when the image is closed.
27175         (mono_image_lookup_resource): Walk the resource section looking
27176         for a particular entry
27177
27178         * cil-coff.h: PE resource section decoding
27179
27180 2002-06-25  Dick Porter  <dick@ximian.com>
27181         
27182         * assembly.h:
27183         * assembly.c: 
27184         (mono_assembly_foreach): Accessor functions to walk the list of
27185         loaded assemblies
27186         (mono_assembly_set_main):
27187         (mono_assembly_get_main): Process methods need to know which
27188         assembly is the "main" one
27189
27190         * object.c (mono_runtime_run_main): Record the main assembly
27191
27192         * debug-helpers.c: Fix typo
27193
27194 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
27195
27196         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
27197         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
27198
27199 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
27200
27201         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
27202
27203 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
27204
27205         * image.c (do_mono_image_open): Initialize reference count,
27206         otherwise we leak the MonoImage.
27207
27208 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
27209
27210         * reflection.c: small tweak to handle self-hosting.
27211
27212 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
27213
27214         * reflection.c: fix type name parse code.
27215
27216 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
27217
27218         * reflection.c: break out of the loop.
27219         * image.c: special case corlib.
27220
27221 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
27222
27223         * reflection.c: add all the custom attrs at the end to ensure the
27224         ctors have been properly initialized when the attributes are defined
27225         in the current assembly.
27226
27227 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
27228
27229         * reflection.c: handle correctly multiple-nested types.
27230
27231 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
27232
27233         * row-indexes.h: fix typos.
27234         * reflection.c: adjust for typos and fix method_def_or_ref
27235         encoding in MethodImpl table.
27236
27237 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
27238
27239         * reflection.c: fix entry point patching (thanks Serge!).
27240
27241 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
27242
27243         * verify.c: add check for System.Exception
27244
27245 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
27246
27247         * image.c, class.c: minifix for code just c&p'ed.
27248         * reflection.c: warning fix.
27249         * object.h, loader.h, domain.c: load also StringBuilder.
27250
27251 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
27252
27253         * marshal.h, marshal.c: some support code to handle complex marshaling.
27254
27255 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
27256
27257         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
27258         Better signatures with vtable error dump.
27259
27260 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
27261
27262         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
27263
27264 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
27265
27266         * icall.c (ves_icall_Type_GetField): impl.
27267
27268 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
27269
27270         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
27271         to retrieve a marshal description blob for a field or param.
27272
27273 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
27274
27275         * reflection.h, reflection.c: change order of nested type emission
27276         to avoid table corruption. The NestedTypes table is sorted.
27277         * icall.c: change order of GetConstructor results to workaround mcs bug.
27278
27279 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
27280
27281         * reflection.h, reflection.c: handle field and param marshal
27282         information.
27283
27284 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
27285
27286         * icall.c, marshal.c marshal.h: more Marshal class implementation.
27287
27288 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
27289
27290         * reflection.c: fix call convention.
27291
27292 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
27293
27294         * reflection.h, reflection.c: mono_image_get_memberref_token()
27295         takes a type instead of a class, now. Added
27296         mono_image_get_array_token() to create tokens for the special
27297         multi-dim array methods.
27298
27299 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
27300
27301         * assembly.c: handle modules (no assembly table). Split
27302         loading references in its own function.
27303         * class.c: handle moduleref resolution scope.
27304         * image.c, image.h: cache module name in image.
27305
27306 2002-06-07  Martin Baulig  <martin@gnome.org>
27307
27308         * reflection.c (mono_image_get_type_info): Only add a class layout entry
27309         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
27310
27311 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
27312
27313         * icall.c: more signature fixes that used uint instead of int.
27314
27315 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
27316
27317         * reflection.c: fixed signature of field refs.
27318
27319 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
27320
27321         * class.c, reflection.c: handle typerefs of nested types
27322         (both on read and when writing files).
27323
27324 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
27325
27326         * icall.c: fix method signatures that tried to workaround the previous
27327         typo, d'oh!
27328
27329 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
27330
27331         * debug-helpers.c: fix typo.
27332
27333 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
27334
27335         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
27336         rewrote the PE/COFF writing code (our programs are understood by the
27337         ms runtime, now).
27338
27339 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
27340
27341         * gc.c, gc.h, icall.c: weakreference support.
27342
27343 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
27344
27345         * Makefile.am, mono-config.c: use $(sysconfdir).
27346
27347 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
27348
27349         * icall.c: changed default precision of Double.ToString() to 15.
27350         Fixed memory leak. Unified with Single.ToString.
27351
27352 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
27353
27354         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
27355
27356 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
27357
27358         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
27359         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
27360         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
27361         and myself.
27362
27363 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
27364
27365         * debug-symfile.c, sysmath.c: yet more compilation fixes.
27366
27367 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
27368
27369         * reflection.c, socket-io.c: more compilation fixes.
27370
27371 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
27372
27373         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
27374         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
27375         unicode.c: warning and compiler compatibility fixes.
27376
27377 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
27378
27379         * class.h, metadata.c: fixed warnings/compilation errors.
27380
27381 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
27382
27383         * Makefile.am, mono-config.c, mono-config.h: configuration file
27384         support routines.
27385         * loader.c, loader.h: make Dll mapping configurable at runtime in the
27386         config file. Export methods to insert and lookup mappings.
27387
27388 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
27389
27390         * reflection.c: handle types and boxed objects in custom attr
27391         constructors.
27392
27393 2002-05-30  Martin Baulig  <martin@gnome.org>
27394
27395         * debug-symfile.c
27396         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
27397
27398 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
27399
27400         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
27401         to lookup the implmap row for a P/Invoke method.
27402         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
27403         P/Invoke method from the runtime on an as needed basis.
27404
27405 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
27406
27407         * metadata.c (mono_metadata_parse_signature): impl.
27408
27409 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
27410
27411         * class.c: handle .pack directive.
27412
27413 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
27414
27415         * object.c: initialize static fields with RVA data.
27416
27417 2002-05-25  Martin Baulig  <martin@gnome.org>
27418
27419         * debug-symfile.c
27420         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
27421
27422 2002-05-24  Martin Baulig  <martin@gnome.org>
27423
27424         * debug-symfile.c
27425         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
27426         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
27427         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
27428
27429 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
27430
27431         * object.c: special case string ctros in invoke.
27432         * gc.c: silly whitespace changes.
27433
27434 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
27435
27436         * threadpool.[ch]: impl. a threadpool that can
27437         be used by mint and mono.
27438
27439 2002-05-22  Martin Baulig  <martin@gnome.org>
27440
27441         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
27442         The first argument is now a `MonoReflectionModuleBuilder *', the return
27443         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
27444         `methods' field to get the method builder.  The `token' argument is the
27445         unfixed token.
27446
27447         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
27448         invalid characters instead of g_assert_not_reached()ing.  This seems
27449         to be the behaviour of mscorlib.
27450
27451 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
27452
27453         * object.c (mono_runtime_invoke_array): applied patch from Rachel
27454         Hestilow to fix bug #25104
27455
27456 2002-05-21  Martin Baulig  <martin@gnome.org>
27457
27458         * debug-symfile.c (mono_debug_find_source_location): New function.
27459         Looks up an IL offset in the line number table and returns the source
27460         location as a string.
27461
27462 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27463
27464         * icall.c:
27465         (mono_double_ToStringImpl): changed %f by %g until we have something
27466         better.
27467
27468 2002-05-21  Nick Drochak  <ndrochak@gol.com>
27469
27470         * icall.c : Use different name for Math.Pow's icall.  Needed to check
27471         parameters first in C#.
27472
27473 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
27474
27475         * icall.c, reflection.h: added icall to get info about an event.
27476
27477 2002-05-20  Radek Doulik  <rodo@ximian.com>
27478
27479         * object.c (mono_value_box): don't use memcpy for boxing on BIG
27480         endian
27481         (mono_value_box): don't use memcpy for small sizes on
27482         architectures with unaligned access
27483
27484 2002-05-20  Martin Baulig  <martin@gnome.org>
27485
27486         * reflection.c (mono_reflection_setup_internal_class): Don't crash
27487         if `tb->parent == NULL'.
27488         (mono_reflection_create_internal_class): New function.  This is
27489         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
27490         for enum types.
27491
27492         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
27493         New interncall.
27494
27495 2002-05-19  Martin Baulig  <martin@gnome.org>
27496
27497         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
27498         argument to get the length, don't default to the array length.
27499
27500 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
27501
27502         * assembly.c (mono_assembly_setrootdir): New function used to
27503         override the MONO_ASSEMBLIES directory.
27504
27505 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
27506
27507         * icall.c: ValueType_GetHashCode() initialize local var.
27508
27509 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
27510
27511         * reflection.c: sort custom attributes table.
27512
27513 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
27514
27515         * reflection.c: support named args in custom attributes (write support).
27516
27517 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
27518
27519         * reflection.c: fix finally position calculation.
27520
27521 2002-05-15  Radek Doulik  <rodo@ximian.com>
27522
27523         * reflection.c: fixed endianess at many places
27524
27525         * icall.c (ves_icall_InitializeArray): comment out debug msg
27526
27527 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
27528
27529         * object.c (mono_unhandled_exception): new function to handle
27530         unhandled exceptions.
27531         (mono_unhandled_exception): call the UnhandledException event.
27532         (mono_runtime_delegate_invoke): impl.
27533
27534 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
27535
27536         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
27537         returns the RVA, not the direct pointer to the data. Handle the case
27538         when the class size is fixed.
27539
27540 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
27541
27542         * reflection.c: fix some endianess issues.
27543
27544 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
27545
27546         * object.c (mono_runtime_invoke): is now able to catch exceptions.
27547
27548         * threads.c (mono_thread_init): added a callback which is invoked
27549         at thread start.
27550
27551 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
27552         
27553         * icall.c: make GetHashCode return non-negative values.
27554
27555 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
27556
27557         * object.c, icall.c, gc.c: revert to address-based hashcode.
27558
27559 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
27560
27561         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
27562
27563 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
27564
27565         * icall.c, class.c: special case <Module>.
27566
27567 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
27568
27569         * icall.c: fix bug in GetNow().
27570
27571 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
27572
27573         * object.c (mono_runtime_class_init): make sure that we call all
27574         static class constructors.
27575
27576 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
27577
27578         * reflection.c: sort methodsemantics table.
27579
27580 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
27581
27582         * reflection.h, reflection.c: honour init locals setting.
27583
27584 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
27585
27586         * icall.c: copied Double ToStringImpl for Single ToStringImpl
27587
27588 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
27589
27590         * reflection.c: support ContructorBuilders in attribute blob creation.
27591
27592 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
27593
27594         * reflection.c: some changes to build a binary that can be run
27595         directly in windows.
27596
27597 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
27598
27599         * loader.c: print a big message when an icall can't be found.
27600
27601 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27602
27603         * string-icalls.c: fix bug 24248.
27604
27605 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
27606
27607         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
27608         icall.c, reflection.h: separate assembly loading by pathname and by
27609         assembly name. Use the MONO_PATH env var to search for assemblies.
27610
27611 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
27612
27613         * assembly.c, image.h: add some support for assemblies
27614         with multiple modules.
27615         * class.c, class.h: export mono_class_from_typeref().
27616         * loader.c: remove duplicated code and use mono_class_from_typeref(),
27617         instead.
27618
27619 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
27620
27621         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
27622         documentation says (the ECMA one is correct).
27623
27624 2002-05-02  Dick Porter  <dick@ximian.com>
27625
27626         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
27627         Don't name the synchronisation mutex.
27628
27629 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
27630
27631         * rand.c
27632         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
27633         Make the prototypes match.
27634         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
27635         Same.
27636
27637         * icall.c
27638         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
27639         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
27640         all systems have tm.tm_zone, so use strftime() with %Z to print
27641         the timezone abreviation into a temp string.
27642
27643         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
27644         rather than mono_array_addr() on a MonoString on Big Endian
27645         machines.
27646
27647 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
27648
27649         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
27650         fix bug 24041
27651
27652 2002-04-30  Dick Porter  <dick@ximian.com>
27653
27654         * socket-io.c: Cope with SOCKET being an integer rather than a
27655         pointer now.
27656
27657         * threads.c: Added Thread_free_internal, to deal with thread
27658         handle cleanup.  Moved calls to handle_store() and handle_remove()
27659         to start_wrapper(), so each can only be called once.  Allocate
27660         synchronisation blocks with GC_malloc(), and use GC finalisation
27661         to close the handles.
27662
27663         * icall.c: added System.Threading.Thread::Thread_free_internal
27664
27665 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
27666
27667         * icall.c: support Environment.Exit, CommandLineArgs().
27668
27669 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
27670
27671         * object.c, object.h: added mono_runtime_run_main () and
27672         mono_runtime_get_main_args () for use in System.Environment.
27673
27674 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
27675
27676         * gc.c: fix thinko, enable actual finalization since the jit is now
27677         fixed.
27678
27679 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
27680
27681         * gc.c, object.c: take into account that an object may be offset wrt the address
27682         returned by GC_malloc().
27683
27684 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
27685
27686         * image.c: handle files without entries in the assembly table (modules).
27687
27688 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
27689
27690         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
27691         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
27692         allowed to be null when it's System.Object class setup.
27693
27694 2002-04-27  Martin Baulig  <martin@gnome.org>
27695
27696         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
27697         if `tb->parent == NULL' rather than crashing.
27698
27699 2002-04-28  Nick Drochak  <ndrochak@gol.com>
27700
27701         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
27702         calling acos() where asin() should have been called.
27703
27704 2002-04-26  Martin Baulig  <martin@gnome.org>
27705
27706         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
27707         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
27708         there's a subdirectory called `System', but we don't want to read that
27709         subdirectory as an assembly.
27710
27711 2002-04-25  Martin Baulig  <martin@gnome.org>
27712
27713         * debug-symfile.c: Reflect latest MonoString changes.
27714
27715 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
27716
27717         * rand.c, rand.h: instance method icalls need to have an explicit
27718         this pointer as first argument in the C implementation.
27719
27720 2002-04-25  Nick Drochak <ndrochak@gol.com>
27721
27722         * icall.c: Fix typo in map for GetNonZeroBytes
27723
27724 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
27725
27726         * string-icalls.c : String does now passes unit tests without any 
27727         errors, the following changes has been made:
27728         
27729         Implemented replace methods.
27730         Renaming of methods to (try) follow the standard.
27731         Fixed compare ordinal
27732         Made all memory allocated directly to function instead of via icall function.
27733         Small performance fix in is_in_array function
27734                         
27735  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
27736
27737         c (mono_string_Internal_ctor_charp_int_int):
27738         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
27739         sindex < 0, throw ArgumentOutOfRangeException instead of
27740         ArgumentNullException.
27741
27742         Added new check for length == 0, however
27743         I need to make it return String.Empty from the C code.
27744         
27745         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
27746         that calculate the length for us here.
27747         
27748         (mono_string_Internal_ctor_sbytep_int_int): Replaced
27749         mono_string_new_utf16 with mono_string_new, since value is utf8.
27750
27751 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
27752
27753         * object.c: register the object for finalization if needed.
27754         Allocate one more char in the string for the terminating 0 char.
27755
27756 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
27757
27758         * class.c, class.h, image.c: check if a type implemenst a destructor.
27759         Use the proper key for array class lookups.
27760         * icall.c: register the icalls in the System.GC class.
27761         * gc.c, gc.h: GC-related functions and icalls.
27762
27763 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27764
27765         * icall.c:
27766         * socket-io.c:
27767         * unicode.c: free some strings gotten from mono_string_to_utf8 and
27768         changed a couple of free () by g_free ().
27769
27770         * decimal.c: one-liner in the comments for decimal2string ().
27771
27772 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
27773
27774         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
27775
27776 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
27777
27778         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
27779         * object.c (mono_runtime_invoke_array) : handle null in params
27780
27781 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
27782
27783         * string-icalls.c: fixed bug in split (one off bug)
27784
27785 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
27786
27787         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
27788         * icalls.c: added String::Equals as internal method
27789
27790 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
27791
27792         * threads.c: fixed bug in the double interlocked functions
27793
27794 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
27795
27796         * threads.c: implemented all of the new interlocked icalls.
27797         * string-icalls.c: fix a bug in insert.
27798         * icalls.c: added the icalls for interlocked, removed old string functions.
27799         
27800 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
27801
27802         * loader.c: fix off-by-one error when reading argument names.
27803
27804 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
27805
27806         * profiler.c: win32 counter implementation (untested).
27807         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
27808         (the latter needs testing and more complete impl. from win32 folks).
27809
27810 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
27811
27812         * object.c: mono_array_new_full workaround mono_array_class_get
27813         problem.
27814
27815 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
27816
27817         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
27818         * object.h (mono_string_chars): Changed casting type.
27819
27820 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
27821
27822         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
27823                            method signatures to use gunichar2 instead of gint16.
27824
27825 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
27826
27827         * object.h, object.c: domain-specific versions of mono_object_new and
27828         mono_array_new.
27829
27830 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
27831
27832         * object.c: changed String layout
27833
27834         * string-icalls.c (mono_string_Internal_ctor_chara): added
27835         internal string constructors.
27836
27837 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
27838
27839         * threads.c: pass 'this' to the thread start routine.
27840
27841 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27842
27843         * string-icalls.c: fix IndexOf and LastIndexOf. Now
27844         InternalCompareStr don't call twice mono_string_cmp_char for the last
27845         character. Improved performance in mono_string_cmp_char.
27846
27847 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
27848
27849         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
27850         code into its own library: libmonoruntime.
27851
27852 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
27853
27854         * object.h, object.c: changed array format so that szarrays do not
27855         require a bounds structure.
27856         * icall.c, appdomain.c: support for new szarray format.
27857
27858 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
27859
27860         * metadata.c: compare also the retuns type when comparing signatures:
27861         we didn't do this as an optimization since really overloaded methods
27862         must differ also in the arguments, but this doesn't work with
27863         low-level IL code (or when using explicit conversion operators: see
27864         bug#23498 for an example).
27865
27866 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
27867
27868         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
27869
27870 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
27871
27872         * icall.c: make MonoType::GetElementType its own icall.
27873
27874 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
27875
27876         * icall.c: remove MonoMethod_get_Name().
27877         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
27878         object.
27879
27880 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
27881
27882         * string-icalls.c: optimized a few methods.
27883
27884 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
27885
27886         * icall.c: added all new string internal calls
27887         * string-icalls.c: added, new string internal call implementation.
27888         * object.c: added mono_string_new_size for allocating a string a size
27889
27890 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
27891
27892         * object.c (mono_object_isinst): use the same code as in the
27893         optimized x86 version.
27894
27895 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
27896
27897         * profiler.c: TSC-based timer code (faster and more accurate).
27898         Not hooked up in configure, yet (set USE_X86TSC to 1).
27899
27900 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
27901
27902         * profiler.c, profiler.h: track time spent compiling methods.
27903         * threads.c: track thread creation/destruction.
27904
27905 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
27906
27907         * profiler.c, profiler.h, profiler-private.h: profiling interface
27908         and sample implementation. Moved here so that it can be used also by
27909         the jit.
27910
27911 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
27912
27913         * reflection.c, reflection.h: keep types and other handles separate in
27914         the hash tables for referred tokens. Add guid for modules.
27915
27916 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
27917
27918         * assembly.c: fix bugs found with valgrind.
27919         * metadata.h, metadata.c: added mono_metadata_guid_heap().
27920
27921 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
27922
27923         * threads: added icall support for getting current domain for
27924                    the thread.
27925  
27926 2002-04-13  Martin Baulig  <martin@gnome.org>
27927
27928         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
27929         (MonoDebugVarInfo): Added `index' field for register based addresses.
27930         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
27931         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
27932         `MonoDebugVarInfo *params' and `guint32 this_offset' with
27933         `MonoDebugVarInfo *this_var'.
27934
27935         * debug-symfile.c (relocate_variable): New static function to write
27936         a location description for a local variable or method parameter.
27937
27938 2002-04-12  Martin Baulig  <martin@gnome.org>
27939
27940         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
27941         stack offset and begin/end scope address of a local variable.
27942         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
27943         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
27944         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
27945
27946         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
27947         Added new relocation types for start/end scope of a local variable.
27948
27949 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
27950
27951         * object.h: add mono_object_domain() macro.
27952         * reflection.c: handle typespecs.
27953         * icall.c: MonoMethod::get_Name() implementation.
27954
27955 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
27956
27957         * icall.c: String::GetHashCode() icall implementation.
27958
27959 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
27960
27961         * icall.c: String::IndexOfAny icall.
27962         * object.c, object.h: make array->max_length more useful.
27963         Intrduced mono_object_class() and mono_string_length() macros.
27964
27965 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27966
27967         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
27968         instead of g_unichar_isdigit.
27969
27970 2002-04-11  Nick Drochak  <ndrochak@gol.com>
27971
27972         * icall.c: Implement a simple Double.ToString().
27973
27974 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
27975
27976         * appdomain.h: only io-layer.h is supposed to be included.
27977         * icall.c: explicitly import environ. Fix warning.
27978
27979 2002-04-10  Nick Drochak  <ndrochak@gol.com>
27980
27981         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
27982                 return true even if it's not Daylight Savings time.
27983                 Only return false for the case where the function isn't
27984                 implemented for a plaform (read Windows).
27985
27986 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
27987
27988         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
27989         data with a mutex.
27990
27991 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
27992
27993         * mempool.c (mono_mempool_alloc): only use g_malloc when
27994         absolutely necessary.
27995
27996 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
27997
27998         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
27999
28000         * class.c (mono_class_vtable): use domain mempool to allocate vtable
28001         (mono_class_proxy_vtable): use domain mempool
28002
28003 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
28004
28005         * appdomain.h, appdomain.c: split initialization that requires the
28006         execution engine support into mono_runtime_init().
28007
28008 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
28009
28010         * class.c (mono_class_init): don't include vtable inside MonoClass
28011         to save some memory, gather some statistics.
28012         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
28013
28014 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
28015
28016         * icall.c: internalcall implementation for ValueType.Equals().
28017
28018 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
28019
28020         * object.c (mono_message_init): moved 
28021         (mono_runtime_exec_main): new arch. independent impl.
28022         (mono_runtime_invoke_array): new method - like
28023         mono_runtime_invoke, but you can pass an array of objects.
28024         (mono_remoting_invoke): new arch. independent impl.
28025         (mono_message_invoke): new arch. independent impl.
28026         (mono_runtime_class_init): new arch. independent impl.
28027         (mono_runtime_object_init): new arch. independent impl.
28028
28029 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
28030
28031         * metadata.c, object.c, reflection.c: documented the exported
28032         functions.
28033
28034 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
28035
28036         * icall.c: simpler code to pass the assembly builder data to corlib.
28037         Implement GetNestedTypes() internalcall.
28038
28039 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
28040
28041         * class.c: warn if a type can't be loaded.
28042
28043 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
28044
28045         * image.h: typedef MonoImageOpenStatus
28046         * types.h: removed unused file
28047         
28048 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
28049
28050         * icall.c: Enum_ToObject accepts enum value arguments.
28051
28052 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
28053
28054         * class.c: move initialization of properties, events and nested
28055         classes, so that they happen for interfaces, too.
28056
28057 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
28058
28059         * icall.c: cleanup some ugly casts in Array_SetValue*.
28060
28061 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
28062
28063         * icall.c: the values array fro enums is of the correct type, now.
28064         Implement (correctly) getFullName instead of assQualifiedName for
28065         MonoType.
28066         * reflection.h, reflection.c: added mono_type_get_name ().
28067
28068 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
28069
28070         * assembly.c, image.h: for each MonoImage, record from wich assembly
28071         it was loaded.
28072         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
28073         Make Type.Assembly work.
28074
28075 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
28076
28077         * debug-symfile.h: use char* instead of gpointer to avoid
28078         unnecessary casts.
28079
28080         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
28081
28082         * icall.c (ves_icall_InternalExecute): impl. FielSetter
28083         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
28084
28085 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
28086
28087         * icall.c (mono_message_init): impl. (code cleanup)
28088         (ves_icall_InternalExecute): impl. FieldGetter
28089
28090         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
28091         defined we call all (non-static)methods through the vtable. 
28092
28093 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
28094
28095         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
28096         finalizer even though the memory is still referenced (and the chunk of
28097         memory is not freed).
28098
28099 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
28100
28101         * assembly.c: fix brokeness.
28102
28103 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
28104
28105         * class.c: kill some warnings. Check explicit interface method
28106         implementation also without considering the namespace.
28107         Load also literal strings in static class data.
28108
28109 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
28110
28111         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
28112         (default_assembly_name_resolver): Make the resolver take the
28113         "base" directory where the assembly was originally defined, so we
28114         can load DLLs that are in the same directory as the assembly that
28115         is being referenced.
28116
28117 2002-03-28  Dick Porter  <dick@ximian.com>
28118
28119         * file-io.h: 
28120         * file-io.c:
28121         * socket-io.c: 
28122         * unicode.h: 
28123         * unicode.c: Warning cleanups
28124
28125 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
28126
28127         * object.h, reflection.h: use the correct type instead of MonoObject.
28128
28129 2002-03-28  Martin Baulig  <martin@gnome.org>
28130
28131         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
28132         (mono_debug_update_symbol_file): Initialize classes if necessary.
28133
28134 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
28135
28136         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
28137         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
28138
28139 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
28140
28141         * assembly.h: fix function prototype.
28142         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
28143         * mono-endian.h: use const cast.
28144
28145 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
28146
28147         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
28148
28149 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
28150
28151         * loader.c: don't assert when a typeref can't be loaded, give
28152         a chance to the runtime to trow an exception instead.
28153         * loader.h: fix warning.
28154
28155 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
28156
28157         * class.c (mono_class_proxy_vtable): added proxy support
28158
28159 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
28160
28161         * icall.c: removed last of PAL calls, added System.Environment
28162         * file-io.h, file-io.c: MonoIO implementation
28163         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
28164
28165 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
28166
28167         * appdomain.c: do not use the byte marker in ldstr table lookup.
28168         * debug-helpers.c: allow two ':' to separate class and method name.
28169         * object.c: allocate arrays bounds with the GC, too.
28170         * verify: add a few more checks.
28171
28172 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
28173
28174         * reflection.c: output also literal strings. Allocate parameter data
28175         with GC_malloc() (thanks, Martin, for catching this!).
28176
28177 2002-03-26  Martin Baulig  <martin@gnome.org>
28178
28179         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
28180         include the `this' offset in the `param_offsets'.
28181
28182 2002-03-25  Martin Baulig  <martin@gnome.org>
28183
28184         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
28185         mono_debug_get_class() function to get the classes. Added new
28186         relocation types for arrays and strings.
28187         (mono_debug_get_class): New static function to search in all
28188         referenced assemblies for a metadata token.
28189
28190         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
28191
28192 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
28193
28194         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
28195         hold gc-allocated objects. Make the string heap a stream like the
28196         others. Removed duplicated code when writing stream info.
28197         Added asserts to catch possible buffer overflows. Set the sorted map
28198         for tables that need sorting. Added some documentation.
28199
28200 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
28201
28202         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
28203         for interned strings and vtables.
28204
28205 2002-03-24  Martin Baulig  <martin@gnome.org>
28206
28207         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
28208         it in the array since it was created with g_slist_prepend().
28209
28210 2002-03-24  Martin Baulig  <martin@gnome.org>
28211
28212         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
28213         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
28214         (mono_debug_method_from_token): Renamed to
28215         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
28216         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
28217
28218         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
28219         relocation types.
28220
28221         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
28222
28223 2002-03-24  Martin Baulig  <martin@gnome.org>
28224
28225         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
28226         (mono_debug_method_from_token): New func.
28227
28228         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
28229         New interncall, calls mono_debug_local_type_from_signature().
28230         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
28231         calls mono_debug_method_from_token().
28232
28233 2002-03-23  Martin Baulig  <martin@gnome.org>
28234
28235         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
28236         specifies the number of bytes to be converted, not the array size.
28237         Return the number of chars, not the number of bytes.
28238         (ves_icall_iconv_get_chars): The `byteCount' argument
28239         specifies the number of bytes to be converted, not the array size.
28240
28241 2002-03-23  Martin Baulig  <martin@gnome.org>
28242
28243         * reflection.h (MonoReflectionSigHelper): New type.
28244
28245         * reflection.c (mono_reflection_sighelper_get_signature_local),
28246         (mono_reflection_sighelper_get_signature_local): New functions.
28247
28248         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
28249         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
28250         interncalls.
28251
28252 2002-03-23  Martin Baulig  <martin@gnome.org>
28253
28254         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
28255         is_writeable is set.
28256         (mono_raw_buffer_update): New function to write the modified map
28257         back to disk.
28258
28259         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
28260
28261         * debug-symfile.c (mono_debug_update_symbol_file): Call
28262         mono_raw_buffer_update() when done writing.
28263
28264 2002-03-23  Martin Baulig  <martin@gnome.org>
28265
28266         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
28267
28268         * debug-symfile.c: Added support for arguments and local variables.
28269
28270 2002-03-23  Dick Porter  <dick@ximian.com>
28271
28272         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
28273         protected by ifdefs, hence breaking the w32 build.
28274
28275 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
28276
28277         * object.c: implement is_interned() the right way.
28278
28279 2002-03-21  Martin Baulig  <martin@gnome.org>
28280
28281         * debug-symfile.[ch]: New files to handle debugging information
28282         files. There's also support to dynamically update these symbol
28283         files to include machine dependent information.
28284
28285 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
28286
28287         * threads.c (mono_thread_create): new function to create thread
28288         from C
28289
28290 2002-03-20  Martin Baulig  <martin@gnome.org>
28291
28292         * icall.c (ves_icall_InternalInvoke): Create a new object if the
28293         method is a constructor.
28294         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
28295         points to ves_icall_InternalInvoke().
28296
28297 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
28298
28299         * file-io.c: Flush shouldn't throw exceptions.
28300
28301 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
28302
28303         * file-io.c: FileStream flush support; FileSetLength now
28304         restores file pointer.
28305
28306 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
28307
28308         * class.c: set image for pointer classes.
28309
28310 2002/03/19  Nick Drochak <ndrochak@gol.com>
28311
28312         * sysmath.c: Forgot one.
28313
28314 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
28315
28316         * sysmath.c: Avoid redefining existing names.
28317
28318 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
28319
28320         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
28321         handled by runtime as icall rather than dllimport from libm.so
28322         * file-io.c, file-io.h: fixed handle argument type.
28323
28324 2002-03-18  Dick Porter  <dick@ximian.com>
28325
28326         * reflection.c (mono_image_get_type_info): rename interface to
28327         iface, because of "#define interface struct" on windows.
28328
28329 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
28330
28331         * class.c, class.h: rename and export mono_ptr_class_get().
28332         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
28333         * reflection.c, reflection.h, icall.c: better/saner type name
28334         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
28335         method signatures.
28336
28337 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
28338
28339         * class.c (mono_class_init): removed hardcoded GHC_SLOT
28340
28341         * icall.c (ves_icall_InternalInvoke): impl.
28342
28343 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
28344
28345         * reflection.c: output the interface map table, too.
28346
28347 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
28348
28349         * class.c (class_compute_field_layout): separate computation of 
28350         static field layout
28351
28352 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
28353
28354         * icall.c: added System.Buffer support.
28355         * file-io.c: moved file icalls from PAL to FileStream.
28356
28357 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
28358
28359         * icall.c (ves_icall_System_Object_GetHashCode): impl.
28360
28361 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
28362
28363         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
28364
28365 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
28366
28367         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
28368
28369 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
28370
28371         * debug-helpers.{c,h}: moved here from monograph some useful functions
28372         to locate a method by name/signature in a class or image. Included
28373         also a small and flexible IL disassembler.
28374
28375 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
28376
28377         * reflection.c: fixup tokens in methods with small header size, too.
28378
28379 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
28380
28381         * object.c (mono_string_to_utf8): remove assert(!error), instead
28382         print a warning. 
28383
28384 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
28385
28386         * icall.c: update to the new mono_Array_class_get interface.
28387
28388 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
28389
28390         * appdomain.c, object.c: Boehm-GC enable.
28391         * icall.c: make get_data_chunk() support split data requests.
28392         Ensure a class is initialized in more cases. Return only the first
28393         property found in GetProperties() or the compiler gets confused. 
28394         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
28395         * reflection.h, reflection.c: add fixup mechanism for field and method
28396         tokens. Initialize assembly->typeref in a single place. Output
28397         properties after events. Support custom attributes for events, too.
28398         Typo fix for paramter custom attrs.
28399
28400 2002-03-07  Martin Baulig  <martin@gnome.org>
28401
28402         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
28403
28404 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
28405
28406         * class.c (mono_array_class_get): fix. for multi. dim. arrays
28407
28408 2002-03-06  Martin Baulig  <martin@gnome.org>
28409
28410         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
28411         non-zero lower bounds. See testcases #F10-#F13.
28412
28413 2002-03-05  Martin Baulig  <martin@gnome.org>
28414
28415         * exception.c (mono_get_exception_argument_out_of_range): New exception.
28416
28417         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
28418         ves_icall_System_Array_GetValue(), only calculate the absolute array position
28419         here.
28420         (ves_icall_System_Array_SetValue): Likewise.
28421         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
28422         as argument and does the actual work. This function is used when copying a
28423         multi-dimensional array.
28424         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
28425         now do all the widening conversions of value types.
28426         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
28427
28428 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
28429
28430         * class.c: remove some magic numbers and use the smbolic names,
28431         instead. Added init_events() to load event info at class init time.
28432         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
28433         and mono_metadata_methods_from_event().
28434         * reflection.h, reflection.c: added support for writing out the evnets
28435         related information.
28436
28437 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
28438
28439         * reflection.h, icall.c: use a different method (GetInterfaces)
28440         to gather interface info and add isbyref, isprimitive and
28441         ispointer to the ves_icall_get_type_info() return value.
28442
28443 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
28444
28445         * class.h: stared adding support for events.
28446         * icall.c: split find_members implementation. Added debug icall to get
28447         the address of an object.
28448         * reflection.c: handle TypeBuilders in mono_type_get_object().
28449
28450 2002-03-01  Martin Baulig  <martin@gnome.org>
28451
28452         * icall.c (ves_icall_System_Array_GetLength): This must throw an
28453         ArgumentOutOfRangeException(), not an ArgumentException().
28454         (ves_icall_System_Array_GetLowerBound): Likewise.
28455         (ves_icall_System_Array_GetValue): Improved argument checking.
28456         (ves_icall_System_Array_SetValue): Improved argument checking.
28457
28458 2002-03-01  Martin Baulig  <martin@gnome.org>
28459
28460         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
28461         called with invalid arguments rather than just dying with g_assert().
28462         (ves_icall_System_Array_SetValue): Likewise.
28463         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
28464         raise a NotImplementedException instead.
28465         (ves_icall_System_Array_GetLength): Added argument checking.
28466         (ves_icall_System_Array_GetLowerBound): Added argument checking.
28467
28468 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
28469
28470         * object.h (mono_assert): new macros mono_assert and
28471         mono_assert_not_reached
28472
28473 2002-02-28  Martin Baulig  <martin@gnome.org>
28474
28475         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
28476         and "System::String::IsInterned" to "System::String::_IsInterned".
28477
28478 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
28479
28480         * icall.c: remove hacks for typebuilder. Added icall to create a
28481         modified type from a tybebuilder.
28482         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
28483         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
28484         to create a backing MonoClass for a TypeBuilder.
28485
28486 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
28487
28488         * class.c, class.h: more refactoring of class init.
28489         Export mono_class_setup_mono_type() and mono_class_setup_parent().
28490
28491 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
28492
28493         * marshal.c, marshal.h: start of marshaling interface.
28494
28495 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
28496
28497         * icall.c: fix order in assembly qualified name icall.
28498
28499 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
28500
28501         * class.c: do not free str, since we store it in the hash table.
28502         * reflection.h: add label field to MonoILExceptionInfo.
28503         * reflection.c: handle references to more than one assembly. Handle
28504         case when there isn't a module created in the assembly.
28505
28506 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
28507
28508         * class.c: Fix typo. Start refactoring of class init code.
28509
28510 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
28511
28512         * appdomain.c: exit with 1 on error.
28513         * class.c: we already have the name in MonoClassField.
28514         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
28515         MonoStreamHeader instead of an offset of image->raw_metadata.
28516
28517 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
28518
28519         * appdomain.c (mono_init): Be even more descriptive about the error.
28520
28521 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
28522
28523         * appdomain.c: give the user an informative message when corlib can't
28524         be loaded.
28525
28526 2002-02-26  Martin Baulig  <martin@gnome.org>
28527
28528         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
28529         New icall to get the time zone data.
28530
28531 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
28532
28533         * reflection.c: set virtual and raw size of section correctly.
28534         * threads.c: transfer domain information to newly created threads.
28535
28536 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
28537
28538         * class.c: when instancing a class in a domain, load the default
28539         vaules for static fields from the constant table. Fix System.Enum to
28540         not be an enum.
28541         * icall.c: implement Object::GetType() internalcall. Implemented
28542         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
28543         Fixed checking of binding flags in find_members().
28544         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
28545         * reflection.c: handle enumerations when writing to the constant
28546         table. Use a different object cache for types.
28547
28548
28549 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
28550
28551         * object.c (mono_object_isinst): fix for arrays
28552
28553         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
28554
28555 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
28556
28557         * object.c: don't use mprotect ()  and fix intern pool hash table
28558         lookup for big endian systems.
28559
28560 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
28561
28562         * icall.c: change type_is_subtype_of () signature.
28563
28564 2002-02-21  Mark Crichton  <crichton@gimp.org>
28565
28566         * rand.c, rand.h: Added random number generator for
28567         System.Security.Cryptography classes.
28568
28569         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
28570
28571         * icall.c: Added System.Security.Cryptography calls.
28572
28573 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
28574
28575         * class.c, icall.c, metadata.c: better support for pointer types.
28576         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
28577         * reflection.c: Add support for getting custom attrs for properties
28578         and simplify some code.
28579
28580 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
28581
28582         * icall.c: change getToken () and add custom attribute GetBlob()helper
28583         method.
28584         * reflection.h: add custom attrs array to the reflection builder structures.
28585         * reflection.c: encode and emit custom attributes for all the relevant
28586         reflection objects. Cache fieldref and methodref tokens. Change
28587         mono_image_create_token() interface to take a MonoDynamicAssembly.
28588         More complete custom attributes decoder. Load custom attributes for
28589         Assembly, Field, Method and Constructor objects, too. Make the
28590         returned array an Attribute[] one, not object[]. Added
28591         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
28592         custom attribute constructor.
28593
28594 2002-02-20  Dick Porter  <dick@ximian.com>
28595
28596         * icall.c:
28597         * rawbuffer.c:
28598         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
28599         problem code out for now).
28600
28601 2002-02-19  Radek Doulik  <rodo@ximian.com>
28602
28603         * object.c (mono_ldstr): use hash table to avoid multiple swapping
28604
28605 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
28606
28607         * icall.c: register the GetCustomAttributes method.
28608         * object.c, object.h: add mono_string_new_len ().
28609         * reflection.h, reflection.c: added mono_runtime_invoke(),
28610         mono_install_runtime_invoke(). Added
28611         mono_reflection_get_custom_attrs () to load custom attributes and
28612         create the attribute objects.
28613
28614 2002-02-19  Dick Porter  <dick@ximian.com>
28615         * threads-dummy-types.c:
28616         * threads-dummy-types.h:
28617         * threads-dummy.c:
28618         * threads-dummy.h:
28619         * threads-pthread-types.c:
28620         * threads-pthread-types.h:
28621         * threads-pthread.c:
28622         * threads-pthread.h:  Deleted obsolete files
28623
28624 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
28625
28626         * class.c (mono_class_vtable): runtime init the class when we
28627         allocate static class data.
28628
28629         * icall.c (ves_icall_System_Array_SetValue): check for null values.
28630
28631         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
28632         and String - but we will need generic marshalling support in the
28633         future. 
28634         (mono_init): set the domain name in a ms compatible way
28635
28636         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
28637         String[].
28638
28639 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
28640
28641         * object.c (mono_array_clone): use alloca() instead of g_malloc  
28642         for sizes
28643
28644         * appdomain.c (mono_domain_unload): impl.
28645
28646 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
28647
28648         * appdomain.c, object.c: fix intern pool implementation.
28649         * class.c: fix alignment code.
28650
28651 2002-02-16  Radek Doulik  <rodo@ximian.com>
28652
28653         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
28654         and s2 > s1, just copy lower bytes to be compatible with little
28655         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
28656         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
28657
28658         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
28659         force big_endian to be 1 for big endian machines 
28660         (ves_icall_iconv_new_decoder): ditto
28661
28662 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
28663
28664         * socket-io.c (convert_sockopt_level_and_name): If the system
28665         doesn't define SOL_IP or SOL_TCP, get them by hand using
28666         getprotobyname() and caching the values (because this could be a
28667         slow operation).
28668         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
28669         Use the appropriate struct when the system does support it. Ie,
28670         not all systems have struct ip_mreqn so use struct ip_mreq when
28671         appropriate.
28672
28673 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
28674
28675         * reflection.c: handle finally clauses.
28676
28677 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
28678
28679         * socket-io.c: use g_snprintf() instead of snprintf.
28680
28681 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
28682
28683         * reflection.c (mono_param_get_objects): Cast second argument to
28684         mono_method_get_param_names to a const char** to silence the
28685         compiler warning.
28686
28687         * appdomain.c (mono_domain_assembly_open): Put parens around the
28688         truth statement in the for-loop.
28689
28690         * unicode.c (iconv_convert): Got rid of a compiler warning about
28691         int i being unused when the system has a new iconv.
28692         (iconv_get_length): Same.
28693
28694         * image.c (load_class_names): Cast the second argument to
28695         g_hash_table_insert() to char* to hush compiler warnings about the
28696         arg being a const.
28697         (mono_image_open): Same here.
28698
28699         * socket-io.c: Don't conditionally include sys/filio.h or
28700         sys/sockio.h here anymore since we now get them from
28701         io-layer/io-layer.h
28702         (inet_pton): If the system doesn't support inet_aton, implement
28703         using inet_addr and also #define INADDR_NONE if it isn't defined
28704         by the system.
28705
28706 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
28707
28708         * metadata.c, metadata.h: added function to get packing and size info
28709         of a typedef.
28710         * reflection.h, reflection.c: handle field RVA data. Save info about
28711         the table layout if needed. Assign typedef indexes to all the types
28712         before dumping the info about them to avoid forward reference problems.
28713
28714 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
28715
28716         * socket-io.c (convert_sockopt_level_and_name): ifdef
28717         SO_ACCEPTCONN because it is not defined on my system (old debian)
28718
28719 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
28720
28721         * opcode.c: use stddef.h to get NULL.
28722
28723 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
28724
28725         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
28726         for FIONBIO, FIONREAD and SIOCATMARK.
28727         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
28728         define INADDR_NONE and besides, inet_addr() is deprecated and
28729         should not be used. Use inet_pton() instead - it also has the
28730         added bonus that it can easily handle IPv6 addresses as well.
28731         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
28732
28733 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
28734
28735         * decimal.c: remove _MSC_VER conditional.
28736
28737 2002-02-13  Dick Porter  <dick@ximian.com>
28738
28739         * socket-io.c: 
28740         * icall.c: Internal calls for Blocking, Select, Shutdown,
28741         GetSocketOption and SetSocketOption
28742
28743 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
28744
28745         * assembly.cs: better resolver: use it instead of some kludgy
28746         code.
28747
28748 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
28749
28750         * reflection.c: the best way to speed-up the compiler is to avoid
28751         infinite loops.
28752
28753 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
28754
28755         * class.c (mono_class_vtable): changed the object layout
28756         (obj->vtable->class). 
28757         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
28758
28759 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
28760
28761         * assembly.c: look for assemblies in the assembly dir, too.
28762
28763 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
28764
28765         * class.c: fix thinko in mono_class_from_type().
28766
28767 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
28768
28769         * exception.h, exception.c: added TypeLoadException.
28770         * object.h, object.c: added mono_array_clone ().
28771         * icall.c: handle throwOnError in AssemblyGetType().
28772         Added Array.Clone().
28773         * opcode.h, opcode.c: use a single value for the opcode val.
28774         Compile fix for non-gcc compilers.
28775
28776 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
28777
28778         * opcodes.c, opcodes.h: export interesting info about opcodes.
28779
28780 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
28781
28782         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
28783         icalls. 
28784
28785         * class.c (class_compute_field_layout): set element_class for enums
28786         (mono_class_create_from_typedef): set element_class for normal classes
28787
28788         * icall.c (ves_icall_System_Enum_get_value): impl.
28789
28790         * class.c (mono_class_create_from_typedef): do not set valuetype
28791         flag for System.ValueType and System.Enum
28792
28793 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
28794
28795         * unicode.c (iconv_convert): fix big endian problem.
28796
28797 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
28798
28799         * class.c: add asserts if we are ever going to scribble over memory.
28800         * socket-io.c: not all systems have AF_IRDA defined.
28801
28802 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
28803
28804         * class.c (class_compute_field_layout): do not consider static
28805         fields to compute alignment
28806
28807 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
28808
28809         * appdomain.c (mono_appdomain_get): impl.
28810         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
28811
28812 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
28813
28814         * icall.c: ignore "file://" prefix when loading an assembly.
28815
28816 2002-01-23  Dick Porter  <dick@ximian.com>
28817
28818         * socket-io.c:
28819         * icall.c:
28820         * Makefile.am: Added socket support
28821
28822 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
28823
28824         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
28825         code back.  This should return the assemblies that are loaded by
28826         the runtime on behalf of an application domain. 
28827
28828         The current implementation is still broken, it just returns every
28829         assembly loaded, but until we get real applications domain this
28830         will do.
28831
28832 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
28833
28834         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
28835         AppDomain object.
28836
28837 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
28838
28839         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
28840         the mono_class_from_name lookup.
28841         (ves_icall_get_parameter_info): ditto.
28842         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
28843         method.
28844         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
28845
28846 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
28847
28848         * class.c: load also nested classes on class init.
28849         System.ValueType instance methods gets passed boxed
28850         values, unless methods in derived classed that get a pointer to the
28851         data.
28852         * icall.c: use better name parsing code in GetType().
28853         * image.c, image.h: add mono_image_loaded ().
28854         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
28855         * reflection.c, reflection.h: added mono_reflection_parse_type().
28856
28857 2002-01-22  Veronica De Santis <veron78@interfree.it>
28858
28859         * icall.c : Added mapping of internal calls for Manual and Auto reset events
28860         * threads.c : Added the implementation of internal calls for events
28861         * threads.h : Added prototypes of internal calls for events
28862         
28863 2002-01-21  Radek Doulik  <rodo@ximian.com>
28864
28865         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
28866
28867 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
28868
28869         * class.c (mono_class_init): set min_align to 1 (instead of 0)
28870         (mono_class_value_size): use min_align
28871
28872 2002-01-20  Dick Porter  <dick@ximian.com>
28873
28874         * threads.h:
28875         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
28876         so it compiles on w32.
28877
28878 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
28879
28880         * metadata.c (mono_type_stack_size): impl.
28881
28882         * class.c (mono_class_get_field): impl. memberref token
28883
28884 2002-01-16 Veronica De Santis <veron78@@interfree.it>
28885
28886         * icall.h : Added the internal calls mapping for CreateMutex_internal
28887                     and ReleaseMutex_internal.
28888         * threads.h : Added the prototype of mutexes internal calls.
28889         * threads.c : Added the implementations of mutexes internal calls.
28890
28891 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
28892
28893         * metaparse.h: removed unused file.
28894         * reflection.c, reflection.h: added stream_data_align () function 
28895         to align data in streams and keep stream aligned. Add support for
28896         exception support in method headers.
28897
28898 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
28899
28900         * unicode.c: make iconv_convert () return the number of bytess written
28901         in the output buffer.
28902
28903 2002-01-15  Dick Porter  <dick@ximian.com>
28904         * threads.c: Make the runtime's idea of infinite timeouts coincide
28905         with the class library's
28906
28907         Fix a particularly egregious bug in mono_thread_cleanup(). That
28908         code was so utterly bogus it must have been written on a Monday.
28909
28910 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
28911
28912         * reflection.h: add subtypes field to TypeBuilder.
28913         * reflection.c: encode constants for literal fields.
28914         Handle subtypes. Fix user string token (and add a zero byte)
28915         at the end.
28916         
28917 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
28918
28919         * class.c (mono_class_init): bug fix: assign slot numbers for
28920         abstract methods.
28921
28922 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
28923
28924         * reflection.c: don't try to output a code RVA for abstract methods.
28925         Small fixes for method header format. Output parameter info to the
28926         ParamDef table. Save method overriding info to MethodImpl table.
28927         Fix property support. Allow typedef.extends to be a type in the
28928         building assembly.
28929         * verify.c: fix off-by-one error.
28930
28931 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
28932
28933         * class.c: fix mono_class_from_mono_type () for szarray types.
28934         Remove unused cache check in mono_class_from_type_spec().
28935         * icall.c: *type_from_name () functions handle simple arrays and byref.
28936         * reflection.c: handle byref and szarray types. Handle methods without
28937         body (gets P/Invoke compilation working). Handle types and fields in
28938         get_token ().
28939         * reflection.h: add rank to MonoTypeInfo.
28940
28941 2002-01-10  Dick Porter  <dick@ximian.com>
28942
28943         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
28944         internal calls
28945
28946 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
28947
28948         * icall.c: initialize class in type_from_handle ().
28949         Loop also in parent classes for get_method ().
28950         * reflection.c: properly encode class and valuetype types.
28951         Start on encoding TypeBuilder types. Handle fieldrefs.
28952         Use correct length when registering a user string.
28953         Handle ConstructorBuilder and MonoMethod in get_token ().
28954         Make mono_type_get_object () aware of cached types.
28955         * object.c: back out change to mono_string_new ().
28956
28957 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
28958         * object.c: mono_string_new should return a NULL when the string 
28959         passed in is NULL -- not try to deference it.
28960         
28961 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
28962
28963         * icall.c: hack to make IsSubType work for TypeBuilders.
28964         * reflection.c: emit constructors before methods.
28965         Retrieve param names in mono_param_get_objects().
28966
28967 2002/01/05  Nick Drochak  <ndrochak@gol.com>
28968
28969         * Makefile.am: fix list of headers and sources so automake 1.5
28970         doesn't complain. Removed \# at end of list.
28971
28972 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
28973
28974         * reflection.c: get token for a method ref. Set return type of
28975         constructor to void.
28976         * loader.c: debug message.
28977         * class.c: typo fix.
28978
28979 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
28980
28981         * icall.c: fix array init with rank > 1. FindMembers
28982         loops in parent class as well.
28983         * image.c: do not insert nested types in name cache.
28984         * reflection.c: warning fix.
28985         * reflection.h: add override method (for interface impl).
28986
28987 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
28988
28989         * metadata.c: fix customattr decoding.
28990
28991 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
28992
28993         * rawbuffer.cs: Added native Win32 implementation, avoids using
28994         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
28995
28996 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
28997
28998         * class.c: make the low-level routines handle the cache.
28999
29000 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
29001
29002         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
29003
29004 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
29005
29006         * class.c: fix mono_array_element_size() for objects.
29007         * class.h, class.c: add properties to MonoClass and load them
29008         at init time.
29009         * icall.c: check with isinst() when assigning a value to an array
29010         instead of requiring the classes to match exactly.
29011         Implemented icall for System.Type::GetType().
29012         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
29013         enums. Handle bindingflags when looking for methods and fields.
29014         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
29015         and mono_metadata_methods_from_property().
29016         * reflection.h, reflection.c: added structures for propreties,
29017         parameters and enums. Implemented mono_property_get_object() and
29018         mono_param_get_objects().
29019
29020 2001-12-18  Dick Porter  <dick@ximian.com>
29021
29022         * file-io.c: Use mono_string_to_utf16() instead of
29023         mono_string_chars()
29024
29025         * object.c: Added mono_string_to_utf16(), which copies the non
29026         NULL-terminated MonoString into a new double-null-terminated
29027         buffer.
29028
29029 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
29030
29031         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
29032
29033 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
29034
29035         * file-io.c: raise exceptions if handle is invalid.
29036
29037 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
29038
29039         * assembly.c: yet another check for mscorlib.
29040         * class.c, class.h: load nesting info for classes.
29041         * icall.c: many new functions to support the Reflection classes.
29042         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
29043         * reflection.h, reflection.c: mono_image_create_token(),
29044         mono_assembly_get_object(), mono_type_get_object(),
29045         mono_method_get_object(), mono_field_get_object(): methods to return
29046         objects that parallel the C representation of assemblies, types,
29047         methods, fields.
29048
29049 2001-12-11  Dick Porter  <dick@ximian.com>
29050
29051         * icall.c:
29052         * file-io.c: Internal calls for file IO.
29053
29054 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
29055
29056         * tabledefs.h: missing FileAttributes.
29057         * verify.h, verify.c: use is_valid_string () to simplify and check for
29058         valid strings more correctly. Fix warnings and speeling.
29059         Check more tables: Filed, File, ModuleRef, StandAloneSig.
29060         Check code: branches, maxstack, method calls.
29061
29062 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
29063
29064         * object.c (mono_object_allocate): removed static, so that the jit
29065         can allocate value types.
29066
29067         * icall.c (ves_icall_System_DateTime_GetNow): impl.
29068
29069 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
29070
29071         * class.c: init enum types right away and register the
29072         token->MonoClass map in mono_class_create_from_typedef ().
29073         * verify.h, verify.c: first cut of the verifier.
29074         * pedump.c: add --verify switch to verify metadata tables.
29075         * tabledefs.h: add some missing enums.
29076
29077 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
29078
29079         * class.c (mono_install_runtime_class_init): impl.
29080         (mono_class_init): renamed mono_class_metadata_init to
29081         mono_class_init, also removed the metadata_inited flag
29082
29083         * object.c (mono_object_isinst): use faster algorithm
29084
29085 2001-11-30  Radek Doulik  <rodo@ximian.com>
29086
29087         * mono-endian.h: reverted last change
29088         added function prototypes
29089
29090         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
29091         add mono-endian.c back
29092
29093         * mono-endian.c: returned back, as Paolo pointed out, it's needed
29094         for unaligned access, I've mistaked it with endianess. I am
29095         sorry.
29096         (mono_read16): fix reverted endianess
29097         (mono_read64): ditto
29098         (mono_read32): ditto
29099
29100 2001-11-30  Dick Porter  <dick@ximian.com>
29101
29102         * exception.c: Implement mono_exception_from_name()
29103
29104 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
29105
29106         * metadata.h, metadata.c: remove params_size and locals_size and their
29107         calculation from the metadata code: they are only usefult to the
29108         interp.
29109
29110 2001-11-29  Radek Doulik  <rodo@ximian.com>
29111
29112         * object.c (mono_ldstr): swap bytes here, it's probably not the
29113         best place, but works for me now, I'll redo it once I know mono
29114         better, also note that I add PROT_WRITE and don't reset back, also
29115         note that it's only affects big endians, so x86 should be OK
29116
29117         * mono-endian.h (read16): use just glib macros for both endians
29118
29119         * mono-endian.c: removed as glib macros are used in in
29120         mono-endian.h so we don't need to care about endianess for read
29121         macros as glib does that for us already
29122
29123 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
29124
29125         * class.h, class.h: take minimum alignment into consideration so
29126         that the fields of a class remain aligned also when in an array.
29127
29128 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
29129
29130         * loader.h, loader.c: add mono_method_get_param_names().
29131         * class.c: 0-init class fields.
29132
29133 2001-11-26  Dick Porter  <dick@ximian.com>
29134
29135         * icall.c:
29136         * threads-types.h:
29137         * threads.c: New file that handles System.Threading on all platforms
29138
29139         * object.c: 
29140         * object.h: Remove the synchronisation struct from MonoObject,
29141         replace it with a pointer that gets initialised on demand
29142
29143         * Makefile.am: Replace all the system-specific threading code with
29144         a single file that uses the new wrapper library
29145
29146 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
29147
29148         * class.c, class.h: add mono_install_trampoline() so that the runtime
29149         can register a function to create a trampoline: removes the ugly
29150         requirement that a runtime needed to export arch_create_jit_trampoline.
29151         * object.h, object.c: added mono_install_handler() so that the runtime
29152         can install an handler for exceptions generated in C code (with
29153         mono_raise_exception()). Added C struct for System.Delegate.
29154         * pedump.c: removed arch_create_jit_trampoline.
29155         * reflection.c: some cleanups to allow registering user strings and
29156         later getting a token for methodrefs and fieldrefs before the assembly
29157         is built.
29158         * row-indexes.h: updates and fixes from the new ECMA specs.
29159
29160 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
29161
29162         * class.h, class.c: add enum_basetype field to MonoClass.
29163         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
29164         to get index in the constant table reated to a field, param or
29165         property.
29166         * reflection.h, reflection.c: handle constructors. Set public-key and
29167         version number of the built assembly to 0.
29168         * row-indexes.h: update from new ECMA spec.
29169
29170 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
29171
29172         * class.h, class.c: add a max_interface_id to MonoClass.
29173         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
29174         since it's used to do that. Added mono_type_type_from_obj().
29175         Make GetType() return NULL instead of segfaulting if the type was not
29176         found. Handle simple arrays in assQualifiedName.
29177         * object.h: add a struct to represent an Exception.
29178         * reflection.c: output call convention in method signature.
29179         Add code to support P/Invoke methods and fixed offsets for fields.
29180
29181 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
29182
29183         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
29184         the value.
29185         * icall.c: use mono_array_addr instead of array->vector: fixes the
29186         reflection image writing.
29187         * reflection.c: init call convention byte to 0 in method signature.
29188         Encode the property signature. Don't output property-related methods
29189         twice. Really process the properties for a type (don't cast a field to
29190         a property, my mom always told me that).
29191         Fix 64 bit issues in pointer alignment in a different and more
29192         readable way.
29193
29194 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
29195
29196         * loader.h: Removed type class from MonoDefaults, added monotype
29197
29198         * loader.c: Loaded MonoType, removed loading of Type
29199
29200         * icall.c (my_mono_new_object): Now returns a System.MonoType,
29201         and fills in System.Type._impl with a RuntimeTypeHandle rather
29202         than the actual MonoClass *
29203
29204         (ves_icall_type_from_handle): change from type_class to
29205         monotype_class
29206
29207         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
29208         implemented
29209
29210         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
29211         implemented
29212
29213         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
29214
29215         (ves_icall_System_Reflection_Assembly_GetType): implemented
29216
29217         (ves_icall_System_MonoType_assQualifiedName): implemented
29218
29219         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
29220
29221 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
29222
29223         * assembly.c (mono_assembly_open): Implement a cache for the
29224         assemblies. 
29225
29226         (mono_assembly_close): only destroy the assembly when the last
29227         reference is gone.
29228         
29229 2001-11-09  Dick Porter  <dick@ximian.com>
29230
29231         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
29232
29233 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
29234
29235         * class.c (mono_class_metadata_init): bug fix: compute the right slot
29236
29237 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
29238
29239         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
29240         from Martin Weindel.
29241         * object.h: add mono_string_chars ().
29242
29243 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
29244
29245         * reflection.c (build_compressed_metadata): Eliminates warnings
29246         and uses 64-bit clean code.
29247
29248         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
29249         (mono_type_equal): Change signature to eliminate warnings.
29250
29251 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
29252
29253         * icall.c, loader.c: remove the internalcall array constructors.
29254         Changes to match the new MonoArray structure.
29255         * object.h, object.c: an array object doesn't allocate an extra
29256         vector. Add mono_array_new_full () to create jagged arrays easily.
29257
29258 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
29259
29260         * metadata.h, metadata.c: add mono_metadata_field_info () to
29261         retreive all the info about a field from vairous tables.
29262         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
29263         * class.h, class.c: augment MonoClassField with more info.
29264         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
29265         policy and load a field's RVA if needed.
29266
29267 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
29268
29269         * class.c (mono_class_metadata_init): create a trampoline for all
29270         virtual functions instead of actually compiling them.
29271
29272 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
29273
29274         * class.h, class.c: include name in MonoClassField.
29275         * class.c: fix fundamental type of System.Object and System.String.
29276         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
29277         tokens in ldtoken.
29278         * icall.c: remove internalcalls for the Reflection stuff that is now
29279         done in C# code.
29280         * loader.c: mono_field_from_memberref () implementation.
29281         * mono-endian.c: thinko (s/struct/union/g).
29282         * object.c, object.h: make the mono_string_* prototypes actually use
29283         MonoString instead of MonoObject.
29284         * reflection.c, reflection.h: updates for changes in the reflection
29285         code in corlib: we use C structures that map to the actual C# classes.
29286         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
29287         fat method header if needed and use the info from the ILGenerator for
29288         methods. Handle fields in types. Misc fixes.
29289
29290 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
29291
29292         * class.c (mono_class_metadata_init): bug fix: always allocate
29293         space for static class data
29294
29295 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
29296
29297         * class.c (mono_compute_relative_numbering): use relative
29298         numbering to support fast runtime type checks.
29299
29300 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
29301
29302         * class.c (mono_class_create_from_typeref): added debugging output
29303         to print class name when MonoDummy is returned instead of real class
29304
29305 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
29306
29307         * class.c (mono_class_metadata_init): interface offset table now
29308         contains pointers into the vtable - this is more efficient for the jit
29309
29310 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
29311
29312         * class.c (mono_class_metadata_init): use a temporary vtable (the
29313         old algorithm only worked for the interpreter, but not for the jit)
29314
29315 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
29316
29317         * loader.c (method_from_memberref): use mono_class_get to get the
29318         class of an array instead of using System.Array directly.
29319         (mono_get_method): also add MEMBERREF methods to the method cache
29320         which usefull for arrays.
29321
29322 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
29323
29324         * pedump.c (arch_compile_method): added to compute vtable entry
29325
29326         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
29327         number of interfaces.
29328         
29329         * class.h: merged MonoArrayClass into MonoClass
29330
29331         * class.c (mono_class_create_from_typedef): compute the vtable size and
29332         allocate space to include the vtable inside MonoClass
29333         (mono_class_metadata_init): initialize the vtable
29334
29335 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
29336
29337         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
29338         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
29339         * image.c: endian fixes by Laurent Rioux.
29340         * object.h, object.c: rename MonoStringObject to MonoString and
29341         MonoArrayObject to MonoArray. Change some function names to conform to
29342         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
29343         guint16* as first argument, so don't use char*.
29344         Provide macros to do the interesting things on arrays in a portable way.
29345         * threads-pthread.c: updates for the API changes and #include <sched.h>
29346         (required for sched_yield()).
29347         * icall.c: updates for the API changes above.
29348         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
29349         platforms that need them.
29350
29351 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
29352
29353         * class.c: set the correct type for all the fundamental
29354         type when loading the class.
29355
29356 2001-10-05  Dick Porter  <dick@ximian.com>
29357
29358         * threads-pthread.c (pthread_mutex_timedlock): Simple
29359         compatibility version for C libraries that lack this call.
29360
29361 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
29362
29363         * class.c: MonoTypes stored in MonoClass are stored as
29364         fundamental MonoTypes when the class represents a
29365         fundamental type (System.Int32, ...).
29366         The TypeHandle return by ldtoken is a MonoType*.
29367         * icall.c: ves_icall_get_data_chunk () write out all the
29368         PE/COFF stuff. Implement ves_icall_define_method (),
29369         ves_icall_set_method_body (), ves_icall_type_from_handle ().
29370         * image.c: properly skip unknown streams.
29371         * loader.h, loader.c: add type_class to mono_defaults.
29372         * metadata.c, metadata.h: export compute_size () as
29373         mono_metadata_compute_size () with a better interface.
29374         Typo and C&P fixes.
29375         * pedump.c: don't try to print the entry point RVA if there is no entry point.
29376         * reflection.c, reflection.h: many cleanups, fixes, output method
29377         signatures and headers, typedef and typeref info, compress the metadata
29378         tables, output all the heap streams, cli header etc.
29379         * row-indexes.h: typo fixes.
29380
29381 2001-10-04  Dick Porter  <dick@ximian.com>
29382
29383         * object.h: Add a synchronisation mutex struct to MonoObject
29384
29385         * object.c (mono_new_object): Initialise the object
29386         synchronisation mutexes
29387
29388         * icall.c: System.Threading.Monitor internal calls
29389         
29390         * threads-pthread.h:
29391         * threads-pthread.c: System.Threading.Monitor internal calls
29392
29393         * threads-types.h: New file, includes the system-specific thread
29394         structures
29395         
29396         * threads-pthread-types.h:
29397         * threads-pthread-types.c: New files, handle pthread-specific
29398         synchronisation types
29399
29400         * threads-dummy-types.h: 
29401         * threads-dummy-types.c: New files of dummy support for
29402         thread-specific types
29403
29404         * metadata.c:
29405         * image.c:
29406         * pedump.c: include mono-endian.h not endian.h
29407         
29408         * Makefile.am: More threads files.
29409         Name mono-endian.h not endian.h
29410
29411 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
29412
29413         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
29414         stuff and implement a few more bits.
29415         * icall.c: a field needs to be dereferenced twice. Do not use the same
29416         name for two variables in the same scope.
29417         * image.c, image.h: cleanups.
29418
29419 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
29420
29421         * class.c (mono_class_metadata_init): bug fix: compute the right size
29422
29423 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
29424
29425         * icall.c: implemented some of the Reflection internalcalls.
29426         * image.c, image.h: start writing out the PE/COFF image.
29427         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
29428         that does the reverse than decode_blob_size ().
29429         * object.c: use mono_metadata_encode_value (). Move here
29430         temporary implementation of mono_string_to_utf8 ().
29431         * rawbuffer.c: make malloc_map static.
29432
29433 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
29434
29435         * metadata.c: fix type comparison for arrays.
29436         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
29437         Added a couple of new classes to monodefaults.
29438         * icall.c: added a couple of Reflection-related internalcalls.
29439         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
29440         Added a byval_arg MonoType to MonoClass.
29441
29442 2001-09-28  Dick Porter  <dick@ximian.com>
29443
29444         * icall.c:
29445         * threads-pthread.h: 
29446         * threads-pthread.c: Implemented internal calls for
29447         LocalDataStoreSlot operations.  Applied mutexes around all shared
29448         data.  Reworked the thread creation and Start() operations to
29449         avoid a race condition.
29450         
29451         * threads-dummy.h:
29452         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
29453
29454 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
29455
29456         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
29457
29458 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
29459
29460         * class.c, loader.c: warn and return NULL instead of erroring out.
29461         * icall.c: added System.AppDomain::getCurDomain().
29462         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
29463
29464 2001-09-25  Dick Porter  <dick@ximian.com>
29465
29466         * threads-pthread.h:
29467         * threads-pthread.c: Implemented timed thread joining and added
29468         System.Threading.Thread::Join_internal internal call
29469
29470         * icall.c: Added System.Threading.Thread::Join_internal internal call
29471
29472         * threads-dummy.h:
29473         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
29474
29475 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
29476
29477         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
29478         mono_string_intern () to implement the semantics of the ldstr opcode
29479         and the interning of System.Strings.
29480         * icall.c: provide hooks to make String::IsIntern and String::Intern
29481         internalcalls.
29482
29483 2001-09-23  Dick Porter  <dick@ximian.com>
29484
29485         * threads-dummy.c: 
29486         * threads-dummy.h: New files of dummy threading routines
29487
29488         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
29489         support code based on system specifics
29490
29491         Rename PTHREAD_LIBS to THREAD_LIBS
29492         
29493 2001-09-23  Dick Porter  <dick@ximian.com>
29494
29495         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
29496         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
29497         internal calls.
29498         (mono_thread_init): Set up a Thread object instance to return when
29499         the main thread calls Thread.CurrentThread
29500         (mono_thread_cleanup): Wait for all subthreads to exit
29501
29502         * icall.c: New internal calls for System.Threading.Thread::Sleep
29503         (including Schedule) and CurrentThread
29504
29505         * threads.h: New file, to insulate thread-specific stuff from the
29506         rest of the code
29507
29508 2001-09-21  Dick Porter  <dick@ximian.com>
29509
29510         * threads-pthread.h: 
29511         * threads-pthread.c: New file, for handling pthreads-style
29512         threading support.  Start() now starts a new thread and executes
29513         the ThreadStart delegate instance.
29514
29515         * icall.c: Added the internalcall for
29516         System.Threading.Thread::Start_internal
29517
29518         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
29519
29520 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
29521
29522         * loader.c: work around the different signatures for delegates
29523         constructors csc generates in compiled code vs the ones compiled in mscorlib.
29524
29525 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
29526
29527         * class.h, class.c: add mono_class_get_field_from_name ().
29528         * *: Fix C comments and other ANSI C issues.
29529
29530 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
29531
29532         * endian.h, assembly.c: fix some endianness issues.
29533
29534 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
29535
29536         * loader.h, load.c: add delegate_class to mono_defaults.
29537         Handle runtime provided methods in mono_get_method ().
29538
29539 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
29540
29541         * loader.c (mono_get_method): use pinvoke for internal call
29542
29543         * icall.c: use pinvoke for internal call
29544
29545         * loader.c (method_from_memberref): set the method name
29546
29547 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
29548
29549         * metadata.c: help the compiler generate better code for
29550         mono_class_from_mono_type ().
29551
29552 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
29553
29554         * class.c (mono_class_metadata_init): delayed computing of the
29555         class size to mono_class_metadata_init ()
29556
29557 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
29558
29559         * class.c, class.h: add an interfaces member to MonoClass.
29560         * image.c, image.h: add assembly_name field to MonoImage
29561         from the assembly table.
29562         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
29563
29564 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
29565
29566         * class.c: Handle Array in mono_class_from_mono_type ().
29567         * metadata.c, pedump.c: some endian fixes.
29568
29569 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
29570
29571         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
29572         * metadata.c: fix small problem introduced with the latest commit.
29573
29574 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
29575
29576         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
29577         We don't need a MonoMetadata pointer anymore to compare signatures in
29578         mono_metadata_signature_equal (), update callers.
29579         Reduced memory usage an number of allocations for MonoMethodHeader and
29580         MonoMethodSignature.
29581
29582 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
29583
29584         * metadata.c: added compare for szarray.
29585
29586 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
29587
29588         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
29589         and add a couple more types to it and mono_defaults. Give an hint on
29590         classes that need implementing in our corlib and are referenced
29591         in mscorlib.
29592
29593 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
29594
29595         * class.h, class.c: keep track if a class is also an Enum.
29596         * loader.c: Implement a couple more types for use in libffi
29597         marshalling. Gives better diagnostics when failing to dlopen
29598         a library. Set method->klass for P/Invoke methods, too.
29599
29600 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
29601
29602         * class.c, class.h: add a MonoType this_arg to MonoClass that
29603         represents a pointer to an object of the class' type that
29604         can be used by the interpreter and later the type cache.
29605         Add best guess alignment info for valuetype objects.
29606
29607 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
29608
29609         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
29610         into MonoType: one less level of indirection and allocation and
29611         simplifies quite a bit of code. Added cache for MonoTypes that are
29612         used frequently, so that we don't need to allocate them all the time.
29613
29614 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
29615
29616         * class.c (mono_class_create_from_typedef): System.Enum is also a
29617         value type, although it does not derive from System.ValueType
29618         (maybe a bug in the ms compiler?)
29619
29620         * metadata.c (mono_type_size): return the right size for value types
29621
29622         * loader.c (mono_get_method): only initialize method header if not abstract
29623
29624         * class.c (mono_class_from_mono_type): use mono_default values. 
29625
29626 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
29627
29628         * *: use MonoClass pointers instead of <type_tokens>
29629         
29630         * class.h: new flag: metadata_inited.
29631
29632         * class.c (mono_class_metadata_init): impl.
29633         (mono_class_instance_size): impl.
29634         (mono_class_data_size): impl.
29635
29636 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
29637
29638         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
29639         MonoClass now has the name and name_space fields. 
29640         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
29641         mono_get_method () takes and optional MonoClass as argument.
29642         Removed mono_typedef_from_name() and added mono_class_token_from_name()
29643         instead that takes advantage of a map from class names to typedef
29644         tokens in MonoImage.
29645
29646 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
29647
29648         * metadata.c: zero is not a valid alignment boundary.
29649         Merge MONO_TYPE_VOID in default decoding code.
29650
29651 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
29652
29653         * image.h: merged MonoMetadata into MonoImage
29654
29655         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
29656         identify the type of elements.
29657
29658 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
29659
29660         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
29661         * cil-coff.h: split MonoMSDOSHeader and add size info.
29662         * image.c: add some consistency checks.
29663         * metadata.c: fix row size computation: one programmer
29664         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
29665         add explanation for the locator routine.
29666         Fix decoding of size in method header.
29667         
29668 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
29669
29670         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
29671         (g_concat_dir_and_file): Bring g_concat_dir_and_file
29672         function from gnome-libs.  This uses the right path separator
29673         based on the OS, and also works around a bug in some systems where
29674         a double slash is not allowed. 
29675         (default_assembly_name_resolver): Use g_concat_dir_and_file
29676         (mono_assembly_open): ditto.
29677
29678 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
29679
29680         * metadata.c (mono_metadata_signature_equal): impl.
29681
29682         * *: void is now a realy MonoType (instead of using NULL)
29683         
29684         * metadata.c (do_mono_metadata_parse_type): use
29685         mono_metadata_parse_type to parse void value.
29686
29687 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
29688
29689         * metadata.c, metadata.h: in the signature and method header store
29690         only the space required for holding the loca vars and incoming arguments.
29691
29692 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
29693
29694         * metadata.c (do_mono_metadata_parse_type): treat void like any
29695         other type (instead of assigning NULL);
29696
29697 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
29698
29699         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
29700
29701 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
29702
29703         * image.c (do_mono_image_open): added a cache for arrays.
29704
29705 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
29706
29707         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
29708         decode a single column from a row in a metadata table and changes
29709         to take advantage of it in the typedef locator (gives a nice speed up).
29710         Store offset info for function params.
29711
29712 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
29713
29714         * image.h (MONO_IMAGE_IS_CORLIB): removed 
29715
29716 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
29717
29718         * assembly.c: how could mono_assembly_close () had ever worked?
29719         * metadata.c, metadata.h: provide offset info for local vars.
29720         Implement mono_type_size () to take care of alignment as well
29721         as size (it was mono_field_type_size in cli/class.c before).
29722
29723 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
29724
29725         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
29726
29727         * assembly.h (CORLIB_NAME): set to corlib.dll
29728
29729         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
29730
29731 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
29732
29733         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
29734         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
29735         tokentype.h: massive namespace cleanup.
29736
29737 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
29738
29739         * metadata.h, metadata.c: decode exception clauses when parsing method header.
29740
29741 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
29742
29743         * metadata.c (mono_metadata_free_type): added check for type !=
29744         NULL (void) before calling mono_metadata_free_type()
29745
29746 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
29747
29748         * metadata.h, row_indexes.h: added header with enumerations to use
29749         to index in the columns from tables in metadata and to decode coded
29750         tokens: we should start using this instead of embedding magic numbers
29751         all over the code.
29752
29753 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
29754
29755         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
29756         Move metadata_t info from cli_image_info_t to MonoImage, where
29757         it's easily accessible. Changed all the uses accordingly.
29758         Added the method and class caches to MonoImage.
29759         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
29760         and mono_metadata_decode_value () signature to be more consistent
29761         with the other parse functions (and simplify code). Taken advantage
29762         of zero-length array allocation with GCC. Removed reduntant (and
29763         wrong) MonoFieldType struct and use MonoParam instead. Changed
29764         mono_metadata_parse_field_type () to use common code for parsing.
29765         Added mono_metadata_typedef_from_field () and
29766         mono_metadata_typedef_from_method () to lookup a typedef index from a
29767         field or method token.
29768         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
29769
29770 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
29771
29772         * metadata.c (mono_metadata_parse_field_type): Implement. 
29773         (do_mono_metadata_parse_type): Split engine from
29774         mono_metadata_parse_type, so that we can create smaller structures
29775         for things that just have one pointer to the MonoType (look at
29776         the MonoFieldType)
29777
29778 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
29779
29780         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
29781         as Jan Gray found out, it is incorrect. 
29782
29783 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
29784
29785         * assembly.c: Implement asssembly loading.  This loads an image
29786         and loads all the referenced assemblies.  Come to think of it, we
29787         could always do lazy loading of the assemblies. 
29788
29789         * image.c (mono_image_open): Keep loaded images in a hashtable.
29790
29791         * image.h (MonoImage): Add reference count.
29792
29793 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
29794
29795         * assembly.c (mono_assembly_open): Keep track of the file name in
29796         case the assembly has no ASSEMBLY table.
29797
29798         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
29799         from get.c here.
29800
29801 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
29802
29803         * metadata.c, metadata.h: decode local vars in method header
29804         parse function. Change callers accordingly.
29805
29806 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
29807
29808         * metadata.h, cil-coff.h: protect against multiple inclusion.
29809         Added some new structures to hold information decoded from metadata:
29810         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
29811         and relevant decoding/free functions.
29812         * metadata.c: implement decoding functions. Add warning for out of bounds
29813         index in mono_metadata_locate(). Implement mono_get_method () to retreive
29814         all the info about a method signature and invocation. Remove check on
29815         uninitialized local var in parse_mh() and fix memory leak.
29816
29817 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
29818
29819         * metadata.h: More macros.
29820
29821         * tokentype.h: New file.
29822
29823 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
29824
29825         * assembly.c: added a consistency check and initialize
29826         some structures with g_new0().
29827         * metadata.c: fixed a couple more bugs in table size computation
29828         and add other checks for out-of bound access to metadata.
29829
29830 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
29831
29832         * metatada.c: fix bugs computing table sizes. Spew a
29833         warning when index in string heap is out of bounds.
29834
29835 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
29836
29837         * metadata.h: Add a couple of macros to manipulate tokens. 
29838
29839 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
29840
29841         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
29842         cli_section_tables).
29843
29844 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
29845
29846         * metadata.c (mono_metadata_user_string): New function, provides
29847         access to the UserString heap. 
29848
29849 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
29850
29851         * metadata.c: Add inline documentation.
29852
29853 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
29854
29855         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
29856         files. 
29857
29858 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
29859
29860         * typeattr.h: New file, TypeAttribute flags. 
29861
29862 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
29863
29864         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
29865         mono_assembly_ensure_section): Section loading code.
29866         (load_section_tables): Load the sections.
29867
29868         * mono/metadata/metadata.c (mono_metadata_locate_token,
29869         mono_metadata_locate): Functions to locate the information
29870         definition given a token or a table and an index.
29871         (mono_metadata_compute_table_bases): New.
29872         (compute_size): New function to compute the sizes of the various
29873         tables.
29874
29875         * mono/metadata/metadata.h: Finish listing the different index
29876         types. 
29877
29878         * mono/metadata/pedump.c: Improve to dump new information.
29879
29880 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
29881
29882         * mono/metadata/metadata.c: Entered all the tables matching
29883         Beta2. 
29884
29885         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
29886
29887
29888
29889