2005-09-20 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1 2005-09-20  Martin Baulig  <martin@ximian.com>
2
3         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
4
5 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
6
7         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8
9         * icall.c (custom_attrs_defined_internal): New icall.
10
11         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
12         function.
13         (mono_custom_attrs_construct_by_type): New helper function.
14
15 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
16
17         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
18         terminate the resulting string. Fixes #76123.
19
20 2005-09-16  Martin Baulig  <martin@ximian.com>
21
22         * mono-debug.c
23         (mono_debug_add_method): Ignore inflated methods for the moment.
24
25 2005-09-14  Martin Baulig  <martin@ximian.com>
26
27         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
28
29 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
30
31         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
32         return a success/failure indication.
33         (mono_metadata_interfaces_from_typedef_full): Ditto.
34         (get_constraints): Ditto.
35
36 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
37
38         * marshal.c (emit_marshal_array): Fix handling of null arrays.
39         
40         * marshal.c (emit_marshal_array): Add support for returning string
41         arrays from delegates. Fixes #76063.
42
43         * marshal.c: Use the emit_ldloc/stloc macros where possible.
44
45 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
46
47         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
48         icall.
49
50 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
51
52         * reflection.c icall.c: Fix after mono_get_exception_type_load
53         signature change.
54
55         * assembly.c (mono_assembly_get_assemblyref): New helper function.
56         (mono_assembly_load_reference): Use the new helper.
57
58         * class-internals.h (MonoLoaderError): New structure containing 
59         information about type loading errors.
60
61         * class-internals.h loader.c: Add APIs to store per-thread loader
62         error information.
63
64         * loader.c class.c: Set the loader error if needed.
65
66         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
67
68 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
69
70         * decimal.c: fixed to handle the broken ARM fp format.
71
72 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
73
74         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
75         broken.
76
77 2005-09-06  Martin Baulig  <martin@ximian.com>
78
79         * domain.c (supported_runtimes): Added v2.0.50727.
80
81 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
82
83         * culture-info.h: reduce the size of some structures.
84
85 2005-09-05  Martin Baulig  <martin@ximian.com>
86
87         Reflect latest API changes in the August CTP.
88
89         * icall.c
90         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
91         ("MonoType.HasGenericArguments"): Removed.
92         ("MonoMethod.BindGenericParameters"): Renamed to
93         "MakeGenericMethod".
94         ("MethodBuilder.BindGenericParameters"): Renamed to
95         "MakeGenericMethod".    
96
97 2005-09-05  Martin Baulig  <martin@ximian.com>
98
99         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
100
101 2005-09-05  Martin Baulig  <martin@ximian.com>
102
103         Applying a patch from Michal Moskal <malekith@nemerle.org>.
104
105         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
106         generic_container is non-NULL.
107
108 2005-09-05  Martin Baulig  <martin@ximian.com>
109
110         Applying a patch from Michal Moskal <malekith@nemerle.org>.
111
112         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
113
114 2005-08-29  Michal Moskal  <malekith@nemerle.org>
115
116         * reflection.c (encode_locals,
117         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
118         for large generic types.
119
120 2005-09-05  Martin Baulig  <martin@ximian.com>
121
122         Applying a patch from Michal Moskal <malekith@nemerle.org>.
123
124         * class.c (mono_dup_array_type): New public method.
125         (mono_metadata_signature_deep_dup): New public method.
126         (dup_type): Correctly duplicate array and function types.
127
128 2005-09-05  Martin Baulig  <martin@ximian.com>
129
130         Applying a patch from Michal Moskal <malekith@nemerle.org>.
131
132         * reflection.c (get_default_param_value_blobs): Handle generic types
133         and generic methods.
134
135 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
136
137         * class.c: Fixed error reporting (method/class were inversed) for 
138         inheritance demands.
139         * security-manager.c|h: Added the AppDomain when calling the managed
140         System.Security.SecurityManager.InheritanceDemand method.
141
142 2005-09-01  Raja R Harinath  <rharinath@novell.com>
143
144         * reflection.c (encode_marshal_blob): 'marshaltype' and
145         'marshaltyperef' are alternate sources for the custom marshaler
146         name.
147
148 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
149
150         * class.c: fix creation of array classes with rank == 1
151         (patch by Ankit Jain <jankit@novell.com>).
152
153 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
154
155         * object.c: fix check for creating the bound data for arrays vs
156         szarrays.
157
158 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
159
160         * object.c: configuration file name is now based on the executable name,
161         not the image name. Fixes bug #75931.
162
163 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
164
165         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
166         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
167
168 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
169
170         * rand.c: Use wincrypt.h instead of WinCrypt.h.
171
172 2005-08-24  Ankit Jain  <jankit@novell.com>
173             Raja R Harinath  <rharinath@novell.com>
174
175         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
176           called by it recursively.
177           (mono_class_init): Remove special case in pending_init handling, since it's
178           superseded by the fix to mono_class_from_typeref.
179
180 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
181
182         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
183         BROKEN_THREAD_START stuff.
184
185 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
186
187         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
188         trampoline.
189
190         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
191         
192         * object.c (mono_delegate_ctor): Replace the original function address with
193         a delegate trampoline.
194
195 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
196
197         * icall.c: add boolean argument to base64_to_byte_array and 
198         InternalFromBase64String to control whether a whitespace-only string
199         is allowed (or should casue a FormatException to be thrown). We need
200         this as the behavior has changed between MS.NET 1.x and 2.0, and we
201         to match the MS behaviour in both profiles.
202         * appdomain.c: Bump corlib version.
203
204 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
205
206         This patch implements a big portion of publisher policy
207         support, used to bind assembly versions and redirect
208         one assembly from version A to version B.
209
210         * assembly.c:
211         New GSList loaded_assembly_bindings, for storing the cached
212         assembly bindings.
213         (assembly_binding_maps_name): New static function for checking if a 
214         assembly binding information maps an assembly name.
215         (mono_assembly_binding_info_free): New function for freeing
216         assembly binding information resources.
217         (get_publisher_policy_info): New static function for retrieving 
218         assembly binding information from a MonoImage.
219         (compare_versions): New static function for comparing an assembly
220         binding information data and the version of an assembly name.
221         (check_policy_versions): New static function for checking if an
222         assembly binding info mapping an assembly name is valid for it.
223         (mono_assembly_load_publisher_policy): New static function for
224         loading the 'policy.major.minor.MyAssembly' image for an assembly
225         with an assembly name 'aname'.
226         (mono_assembly_bind_version): New static function for updating
227         assembly redirection.
228         (mono_assembly_apply_binding): New static function for applying
229         assembly binding.
230         (search_binding_loaded): New static function for searching 
231         loaded assembly binding infos in the cache domain.
232         (mono_assembly_load_full): Don't apply assembly binding for
233         reflection only assemblies.
234
235         * metadata-internals.h: Add MonoAssemblyBindingInfo,
236         which contains information about assembly binding. Also
237         declare signature for mono_config_parse_publisher_policy ()
238         function, used to retrieve pub policy info.
239         
240         * mono-config.c:
241         (publisher_policy_start): New static function used to parse publisher 
242         policy config files.
243         (publisher_policy_parser): New static MonoParseHandler containing 
244         the functions used when parsing config files.
245         (mono_config_parse_publisher_policy): New function for parsing
246         publisher policy files.
247         
248 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
249
250         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
251
252         * marshal.c (mono_delegate_free_ftnptr): Ditto.
253
254         * object.c (mono_get_addr_from_ftnptr): New helper function.
255
256         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
257
258         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
259
260 2005-08-19  Dick Porter  <dick@ximian.com>
261
262         * threads.c, threads.h, appdomain.c, appdomain.h,
263         profiler-private.h, monitor.c, object.c, object-internals.h,
264         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
265         store the thread ID, so it can hold a 64 bit value if needed.
266
267 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
268
269         * reflection.c (mono_reflection_create_dynamic_method): Store the
270         handle class into the method references as well so ldtoken works in
271         dynamic methods.
272
273         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
274         types.
275
276 2005-08-19  Ankit Jain <jankit@novell.com>
277
278         Fix #75847.
279         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
280           here rather than using the method signature of a arbitrary function
281           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
282           two arguments.
283           Hack done with Harinath.
284
285 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
286
287         * threadpool.c: disable printing stack traces when we get a exception
288         in a threadpool thread. I need to do more testing to figure out which
289         cases actually print this. Fixes bug #75828.
290
291 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
292
293         * icall.c: there might be ignored whitespace after the last '='. This
294         fixes length computation and bug #75840.
295
296 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
297
298         * assembly.c (mono_assembly_load_full): Consider .exe extension as
299         well. Fixes #75809.
300
301         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
302         #75784.
303         
304         * reflection.c (create_custom_attr_data): Ditto.
305
306 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
307
308         * locales.c, culture-info.h : removed RegionLCIDMap.
309         * culture-info-tables.h : regenerated.
310
311 2005-08-16  Martin Baulig  <martin@ximian.com>
312
313         * class.c (mono_type_get_name_recurse): Small fix.
314
315 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
316
317         * locales.c : indentation fixie.
318
319 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
320
321         * object-internals.h,
322           locales.h,
323           locales.c,
324           culture-info.h,
325           icall.c : added RegionInfo table support.
326         * culture-info-table.h : regenerated for region support.
327
328 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
329
330         * reflection.c (resolve_object): handle all kinds of MonoMethod
331         including generic ones
332
333 2005-08-12  Ankit Jain <jankit@novell.com>
334
335         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
336           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
337
338 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
339
340         * process.c: Don't close a thread handle when it's NULL. This is a
341         workaround for bug #75733.
342
343 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
344
345         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
346
347 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
348
349         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
350
351 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
352
353         * threadpool.c: if a work item in the thread pool has a callback that
354         catches a exception, don't propagate it after invoking the callback.
355         Fixes bug #75336.
356
357 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
358
359         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
360
361         * class-internals.h (MonoCachedClassInfo): Add some new fields.
362
363         * class.c (mono_class_init): Load field info lazily in the AOT case.    
364
365         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
366
367 2005-08-03  Ankit Jain  <jankit@novell.com>
368
369         Fix #75683.
370         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
371           PInvoke calling convention is 0.
372
373 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
374
375         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
376         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
377
378 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
379
380         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
381         to handle threads not started by the GC (patch by Michael Meeks
382         <michael.meeks@novell.com>).
383
384 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
385
386         * reflection.c: Make buffer used in emitting types larger for some
387         big generic types (patch by Michal Moskal).
388
389 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
390
391         * mono-debug.c: Fix some (not all) alignment problems.
392
393 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
394
395         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
396         Invoke mono_image_load_from_data_full passing the refonly
397         parameter.
398
399         * assembly.c
400         (mono_assembly_open_from_bundle): Add the refonly argument, 
401         in order to pass it to other methods it calls to.
402         (do_mono_assembly_open): Add the refonly argument, in order 
403         to pass it to other methods it calls to.
404         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
405         the refonly parameter to it.
406
407         * image.c: Add loaded_images_refonly_hash and
408         loaded_images_refonly_guid_hash to cache the reflection
409         only loaded images.
410         (mono_images_init): Initialize the hash tables used for
411         caching the reflection only images.
412         (load_modules): Invoke mono_image_open_full passing the refonly
413         parameter to load the modules the correct way.
414         (build_guid_table): Add the refonly argument, to re-build the 
415         correct hash table.
416         (do_mono_image_open): Added the refonly argument, in order to
417         define it for the loaded image.
418         (mono_image_loaded_full): New function, which receives an
419         additional parameter to look for the image in the refonly or
420         non-refonly section.
421         (mono_image_loaded): Updated, using mono_image_loaded_full.
422         (mono_image_loaded_by_guid_full): The same case that happens
423         with mono_image_loaded_full.
424         (mono_image_loaded_by_guid): Likewise.
425         (register_image): Use the ref_only variable inside MonoImage
426         to decide in which hash table store the current image.
427         (mono_image_open_from_data_full): Rename
428         mono_image_open_from_data to mono_image_open_from_data_full,
429         adding the refonly argument, to define the ref_only variable 
430         inside MonoImage.
431         (mono_image_open_from_data): Return 
432         mono_image_open_from_data_full.
433         (mono_image_open_full): Rename mono_image_open to
434         mono_image_open_full, receiving the new refonly argument,
435         to pass it to inner methods.
436         (mono_pe_file_open): Update this function, to open
437         a MonoImage as a non-refonly image.
438         (mono_image_close): Use the refonly variable inside
439         MonoImage to remove the image from the correct caches.
440
441         * image.h: Add the signatures of mono_image_open_full,
442         mono_image_open_from_data_full, mono_image_loaded_full,
443         mono_image_loaded_by_guid_full.
444
445         * metadata-internals.h: Add the ref_only field to 
446         MonoImage.
447         
448 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
449
450         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
451         Fix the last behavior, which used to load the assemblies and
452         extract MonoReflectionAssemblyName information, instead of
453         extract it from the metadata tables. Needed for Reflection
454         Only assemblies.
455         
456 2005-07-29  Martin Baulig  <martin@ximian.com>
457
458         * mono-debug-debugger.c
459         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
460         not initialized.
461
462         * mono-debug.c
463         (mono_debug_address_from_il_offset): Check whether we have
464         debugging support before attempting to take the lock.
465         (mono_debug_source_location_from_address): Likewise.
466         (mono_debug_source_location_from_il_offset): Likewise.
467         (mono_debug_il_offset_from_address): Likewise.
468         (mono_debug_address_from_il_offset): Likewise.
469
470 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
471
472         * class.c (mono_class_from_name_case): Add support for dynamic images.
473         Fixes #75650.
474
475         * object.c (mono_class_compute_gc_descriptor): Add a workaround
476         for #75479.
477
478 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
479         
480         * reflection.c (mono_method_get_object): Fix warning.
481
482 2005-07-28  Martin Baulig  <martin@ximian.com>
483
484         * mono-debug.c
485         (mono_debug_add_wrapper): Also write the wrapper type.
486
487 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
488
489         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
490         
491         * class.c (mono_class_init): Avoid reading nested classes if the AOT
492         data indicates the class has none.
493
494 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
495
496         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
497         loader lock with the debugger lock. Prevents deadlocks for beagle.
498
499         Beagle can now run on an smp box for a weekend without any
500         issues. Woohoo!
501
502 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
503
504         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
505         in a module. Fixes #75629.
506
507 2005-07-26  Martin Baulig  <martin@ximian.com>
508
509         * mono-debug.c (mono_debug_add_wrapper): New static method.
510         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
511         interncall or a wrapper.
512
513         * mono-debug.h (MonoDebugWrapperData): New public typedef.
514         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
515         (MONO_DEBUGGER_VERSION): Bump to 51.
516
517         * mono-debug-debugger.c
518         (mono_debugger_add_type): Removed this empty function.
519         (mono_debugger_add_method): Likewise.
520
521 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
522
523         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
524         before accessing method->slot.
525
526 2005-07-21  Jb Evain  <jbevain@gmail.com>
527
528         * reflection.c (method_encode_clauses/class): Handle filters clauses.
529         Fixes #75010.
530
531 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
532
533         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
534         #75587.
535
536 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
537
538         * image.h image.c: Add mono_image_get_guid () API function.
539
540 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
541
542         There were issues when multiple threads tried to load
543         assemblies. A deadlock was created between assemblies_mutex and
544         mono_domain_assemblies_lock. This fixes the issue by making the
545         assembly ref counting be lock free. See bug 75586.
546         
547         * image.c (mono_image_close): The add ref function here was using
548         Interlocked operations while the unref was using a mutex and a
549         --. I don't think this was ever a bug that would be exposed in a
550         non-pendantic way (ie, by an embedder doing a ref on one thread
551         and an unref on another), but for the sake of correctness, this is
552         now Interlocked.
553
554         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
555         (mono_assembly_load_reference): Call mono_assembly_addref rather
556         than touching the refcount ourselves.
557         (mono_assembly_close): Use InterlockedDecrement to unref the
558         assembly. Don't acquire the lock unless it is actually needed.
559
560 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
561
562         * class.c (mono_class_layout_fields): Fix calculation of has_references
563         for generic types.
564
565 2005-07-12  Martin Baulig  <martin@ximian.com>
566
567         Applying a patch from Michal Moskal <malekith@nemerle.org>.
568
569         * metadata.c
570         (mono_type_hash): Provide better hashing for generic instances.
571         (mono_generic_inst_hash): Improve hashing.
572         (mono_generic_class_hash): Likewise.
573
574         * reflection.c (mymono_metadata_type_hash): Improve hashing for
575         generic instances.
576
577 2005-07-12  Martin Baulig  <martin@ximian.com>
578
579         * reflection.c (mono_reflection_create_runtime_class): Remove the
580         hack for generic type definitions and non-`Run' assemblies.
581         (mono_reflection_bind_generic_parameters): Also use
582         `klass->wastypebuilder' to check for TypeBuilders.
583
584 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
585
586         * class.c (mono_class_layout_fields): Fix calculation of has_references
587         for generic types.
588
589         * class.c (inflate_generic_class): Fix a leak.
590         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
591         for generic types.
592
593 2005-07-11  Martin Baulig  <martin@ximian.com>
594
595         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
596         on error.
597
598 2005-07-11  Martin Baulig  <martin@ximian.com>
599
600         * loader.c (find_method): Also lookup in
601         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
602
603 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
604
605         * appdomain.c (mono_domain_unload): Don't free the error message
606         before passing it to mono_get_exception_...
607
608         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
609         
610 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
611
612         * threads.c: try to better guess an available RT signal (bug #75387).
613
614 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
615
616         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
617         and CACHE_OBJECT.
618
619 2005-07-07  Martin Baulig  <martin@ximian.com>
620
621         * class.c (mono_type_get_name_full): Return NULL for
622         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
623         fixes #75408.
624
625 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
626
627         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
628         exit the appdomain as well being aborted.
629
630         * threadpool.c: Create all threadpool threads inside the root appdomain, and
631         change back to the root domain after calling managed code. This enables
632         appdomains using threadpools to be unloaded.
633
634 2005-07-07  Martin Baulig  <martin@ximian.com>
635
636         * class-internals.h
637         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
638         into `MonoDynamicGenericClass' since we only need it for dynamic
639         types.
640
641         * reflection.c (mono_class_bind_generic_parameters): We don't need
642         to compute the `parent' here.
643
644 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
645
646         * culture-info-table.h : regenerated.
647
648 2005-07-06  Martin Baulig  <martin@ximian.com>
649
650         * icall.c
651         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
652
653         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
654
655 2005-07-06  Martin Baulig  <martin@ximian.com>
656
657         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
658         we're doing a signature-only comparision; fixes #74945.
659
660 2005-07-06  Martin Baulig  <martin@ximian.com>
661
662         * class-internals.h (MonoGenericClass): Moved some things out into
663         a new `MonoInflatedGenericClass' type.  
664         (MonoInflatedGenericClass): New type; the `klass' of a
665         `MonoGenericClass' is now computed lazyly in
666         mono_get_inflated_generic_class().      
667
668         * class.c (mono_get_inflated_generic_class): New public function.
669         (mono_class_inflate_generic_method): Removed the unused
670         `MonoClass *' argument.
671         (setup_generic_vtable): Don't call mono_get_inflated_method() on
672         all the methods.
673         (mono_class_create_generic): Make this static and merge it with
674         mono_class_create_generic_2(); we're now called automatically from
675         mono_get_inflated_generic_class().
676
677         * loader.c (mono_method_signature): Call
678         mono_get_inflated_method() here.
679
680 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
681
682         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
683         type of fields with RVA.
684
685         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
686         for this pseudo class.
687         (my_mono_class_from_generic_parameter): Likewise.
688         (mono_class_init): Allow interfaces to have cctors.
689
690 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
691
692         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
693         lazily for AOT methods.
694
695 2005-07-05  Martin Baulig  <martin@ximian.com>
696
697         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
698         returns FALSE for a successful match, not TRUE.
699
700 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
701
702         * loader.c (mono_method_get_index): Optimize this a bit.
703
704 2005-07-04  Martin Baulig  <martin@ximian.com>
705
706         * class.c
707         (class_compute_field_layout): Move the check for generic type
708         definitions into mono_class_layout_fields().  Fixes #74684.
709         (mono_class_from_generic_parameter): Correctly compute
710         `klass->parent'; fixes #75457.
711
712         * reflection.c (register_assembly, register_module): Make sure
713         `domain->rejobject_hash' is already created.
714
715 2005-07-02  Martin Baulig  <martin@ximian.com>
716
717         * class-internals.h
718         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
719         `MonoDynamicGenericClass'.      
720
721 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
722
723         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
724         returned by a field getter is null, since null is a valid value.
725
726 2005-07-01  Martin Baulig  <martin@ximian.com>
727
728         * reflection.c (mono_reflection_generic_class_initialize): Update
729         the `dgclass->fields [i].parent' to the correct class.
730         (mono_image_get_fieldref_token): Use the declaring type, not the
731         reflected type.
732
733 2005-07-01  Martin Baulig  <martin@ximian.com>
734
735         * loader.c (find_method): Also look in the interfaces; fixes #75429.
736
737 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
738
739         * threads.c (thread_cleanup): assert that thread != NULL
740         (wait_for_tids_or_state_change): We were using the wrong variable
741         when accessing wait->threads. `i' was always out of the bounds of
742         the array.
743
744 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
745
746         * loader.c: map user32 and kernel32 to libMonoSupportW
747
748 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
749
750         * appdomain.c (unload_thread_main): Mark this as WINAPI.
751
752 2005-06-28  Martin Baulig  <martin@ximian.com>
753
754         * loader.c (method_from_methodspec): Fix #75334.
755
756 2005-06-28  Martin Baulig  <martin@ximian.com>
757
758         Fix #74953 - Arrays now implement the generic IList<T> interface
759         on the 2.0 platform.
760
761         * class-internals.h (MonoDefaults): Added `generic_array_class'.
762
763         * reflection.c (mono_class_bind_generic_parameters): New public
764         function; similar to mono_reflection_bind_generic_parameters(),
765         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
766
767         * domain.c (mono_init_internal): Try to initialize.
768         `mono_defaults.generic_array_class' here; this'll only succeed if
769         we're using the 2.0 corlib.
770
771         * icall.c
772         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
773         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
774         (mono_lookup_internal_call): Added support for nested classes.
775
776         * loader.c
777         (mono_get_method_from_token): Set `result->signature->pinvoke' if
778         we're an interncall and have generic arguments.
779
780         * class.c
781         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
782         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
783         instance of System.Array.InternalArray<T> for arrays, so they
784         implement the generic IList<T> interface.
785
786 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
787
788         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
789         (chastamar@yahoo.com). Fixes #75374.    
790
791 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
792
793         * culture-info-table.h: regenerated.
794
795 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
796
797         * icall.c: handle spaces correctly for base64 strings.
798
799 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
800
801         * *.c: Kill some warnings.
802
803 2005-06-23  Duncan Mak  <duncan@novell.com>
804
805         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
806         that this builds on Solaris 10 (x86).
807
808 2005-06-23  Martin Baulig  <martin@ximian.com>
809
810         * class.c
811         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
812         generic type definitions.
813
814 2005-06-23  Martin Baulig  <martin@ximian.com>
815
816         Fix #75331.
817
818         * metadata.c (mono_class_get_overrides): Renamed to
819         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
820         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
821         pass it to mono_get_method_full().
822
823 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
824
825         * reflection.c (mono_reflection_create_runtime_class): take the
826         mono_domain_lock in this method. Prevents deadlocks
827
828 2005-06-22  Martin Baulig  <martin@ximian.com>
829
830         * loader.c (method_from_methodspec): Fix #75330.
831
832 2005-06-22  Martin Baulig  <martin@ximian.com>
833
834         * reflection.c (type_get_qualified_name): Use
835         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
836         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
837         argument; use it if we don't have an assembly name.
838
839 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
840
841         * object.c: In mono_message_init, set "copy out" flag for in
842         parameters with the [Out] flag.
843
844 2005-06-21  Martin Baulig  <martin@ximian.com>
845
846         * class.c
847         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
848         and MONO_TYPE_PTR.
849
850 2005-06-21  Martin Baulig  <martin@ximian.com>
851
852         * class.c (mono_class_init): Don't initialize `class->fields' for
853         generic instances since they're initialized again in
854         compute_field_layout(). 
855         (compute_field_layout): Set the field's `generic_info' here; fix
856         #75320. 
857
858 2005-06-21  Martin Baulig  <martin@ximian.com>
859
860         * class-internals.h
861         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
862
863         * metadata.c (mono_metadata_generic_method_equal): Also
864         distinguish the `generic_class'; fixes #75334.
865
866 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
867
868         * domain.c:
869         * appdomain.c:
870         * domain-internals.h:
871         * reflection.c: 'domain_assemblies' field is now protected by its own
872         lock. Don't call into managed code to run the AssemblyLoad event if we
873         now there are no registered delegates for it.
874
875 2005-06-20  Martin Baulig  <martin@ximian.com>
876
877         * class.c (mono_class_is_assignable_from): Use a custom version of
878         mono_class_has_parent() to make things work for generic instances;
879         fix #75300.
880
881 2005-06-20  Martin Baulig  <martin@ximian.com>
882
883         * loader.c (method_from_methodspec): Apply a patch from
884         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
885
886 2005-06-20  Martin Baulig  <martin@ximian.com>
887
888         * class.c (mono_class_init): Reverted Zoltan's last change; it
889         breaks generics.
890
891 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
892
893         * threads.c (wait_for_tids_or_state_change): Add missing locking.
894
895 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
896
897         * socket-io.c: fix the index in the socket array for writable/error
898         sockets. Fixes bug #75306.
899
900 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
901
902         * class.c (mono_class_init): Allow interfaces to have static ctors.
903
904 2005-06-17  Martin Baulig  <martin@ximian.com>
905
906         * loader.c (method_from_methodspec): Use `context->container' when
907         parsing the `gmethod->inst'.
908
909 2005-06-17  Martin Baulig  <martin@ximian.com>
910
911         * class.c (mono_type_get_name_recurse): Don't add the assembly
912         name for type arguments.
913
914 2005-06-15  Martin Baulig  <martin@ximian.com>
915
916         * reflection.c (mono_image_get_inflated_method_token): Encode
917         correct klass; fixes #75260.
918
919 2005-06-13 Michal Moskal <malekith@nemerle.org>
920
921         * icall.c: Make GetCorrespondingMethod/Constructor take
922         MonoReflectionMethod method not MonoMethod. Removed
923         MonoType.GetCorrespondingField, and make
924         MonoGenericType.GetCorrespondingField take name not
925         MonoClassField.
926
927 2005-06-13  Michal Moskal <malekith@nemerle.org>
928
929         * reflection.c (field_encode_signature, encode_locals):
930          Make sizes of buffers for types larger (for big generic types).
931          (create_generic_typespec,
932          mono_reflection_sighelper_get_signature_local,
933          mono_reflection_sighelper_get_signature_field):
934          Add asserts for too small buffers.
935
936 2005-06-15  Martin Baulig  <martin@ximian.com>
937
938         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
939         if our parent is not a dynamic type.
940
941 2005-06-15  Martin Baulig  <martin@ximian.com>
942
943         * class-internals.h (MonoTypeNameFormat): New enum.
944
945         * class.c
946         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
947         (mono_type_get_full_name): Removed.
948         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
949         argument instead of the boolean's.
950
951         * icall.c (ves_icall_System_MonoType_getFullName):
952         Added `gboolean assembly_qualified'.    
953
954         * reflection.h
955         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
956
957         * reflection.c (mono_reflection_parse_type): Parse the new type
958         name format.
959
960 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
961
962         * icall.c: no need to convert from utf16 to utf8 and then back again
963         after the call to GetLogicalDrives.
964
965 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
966
967         * icall.c: frombase64. Fix problems exposed by new tests.
968
969 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
970
971         * icall.c: added internal calls for converting char [] and strings in
972         base64 into byte [].
973
974 2005-06-10  Martin Baulig  <martin@ximian.com>
975
976         * class.c (mono_class_create_generic_2): Read the nested classes
977         from the metadata rather than from `gklass->nested_classes' since
978         `gklass' might not be initialized yet.
979
980 2005-06-09  Duncan Mak  <duncan@novell.com>
981
982         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
983         all public headers. Fixes #74919.
984
985 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
986
987         * domain.c: The key for proxy_vtable_hash is now a pointer
988         array. Added new GHashFunc and GCompareFunc functions for this.
989
990         * class.h: The list of interfaces in MonoRemoteClass is known in
991         advance and can't grow (we create a new MonoRemoteClass if needed),
992         so now the interface array can be allocated together with
993         MonoRemoteClass.
994         
995         * object.c: Added a new method create_remote_class_key.
996         Fixed mono_remote_class so it does not depend on
997         mono_upgrade_remote_class.
998         Removed extend_interface_array.
999         Added new method clone_remote_class(), which makes a copy of a remote
1000         class and adds a new interface or class to it.
1001         mono_upgrade_remote_class() now creates a new remote class (or gets
1002         it from the cache) if an vtable upgrade is needed. In this way
1003         we make sure that other objects sharing the same remote class
1004         don't get the new vtable with unwanted interfaces.
1005         
1006         * object-internals.h:
1007         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
1008         
1009         * marshal.c: Track changes in mono_upgrade_remote_class().
1010
1011 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
1012         * icall.c: Add runtime methods for obtaining members of inflated
1013         class, which were created from supplied non-inflated members. It
1014         is used in internal Get{Method,Constructor,Field} methods in
1015         System.Type
1016
1017 2005-06-09  Martin Baulig  <martin@ximian.com>
1018
1019         * reflection.c
1020         (mono_reflection_bind_generic_method_parameters): Fix #75169.
1021
1022 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1023         * reflection.c (mono_image_basic_init): Define
1024         Version in MonoDynamicAssembly. 
1025         
1026 2005-06-08  Martin Baulig  <martin@ximian.com>
1027
1028         Fix #75136.
1029
1030         * loader.c
1031         (mono_method_signature_full): New public method; takes a
1032         `MonoGenericContext *'.
1033         (find_method): Use mono_method_signature_full() and pass the
1034         klass'es context to it.
1035
1036         * class.c (mono_class_is_inflated_method): Use
1037         mono_method_signature_full() and pass the context to it.
1038
1039 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
1040
1041         * object.c: add proper locking in mono_remote_class_vtable(),
1042         fixes possible memory corruption.
1043
1044 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
1045
1046         * marshal.c (mono_remoting_marshal_init): set
1047         initialized after initialization.
1048
1049 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1050
1051         * locales.c : hush.
1052
1053 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
1054
1055         * object.c (extend_interface_array): fix really silly
1056         memory corrupting / comparison bug.
1057
1058 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1059
1060         * reflection.c: Functions added to support the creation
1061         of CustomAttributeData, which includes Attribute data
1062         used by ReflectionOnly methods.
1063
1064         * reflection.h:  mono_reflection_get_custom_attrs_data and
1065          mono_custom_attrs_data_construct added (functions exposed).
1066
1067          * icall.c: Added mono_reflection_get_custom_attrs_data
1068          as icall.
1069         
1070 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
1071
1072         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
1073         lupus's request.
1074
1075 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
1076
1077         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
1078
1079         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
1080         dynamic DllImportAttribute.
1081
1082         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
1083         dynamic DllImportAttribute.
1084
1085         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
1086         Fixes #75162.
1087
1088 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1089
1090         * threads.c: avoid segfault when an unstarted thread is aborted.
1091
1092 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
1093
1094         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
1095         Returns the name and version of the runtime for reporting.
1096
1097 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1098
1099         * appdomain.c: bump corlib version.
1100         * object-internals.h: new field in MonoReflectionAssembly.
1101
1102 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1103
1104         * object-internals.h: Carlos forgot to add this field.
1105
1106 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1107
1108         * icall.c: Added create_version to create instances
1109         of Version of MonoReflectionAssemblyName. This change helps
1110         the AssemblyName tests to keep running fine.
1111         
1112 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
1113   
1114         * object.c (mono_method_return_message_restore): A somehow less
1115         intrusive fix for #75138.
1116
1117 2005-06-03  Raja R Harinath  <rharinath@novell.com>
1118
1119         * object.c (mono_method_return_message_restore): Fix computation
1120         of expected number of out args.
1121
1122 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
1123
1124         * reflection.c (mono_image_get_method_info): Fix the case when the
1125         charset is empty.
1126
1127 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
1128
1129         * object.c: Added missing null check in
1130           mono_method_return_message_restore.
1131
1132 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
1133
1134         * reflection.c (mono_image_get_method_info): Handle the case when
1135         dllentry is empty.
1136
1137 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
1138
1139         * object.c: When creating the vtable for a proxy, take into account
1140         all inherited interfaces, not only the ones registered in
1141         iclass->interfaces. This fixs bug #74996.
1142         Also, in mono_method_return_message_restore, verify that the array
1143         of out args has the expected lengh.
1144
1145 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1146
1147         * socket-io.c: update the timeout in Poll when the call is interrupte.
1148
1149 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1150
1151         * socket-io.c: support abort/suspend in Select_internal after last
1152         change.
1153
1154 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1155
1156         * threadpool.c: remove warning.
1157
1158 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1159
1160         * icall.c:
1161         * socket-io.[ch]: Select_internal uses poll() now when available, thus
1162         removing the 1024 limit from select(). Runtime part of the fix for
1163         bug #71203.
1164
1165 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1166
1167         * socket-io.c: when resolving the addresses for the same
1168         host returned by gethostname(), get the local IPs from the interface
1169         list. Loopback addresses are discarded if the are interfaces up with
1170         non-loopback ones. Fixes bug #63265.
1171
1172 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
1173
1174         * appdomain.c, verify.c, object-internals.h, reflection.c:
1175         bumped corlib number to 36, and added new extra_flags field
1176         to ReflectionMethodBuilder and friends.  Fixes #75060.
1177
1178 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
1179
1180         * gc.c: register a new weak link only if the object is non-null
1181         (fixes bug#75047).
1182
1183 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1184
1185         * culture-info.h : short time pattern too.
1186
1187 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1188
1189         * culture-info.h : expand long time pattern string length.
1190
1191 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1192
1193         * culture-info-table.h : update (more French date format; #72788).
1194
1195 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
1196
1197         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
1198         the method is static. Fixes #75029.
1199
1200 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
1201
1202         * reflection.c: Update the table_idx field of method builders after
1203         saving the module, since it can change. This is a workaround for
1204         bug #74914. 
1205
1206 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1207
1208         * culture-info-table.h : update (additional French date format).
1209
1210 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
1211
1212         * icall.c (ves_icall_type_Equals): Revert last change.
1213         
1214         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
1215
1216         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
1217
1218 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
1219
1220         * class-internals.h: Added executioncontext_class field to 
1221         MonoDefaults structure.
1222         * domain.c: Cache System.Threading.ExecutionContext class in 
1223         mono_defaults.
1224         * object.c: Capture the ExecutionContext for asynchroneous calls in
1225          mono_async_result_new.
1226         * object-internals.h: Added execution_context and original_context 
1227         fields to MonoAsyncResult. Added execution_context to MonoThread.
1228         * security-manager.c|.h: Added mono_get_context_capture_method to 
1229         return the capture method (if required by the security manager or by
1230         the framework version used).
1231         * threadpool.c: Apply capture (if present) ExecutionContext in 
1232         mono_async_invoke and revert to original context after it completes.
1233
1234 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
1235
1236         * culture-info-table.h : updated (real hacky solution for zh-CHT).
1237
1238 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
1239
1240         * culture-info-table.h : zh-CHT related workaround.
1241
1242 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
1243
1244         * marshal.c (emit_marshal_custom): Add some error checking and call the
1245         methods in the ICustomMarshaler interface. Fixes #74875.
1246         
1247         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
1248         native->managed wrappers.
1249
1250 2005-05-12  Martin Baulig  <martin@ximian.com>
1251
1252         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
1253         here and use the loader lock.
1254
1255         * mono-debug.c: Properly lock when the debugger is not attached.
1256         (mono_debug_init): Release the initial lock if we're not running
1257         in the debugger.
1258
1259 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
1260
1261         * marshal.c (emit_marshal_custom): Pass through NULL values without
1262         calling the custom marshalling routines.
1263
1264         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
1265         conversion in structures. Fixes #74882.
1266
1267 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
1268
1269         * culture-info-table.h : zh-* cultures were missing.
1270
1271 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
1272
1273         * threads.c: Added a new event background_change_event which is signaled
1274         when a thread changes its background mode.
1275         Moved here several checks previously done in managed code. The checks
1276         require the thread lock, and using the thread lock in managed code
1277         can result in deadlocks.
1278         Merged Start_internal and Thread_internal into a single method. Now 
1279         Thread_internal does all work of creating and starting a thread.
1280         Added icalls for setting and getting the state of the object. Moved from
1281         managed code to avoid locking there.
1282         Added wait_for_tids_or_state_change() which is called instad of
1283         wait_for_tids when waiting for non-backround threads to end. This method
1284         will return if one of the threads ends or the background_change_event
1285         is signaled.
1286         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
1287         the background mode. This method signals the background_change_event
1288         event.
1289         * icall.c:
1290         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
1291         removed Start_internal.
1292         
1293 2005-05-11  Martin Baulig  <martin@ximian.com>
1294
1295         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
1296         to order of some fields to get proper alignment on 64-bit machines.
1297
1298 2005-05-11  Martin Baulig  <martin@ximian.com>
1299
1300         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
1301         changes as they're broken and completely fuck up the debugger.
1302
1303         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
1304
1305 2005-05-10  Martin Baulig  <martin@ximian.com>
1306
1307         * reflection.c (mono_reflection_generic_class_initialize): Don't
1308         call mono_class_setup_parent() here.
1309
1310 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1311
1312         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
1313         send/receive timeout use an integer in milliseconds. We were using a
1314         struct timeval.
1315
1316 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1317
1318         * locales.c:
1319         (internal_get_cultures): reserve the first slot of the array for the
1320         InvariantCulture, which will be filled in managed code.
1321
1322 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
1323
1324         * reflection.c (mono_image_fill_module_table): Initialize the
1325         GENERATION field as well.
1326
1327 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1328
1329         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
1330         Monitor.Enter on the object.
1331
1332 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
1333
1334         * threads.c: Enable the wait for running threads when exiting.
1335         * icall.c: Suspend all threads before exiting.
1336
1337 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
1338
1339         * assembly.c (mono_assembly_load_reference): Fix warning.
1340
1341 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1342
1343         * threadpool.c: changed the default number of threads per cpu. From now
1344         on, the default will be 20 + (5 * number of cpus) instead of 50.
1345
1346 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
1347
1348         * loader.c (mono_method_get_signature_full): Add locking here.
1349
1350 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
1351
1352         * appdomain.c: Moved methods for parsing and freeing assembly
1353         names to assembly.c.
1354         * assembly.c, domain-internals.h: Created public methods for parsing
1355         assembly names. Fixed mono_assembly_load_with_partial_name:
1356         it now finds the best match, taking into account the version,
1357         token and culture specified in the partial name. Also return
1358         the latest version if no version information is specified.
1359
1360 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
1361
1362         * threadpool.c: replace check for SocketAsyncCall class.
1363
1364 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1365
1366         * threadpool-internals.h:
1367         * Makefile.am: added threadpool-internals.h
1368
1369         * threadpool.c: call mono_unhandled_exception on exceptions not handled
1370         that happen in threadpool threads (tested on MS).
1371         (mono_thread_pool_remove_socket): new function that dispatch any pending
1372         AIO call on a socket that is closing. By now only epoll really needs it,
1373         as select/poll wake up when the socket closes.
1374
1375
1376         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
1377
1378 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
1379
1380         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
1381
1382 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
1383
1384         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
1385
1386 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
1387
1388         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
1389         has an abort request, convert it into a suspend request.
1390
1391 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
1392
1393         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
1394         warning for the usage of `UnmanagedFunctionPointerAttribute' which
1395         is not supported yet.
1396
1397 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1398
1399         * image.c: register assemblies loaded from data (bundles) in the loaded
1400         assemblies hash. Fixes bug #74772.
1401
1402 2005-04-29  Martin Baulig  <martin@ximian.com>
1403
1404         * class.c (mono_type_get_name_recurse): Update to the new naming
1405         schema from the latest .NET 2.x beta2.
1406         (mono_class_setup_vtable_general): If we're a generic instance,
1407         copy the vtable from our generic type definition and inflate all
1408         the methods in it.
1409
1410         * loader.c (find_method): Update to the new naming schema from the
1411         latest .NET 2.x beta2.
1412
1413 2005-04-29  Raja R Harinath  <harinath@gmail.com>
1414
1415         * class.c (mono_class_init): Add a mono_loader_unlock to the
1416         #74734 fix.
1417
1418 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
1419
1420         * icall.c (ves_icall_System_Environment_Exit): Remove the 
1421         suspend_all_other_threads () call for the time being, since it can hang.
1422
1423         * threads.c (mono_thread_manage): Similarly, disable the waiting for
1424         the background threads to exit, since it can also hang.
1425
1426         * class.c (mono_class_init): Applied patch from Ankit Jain 
1427         (radical@gmail.com). Avoid pending init errors when a field refers
1428         to a nested class using a typeref. Fixes #74734.
1429
1430         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
1431         this for dynamic modules.
1432
1433 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1434
1435         * threads.c: don't wait for threads that are in the process of aborting
1436         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
1437         and waiting for background threads to finish. This makes xsp and
1438         mod-mono-server exit without random length delays and/or hangs.
1439
1440 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1441
1442         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
1443
1444 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
1445
1446         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
1447         dynamic types to prevent infinite loops. Fixes #74727.
1448
1449         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
1450         ..._is_assignable_to.
1451
1452 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
1453
1454         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
1455
1456 2005-04-25  Martin Baulig  <martin@ximian.com>
1457
1458         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
1459
1460         * domain.c
1461         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
1462
1463         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
1464
1465         * reflection.c (build_compressed_metadata): Set metadata header
1466         version to 2.0.
1467
1468 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
1469
1470         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
1471         number into an integral and a decimal part. Fixes #70473.
1472
1473         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
1474
1475 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
1476
1477         * culture-info-table.h : reflected the latest locale-builder output.
1478
1479 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1480
1481         * threadpool.c: check for SuspendRequested too when deciding if
1482         mono_thread_interruption_checkpoint should be called.
1483
1484 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1485
1486         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
1487         * threads.c: remove interruption_mutex and use Interlocked instead. When
1488         suspending all the threads, wait for all the suspended events at once.
1489         If we're shutting down and get an APC that is going to be queued,
1490         call mono_thread_execute_interruption immediately, as the thread might
1491         be sleeping on a pthread condition or mutex.
1492
1493         * icall.c: call mono_runtime_set_shutting_down before suspending the
1494         threads.
1495
1496         Fixes bug #74693. And now xsp is happier when exiting.
1497
1498 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
1499
1500         * loader.c (mono_stack_walk): Fix #74690.
1501
1502 2005-04-22  Martin Baulig  <martin@ximian.com>
1503
1504         * mono-debug.h (MonoDebugMethodJitInfo): Added
1505         `MonoDebugMethodJitInfo *jit'.
1506
1507         * mono-debug.c (mono_debug_read_method): Cache the
1508         MonoDebugMethodJitInfo in `address->jit'.
1509         (mono_debug_free_method_jit_info): New public method.
1510
1511 2005-04-22  Martin Baulig  <martin@ximian.com>
1512
1513         * class.c (mono_class_is_assignable_from): Disallow
1514         type parameter -> interface.
1515
1516 2005-04-21  Dick Porter  <dick@ximian.com>
1517
1518         * threads.c (mono_thread_create): Turn an assertion into an error.
1519
1520 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
1521
1522         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
1523         
1524         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
1525         Fix some gcc 4.0 warnings.
1526
1527 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
1528
1529         * file-io.c: fix alt dir separator char on unix systems
1530         and cleanup (fixes bug #71214).
1531
1532 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
1533
1534         * marshal.c: Use CALLVIRT instead of CALL when dispatching
1535         a call to a remote domain, since the method may be an
1536         interface method in the client domain. This fixes bug #74192.
1537
1538 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1539
1540         * threadpool.c: recv/send are now performed before going back to managed
1541         code to save one transition.
1542
1543 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1544
1545         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
1546
1547         * metadata/threadpool.c: removed hack to workaround the bug above.
1548
1549         Fixes bug #74618.
1550
1551 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
1552
1553         * reflection.c reflection.h: Fix handling of parameter defaults in
1554         dynamic methods. Also fixes handling of parameter attributes.
1555         Fixes #74609.
1556
1557         * mono-debug.c (mono_debug_close_image): Fix warning.
1558
1559 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1560
1561         * socket-io.h: replaced old unused field with new 'blocking'.
1562         * threadpool.c: restore socket blocking state on windows(tm).
1563
1564 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
1565
1566         * icall.c: don't return the codebase in the AssemblyName[] returned by
1567         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
1568         * object-internals.h: Removed FIXME (fields were presents) and fixed
1569         versioncompat declaration.
1570
1571 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1572
1573         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
1574         not closed, so don't cleanup when it happens.
1575
1576 2005-04-13  Chris Toshok  <toshok@ximian.com>
1577
1578         * mono-debug-debugger.h: change prototype for
1579         mono_debugger_lookup_type.
1580
1581         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
1582         this function, although it should probably be named
1583         mono_debugger_init_type.
1584
1585 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1586
1587         * threadpool.c: fix non-AIO case.
1588
1589 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
1590
1591         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
1592         the built-in profiler to measure just JIT compilation times.
1593
1594 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1595
1596         * threadpool.c: the epollfd might be closed by another thread at
1597         any time, so ignore EBADF at treat it as a "we're closing" sign.
1598
1599 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1600
1601         * threadpool.c: release the semaphores with a count equals to the number
1602         of working threads in both IO and regular pools. Fixed typo that messed
1603         up the count of IO pool threads. Don't initialize the pipe handles if
1604         we're using epoll.
1605
1606 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1607
1608         * threadpool.c: some systems don't like a NULL when deleting the socket
1609         from epoll.
1610
1611 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1612
1613         * threadpool.c: fix semaphore allocation.
1614
1615 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1616
1617         * threadpool.c: added epoll() based implementation for asynchronous IO
1618         that is used instead of the default poll() when available.
1619         It can be disabled by setting MONO_DISABLE_AIO.
1620
1621 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1622
1623         * threadpool.c: windows needs 'closesocket' and instead of returning
1624         0 when the stream is closed while in select, it returns -1. Fixes bug
1625         #74573.
1626
1627 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
1628
1629         * class.c (class_compute_field_layout): Fix the regression caused by
1630         the previous try.
1631
1632 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1633
1634         * threadpool.c: separate pool for socket async. IO.
1635         * threadpool.h: mono_max_worker_threads is not a global any more.
1636
1637 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
1638
1639         * class.c (class_compute_field_layout): Fix #74549.
1640
1641 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1642
1643         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
1644         use 2 connected sockets instead.
1645
1646 2005-04-08  Miguel de Icaza  <miguel@novell.com>
1647
1648         * mono-config.c: Add new entry point for mkbundle
1649         mono_config_parse_memory. 
1650
1651 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1652
1653         * threadpool.c: removed another unused function.
1654
1655 2005-04-08  Ankit Jain  <radical@corewars.org>
1656
1657         * reflection.c (get_default_param_value_blobs): Add 'types'
1658         parameter to get the types encoded in the constant table.
1659         (mono_param_get_objects): Use the type from the constant table,
1660         not the type of the parameter, when creating default values.
1661         Handle null default values correctly.
1662
1663 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1664
1665         * file-io.c:
1666         * file-io.h:
1667         * threadpool.c:
1668         * threadpool.h:
1669         * icall.c:
1670         * socket-io.c: removed dead code for async IO.
1671
1672 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1673
1674         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
1675
1676         * threadpool.c: intercept socket async. calls and pass them to a thread
1677         that is polling and dispatching the job items to the threadpool as
1678         socket become ready. Fixes bugs #71217, #71933.
1679
1680         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
1681         between char and short/ushort arrays.
1682
1683         * socket-io.c: remove dead code.
1684
1685 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
1686
1687         * locales.c,
1688           icall.c : removed InternalToUpper_Comp() and
1689           InternalToLower_Comp().
1690
1691 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
1692
1693         * char-conversions.h : The tables were incorrectly generated. Should
1694           be generated against invariant culture.
1695
1696 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
1697
1698         * object.c (mono_runtime_invoke_array): Fix return value when 
1699         passing pre-created valuetype objects to ctors.
1700
1701         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
1702         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
1703         Fixes #74338.
1704
1705 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
1706
1707         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
1708         only used with --security and hides the wrong corlib version error.
1709
1710 2005-03-30  Joshua Tauberer  <tauberer@for.net>
1711
1712         * class.c: Changed mono_class_name_from_token so that types
1713         outside of a namespace don't have an initial period.  Improved
1714         the g_warning message used in _mono_class_get when loading
1715         fails.
1716         * assembly.c: In mono_assembly_load_reference, when an assembly
1717         can't be found, "No such file or directory" is misleading and
1718         unhelpful because a few paths were checked for the presence of
1719         the assembly.  When that happens (ENOENT), display a nicer
1720         message indicating the directories that were searched.  In all
1721         cases, the warning is made easier to read for non-hackers.
1722
1723 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
1724
1725         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
1726         project/solution.
1727         * appdomain.h|domain.c: Removed inline from functions.
1728         * appdomain.c: Reduced warnings when compiling on windows.
1729         * icall.c: Fixed output_debug declaration to gunichar2*.
1730         * mono-config.c: Reduced warnings when compiling on windows.
1731         * rand.c: Added missing "windows.h". Added missing return value.
1732         * rawbuffer.c: Added missing winsock2.h for windows.
1733         * sysmath.h: Added mono-compiler.h header to allow/ease 
1734         compilation with non-GCC compilers.
1735         * threads.c: Fixed declarations to compile with VS.NET C compiler.
1736         Removed cast warnings.
1737
1738         Adapted from the work of J Lothian (for VC6).
1739
1740 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
1741
1742         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
1743         from default_path.
1744
1745 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
1746
1747         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
1748         the 2.0 profile.
1749
1750 2005-03-27  Raja R Harinath  <harinath@gmail.com>
1751
1752         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
1753         has to be in $(exec_prefix).  $(prefix) is for arch-independent
1754         stuff, and it would probably use $(prefix)/share rather than
1755         $(prefix)/lib.
1756
1757 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1758
1759         * console-io.c: added 2 includes that might be missing.
1760
1761 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
1762
1763         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
1764         profile.
1765
1766         * reflection.c (create_custom_attr): Allocate the params array using
1767         alloca so it gets GC tracking.
1768
1769 2005-03-23  Chris Toshok  <toshok@ximian.com>
1770
1771         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
1772         out some spew.
1773
1774 2005-03-24  Raja R Harinath  <rharinath@novell.com>
1775
1776         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
1777         changes to pick up any changes in prefix, etc.
1778
1779 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
1780
1781         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
1782         
1783         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
1784         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
1785
1786 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
1787
1788         * class-internals.h object-internals.h class.c reflection.c: Extend the
1789         mono_lookup_dynamic_token () function to return the class of the
1790         token as well. 
1791
1792         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
1793         well. Fixes #73848.
1794
1795 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
1796
1797         * security-manager.c: Skip inheritance checks for intra-corlib
1798         class inheritance and method overrides. This skips a lot of checks
1799         and (anyway) permissions cannot work until corlib is loaded.
1800
1801 2005-03-23  Martin Baulig  <martin@ximian.com>
1802
1803         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
1804         MONO_TYPE_GENERICINST.  
1805
1806 2005-03-23  Martin Baulig  <martin@ximian.com>
1807
1808         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
1809
1810 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
1811
1812         * class.c: added locking comments to some functions.
1813         Cache the interface offsets arrays (saves about 20 KB
1814         of runtime memory in a typical app).
1815         Reduce the time overhead in mono_class_setup_supertypes ().
1816
1817 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
1818
1819         * icall.c: speedup and fix leaks in GetMethodsByName and
1820         GetPropertiesByName.
1821
1822 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
1823
1824         * reflection.c: some locking fixes.
1825
1826 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
1827
1828         * metadata.c: added missing break in case statement.
1829
1830 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
1831
1832         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
1833         typedbyref return values. Fixes #73941.
1834
1835 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
1836
1837         * security-manager.c|h: Added demandunmanaged method and 
1838         suppressunmanagedcodesecurity class to MonoSecurityManager.
1839         Renamed aptc class to allowpartiallytrustedcallers.
1840
1841 2005-03-17  Martin Baulig  <martin@ximian.com>
1842
1843         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
1844
1845 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1846
1847         * file-io.c: disabled file async. IO using aio_*. It uses the
1848         threadpool now. Workaround for bug #73718.
1849
1850 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
1851
1852         * assembly.h, mono-config.c: added code to deal with bundled configs
1853         for bundled assemblies.
1854
1855 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
1856
1857         * *.c, private.h: cleanup, removing old private.h header file.
1858
1859 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
1860
1861         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
1862         and throw_on_unmappable_char attributes.
1863
1864 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
1865
1866         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
1867         _ProcessName_internal.
1868
1869 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
1870
1871         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
1872         #73631.
1873
1874         * icall.c threads.c threads-types.h: Remove slothash icalls as they
1875         are no longer used.
1876
1877 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
1878
1879         * object.c (compute_class_bitmap): Add support for generics. Fixes
1880         #73527.
1881
1882 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
1883
1884         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
1885
1886 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1887
1888         * filewatcher.c: commented out the code for windows watcher, as we don't
1889         use it (we use the managed implementation instead).
1890
1891 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
1892
1893         * object-internals.h (MonoThread): Remove 'unused1' field.
1894
1895         * appdomain.c: Bump corlib version.
1896
1897         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
1898
1899         * reflection.c (mono_reflection_create_runtime_class): Remove the
1900         AssemblyBuilder.Save optimization since it causes too many problems.
1901
1902 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
1903
1904         * exception.c|h: Added mono_get_exception_reflection_type_load to
1905         create a ReflectionTypeLoadException object.
1906         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
1907         to return NULL is a InheritanceDemand fails during reflection. Updated
1908         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
1909         ReflectionTypeLoadException if an InheritanceDemand fails during 
1910         reflection. Added icall mapping for GetLinkDemandSecurity.
1911         * security-manager.c|h: Added ves_icall_System_Security_
1912         SecurityManager_GetLinkDemandSecurity internal call to return the
1913         class and methods permissions set for a LinkDemand. Removed unused
1914         fields in MonoSecurityManager.
1915
1916 2005-03-10  Martin Baulig  <martin@ximian.com>
1917
1918         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
1919         it's a generic instance.
1920
1921 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
1922
1923         * reflection.c (mono_get_object_from_blob): Applied patch from
1924         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
1925
1926         * class.c (mono_class_is_assignable_from): Another try at fixing 
1927         #73469 without breaking anything.
1928
1929 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
1930
1931         * class.c: (mono_class_is_assignable_from): Revert the last changes
1932         since they don't work with generics.
1933         
1934         * class.c (mono_class_is_assignable_from): Fix build bustage.
1935
1936         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
1937         the managed IsAssignableFrom method. Fixes #73469.
1938
1939         * reflection.c (mono_reflection_call_is_assignable_from): New helper
1940         function.
1941
1942 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
1943
1944         * object.c (mono_load_remote_field_new): Fix returning uninitialized
1945         memory when the remoting callback does not sets the out arguments.
1946         Fixes #73007.
1947
1948         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
1949         by mistake.
1950
1951         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
1952
1953         * object-internals.h (MonoStackFrame): Sync with managed object layout.
1954
1955         * appdomain.c: Bump corlib version.
1956
1957 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
1958
1959         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
1960         function.
1961
1962         * threads.c (mono_thread_attach): Detect threads which are not started
1963         by the GC pthread wrappers.
1964
1965 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
1966
1967         * icall.c: Added new icall for RNG.
1968         * rand.c|h: Added new icall to open the RNG. This allows to share a 
1969         single handle on Linux to access /dev/urandom and fix #73183.
1970
1971 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
1972
1973         * object.c: setting the new vtable in a transparent proxy object must
1974         not change the GC descriptor.
1975
1976 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
1977
1978         * object.c: fixed compilation without GCJ support.
1979         * reflection.c: for runtime-created types ensure klass->has_references
1980         is correct (bug #73215).
1981
1982 2005-03-02  Martin Baulig  <martin@ximian.com>
1983
1984         * class.c (mono_class_is_assignable_from): Make this work if
1985         `oklass' is a generic instance; fixes #72831.
1986
1987 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
1988
1989         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
1990         with hasthis set.
1991         
1992         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
1993
1994         * marshal.c: Reorganize native->managed marshalling code to also use
1995         the emit_marshal_... functions.
1996
1997 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
1998
1999         * object.c: typed allocs have issues with bitmap sizes > 30,
2000         so check for max_set >= 30.
2001
2002 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
2003
2004         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
2005         managed code. Fixes #73012.
2006
2007         * metadata.h (MonoMarshalSpec): Add elem_mult field.
2008
2009         * metadata.c reflection.c: Load/Emit elem_mult as well.
2010         
2011         * metadata.h (MonoMarshalSpec): Add comment.
2012
2013         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
2014
2015         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
2016         num_elem to -1 if not given.
2017
2018         * object-internals.h (MonoReflectionMarshal): Add has_size field.
2019
2020         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
2021         given values.
2022
2023 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
2024
2025         * null-gc.c (mono_gc_free_fixed): Was not compilable.
2026
2027 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
2028
2029         * reflection.c (encode_marshal_blob): Encode param_num field as well.
2030
2031         * object-internals.h (MonoReflectionMarshal): Add param_num field.
2032
2033 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
2034
2035         * object.c: generalized the reference bitmap creation
2036         and added hooks for the new GC.
2037         * class-internals.c: removed the gc_bitmap field from MonoClass.
2038
2039 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
2040
2041         * domain.c: help the compiler to produce better code
2042         in mono_jit_info_table_find ().
2043
2044 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
2045
2046         * object.c: make all allocations look typed.
2047
2048 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
2049
2050         * socket-io.c: load Mono.Posix if it's not loaded already
2051         (fixes bug#73033).
2052
2053 2005-02-24  Martin Baulig  <martin@ximian.com>
2054
2055         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
2056         * reflection.c (dup_type): Likewise.
2057
2058 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
2059
2060         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
2061         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
2062
2063 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
2064
2065         * domain.c, threads.c, object-internals.h: make the critical thread
2066         local vars use the fast access mode (even when we're compiled in
2067         a lib). Provide accessors to be used by the jit during codegen.
2068
2069 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2070
2071         * appdomain.c: Changed hook functios behavior to include
2072         support for the reflection only assemblies. Some icalls were changed
2073         to support the mentioned assemblies too. Signatures of static methods
2074         try_assembly_resolve and real_load now have an additional parameter:
2075         refonly.
2076
2077         * assembly.c: General changes to mono_assembly_ methods to support
2078         reflection only api. Functions mono_assembly_open, mono_assembly_load,
2079         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
2080         suffix, to support an additional gbool parameter to specify whether
2081         the assembli is reflection only or not. Created some new hook functions 
2082         to add support for reflection only assemblies. Signatures of static 
2083         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
2084         have now an additional parameter: refonly.
2085
2086         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
2087         indicating whether the assembly is reflection only or not.
2088
2089         * exception.c: Add mono_get_exception_invalid_operation.
2090
2091         * icall.c: Throw an InvalidOperationException when trying to invoke
2092         a property/method/event, or trying to set/get the value of a field.
2093         Also add an icall to retrieve the ref_only flag to the
2094         MonoReflectionAssembly.
2095
2096 2005-02-23  Chris Toshok  <toshok@ximian.com>
2097
2098         Part of fix for #72827.
2099         * mono-debug.c (mono_debug_add_method): add lexical block data to
2100         the info we write.  Kind of a hack at the moment - we copy the
2101         lexical block info from the MonoDebugMethodInfo to the
2102         MonoDebugMethodJitInfo here, before writing it.
2103         (mono_debug_read_method): read the lexical block info.
2104
2105         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
2106
2107         * debug-mono-symfile.h: add lexical block support.
2108
2109         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
2110         support.
2111
2112 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
2113
2114         * loader.c (mono_lookup_pinvoke_call): Fix warning.
2115
2116         * object.c (mono_runtime_free_method): Call mono_free_method () and
2117         put the TODOs there.
2118
2119         * loader.c (mono_free_method): Free up most memory allocated for 
2120         dynamic methods.
2121
2122 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
2123
2124         * reflection.c: properly flag a Type argument to a
2125         named custom attr value (bug #72248).
2126
2127 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
2128
2129         * reflection.c: reduce code duplication in named custom
2130         attribute encoding.
2131
2132 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
2133
2134         * reflection.c: properly encode custom attrs of type object
2135         (bug #72649).
2136
2137 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
2138
2139         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
2140
2141 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
2142
2143         * socket-io.c: load System.dll if it's not loaded already
2144         (bug #72850 and #70477).
2145
2146 2005-02-21  Martin Baulig  <martin@ximian.com>
2147
2148         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
2149         generic instances.
2150
2151 2005-02-21  Martin Baulig  <martin@ximian.com>
2152
2153         * reflection.c (mono_image_build_metadata): We also need to
2154         "fixup" the MethodImpl table after we computed the final method
2155         indices.  Call fixup_methodimpl() to do that.
2156         (fixup_methodimpl): New private method.
2157
2158 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
2159
2160         * assembly.c: special case mscorlib.dll (bug#72536),
2161         patch from Carlos Alberto Cortez.
2162
2163 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
2164
2165         * threads-types.h threads.c: Fix build bustage.
2166
2167         * threads.c: Use a union for long<->double conversions.
2168
2169         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
2170         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
2171
2172         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
2173         containing the checkpoint call with NOT_TAKEN.
2174         
2175         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
2176         checkpoint before pushing the arguments, so they won't have to be
2177         spilled to stack.
2178
2179 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
2180
2181         * domain.c, assembly.c, domain-internals.h: make some data
2182         const and relocation-free.
2183
2184 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
2185
2186         * object.c, appdomain.c, class-internals.h: introduce the
2187         MonoClassRuntimeInfo structure to hold the info needed to
2188         use a class at runtime. Made mono_class_vtable() lock-free
2189         for all the appdomains.
2190
2191 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
2192
2193         * metadata-internals.h, image.c: introduce a per-image mempool to
2194         be used for memory that has the same lifetime as the image.
2195
2196 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
2197
2198         * domain.c: In mono_init_internal(), instead of selecting the first
2199         runtime version supported by an executable, get a list of all
2200         supported versions and select the one for which an mscorlib exists
2201         (since even if the runtime supports a given version, it doesn't mean
2202         that the framework for that version is installed).
2203         Modified get_runtimes_from_exe to support this behavior.
2204         In supported_runtimes, added information about additional system
2205         assembly versions.
2206         
2207         * assembly.c: Added support for more than one system assembly version
2208         per runtime version. Updated the assembly list.
2209         In mono_assembly_remap_version, removed the initial version check,
2210         since we don't know to which version we need to compare until we
2211         get the version set on which the assembly is based.
2212         Moved the code for loading corlib into the new method
2213         mono_assembly_load_corlib(), so it can be used by the initialization
2214         code.
2215         
2216         * domain-internals.h: Updated data structures and added declaration
2217         for mono_assembly_load_corlib.
2218
2219 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
2220
2221         * reflection.c (resolve_object): Fix the creation of the signature in 
2222         the SignatureHelper case.
2223
2224         * assembly.c (mono_assembly_remap_version): Fix binary search.
2225         
2226 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
2227  
2228         * class.c: Added inheritance check when a method is overloaded (from a
2229         virtual method or when implementing an interface) and when a class is
2230         inherited. Added functions to set a failure for a class and to 
2231         retreive the exception from a failure.
2232         * class-internals.h: Added fields to MonoClass to keep the exception
2233         information status for inheritance (or other exceptions) to be thrown
2234         later (i.e. not at load time).
2235         * object.c: Throw the inheritance SecurityException when a type is to 
2236         be created with either class or method inheritance violations.
2237         * reflection.c|h: Fix when getting declsec from a class. Removed 
2238         unrequired code for class. Improved sanity in parameter naming.
2239         * security-manager.c|h: Added functions to check for class and method
2240         inheritance.
2241
2242 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
2243
2244         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
2245         and has_finalize in dynamic types as well.
2246
2247 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
2248
2249         * culture-info-table.h : fixed currency format for en-GB (and so on).
2250
2251 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
2252
2253         * gc.c: ensure the GC handles never have 0 as a value.
2254
2255 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
2256
2257         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
2258         a pointer to a struct to unmanaged code. Fixes #72625.
2259
2260 2005-02-16  Martin Baulig  <martin@ximian.com>
2261
2262         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
2263
2264 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
2265
2266         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
2267
2268 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
2269
2270         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
2271
2272         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
2273         UnmanagedFunctionPointerAttribute, use it for determining calling convention
2274         etc. Fixes #71471.
2275
2276         * reflection.c (mono_custom_attrs_get_attr): New helper function.
2277
2278         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
2279
2280 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
2281
2282         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
2283         changes to make the current context a field in MonoThread.
2284
2285 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
2286
2287         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
2288         the last change.
2289         
2290         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
2291         extracted from mono_marshal_get_native_wrapper.
2292
2293         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
2294         to create wrappers around native functions.
2295
2296         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
2297         delegates for arbitrary function pointers. Fixes #71472.
2298
2299 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
2300
2301         * threads.c: cleaned up the code a little.
2302
2303 2005-02-15  Martin Baulig  <martin@ximian.com>
2304
2305         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
2306         the data table.
2307
2308         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
2309         allocate larger chunks if needed.
2310
2311 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
2312
2313         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
2314         in by mistake.
2315
2316 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
2317
2318         * domain.c: keep the domains in an array and ensure the domain ids
2319         are kept small, so they can be used as indexes to domain-specific data
2320         with a small memory overhead.
2321
2322 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
2323
2324         * icall.c: Handle byref types in Type icalls. Fixes #72544.
2325
2326 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
2327
2328         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
2329
2330 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
2331
2332         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
2333
2334         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
2335         values.
2336
2337         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
2338         
2339 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
2340
2341         * domain-internals.h: add the hashtable here.
2342
2343         * class-internals.h: Remove `info' from MonoMethod
2344
2345         * domain.c: Add a new hashtable, jit_trampoline_hash
2346
2347 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
2348
2349         * object.c: don't set the value of static fields
2350         (fixes bug#72494).
2351
2352 2005-02-11  Martin Baulig  <martin@ximian.com>
2353
2354         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
2355         (mono_debug_add_method): Silently ignore the method if it's too big.
2356         (mono_debug_add_type): Likewise.
2357
2358 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
2359
2360         * threads.c, appdomain.c: remove #ifdefs from the code.
2361
2362 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
2363
2364         * metadata-internals.h: Added flags to MonoAssembly to cache the most
2365         common security informations. This allows us to stay in unmanaged code
2366         when doing LinkDemand and it's special cases (except for the first 
2367         time for initialization). The flags a very much used with --security.
2368         * reflection.c|h: Added code to get declarative security attributes 
2369         for LinkDemand and InheritanceDemand. This required to refactor the
2370         existing code for Demand.
2371         * security-manager.c|h: Added new method fields for the special cases
2372         of LinkDemand.
2373
2374 2005-02-10  Martin Baulig  <martin@ximian.com>
2375
2376         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
2377         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
2378
2379 2005-02-10  Martin Baulig  <martin@ximian.com>
2380
2381         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
2382         debugging code; this is almost a complete rewrite.
2383
2384         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
2385
2386 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
2387
2388         * domain.c, object.h: expose mono_string_equal () and 
2389         mono_string_hash ().
2390         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
2391         it's implemented in managed code.
2392
2393 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
2394
2395         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
2396         lo leak objects between appdomains.
2397
2398 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
2399
2400         * assembly.c: old compilers compilation fix from 
2401         robertj@gmx.net (Robert Jordan).
2402
2403 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
2404
2405         * class-internals.h: Little reminder for the future.
2406
2407         * debug-helpers.c: Fix up wrapper_type_names
2408
2409 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
2410
2411         * image.c, metadata-internals.h: when loading an image from a file,
2412         mmap all of it and use the same codepaths as when using a
2413         in-memory image: the code is simpler and we use less memory
2414         (both writable and readonly).
2415
2416 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
2417
2418         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
2419         API to alloc runtime data structures that need to be tracked by the
2420         GC and contain pointers.
2421         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
2422         make the code more readable and eventually use a different GC.
2423
2424 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
2425
2426         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
2427         for out arguments.
2428         
2429 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
2430
2431         * object.c: In release_type_locks(), don't release the cctor lock
2432         if it has already been released. This fixes a crash in the
2433         thread5 test.
2434
2435 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
2436
2437         * gc.c, marshal.c, icall.c: register a delegate for finalization
2438         only when the native function pointer has been allocated for it.
2439
2440 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
2441
2442         * object.c: cleaned up some code, allocate objects that are
2443         pointer free with the atomic malloc variant. Allocate memory
2444         for static data from the mempool if it's pointer-free.
2445         Allocate the bounds array at the end of the array data, when needed.
2446         * object-internals.h, object.h: move a private function in a private
2447         header.
2448         * class.c: handle missing case in tracking references in fields.
2449
2450 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
2451
2452         * class.c, class-internals.h: keep track if a type has
2453         reference fields in either the instance or static fields.
2454
2455 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
2456
2457         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
2458         and renamed to MonoRuntimeInfo. Added fields to store the expected
2459         framework assembly version. Changed mono_get_framework_version and
2460         mono_get_runtime_version for a single mono_get_runtime_info method.
2461         
2462         * assembly.c: Added method to remap system assembly versions to the
2463         current executing runtime version. Removed old mapping code.
2464         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
2465         
2466         * icall.c, reflection.c: Track api changes.
2467
2468 2005-02-06  Miguel de Icaza  <miguel@novell.com>
2469
2470         * loader.c (method_from_memberref): Improve error reporting,
2471         produce the class name instead of the typeref/typedef index. 
2472
2473 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
2474
2475         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
2476
2477 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
2478
2479         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
2480         stdcall and charset name mangling.  Reorganize the code and add
2481         some tracing stuff.
2482
2483 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
2484
2485         * monodiet.c: More iters!
2486
2487         * marshal.c: Iter usage.
2488
2489         * icall.c: Iter usage.
2490
2491         * object.c: Use iters.
2492
2493         * debug-helpers.c: More iters
2494
2495 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
2496
2497         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
2498         under win32.
2499
2500 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
2501
2502         * mono-debug-debugger.c: use iters
2503
2504         * class.c, class-internals.h: mono_class_setup_events is static
2505         now
2506
2507         * All callers: use iters
2508
2509 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
2510
2511         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
2512         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
2513
2514 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
2515
2516         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
2517
2518         * marshal.h: Add prototypes for ldfld/stfld_remote.
2519
2520         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
2521         this is called during startup.
2522         
2523 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
2524
2525         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
2526         MonoThreadsSync struct private in monitor.c. Changed the way
2527         MonoThreadsSync is allocated so it's faster and there is no
2528         need to keep track of it with a finalizer and it uses less memory.
2529         This also finally allows us to allocate mono objects as ptrfree when
2530         there are no reference fields.
2531
2532 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
2533
2534         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
2535         disappearing link to the GC interface and use them to simplify
2536         the gchandles code.
2537
2538 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
2539
2540         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
2541         stfld_remote which call mono_load/store_field_new. This allows methods
2542         calling ldfld/stfld wrappers to be AOTed.
2543
2544         * console-io.c: Include sys/filio.h under solaris.
2545         
2546         * console-io.c: Include curses.h if needed correctly.
2547
2548 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
2549         
2550         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
2551         method->klass as well.
2552
2553         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
2554
2555         * class.c (mono_class_init): Switch on lazy initialization of 
2556         methods.
2557
2558         * class.c (mono_class_get_finalizer): Handle the case when the 
2559         finalizer is inherited.
2560
2561 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2562
2563         * console-io.c: <curses.h> is needed by term.h on solaris.
2564
2565 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
2566
2567         * icall.c, class-internals.h, monodiet.c, class.c: Remove
2568         mono_class_setup_properties where possible. Remove this ftn from
2569         the header file, and make it static.
2570
2571 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
2572
2573         * loader.c: Add missing setup_... call.
2574
2575         * class.c: Add missing setup_... calls.
2576
2577         * class.c (mono_class_init): Switch on lazy initialization of 
2578         the generic vtable.
2579         
2580         * class.c (mono_class_init): Fix generics broken by the recent changes.
2581
2582         * monodiet.c (handle_type): Add missing setup_... calls.
2583
2584         * class.c: Back out garbage in previous patch.
2585         
2586         * class.c: Add missing setup_... calls.
2587
2588         * class.c (mono_class_get_method_from_name_flags): Avoid calling
2589         mono_class_setup_methods () if possible.
2590
2591         * class-internals.h (MonoClass): Add 'has_cctor' flag.
2592
2593         * class-internals.h (MonoCachedClassInfo): New structure.
2594
2595         * class.c: Initialize properties and events fields of MonoClass lazily.
2596
2597         * class.c: Add infrastructure for lazily initializing the methods and
2598         vtable fields of MonoClass. Not yet used.
2599
2600         * class.c (mono_class_get_finalizer): New helper function.
2601
2602         * class.c: Add infrastructure for loading some class related data from
2603         an AOT file.
2604
2605         * object.c: Add infrastructure for initializing the vtable from data
2606         in the AOT file.
2607
2608         * gc.c (run_finalize): Use mono_class_get_finalizer ().
2609
2610         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
2611         appropriate initialization function before accessing parts of the
2612         MonoClass structure.
2613
2614         * marshal.c: Fix warnings.
2615         
2616         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
2617
2618         * mono-debug-debugger.c (get_exception_message): Use 
2619         mono_class_get_method_from_name_flags ().
2620
2621 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
2622
2623         * reflection.c, appdomain.c: Replace a few manual searches that
2624         Zoltan missed. (Paolo approved this part of my initial patch).
2625
2626 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
2627
2628         * profiler.c: disable recording statistical events at report time.
2629
2630 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
2631
2632         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
2633         to byteswap arrays of enum values, too (bug #72080).
2634
2635 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
2636
2637         * appdomain.c (set_domain_search_path): Allow this to be called if
2638         domain->setup is not yet set.
2639
2640         * loader.c (mono_method_get_index): New helper function.
2641
2642         * loader.c reflection.c: Use mono_method_get_index ().
2643
2644         * class.c (mono_class_get_method_from_name_flags): New helper method.
2645
2646         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
2647         this.
2648
2649         * class.c (mono_class_get_cctor): New helper method.
2650
2651         * string-icalls.c object.c class.c marshal.c reflection.c: Use
2652         mono_class_get_method () to look up methods.
2653
2654 2005-02-01  Miguel de Icaza  <miguel@novell.com>
2655
2656         * console-io.c: Fix the build, this should work on Windows.
2657
2658 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
2659
2660         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
2661         be set to null to keep things valid
2662
2663 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2664
2665         * icall.c: added Console 2.0 icalls.
2666         * Makefile.am: added console-io.[ch]
2667         * console-io.[ch]: internal calls for Console 2.0 API.
2668
2669 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
2670
2671         * class.c: make sure we consider all the interfaces
2672         when calculating max_interface_id (bug found by
2673         Jeroen Frijters running ikvm).
2674
2675 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
2676
2677         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
2678         valuetype fields to null.
2679
2680         * object.c (set_value): Ditto. Fixes #71669.    
2681
2682 2005-01-31  Martin Baulig  <martin@ximian.com>
2683
2684         * metadata.c (mono_metadata_has_generic_params): New public
2685         function; checks whether something is a generic method.
2686
2687 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
2688
2689         * appdomain.c: fix infinite recursion when adding assemblies.
2690
2691 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
2692
2693         * object.c: Fix small typo to return all items for Environment.
2694         GetCommandLineArgs.
2695
2696 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
2697
2698         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
2699         reflection.c: more domain and assembly-unload related fixes
2700         and memory leaks plugs.
2701
2702 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
2703
2704         * 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.
2705
2706 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
2707
2708         * loader.c (mono_method_signature): Make this method lazy
2709         (mono_get_method_from_token): Don't computate the signature here.
2710
2711         Doing this saves quite a bit of memory. I got 90 kb on starting up
2712         monodoc. It should also save some disk reads on startup.
2713
2714         * *: MonoMethod->signature might be NULL now. You *MUST* use
2715         mono_method_signature.
2716
2717 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
2718
2719         * object.c (mono_runtime_get_main_args): Return an array from the
2720         current domain here. Fixes #71938.
2721
2722 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
2723
2724         * monitor.c: formatting changes to comply with the
2725         mono coding style and remove #ifdefs from the code.
2726
2727 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
2728
2729         * metadata.c, private.h: remove some unneeded data
2730         and use a more compact representation for table schemas.
2731
2732 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
2733
2734         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
2735         to get a better distribution in hash tables.
2736         * *.c: use mono_aligned_addr_hash() where appropriate.
2737         * assembly.c: make var static.
2738
2739 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
2740
2741         * domain-internals.h: Put MonoJitInfo on a diet.
2742
2743         * domain.c: Fix a warning.
2744
2745 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
2746
2747         * gc.c: rework the gc handles code to reuse handles
2748         when freed.
2749
2750 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
2751
2752         * domain.c: fixed long standing bug in mono_string_equal() which
2753         was brought to light with the ldstr changes.
2754
2755 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
2756
2757         * reflection.c: Remove warning by adding missing include for marshal.h
2758
2759 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
2760
2761         * domain.c, object.c: change the ldstr_table to hold
2762         MonoString* as keys: makes the runtime isinterned lookup
2763         faster and simplifies memory management.
2764
2765 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
2766  
2767         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
2768         possible to add imperative security checks before calling the icall.
2769         * reflection.c: Return security attributes on the original MonoMethod
2770         (and not the wrapped one). This fix permissions on icalls.
2771
2772 2005-01-25  Dick Porter  <dick@ximian.com>
2773
2774         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
2775         the check for mktime() support actually test the mktime() return
2776         value.  "Fixes" bug 71682, though the output is still different to
2777         MS.
2778
2779 2005-01-25  Martin Baulig  <martin@ximian.com>
2780
2781         * class.c (mono_class_is_assignable_from): Make this work for
2782         generic instances.
2783
2784 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
2785
2786         * marshal.c (mono_string_utf8_to_builder)
2787         (mono_string_builder_to_utf16): We might not have ownership of the
2788         string. In thise case, we need to create a new buffer.
2789
2790         * object-internals.h (mono_stringbuilder_capacity): sb->str might
2791         be null, in which case, use the default capacity.
2792
2793 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
2794
2795         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
2796         GC events to the profiler.
2797
2798 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
2799
2800         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
2801         if you don't want the GC to run.
2802
2803 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
2804
2805         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
2806         start providing a GC API and keeping different implementations in
2807         their own file.
2808         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
2809
2810 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
2811
2812         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
2813         mmap rather than allocating a huge buffer.
2814         (mono_debug_close_mono_symbol_file): Free the buffer allocated
2815         above.
2816
2817 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
2818
2819         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
2820         and CheckExecutionRights.
2821         * reflection.c|h: Keep the index of the declarative security to be 
2822         used, instead of the pointer, when AOT compiler is used. Also add 
2823         class initialization when requesting demands.
2824         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
2825         CheckExecutionRights. Both properties are now FALSE by default, and
2826         unmodifiable, unless the --security option is used.
2827
2828 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
2829
2830         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
2831         reflection.c: properly refcount images and assemblies, many leaks fixed.
2832
2833 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2834
2835         * threadpool.c: increase the timeout for threads in the thread pool to
2836         10s.  Fixes bug #67159.
2837
2838 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
2839
2840         * class-internals.h: Sun's compiler insists on explicit
2841         signed on bit fields to handle then correctly.
2842
2843 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
2844
2845         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
2846         Make the size of the array fit only the number of invalid path
2847         chars that we have.
2848
2849         * class.c (_mono_class_get): Improve the error reporting when a
2850         class referenced is not found, to assist debugging. 
2851
2852 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
2853
2854         * threads.c: fix off-by-one error.
2855         * domain.c: free data allocated in the domain.
2856
2857 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
2858
2859         * reflection.c (mono_method_body_get_object): Fill out exception info
2860         as well.
2861
2862         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
2863         structure.
2864         
2865 2005-01-19  Martin Baulig  <martin@ximian.com>
2866
2867         * loader.c (mono_get_method_constrained): Make this work again.
2868
2869 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
2870
2871         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
2872         guint16 to match the managed side.
2873
2874         * reflection.c (mono_reflection_body_get_object): Fill out local
2875         variables array.
2876
2877         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
2878         as well.
2879
2880         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
2881         'local_var_sig_token'.
2882
2883 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
2884
2885         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
2886         System.Drawing.
2887
2888         * reflection.c (mono_method_body_get_object): Handle abstract and
2889         runtime methods.
2890
2891 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
2892
2893         * marshal.c, loader.c, class-internals.h, reflection.c:
2894         store the emthod data for a wrapper in an array instead of a list.
2895
2896 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
2897
2898         * marshal.c: change the code to allocate memory more
2899         conservatively for method wrappers.
2900
2901 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
2902
2903         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
2904         fields from MonoClass to the marshal info structure where they belong.
2905
2906 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
2907
2908         * class.c, object.c, class-internals.h, marshal.c: rearrange
2909         some fields and tweak some types to lower memory usage.
2910
2911 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
2912
2913         * threads.c (signal_thread_state_change): Handle the case when the
2914         target thread is the current thread.
2915
2916         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
2917
2918         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
2919         emit_ptr_to_object_conv. 
2920
2921         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
2922         marshalling. Fixes #71352.
2923
2924 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
2925
2926         * metadata.h, blob.h: move table enum to blob.h so it can be included
2927         in any header.
2928         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
2929         cut the size of MonoImage/MonoDynamicImage.
2930
2931 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
2932
2933         * profiler.c (mono_profiler_install_simple): Fix default arguments.
2934
2935 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
2936
2937         * reflection.c, reflection.h, icall.c: add a function to check
2938         if an attribute type is defined for a metadata object.
2939
2940 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
2941
2942         * object-internals.h: Added some needed fields from StringBuilder class.
2943         * marshal.c: Set the maxCapacity when creating a StringBuilder.
2944
2945 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
2946
2947         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
2948         threads before shutting down the runtime.
2949
2950         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
2951
2952 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
2953
2954         * object-internal.h, threads.c: implement stacksize and 
2955         parameterized thread start functionality (requires
2956         matching corlib). Marked broken code for later removal.
2957
2958 2005-01-12  Martin Baulig  <martin@ximian.com>
2959
2960         * class-internals.h (MonoGenericClass): Moved the `initialized'
2961         flag to MonoDynamicGenericClass, removed `init_pending'.
2962         (MonoGenericInst): Added `is_reference' flag.
2963
2964 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
2965
2966         * reflection.c (mono_image_create_pefile): Only set the pe_offset
2967         inside the MSDOS header. Fixes #71201.
2968
2969         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
2970         gc thread.
2971         (mono_domain_finalize): Ditto.
2972
2973 2005-01-12  Martin Baulig  <martin@ximian.com>
2974
2975         * class.c (mono_get_shared_generic_class): Use the cache for
2976         non-dynamic generic classes.
2977
2978         * class-internals.h (mono_class_create_generic_2): Removed
2979         function prototype, this function is now static inside class.c.
2980
2981         * class.c (mono_class_create_generic_2): Made this static, only
2982         call it from mono_class_init() and mono_class_setup_parent().
2983         (collect_implemented_interfaces_aux): Call mono_class_init() on
2984         the interfaces we collect.
2985         (mono_class_setup_vtable): Call mono_class_init (class->parent).
2986
2987 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
2988
2989         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
2990         it a real thread handle.
2991
2992         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
2993         MonoJitExceptionInfo, since each catch clause needs its own variable.
2994         
2995 2005-01-11  Dick Porter  <dick@ximian.com>
2996
2997         * image.c (mono_pe_file_open): New variant on mono_image_open()
2998         that does not set up the CLI metadata; used for FileVersionInfo so
2999         it can get the data for windows binaries too.
3000         
3001         * process.c (process_read_string_block): Don't read off the end of
3002         the StringTable block.
3003
3004         These both fix bug 70766.
3005
3006 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
3007
3008         * gc.c: set some fields to NULL at GC cleanup time.
3009         * threads.c: if we quit the main thread, call exit ().
3010
3011 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
3012
3013         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
3014
3015 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
3016
3017         * threads.h, threads.c, object.c: added accessor and settor for
3018         main_thread. Handle it specially when exiting from it: wait
3019         for other foreground threads to exit.
3020
3021 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
3022
3023         * process.c, verify.c: remove some bloat.
3024
3025 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
3026
3027         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
3028         the calling convention to cdecl under win32.
3029
3030 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
3031
3032         * object.c (mono_object_get_size): New function to get the size of
3033         an object instance.
3034
3035         * profiler.c (simple_allocation): Use above.
3036
3037 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
3038
3039         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
3040         ves_icall_System_AppDomain_getRootDomain (as it's not required to
3041         get an appdomain by it's id and we can't assume the root's id is 0).
3042         * domain-internals.h: Change the function prototype to match.
3043         * icall.c: Change the icall table for AppDomain.
3044
3045 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
3046
3047         * locales.c (string_invariant_compare_char): Only compute
3048         GUnicodeTypes in the case where we need them.  Test for ordinality
3049         first and return if so.
3050
3051         From the commit:
3052
3053                 /*
3054                  * FIXME: here we must use the information from c1type and c2type
3055                  * to find out the proper collation, even on the InvariantCulture, the
3056                  * sorting is not done by computing the unicode values, but their
3057                  * actual sort order.
3058                  */
3059
3060 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
3061
3062         * loader.c: for P/Invoke methods, allow the "Internal" shared
3063         library name to refer to the calling process symbol namespace.
3064
3065 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
3066
3067         * Makefile.am: Add the security manager to the build.
3068         * security-manager.c|h: New. Initialization of the security manager.
3069
3070 2005-01-07  Dick Porter  <dick@ximian.com>
3071
3072         * threads.c: 
3073         * monitor.c: Update thread state during Monitor and WaitHandle
3074         waits.  Fixes bug 71031.
3075
3076 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
3077
3078         * reflection.c (property_encode_signature): Correctly handle when the
3079         property has no methods.
3080
3081 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
3082
3083         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
3084         
3085         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
3086         fields from mb, not rmb. Fixes #71017.
3087
3088         * marshal.c (emit_ptr_to_str_conv): Add support for 
3089         ByValTStr -> string conversion. Fixes #71015.
3090
3091         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
3092
3093         * mempool.c (mono_mempool_contains_addr): New helper function.
3094
3095 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
3096
3097         * metadata.c (mono_metadata_compute_size): Fix size calculation of
3098         HasSematics encoded fields.
3099         
3100         * metadata.c (mono_type_to_unmanaged): Improve error message for 
3101         invalid string marshalling.
3102
3103         * metadata.c: Fix warnings.
3104         
3105 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
3106
3107         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
3108         profiler support.
3109
3110 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
3111
3112         * domain.c object.c domain-internals.h: Revert part of r38077 since the
3113         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
3114         tests.
3115
3116 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
3117
3118         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
3119         so methods containing these can be AOTed.
3120
3121 2005-01-03  Martin Baulig  <martin@ximian.com>
3122
3123         * loader.c (find_method): Removed the hack for generic instances.
3124         (method_from_memberref): If our parent is a generic instance, pass
3125         its generic type definition to find_method() and then inflate the
3126         method.
3127         (mono_get_method_constrained): Pass the generic type definition to
3128         find_method() and inflate the method later.
3129
3130         * class-internals.h (MonoStats): Added `generic_class_count'.
3131
3132         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
3133         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
3134
3135         * reflection.c (mono_custom_attrs_from_params): Don't ignore
3136         generic type definitions.
3137
3138 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
3139
3140         * loader.c icall.c: Fix warnings.
3141
3142 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
3143
3144         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
3145         blittable types. Fixes #70864.
3146
3147 2004-12-29  Martin Baulig  <martin@ximian.com>
3148
3149         * icall.c
3150         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
3151
3152         * reflection.c (mono_method_get_object): Create a
3153         "System.Reflection.MonoGenericMethod" for inflated methods; don't
3154         call mono_get_inflated_method().
3155
3156         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
3157
3158 2004-12-27  Martin Baulig  <martin@ximian.com>
3159
3160         * class-internals.h (MonoMethod): Added `is_inflated' flag.
3161         (MonoMethodInflated): Added `inflated' field.
3162
3163         * class.c (mono_class_inflate_generic_method): Don't really
3164         inflate the method here; just set the `is_inflated' flag in the
3165         MonoMethod.
3166         (mono_class_get_inflated_method): Actually inflate the method here
3167         if it's not already inflated; we use the MonoMethodInflated's new
3168         `inflated' field as a cache.
3169
3170 2004-12-26  Martin Baulig  <martin@ximian.com>
3171
3172         * class.c
3173         (inflate_generic_class): Moved some code out of inflate_generic_type().
3174         (mono_class_inflate_generic_method): If we're already inflated,
3175         inflate the context and use the declaring method; ie. make sure
3176         the declaring method of an inflated method is always the generic
3177         method definition.
3178         (mono_class_create_from_typedef): Create
3179         `class->generic_container->context->gclass'.
3180
3181 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
3182
3183         * metadata-internals.h, marshal.c, reflection.c: More
3184         MonoGHashTable->GHashTable.
3185
3186         * domain-internals.h, class.c: Change MonoGHashTable's into
3187         GHashTables for some cases where no gc stuff is used
3188
3189         All users: update apis
3190
3191 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
3192
3193         * metadata.c (builtin_types): Make this `const'. Makes this get
3194         put into the shareable section.
3195         (mono_metadata_init): Casts to make gcc happy.
3196
3197 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
3198
3199         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
3200
3201 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
3202
3203         * icall.c: Added an internal call to retrieve the position and length
3204         of assembly-level declarative security attributes (RequestMinimum, 
3205         RequestOptional and RequestRefuse). This is used by the Assembly class
3206         to re-create the corresponding permission sets.
3207
3208 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
3209
3210         * marshal.c: fix the stelemref wrapper to be type correct
3211         (and faster).
3212
3213 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
3214
3215         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
3216         to do key & 0x7fffffff. Hashtable already does this. It just
3217         results in longer code.
3218
3219 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
3220
3221         * appdomain.c: Bump corlib version.
3222         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
3223         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
3224         * reflection.c|h: Add functions to get declarative security infos
3225         (blob position and length) for assemblies, classes and methods.
3226
3227 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
3228
3229         * reflection.c: sort the constant table (bug #70693).
3230
3231 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
3232
3233         * object-internals.h, threads.c, domain.c: add accessors for
3234         the MonoThread and MonoDomain tls keys.
3235
3236 2004-12-18  Martin Baulig  <martin@ximian.com>
3237
3238         * class.c (inflate_generic_type): If we're inflating a generic
3239         instance, set `ngclass->context->container = context->container';
3240         ie. the container we inflated into.
3241
3242         * metadata.c (mono_metadata_parse_generic_param): Reflect above
3243         inflate_generic_type() changes.
3244
3245 2004-12-17  Martin Baulig  <martin@ximian.com>
3246
3247         * class-internals.h
3248         (MonoGenericClass): Replaced `MonoType *generic_type' with
3249         `MonoClass *generic_class'.  Removed `dynamic_info'; if
3250         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
3251         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
3252
3253 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
3254
3255         * exception.c (mono_exception_from_token): New helper function.
3256
3257 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
3258
3259         * assembly.c (mono_assembly_load_with_partial_name): Call 
3260         mono_assembly_loaded before invoking the preload hooks. Fixes
3261         #70564.
3262
3263         * object-internals.h (MonoThread): Change culture_info and 
3264         ui_culture_info into an array.
3265
3266         * threads.c: Cache culture info objects from more than one appdomain.
3267
3268         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
3269         current UI culture.
3270
3271 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
3272
3273         * threads.h threads.c appdomain.c: Clear the culture_info field of
3274         all threads during unloading if they point to an object in the dying
3275         appdomain.
3276
3277 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
3278
3279         * culture-info.h (TextInfoEntry): New struct
3280         * object-internals.h: sync with managed
3281         * locales.c: fill the `text_info_data' field
3282         * culture-info-tables.h: update
3283
3284 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
3285
3286         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
3287         collector.
3288
3289 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
3290
3291         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
3292         (ves_icall_ModuleBuilder_getMethodToken): Ditto
3293
3294 2004-12-12  Martin Baulig  <martin@ximian.com>
3295
3296         * mono-debug-debugger.c (write_type): If we're an enum and the
3297         builtin types have already been initialized, call mono_class_init().
3298
3299 2004-12-11  Martin Baulig  <martin@ximian.com>
3300
3301         * metadata.c (mono_metadata_load_generic_params): Added
3302         `MonoGenericContainer *parent_container' argument; automatically
3303         compute `container->is_method'; pass the correct owner to
3304         get_constraints().      
3305
3306         * reflection.c (compare_genericparam): Sort the GenericParam table
3307         according to increasing owners. 
3308
3309 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
3310
3311         * profiler.c: allow disabling the default profiler.
3312
3313 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
3314
3315         * decimal.c, icall.c: allow disabling System.Decimal support.
3316
3317 2004-12-09  Marek Safar <marek.safar@seznam.cz>
3318
3319         * reflection.c: Add support for null attribute arguments.
3320
3321 2004-12-09  Martin Baulig  <martin@ximian.com>
3322
3323         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
3324         names to get rid of compiler warnings.
3325
3326 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
3327
3328         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
3329         mono_marshal_load_type_info (). Fixes #69625.
3330         (mono_marshal_get_ptr_to_struct): Likewise.
3331
3332 2004-12-08  Martin Baulig  <martin@ximian.com>
3333
3334         * mono-debug.h: Bumped version number to 47.
3335
3336         * mono-debug-debugger.c
3337         (mono_debugger_event_handler, mono_debugger_event): Take two
3338         guint64 arguments insteed of a gpointer and a guint32.  
3339
3340 2004-12-08  Martin Baulig  <martin@ximian.com>
3341
3342         * debug-mono-symfile.h
3343         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
3344         `address' to `native_offset'.
3345
3346 2004-12-08  Martin Baulig  <martin@ximian.com>
3347
3348         * class.c (mono_class_create_from_typespec): Only inflate if we
3349         either have `context->gclass' or `context->gmethod'.
3350
3351 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
3352
3353         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
3354
3355         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
3356
3357         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
3358
3359         * reflection.c (mono_assembly_get_object): Remove the workaround put
3360         in for the release.
3361         
3362         * appdomain.c: Use the corlib_internal field from MonoAssembly.
3363
3364         * appdomain.c: Bump corlib version.
3365
3366         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
3367         be visible in other appdomains.
3368
3369 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
3370
3371         * threads.c: Interlocked inc and dec for longs were messed up,
3372         use a KISS based impl for this. Fixes 70234
3373
3374 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
3375
3376         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
3377
3378 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
3379
3380         * icall.c: fix to follow policy not to allow struct
3381         arguments in icalls.
3382
3383 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3384
3385         * process.c: make the patch that handles spaces in file paths work
3386         on mono/windows too.
3387
3388 2004-12-06  Martin Baulig  <martin@ximian.com>
3389
3390         * class.c (mono_class_create_generic): Call
3391         mono_class_setup_supertypes() if we're dynamic.
3392         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
3393
3394 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
3395
3396         * object-internals.h: Add new fields to MonoThread.
3397
3398         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3399
3400         * icall.c threads-types.h threads.c: Add new icalls.
3401
3402         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
3403
3404         * object-internals.h (MonoReflectionAssembly): Sync object layout with
3405         managed side.
3406
3407         * appdomain.c: Bump corlib version.
3408
3409         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
3410         internal assemblies. Fixes #69181.
3411
3412 2004-12-05  Martin Baulig  <martin@ximian.com>
3413
3414         * class.c (mono_class_inflate_generic_signature): Make this a
3415         no-op if `context' is NULL or we don't have any type parameters;
3416         also copy `sentinelpos'.        
3417
3418 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
3419
3420         * image.c: Add unbox_wrapper_cache.
3421
3422         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
3423
3424         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
3425         function generator.
3426         
3427         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
3428         Fixes #70173.
3429
3430         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
3431         
3432 2004-12-04  Martin Baulig  <martin@ximian.com>
3433
3434         * loader.c (mono_method_get_signature_full): New public function;
3435         like mono_method_get_signature(), but with an additional
3436         `MonoGenericContext *' argument.
3437
3438         * class.c (mono_class_inflate_generic_signature): Formerly known
3439         as inflate_generic_signature(); make this public.
3440
3441 2004-12-04  Martin Baulig  <martin@ximian.com>
3442
3443         * metadata.c
3444         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
3445         instead of a `MonoGenericContainer *'.  
3446         (mono_metadata_parse_array_full): Likewise.
3447         (mono_metadata_parse_signature_full): Likewise.
3448         (mono_metadata_parse_method_signature_full): Likewise.
3449         (mono_metadata_parse_generic_inst): Likewise.
3450         (mono_metadata_parse_generic_param): Likewise.
3451         (mono_metadata_parse_mh_full): Likewise.
3452         (mono_type_create_from_typespec_full): Likewise.
3453
3454 2004-12-03  Martin Baulig  <martin@ximian.com>
3455
3456         * class-internals.h (MonoGenericContainer): Replaced the
3457         `MonoGenericContext * pointer with a `MonoGenericContext'
3458         structure and made it the first element.
3459
3460 2004-12-03  Martin Baulig  <martin@ximian.com>
3461
3462         * class.c
3463         (inflate_generic_type): Set the `context->container' when creating
3464         a new MonoGenericContext.
3465         (mono_class_inflate_generic_method): Likewise.
3466         (mono_class_create_from_typespec): Just use `context->container'
3467         to get the container.
3468
3469         * loader.c (method_from_methodspec): Set `context->parent' from
3470         `context->container' - and if that's a method container, use its
3471         parent.  Also set the `context->container' when creating a new
3472         MonoGenericContext.
3473         (mono_get_method_from_token): Use just `context->container' to get
3474         the container.
3475
3476         * metadata.c (do_mono_metadata_parse_generic_class): Also set
3477         `gclass->context->container'.
3478
3479         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
3480         the `context->container' when creating a new MonoGenericContext.
3481
3482 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
3483
3484         * reflection.c (compare_genericparam): Sort params with identical
3485         owner by their number. Fixes gen-111 on sparc.
3486
3487 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
3488
3489         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
3490         around the domain changes.
3491
3492         * appdomain.c (mono_domain_unload): Handle the case when the thread
3493         calling Unload is itself being aborted during unloading. Fixes #70022.
3494
3495         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
3496
3497         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
3498         checkpoint_func as an icall so it gets a wrapper.
3499         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
3500         in the cross-appdomain wrappers too.
3501
3502         * threads.c (mono_thread_has_appdomain_ref): Make this public.
3503
3504         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
3505
3506         * reflection.c: Fix some memory leaks.
3507         
3508 2004-12-02  Martin Baulig  <martin@ximian.com>
3509
3510         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
3511
3512         * metadata.c (generic_class_cache): New static hashtable.
3513         (mono_metadata_lookup_generic_class): New public method.
3514
3515 2004-12-02  Martin Baulig  <martin@ximian.com>
3516
3517         * class.c (mono_class_create_from_typedef): Call
3518         mono_class_setup_parent() and mono_class_create_mono_type() before
3519         parsing the interfaces.
3520
3521 2004-12-02  Martin Baulig  <martin@ximian.com>
3522
3523         * metadata.c (generic_inst_cache): New static hashtable.
3524         (mono_metadata_lookup_generic_inst): New public function.
3525         (mono_metadata_inflate_generic_inst): New public function.
3526         (mono_metadata_parse_generic_inst): New public function.
3527         (do_mono_metadata_parse_generic_class): Use the new
3528         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
3529         since this'll also use the cache.
3530
3531         * reflection.c (mono_reflection_bind_generic_method_parameters):
3532         Use mono_metadata_lookup_generic_inst() to use the new cache.
3533
3534         * class.c (inflate_mono_type): Use
3535         mono_metadata_inflate_generic_inst() to inflate a generic
3536         instance; this'll also use the new cache.
3537
3538         * loader.c (method_from_methodspec): Use
3539         mono_metadata_parse_generic_inst() and
3540         mono_metadata_inflate_generic_inst() rather than parsing it
3541         manually, so we can use the new cache.
3542
3543 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
3544
3545         * threads.c (wait_for_tids): Do not incorrectly free threads when 
3546         the wait times out.
3547
3548 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
3549
3550         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
3551         iter->args based on whether parameters are passed in registers (i.e.
3552         MONO_ARCH_REGPARMS is defined)
3553
3554 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
3555
3556         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
3557         the exception message. Fixes #70070.
3558         (method_from_methodspec): Fix warnings.
3559
3560 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3561
3562         * process.c: (complete_path) return the path quoted
3563
3564 2004-12-01  Martin Baulig  <martin@ximian.com>
3565
3566         * class-internals.h (MonoGenericInst): New structure.
3567         (MonoGenericClass): Replaced `type_argc', `type_argv' and
3568         `is_open' with `MonoGenericInst *inst'.
3569         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
3570         `is_open' with `MonoGenericInst *inst'.
3571
3572 2004-11-30  Martin Baulig  <martin@ximian.com>
3573
3574         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
3575
3576         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
3577         to `generic_class_cache'.
3578
3579         * metadata.c
3580         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
3581         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
3582         (mono_generic_inst_is_valuetype): Renamed to
3583         mono_generic_class_is_valuetype().
3584
3585         * class-internals.h
3586         (MonoGenericInst): Renamed to MonoGenericClass.
3587         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
3588         (MonoClass): Renamed `generic_inst' to `generic_class'.
3589         (MonoGenericContext): Renamed `ginst' to `gclass'.
3590
3591         * object-internals.h
3592         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
3593
3594         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
3595         mono_reflection_generic_class_initialize().
3596
3597         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
3598         now known as "System.Reflection.MonoGenericClass".
3599         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
3600
3601 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
3602
3603         * class-internals.h: Added a flag field to MonoClass to cache the
3604         declarative security attributes actions associated with the class.
3605         * domain-internals.h: Added booleans to MonoJitInfo to cache the
3606         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
3607         applicable to the JITted method.
3608         * reflection.c|h: Added functions to extract (as flags) which security
3609         actions are available (declaratively) for a method, class or assembly.
3610         * metadata.c|h: Added functions to search the declarative security
3611         table in the metadata.
3612         
3613 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
3614
3615         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
3616         EXPORTEDTYPES are already in the class name cache, so there is no
3617         need to add extra code here to look at them. Just removes a bit of
3618         cruft.
3619
3620         (ves_icall_System_Environment_get_TickCount): No need for #if
3621         WINDOWS. We already have the code in io-layer.
3622
3623 2004-11-28  Martin Baulig  <martin@ximian.com>
3624
3625         * loader.c
3626         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
3627         Fixes gen-112.cs.
3628
3629 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
3630
3631         * assembly.c (do_mono_assembly_open): Instead of having a
3632         conditional WITH_BUNDLE, incorporate support for bundles here, by
3633         having a global `bundles' variable holding a pointer to the actual
3634         bundles. 
3635
3636         (mono_register_bundled_assemblies): New API call used by the
3637         bundle code. 
3638
3639         See mkbundle.1 for details.
3640         
3641 2004-11-27  Martin Baulig  <martin@ximian.com>
3642
3643         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
3644         the vtable for generic methods.
3645
3646 2004-11-26  Martin Baulig  <martin@ximian.com>
3647
3648         * metadata.c
3649         (mono_metadata_generic_method_hash): New public function.
3650         (mono_metadata_generic_method_equal): Likewise.
3651
3652         * class-internals.h
3653         (MonoGenericContainer): Added `GHashTable *method_hash'.
3654
3655         * reflection.c (ReflectionMethodBuilder): Added
3656         `MonoGenericContainer *generic_container'.
3657         (reflection_methodbuilder_to_mono_method): Don't create a new
3658         MonoGenericContainer each time we're called.
3659         (mono_reflection_bind_generic_method_parameters): Use
3660         `container->method_hash' to cache the results so we don't create a
3661         different method if we're called several times with the same
3662         arguments.
3663
3664         * loader.c (method_from_methodspec): Use the new
3665         `container->method_hash' here, too.
3666
3667 2004-11-26  Martin Baulig  <martin@ximian.com>
3668
3669         * class.c (inflate_generic_signature): Correctly compute
3670         `res->has_type_parameters'.
3671         (mono_class_vtable): Use the `has_type_parameters' flag to
3672         determine whether we're a generic method.
3673
3674         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
3675
3676 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
3677
3678         * object.c (mono_runtime_run_main): Fix a small memory leak.
3679
3680 2004-11-25  Martin Baulig  <martin@ximian.com>
3681
3682         * class.c (set_generic_param_owner): Fixed the loop.
3683
3684 2004-11-25  Martin Baulig  <martin@ximian.com>
3685
3686         * object.c (mono_class_vtable): Don't create any JIT wrappers for
3687         generic methods.
3688
3689 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
3690
3691         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
3692         names. Fixes #69787.
3693
3694 2004-11-24  Martin Baulig  <martin@ximian.com>
3695
3696         * class.c (mono_class_create_generic_2): If we don't have a
3697         `ginst->parent', inflate `gklass->parent' to get our parent.
3698
3699 2004-11-24  Martin Baulig  <martin@ximian.com>
3700
3701         * reflection.c (compare_genericparam): Correctly sort the
3702         GenericParam table; fixes #69779.
3703
3704 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
3705
3706         * reflection.c: When writing a PE file, don't create a huge
3707         buffer in memory. Just write the arrays we have to the file.
3708         This reduces memory usage.
3709
3710         * metadata-internals.h: MonoDynamicStream pefile is no longer used
3711         globally.
3712
3713 2004-11-17  Martin Baulig  <martin@ximian.com>
3714
3715         * class.c (mono_class_init): Don't setup `class->parent' for
3716         dynamic instances; moved this to mono_class_generic_2().
3717         (mono_class_create_generic): Also set `klass->inited' for dynamic
3718         generic instances.
3719         (mono_class_create_generic_2): Don't do anything for dynamic
3720         generic instances.  Set `klass->parent' here and also call
3721         mono_class_setup_parent() here. 
3722
3723         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
3724         `MonoType *parent' argument; set `ginst->parent' before calling
3725         mono_class_create_generic_2(), so we set the correct parent.
3726
3727 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
3728
3729         * reflection.c: allow getting attributes from ModuleBuilder
3730         (used by ikvm).
3731
3732 2004-11-17  Martin Baulig  <martin@ximian.com>
3733
3734         * class.c (mono_class_create_from_typedef): If a type parameter is
3735         inherited from an outer class, set its owner to that class.
3736
3737 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
3738
3739         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
3740           for (int*) written size. This fixes bug #69592.
3741
3742 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
3743
3744         * icall.c: Added IsAuthenticodePresnet internal call.
3745         * image.c|h: New function that check a MonoImage for an Authenticode
3746         signature in the certificate PE data directory.
3747         * security.c|h: New internal call to ask the runtime if an 
3748         Authenticode signature seems referenced in the PE header.
3749
3750 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
3751
3752         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
3753
3754         * reflection.c (mono_image_create_pefile): Free the assembly streams
3755         after writing out the assembly file.
3756
3757         * object.c (mono_runtime_run_main): Fix small memory leak.
3758
3759         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
3760         property access modifiers. Fixes #69389.
3761
3762 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
3763
3764         * domain.c, object.c, object-internals.h, domain-internals.h,
3765         object.h, marshal.c: keep dynamic code info per domain.
3766
3767 2004-11-15  Martin Baulig  <martin@ximian.com>
3768
3769         * class.c (mono_type_get_name_recurse): Put type arguments in
3770         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
3771         see bug #68387.
3772
3773 2004-11-15  Martin Baulig  <martin@ximian.com>
3774
3775         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
3776         (mono_class_setup_vtable): When computing `the_cname' for a
3777         generic instance, don't include the namespace since we'd otherwise
3778         add it twice.
3779
3780 2004-11-15  Martin Baulig  <martin@ximian.com>
3781
3782         * class.c (mono_class_create_generic): Changed return type to void.
3783         (mono_class_create_generic_2): New public function; setup
3784         `class->method', `class->field' and `class->interfaces' here
3785         instead of in mono_class_init().
3786
3787         * class.h (mono_class_create_generic): Moved to class-internals.h.
3788
3789 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
3790
3791         * reflection.c (mono_image_create_pefile): take a file HANDLE.
3792         rather than writing to memory, write to this file. Right now,
3793         we are just writting into a buffer, and copying that. However
3794         we can avoid the buffer later.
3795
3796         (mono_dynamic_stream_reset): new function
3797
3798         * icall.c, object-internals.h: update for the above.
3799
3800 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
3801
3802         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
3803         have been using gc'd memory. First it is slower, unlikely
3804         the comment in the source code said, secondly, it increases
3805         our footprint to do it in the gc.
3806
3807         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
3808         the method so that it does not have to copy to managed code.
3809
3810 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
3811
3812         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
3813
3814 2004-11-12  Martin Baulig  <martin@localhost>
3815
3816         * reflection.c (mono_image_create_token): Allow generic method
3817         definitions here, since they may appear in an `.override'; see
3818         gen-98/gen-99 for an example.
3819
3820 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
3821
3822         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
3823         #69365.
3824
3825         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
3826         descriptive.
3827
3828 2004-11-11  Martin Baulig  <martin@ximian.com>
3829
3830         * class.c (mono_class_setup_vtable): In an explicit interface
3831         implementation, the method name now includes the arity.
3832
3833 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
3834
3835         * object.c (mono_array_full_copy): Fix warning.
3836
3837 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
3838
3839         * appdomain.c: Removed look_for_method_by_name(). Use the new method
3840         mono_class_get_method_from_name() instead.
3841         
3842         * class-internals.h: Added two new types of wrappers. 
3843         Added MonoRemotingTarget enum. Added new trampoline function type, which
3844         takes an additional MonoRemotingTarget value as parameter, so it is
3845         possible to request a trampoline for a specific target.
3846         
3847         * class.c: Added new mono_class_get_method_from_name() method.
3848         
3849         * class.h: In MonoRemoteClass, we can have now to vtables, one for
3850         general remoting sinks and one specific for cross domain calls.
3851         
3852         * debug-helpers.c: Added new wrapper names.
3853         
3854         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
3855         of a remote class.
3856         
3857         * image.c: Porperly delete value objects form the remoting invoke hashtable.
3858         
3859         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
3860         with several other methods (mono_marshal_get_xappdomain_dispatch,
3861         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
3862         and others) can generate a fast remoting wrapper for cross domain calls.
3863         More information can be found in docs/remoting.
3864         Other changes: Removed mono_find_method_by_name, and used
3865         mono_class_get_method_from_name instead.
3866         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
3867         is stored in the remoting invoke hashtable.
3868         
3869         * marshal.h: published the new method for getting the xdomain wrapper,
3870         and also added a method for getting the adequate wrapper for a given
3871         method and target.
3872         
3873         * object-internals.h, object.c: Added a couple of methods for capying and
3874         cloning arrays.
3875         Modified mono_install_remoting_trampoline, which takes the new remoting
3876         trampoline that has a remoting target as parameter.
3877         mono_class_proxy_vtable now also takes a remoting target as parameter, and
3878         will return the most suitable vtable for the target.
3879         Added mono_remote_class_vtable, which returns the vtable of a remote class
3880         (which can be the normal remoting vtable or the xdomain vtable).
3881         
3882         * threads.c: the xdomain invoke and dispatch wrappers must also be
3883         protected against interruptions.
3884
3885 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3886
3887         * icall.c: use memmove in BlockCopyInternal when the source and
3888         destination arrays are the same.
3889
3890 2004-11-09  Martin Baulig  <martin@ximian.com>
3891
3892         * class-internals.h (MonoGenericContainer): Removed `method' and
3893         `signature', replaced them with `is_method' and `is_signature'
3894         flags.  Added `context'.
3895
3896         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
3897         instead of a `MonoGenericContainer *'.
3898
3899         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
3900         for dynamic type parameters.
3901         (mono_metadata_load_generic_params): Setup `container->context'.
3902
3903         * reflection.c (mono_reflection_setup_generic_class): Setup
3904         `tb->generic_container->context'.
3905         (do_mono_reflection_bind_generic_parameters): Use
3906         mono_class_inflate_generic_type() to correctly inflate types,
3907         rather than using our own hack just for MONO_TYPE_VAR.
3908
3909 2004-11-09  Martin Baulig  <martin@ximian.com>
3910
3911         * class.c (mono_class_inflate_generic_method): Small fix; don't
3912         crash here.
3913
3914         * icall.c
3915         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
3916         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
3917         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
3918         (ves_icall_Type_BindGenericParameters): Likewise.
3919         (ves_icall_Type_get_IsGenericInstance): Likewise.
3920         (ves_icall_Type_GetGenericParameterPosition): Likewise.
3921         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
3922         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
3923         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
3924
3925 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
3926
3927         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
3928         assembly versions and public key tokens. Fixes #69113.
3929
3930 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
3931
3932         * metadata.c: fix bug introduced with the type cache changes
3933         on 2004-11-06.
3934
3935 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
3936
3937         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
3938         the MonoClass pointer instead of the token in exception clauses.
3939         * reflection.c: updates for the above and make the code not depend
3940         on the structure of MonoExceptionClause.
3941
3942 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
3943
3944         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
3945         Add support for dynamic assemblies. Fixes #69114.
3946
3947         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
3948
3949 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
3950
3951         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
3952         since most only those methods use it. the code member of
3953         MonoMethodPInvoke was dead, so that can be removed too. Also,
3954         remove inline_count (again, not used), and move slot so that it
3955         can share bits with some other flags. This saves 8 bytes in the
3956         structure and gives us about 50 kb back for mcs helloworld.cs
3957
3958         * *.[ch]: Do naming changes for the above.
3959
3960         * loader.c (mono_method_get_header): Lazily init the header
3961         on first access.
3962         (mono_get_method_from_token): don't init the header here
3963         (mono_free_method): the header may never be allocated
3964
3965         Overall, this saves 150 kb of unmanaged allocations
3966         for mcs helloworld.cs. That accounts for 10% of the unmanaged
3967         memory at runtime.
3968         
3969         * loader.c, loader.h (mono_method_get_header): new accessor.
3970
3971         * *.[ch]: use the above method. Prepares us to lazily load
3972         the header.
3973
3974         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
3975         three warnings, which are actual bugs (see 69206).
3976
3977         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
3978         unused. Saves a cool 4 bytes / method.
3979
3980 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
3981
3982         * metadata.c (builtin_types): Add types for System.Object here.
3983         (mono_metadata_parse_type_full): Cache MonoType*'s that are
3984         for a class or valuetype from klass->this_arg or klass->byval_arg.
3985
3986         On mcs for a hello world, this gets us down from 21836 MonoType's
3987         to 14560.
3988
3989         (mono_metadata_free_type): Account for the above change.
3990
3991 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
3992
3993         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
3994         exception instead of asserting if name is null.
3995         (ves_icall_System_AppDomain_GetData): Ditto.
3996
3997 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
3998
3999         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
4000         EnumBuilder.
4001
4002         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
4003         Return NULL when the domain does not have entry_assembly set.
4004
4005         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
4006         Add a 'resource_modules' argument.
4007         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
4008
4009         * reflection.c (mono_reflection_create_runtime_class): Move setting
4010         of wastypebuilder here, so mono_get_type_object () returns a MonoType
4011         for enums too.
4012
4013         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
4014         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
4015         Throw an ArgumentNullException if 'ptr' is null.
4016
4017         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
4018         assemblies here. Fixes #69020.
4019
4020 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
4021
4022         * reflection.c (build_compressed_metadata): Fix the previous patch for
4023         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
4024         the stack.
4025
4026 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
4027
4028         * assembly.c (mono_assembly_names_equal): Allow a match if one of
4029         the cultures is false. Fixes #69090.
4030
4031         * reflection.c (build_compressed_metadata): Fix invalid memory read 
4032         detected by valgrind.
4033         
4034         * reflection.c (mono_reflection_get_type): Avoid triggering a 
4035         TypeResolve multiple times for the same type. Fixes #65577.
4036
4037 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
4038
4039         * marshal.c: Avoid using ldftn to call managed functions. It is
4040         much slower than just a call.
4041
4042         * reflection.c (mono_module_get_object): free the basename we
4043         allocate here from glib.
4044         
4045         * reflection.c (ensure_runtime_vtable): make sure to free
4046         overrides.  Also, we were allocating an array of MonoMethod not an
4047         array of MonoMethod*.
4048
4049         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
4050
4051         * image.c (mono_image_close): free image->guid here.
4052
4053 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
4054
4055         * reflection.c: Fix some spec conformance issues with the PE file
4056         structures so mcs compiled apps run on the Net 2.0 beta.
4057
4058 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
4059
4060         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
4061         Implement this. Fixes #67264.
4062
4063         * debug-helpers.h debug-helpers.c marshal.c: Move 
4064         mono_find_method_by_name to debug-helpers.c.
4065
4066 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
4067
4068         * object.c (mono_release_type_locks): type_initialization_hash is
4069         a GHashTable.
4070
4071         * reflection.c object.c object-internals.h: Fix warnings.
4072
4073         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
4074         without accessors. Fixes #61561.
4075
4076         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
4077         application base from the root domain if not set. Fixes #65641.
4078         (mono_runtime_init): Fix warning.
4079
4080 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4081
4082         * appdomain.c: call mono_thread_pool_init.
4083         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
4084         of worker threads based on the number of CPUs and the environment
4085         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
4086         for non-windows (windows) systems.
4087
4088 2004-10-27  Chris Toshok  <toshok@ximian.com>
4089
4090         * mono-debug-debugger.c (write_class): don't call mono_class_init
4091         here, as even with the check for (!klass->init_pending), we get
4092         into a situation where we're hitting cycles in class
4093         initialization.  Fixes #68816.
4094
4095 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
4096
4097         * image.c: Avoid overwriting values in the loaded_images_hash when an
4098         assembly is loaded multiple times. Fixes #61152.
4099
4100         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
4101         so multiple satellite assemblies for the same name can be loaded.
4102         Fixes #68259.
4103
4104         * mono_domain_assembly_preload: Actually return the loaded assembly, 
4105         not NULL.
4106
4107         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
4108         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
4109
4110         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
4111         pending finalizers are not invoked after the appdomain has been 
4112         unloaded. Fixes #67862.
4113
4114 2004-10-22  Martin Baulig  <martin@ximian.com>
4115
4116         * mono-debug-debugger.c
4117         (mono_debugger_runtime_invoke): Don't box valuetypes.
4118
4119 2004-10-22  Chris Toshok  <toshok@ximian.com>
4120
4121         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
4122         don't hide private methods.
4123
4124 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
4125
4126         * icall.c: Allows the runtime to "share" (when known) the public key
4127         token of an assembly. This avoid the need to recalculate the token 
4128         (from the public key) in managed code.
4129
4130 2004-10-21  Chris Toshok  <toshok@ximian.com>
4131
4132         * debug-helpers.c (append_class_name): argh, revert last patch.
4133         
4134 2004-10-21  Chris Toshok  <toshok@ximian.com>
4135
4136         * debug-helpers.c (append_class_name): use '+' as the delimiter,
4137         not '/', so that it matches what the debugger uses to look up
4138         methods.
4139
4140 2004-10-21  Martin Baulig  <martin@ximian.com>
4141
4142         * mono-debug-debugger.c (mono_debugger_throw_exception): New
4143         public method; this is called each time an exception is thrown and
4144         allows the debugger to use exception catch points.
4145
4146 2004-10-21  Martin Baulig  <martin@ximian.com>
4147
4148         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
4149         the stack pointer and the exception object in some struct and pass
4150         that to the debugger.
4151
4152 2004-10-21  Chris Toshok  <toshok@ximian.com>
4153
4154         * mono-debug-debugger.c (do_write_class): add instance/static
4155         event support.  We don't expose "raise" or "other" yet.
4156         (event_is_static): new method.
4157
4158 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
4159
4160         * mono-debug-debugger.c
4161         (mono_debugger_handle_exception): Remove
4162         bogus return value for fussy compilers.
4163
4164 2004-10-20  Martin Baulig  <martin@ximian.com>
4165
4166         * mono-debug-debugger.c
4167         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
4168         (mono_debugger_handled_exception): Likewise.
4169
4170 2004-10-20  Martin Baulig  <martin@ximian.com>
4171
4172         * mono-debug-debugger.h (MonoDebuggerEvent): Added
4173         MONO_DEBUGGER_EVENT_EXCEPTION.
4174
4175         * mono-debug-debugger.c (mono_debugger_handle_exception): New
4176         public function to send the debugger a notification for an
4177         exception and inform it about a catch/finally clause.
4178
4179 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
4180
4181         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
4182         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
4183         fix 2.95 build. 
4184
4185         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
4186
4187 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
4188
4189         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
4190         marshalled as [In,Out]. Fixes #58325.
4191
4192 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
4193
4194         * reflection.c (mono_method_body_get_object): Implement some fields.
4195
4196 2004-10-12  Martin Baulig  <martin@ximian.com>
4197
4198         * reflection.c (mono_reflection_bind_generic_parameters): Small
4199         fix, correctly retrieve our parent from a generic instance.
4200
4201 2004-10-12  Martin Baulig  <martin@ximian.com>
4202
4203         * metadata.c (mono_metadata_generic_param_equal): We always have
4204         an owner.
4205
4206         * class.c
4207         (mono_class_from_generic_parameter): We need to have an owner.
4208         (my_mono_class_from_generic_parameter): Likewise.
4209
4210         * reflection.c (mono_reflection_setup_generic_class): Renamed to
4211         mono_reflection_create_generic_class() and added a new
4212         mono_reflection_setup_generic_class().  
4213         (mono_reflection_initialize_generic_param): If we're a nested
4214         generic type and inherited from the containing class, set our
4215         owner to the outer class.
4216
4217 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
4218
4219         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
4220
4221         * reflection.c (mono_method_body_get_object): New function to create
4222         a MethodBody object.
4223
4224         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
4225
4226 2004-10-11  Martin Baulig  <martin@ximian.com>
4227
4228         * metadata.c (_mono_metadata_type_equal): Renamed to
4229         do_mono_metadata_type_equal() and made static.
4230
4231 2004-10-11  Martin Baulig  <martin@ximian.com>
4232
4233         * appdomain.c: Bump corlib version number to 28.
4234
4235 2004-10-10  Martin Baulig  <martin@ximian.com>
4236
4237         * class-internals.h
4238         (MonoGenericInst): Added `MonoGenericContainer *container'.
4239         (MonoGenericMethod): Likewise.
4240         (MonoGenericContext): Likewise.
4241         (MonoGenericParam): Added `MonoGenericContainer *owner'.
4242
4243         * metadata.c
4244         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
4245         (do_mono_metadata_parse_generic_inst): Likewise.
4246         (mono_metadata_parse_type_full): New public method.  This is the actual
4247         mono_metadata_parse_type() implementation - with an additional
4248         `MonoGenericContainer *' argument.
4249         (mono_metadata_parse_array_full): Likewise.
4250         (mono_metadata_parse_signature_full): Likewise.
4251         (mono_metadata_parse_method_signature_full): Likewise.
4252         (mono_metadata_parse_mh_full): Likewise.
4253         (mono_type_create_from_typespec): Likewise.
4254         (mono_metadata_interfaces_from_typedef_full): New public method;
4255         this is similar to the other _full() methods, but we take a
4256         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
4257         (mono_metadata_parse_generic_param): Take an additional
4258         `MonoGenericContainer *' argument and lookup the MonoGenericParam
4259         from that container.
4260         (mono_metadata_generic_param_equal): New static method to compare
4261         two type parameters.
4262         (_mono_metadata_type_equal): New static method; takes an
4263         additional `gboolean signature_only' argument - if true, we don't
4264         compare the owners of generic parameters.
4265         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
4266         with a TRUE argument - do a signature-only comparision.
4267
4268         * loader.c: Use the new _full() methods and pass the
4269         MonoGenericContainer to them.
4270
4271         * object-internals.h (MonoReflectionTypeBuilder): Added
4272         `MonoGenericContainer *generic_container' field.
4273         (MonoReflectionMethodBuilder): Likewise.
4274
4275 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
4276
4277         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
4278         case initial images of dynamic assemblies.
4279
4280         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
4281
4282         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
4283
4284         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
4285         length of event->other array.
4286         (typebuilder_setup_events): Ditto.
4287
4288         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
4289         'assembly_by_name' and add an 'assemblies' list.
4290
4291         * assembly.h assembly.c: Add a new search hook for determining whenever
4292         an assembly is already loaded. Use this instead of searching in the
4293         loaded_assemblies list.
4294
4295         * domain.c appdomain.c: Implement the new search hook so loaded 
4296         assemblies are now scoped by appdomain. Fixes #67727.
4297
4298 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
4299
4300         * threads.c (mono_thread_attach): Initialize synch_lock field so
4301         mono_thread_detach works again.
4302
4303         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
4304         'lib' too. Fixes #63130.
4305
4306 2004-10-06  Jackson Harper  <jackson@ximian.com>
4307
4308         * culture-info-tables.h: regenerated.
4309
4310 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
4311
4312         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
4313         implemented by other interfaces in the result. Fixes #65764.
4314         
4315         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
4316         Handle unloadable modules without crashing.
4317
4318         * image.c (load_modules): Revert the previous patch since modules must
4319         have a fixed index inside the array.
4320         
4321         * image.c (load_modules): Don't include native modules in the modules
4322         array.
4323
4324 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
4325
4326         * reflection.h: Add param_defaults field.
4327
4328         * reflection.c: Add support for parameter defaults in dynamic methods.
4329         Fixes #64595.
4330
4331         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
4332         an empty string when a type has no namespace. Fixes #64230.
4333
4334 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
4335
4336         * tabledefs.h: Added "internal" security actions to support non-CAS
4337         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
4338         Note: they do not seems to be used anymore in 2.0 (new metadata format)
4339
4340 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
4341
4342         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
4343         constructor of abstract class. Fixes #61689.
4344
4345 2004-10-04  Martin Baulig  <martin@ximian.com>
4346
4347         * class-internals.h (MonoGenericContainer): New type.
4348         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
4349         `MonoGenericContainer *generic_container'.
4350         (MonoClass): Replaced `gen_params' and `num_gen_params' with
4351         `MonoGenericContainer *generic_container'.
4352
4353         * metadata.c (mono_metadata_load_generic_params): Return a
4354         `MonoGenericContainer *' instead of a `MonoGenericParam *';
4355         removed the `num' argument.
4356
4357 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
4358
4359         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
4360         for dynamic images.
4361
4362         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
4363         machine fields.
4364
4365         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
4366
4367         * reflection.c: Save pe_kind and machine values into the generated
4368         image file.
4369
4370         * appdomain.c: Bump corlib version number.
4371
4372         * object-internals.h: Reorganize layout of LocalBuilder.
4373
4374         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
4375         New helper function.
4376
4377         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
4378         created MonoType for dynamic types. Fixes #66180.
4379
4380 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
4381
4382         * threadpool.c: the ares hashtable needs a critical section around it.
4383         this prevents some nasty segfaults
4384
4385 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
4386
4387         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
4388         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
4389         bug 67324).
4390         
4391 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
4392
4393         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
4394         
4395 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
4396
4397         * image.c: Always canonicalize image file names, to avoid loading
4398         the same assembly twice when referenced using a relative path.
4399
4400 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
4401
4402         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
4403
4404         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
4405
4406         * marshal.c: Fix warnings.
4407
4408 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
4409
4410         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
4411         attempting to marshal the delegate_trampoline as the method_addr.
4412         This patch has a static hashtable of marshalled delegates so that 
4413         we can map delegate_trampoline addresses back to delegates.  This
4414         allows a delegate passed to managed code to be passed back into native
4415         code.  Fixes #67039
4416
4417 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
4418
4419         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
4420
4421         * reflection.c (method_encode_code): Align method headers properly.
4422         Fixes #66025.
4423
4424 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
4425
4426         * marshal.c: In the runtime invoke wrapper, reset the abort
4427         exception if it is cached. This avoids the automatic rethrowal of 
4428         the exception after the catch of the wrapper. Also check for pending
4429         interruptions before calling the managed method. This is done using
4430         the new method emit_thread_force_interrupt_checkpoint, since the
4431         normal checkpoint method is ignored when running the invoke wrapper.
4432         * object.c: If the abort exception is rethrown, set the abort_exc
4433         field of the thread, so it will be rethrown aftere every catch.
4434         * threadpool.c: Only run an interruption checkpoint if what has been
4435         requested is a stop of the thread (aborts will be ignored).
4436         * threads.c: By default, a thread will now never be interrumped while
4437         running the runtime invoke wrapper (this ensures that runtime_invoke
4438         will always return to the caller if an exception pointer is provided).
4439         There is a new special method mono_thread_force_interruption_checkpoint()
4440         to force an interruption checkpoint even if running a protected
4441         wrapper, which is used by the same runtime invoke wrapper to do a check
4442         at a safe point.
4443
4444 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
4445
4446         * object.c, object-internals.h: Implemented mono_release_type_locks,
4447         which releases the cctor locks held by a thread.
4448         * threads.c, threads.h: In thread_cleanup, release cctor locks held
4449         by a thread. Added mono_thread_exit() method to be used to safely stop
4450         a thread.
4451
4452 2004-09-28  Raja R Harinath  <rharinath@novell.com>
4453
4454         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
4455         Move null check before dereference.  Avoid indexing beyond the end
4456         of the 'modules' array.
4457
4458 2004-09-28  Raja R Harinath  <rharinath@novell.com>
4459
4460         * metadata-internals.h (MonoImage): Add module_count field.
4461         * image.c (load_modules): Set image->module_count.
4462         (mono_image_load_file_for_image): Use image->module_count.
4463         * reflection.c (mono_image_load_module): Append to image->modules array 
4464         of dynamic assembly.
4465         (mono_module_get_object): Fix loop to actually increment index.
4466         Use image->module_count.
4467         * assembly.c (mono_assembly_load_references): Use image->module_count.
4468         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
4469         Likewise.
4470
4471 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
4472
4473         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
4474         Avoid assert on generic types.
4475
4476 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
4477
4478         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
4479
4480         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
4481
4482         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
4483         function to convert a MarshalSpec structure to its managed counterpart.
4484
4485         * reflection.c: Fix warnings.
4486         
4487         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
4488         field.
4489
4490         * icall.c (mono_create_icall_signature): Fix build.
4491
4492 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
4493
4494         * icall.c: Add MakePointType icall.
4495
4496         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
4497         warnings.
4498
4499 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4500
4501         * threadpool.c: reuse allocated slots in the queue.
4502
4503 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
4504
4505         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
4506
4507         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
4508
4509         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
4510         previous change.
4511
4512         * tabledefs.h: Add constants for pinvoke attributes BestFit and
4513         ThrowOnUnmappableChar.
4514
4515         * icall.c (ves_icall_Type_GetPacking): New icall.
4516
4517 2004-09-24  Martin Baulig  <martin@ximian.com>
4518
4519         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
4520
4521 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4522
4523         * appdomain.c:
4524         (mono_domain_set): allow setting a domain that is being unloaded.
4525         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
4526         being unloaded.
4527
4528 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
4529
4530         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
4531         the GetCustomAttributes icall.
4532
4533 2004-09-23  Martin Baulig  <martin@ximian.com>
4534
4535         * object-internals.h (MonoReflectionGenericParam): Replaced
4536         'has_ctor_constraint', `has_reference_type' and `has_value_type'
4537         with `guint32 attrs'.
4538
4539 2004-09-23  Martin Baulig  <martin@ximian.com>
4540
4541         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
4542
4543 2004-09-23  Martin Baulig  <martin@ximian.com>
4544
4545         * object-internals.h (GenericParameterAttributes): New enum.
4546
4547 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
4548
4549         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
4550         
4551         * class.c (init_events): Fill out event->other field.
4552
4553         * class.c: Fix warnings.
4554
4555         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
4556
4557 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
4558
4559         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
4560         walk which doesn't supply the IL offset.
4561
4562 2004-09-22  Martin Baulig  <martin@ximian.com>
4563
4564         * reflection.c (mono_reflection_setup_internal_class): If we're
4565         System.ValueType, System.Object or System.Enum, set
4566         `klass->instance_size' and create the vtable.
4567         (mono_reflection_create_internal_class): If we're an enum type,
4568         get the base class from our current corlib.
4569
4570 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
4571
4572         * reflection.h (MonoResolveTokenError): New type.
4573
4574         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
4575         icall.
4576
4577         * icall.c: Add an 'error' argument to the ResolveToken icalls.
4578
4579 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
4580
4581         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
4582         Support also calling constructors, but only for already allocated objects.
4583
4584 2004-09-17  Geoff Norton <gnorton@customerdna.com>
4585
4586         * reflection.c (type_get_qualified_name): If the klass is null
4587         return the typename to avoid a NullRefEx.
4588         (encode_cattr_value): Get the qualified name of the boxed type,
4589         not the underlying enumtype.  Fixes #62984.
4590
4591 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
4592
4593         * marshal.c: Fix problems with previous checkin.
4594
4595 2004-09-21    <vargaz@freemail.hu>
4596
4597         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
4598         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
4599
4600         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
4601
4602 2004-09-21  Geoff Norton <gnorton@customerdna.com>
4603
4604         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
4605         should only return a type for pointers, arrays, and passbyref types.
4606         Fixes bug #63841.
4607
4608 2004-09-21  Martin Baulig  <martin@ximian.com>
4609
4610         * domain.c (mono_debugger_check_runtime_version): New public
4611         function.
4612
4613         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
4614
4615 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
4616
4617         * reflection.c: Added missing sort to the declarative security 
4618         attributes table. MS implementation stops seeing the attributes if the
4619         token number regress in the table (as shown by ildasm and permview).
4620
4621 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
4622
4623         * object-internals.h (MonoReflectionModule): Add 'token' field.
4624         
4625         * reflection.c (mono_reflection_get_token): Add support for Module
4626         and Assembly.
4627         (mono_module_get_object): Set 'token' field.
4628         (mono_module_file_get_object): Set 'token' field.
4629
4630         * icall.c: Add new Assembly and Module icalls.
4631
4632         * appdomain.c: Bump corlib version.
4633
4634 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
4635
4636         * loader.h loader.c class.h class.c: Add helper functions for obtaining
4637         tokens of metadata objects.
4638
4639         * reflection.h reflection.c (mono_reflection_get_token): New function
4640         to obtain the token of a metadata object.
4641
4642         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
4643
4644 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
4645
4646         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
4647         
4648         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
4649
4650 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
4651
4652         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
4653         * object-internals.h: Added 3 MonoArray* members to MonoReflection
4654         AssemblyBuilder to access the permissions set in the class lib.
4655         * reflection.c: Added security attributes encoding step in 
4656         mono_image_build_metadata.
4657         * tabledefs.h: Added new security actions defined in 2.0:
4658         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
4659
4660 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
4661
4662         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
4663         macro parameter.
4664
4665 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
4666  
4667         * locales.c: nullify the ICU_collator member of CompareInfo when it is
4668           finalized. There where random SIGSEVs at program termination, when
4669           an object being finalized was trying to do a string comparison and
4670           the current culture was already finalized.
4671  
4672 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4673
4674         * threads.c: call thread_cleanup before finishing the thread if we get
4675         there.
4676
4677 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
4678
4679         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
4680         assemblies from the parent. Fixes #65665.
4681
4682 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
4683
4684         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
4685         modifiers.
4686
4687 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
4688
4689         * reflection.h: add prototype for mono_get_dbnull_object
4690         * reflection.c: add prototypes for get_default_param_value_blobs 
4691         and mono_get_object_from_blob for fussier compilers
4692
4693 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
4694  
4695         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
4696         false deadlock checks in class initialization.
4697  
4698 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
4699
4700         * image.c (mono_image_addref): Fix comment.
4701
4702         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
4703         possible.
4704
4705 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
4706
4707         * reflection.c (mono_param_get_objects): Modified to return
4708         ParameterInfo.DefaultValue object.
4709
4710         (get_default_param_value_blobs):
4711         (mono_get_object_from_blob):
4712         (mono_get_dbnull_object): New helper routines. 
4713
4714         * object.c (mono_get_constant_value_from_blob): New helper routine
4715         carved out from get_default_field_value ()
4716
4717         * object-internals.h (mono_get_constant_value_from_blob): Added
4718         function declaration.
4719
4720 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
4721
4722         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
4723         referenced assemblies. Fixes #62135.
4724
4725         * exception.h exception.c (mono_get_exception_file_not_found2): New
4726         helper function.
4727
4728 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
4729
4730         * class.h class.c: Add mono_type_get_underlying_type ().
4731
4732 2004-09-09  Geoff Norton <gnorton@customerndna.com>
4733
4734         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
4735         Fix GetTypes() to support dynamically created assemblies.
4736
4737 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
4738
4739         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
4740         
4741         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
4742         previous patch.
4743
4744         * reflection.h reflection.c loader.c: Allow dynamic construction of
4745         pinvoke methods. Fixes #65571.
4746         
4747         * reflection.c (mono_reflection_get_type): Revert previous change since
4748         it causes regressions.
4749
4750 2004-09-08  Martin Baulig  <martin@ximian.com>
4751
4752         * class.c (class_compute_field_layout): Don't call
4753         mono_class_layout_fields() for open generic instances.
4754
4755 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
4756         * threads.c appdomain.c: fix typo in GC macro
4757
4758 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4759
4760         * threads.c: don't call mono_thread_detach() in start_wrapper(),
4761         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
4762
4763 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
4764
4765         * image.c (mono_image_close): Applied patch from 
4766         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
4767         assembly is loaded multiple times from data.
4768         
4769         * image.c (mono_image_open): Fix warning.
4770
4771 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
4772
4773         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
4774         once. Fixes #58334.
4775         
4776         * reflection.c (mono_reflection_create_runtime_class): Initialize
4777         klass->nested_classes. Fixes #61224.
4778
4779 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
4780
4781         * threads.c: sched_yield() on exit, to allow threads to quit.
4782
4783 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
4784
4785         * object.c (mono_unhandled_exception): Remove leftover debug code.
4786
4787 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
4788
4789         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
4790
4791 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
4792
4793         * marshal.c (emit_marshal_array): Really null terminate string arrays.
4794         
4795         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
4796
4797 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
4798
4799         * marshal.c (emit_marshal_array): Null terminate string arrays.
4800         
4801         * marshal.c (raise_auto_layout_exception): Fix warning.
4802
4803         * reflection.c (mono_param_get_objects): Initialize the default value
4804         with DBNull.Value, not null. Fixes #62123.
4805
4806 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
4807
4808         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
4809         throw an exception with a cute explanation.
4810
4811 2004-09-06  Dick Porter  <dick@ximian.com>
4812
4813         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
4814         Close the new process's thread handle, as we don't use it.  The
4815         handle stays around forever otherwise.
4816
4817 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
4818
4819         * object.c (arith_overflow): Fix warning.
4820
4821         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
4822         calling conventions in method refs. Fixes #65352.
4823
4824         * reflection.c: Fix warnings.
4825
4826 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
4827
4828         * icall.c: Add a new icall for Array.Clear
4829
4830 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
4831
4832         * object.c: When allocating an array, we have to throw
4833         an overflow exception if any of the lengths are < 0.
4834
4835 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
4836
4837         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
4838         properly. Also move implementation of string array marshalling to 
4839         managed code. Fixes #42316.
4840
4841 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4842
4843         * assembly.c: provide more information when loading an assembly fails.
4844
4845 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4846
4847         * filewatcher.c: don't expect the development fam package to be
4848         installed.
4849
4850 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
4851
4852         * marshal.c: Make a copy of the signature cookie since it will be
4853         freed by the caller.
4854         
4855         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
4856
4857         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
4858
4859         * metadata.c (mono_metadata_free_marshal_spec): New function to free
4860         marshal specs.
4861
4862         * marshal.c: More refactoring.
4863         
4864         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
4865         smaller functions.
4866
4867 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
4868
4869         * object.c: In mono_message_invoke, fill the output parameter array after
4870           calling the managed method (it was done before the call). This fixes
4871           bug #59299.
4872
4873 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
4874
4875         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
4876         as well.
4877
4878 2004-09-02  Martin Baulig  <martin@ximian.com>
4879
4880         * class.c (mono_class_instance_size): Don't allow generic type
4881         definitions or open generic instances.
4882         (mono_class_array_element_size): If we're a value type, call
4883         mono_class_instance_size() on the original class.
4884
4885         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
4886         handle generic instances.
4887
4888         * mono-debug-debugger.c (write_type): Handle generic instances
4889         like classes.
4890
4891 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
4892
4893         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
4894         the allocation request fails. Fixes #65089.
4895
4896         * object.c (mono_runtime_free_method): Do not call mono_free_method.
4897         
4898         * object.c (mono_runtime_free_method): New function to free a dynamic
4899         method.
4900
4901         * marshal.c (mono_delegate_free_ftnptr): New function to free the
4902         delegate trampoline.
4903
4904         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
4905         with hasthis as dynamic,
4906
4907         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
4908
4909         * domain.c (mono_jit_info_table_remove): New function to remove an
4910         entry from the jit info table.
4911
4912         * class-internals.h (MonoMethod): Add 'dynamic' field.
4913
4914         * loader.c: Fix warnings.
4915
4916 2004-09-01  Martin Baulig  <martin@ximian.com>
4917
4918         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
4919         instead of mono_debugger_lock() because the latter one is a no-op
4920         unless running in the debugger.
4921
4922 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
4923
4924         * class.c (class_compute_field_layout): Classes with auto-layout or
4925         reference fields are not blittable.
4926         
4927 2004-09-01  Dick Porter  <dick@ximian.com>
4928
4929         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
4930         mono_image_get_filename() to get the assembly location.
4931
4932         * icall.c:
4933         * metadata.h: Fix compile warnings
4934
4935 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
4936
4937         * class.c (class_compute_field_layout): System.Object is blittable.
4938
4939         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
4940         as in/out. Fixes #59909.
4941
4942 2004-09-01  Martin Baulig  <martin@ximian.com>
4943
4944         * metadata.h (MONO_TYPE_ISREFERENCE): Call
4945         mono_metadata_generic_inst_is_valuetype() if we're a generic
4946         instance to check whether our underlying type is a reference type.
4947
4948 2004-09-01  Martin Baulig  <martin@ximian.com>
4949
4950         * metadata.c (mono_type_size): If we're a generic instance, call
4951         mono_class_value_size() for value types.
4952
4953 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
4954
4955         * marshal.c: Implement more custom marshalling functionality. Fixes
4956         #64915.
4957
4958 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
4959
4960         * mono-debug.c, debug-mono-symfile.c: add some locking love.
4961
4962 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
4963
4964         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
4965
4966         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
4967
4968         * icall.c: Fix some warnings.
4969
4970         * threads.c (abort_appdomain_thread): Fix unref errors.
4971         (mono_thread_current): Fix THREAD_DEBUG define.
4972
4973 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
4974
4975         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
4976
4977         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
4978
4979 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
4980
4981         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
4982         string arrays.
4983
4984 2004-08-28  Martin Baulig  <martin@ximian.com>
4985
4986         * metadata.c
4987         (mono_metadata_generic_inst_is_valuetype): New public function.
4988
4989         * metadata.h (MONO_TYPE_ISSTRUCT): Call
4990         mono_metadata_generic_inst_is_valuetype() if we're a generic
4991         instance to check whether our underlying type is a valuetype.
4992
4993 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
4994
4995         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
4996         #63768.
4997
4998 2004-08-25  Martin Baulig  <martin@ximian.com>
4999
5000         * loader.c (mono_get_method_from_token): Abstract methods can also
5001         be generic and thus have type parameters.
5002
5003         * metadata-internals.h
5004         (MonoDynamicImage): Added `GPtrArray *gen_params'.
5005
5006         * reflection.c (mono_image_get_generic_param_info): Don't create a
5007         metadata row, just add an entry to the `gen_params' array.
5008         (build_compressed_metadata): Sort the `gen_params' array and then
5009         actually create the metadata.
5010
5011 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5012
5013         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
5014
5015 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
5016
5017         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
5018
5019 2004-08-24  Martin Baulig  <martin@ximian.com>
5020
5021         * class.cs (mono_class_is_subclass_of): Like an interface, a
5022         generic instance also derives from System.Object.
5023
5024 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
5025
5026         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
5027         custom modifiers to be in any order. Fixes #61990.
5028
5029 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
5030
5031         * object.c: Register mono_object_new_fast icall.
5032         
5033         * object.c (mono_class_get_allocation_ftn): Return to calling
5034         mono_object_new_fast, since it seems faster to compute the object 
5035         size in unmanaged code than passing it as a parameter.
5036
5037         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
5038
5039         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
5040         this function with Boehm as the oom handler, so we don't have to check
5041         the result of GC_malloc.
5042
5043         * object.c: Remove checks for oom.
5044
5045         * object.h object.c (mono_class_get_allocation_ftn): New function to
5046         return the icall which can be used to allocate an instance of a given
5047         class. 
5048
5049         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
5050
5051         * class-internals.h: Add 'enabled' field.
5052
5053 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
5054
5055         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
5056
5057 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
5058         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
5059         value 0x0010.
5060
5061 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
5062
5063         * appdomain.c: use the Tls function for appdomain too,
5064         at Zoltan's request. Actually return in mono_context_get
5065
5066         * appdomain.c, profiler.c, threads.c: use __thread
5067
5068 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
5069
5070         * appdomain.c threads.c: Call GC_CreateThread on windows.
5071
5072         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
5073         multiple libraries since this don't work on windows.
5074
5075 2004-08-18  Martin Baulig  <martin@ximian.com>
5076
5077         * class-internals.h
5078         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
5079         MonoMethodHeader.
5080
5081         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
5082         MonoMethodNormal since we also need it for abstract and interface
5083         methods.
5084
5085         * reflection.c
5086         (build_compressed_metadata): Sort the GenericParam table.
5087         (mono_image_create_token): Added `gboolean create_methodspec'
5088         argument; this is false when generating a MethodImpl token.
5089         (reflection_methodbuilder_to_mono_method): Abstract and interface
5090         methods may also have generic parameters.
5091
5092 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
5093
5094         * appdomain.c: thread local alloc
5095
5096 2004-08-17  Martin Baulig  <martin@ximian.com>
5097
5098         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
5099
5100         * icall.c
5101         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
5102         argument.
5103
5104         * class.c (mono_type_get_full_name): New public function.
5105         (mono_type_get_name): Don't include the type arguments.
5106
5107 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
5108
5109         * Makefile.am: Build static versions of libmetadata and libmonoruntime
5110         for inclusion into the mono executable.
5111
5112 2004-08-16  Martin Baulig  <martin@ximian.com>
5113
5114         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
5115         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
5116
5117 2004-08-14  Martin Baulig  <martin@ximian.com>
5118
5119         * class.c (dup_type): Also copy the `byref' field.
5120
5121 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
5122
5123         * reflection.c (create_dynamic_mono_image): Revert the last change 
5124         since it breaks bootstrap.
5125
5126 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
5127
5128         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
5129
5130         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
5131         not free them with g_free.
5132
5133 2004-08-11  Martin Baulig  <martin@ximian.com>
5134
5135         * reflection.c (mono_reflection_setup_internal_class): Also call
5136         mono_class_setup_mono_type() if we already have a `tb->type.type'.
5137
5138 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
5139
5140         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
5141         called during default (first) AppDomain creation. Keep track of
5142         Evidence when loading assemblies.
5143
5144 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
5145
5146         * opcodes.c, opcodes.h: reduce runtime relocations.
5147
5148 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
5149
5150         * culture-info.h, locales.c: fixes and chages to sue the new
5151         optimized format of the locale data.
5152         * culture-info-tables.h: regenerated.
5153
5154 2004-08-06  Geoff Norton <gnorton@customerdna.com>
5155         
5156         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
5157
5158 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
5159
5160         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
5161         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
5162         * domain-internals.h: icall declaration.
5163         * icall.c: icall registration.
5164         * object-internals.h: New fields in MonoAssembly for CAS.
5165
5166 2004-08-05  Duncan Mak  <duncan@ximian.com>
5167
5168         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
5169         CEE_LDELEM_ANY.
5170
5171 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
5172
5173         * reflection.c: fix to deal with object[] arrays in custom ctors
5174         (bug #62550).
5175
5176 2004-08-05  Martin Baulig  <martin@ximian.com>
5177
5178         * class.c (mono_class_array_element_size): Added support for
5179         generic instances and correctly handle "recursive" types.
5180
5181 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
5182
5183         * assembly.c: Fix warnings.
5184
5185 2004-08-04  Martin Baulig  <martin@ximian.com>
5186
5187         * class.c
5188         (mono_type_get_name_recurse): Added `gboolean include_arity'
5189         argument specifying whether or not we should include the generic
5190         arity in the type name.
5191         (_mono_type_get_name): New static function.
5192         (mono_class_setup_vtable): If we're a generic instance, don't
5193         include the generic arity in the names of explicit method
5194         implementations.        
5195
5196 2004-08-03  Martin Baulig  <martin@ximian.com>
5197
5198         * class.c (mono_type_get_name_recurse): Enclose the generic type
5199         arguments in `<', '>'.
5200
5201 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
5202
5203         * gc.c: make GC warning messages use the trace API, they are just
5204         noise to most of the users.
5205
5206 2004-08-03  Martin Baulig  <martin@ximian.com>
5207
5208         * debug-mono-symfile.c (read_string): Correctly read the string.
5209
5210 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
5211
5212         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
5213         
5214         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
5215         icalls.
5216         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
5217
5218 2004-07-30  Martin Baulig  <martin@ximian.com>
5219
5220         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
5221         Reflect latest symbol writer changes.   
5222
5223 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
5224
5225         * object.c: always create an object if null is passed
5226         to Invoke() where a valuetype is expected.
5227
5228 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
5229
5230         * marshal.c (mono_marshal_init): make managed
5231         signatures match native ones better for 64bits.
5232
5233 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5234
5235         * appdomain.c: hack to build correctly the private bin path on windows.
5236         Fixes bug #61991.
5237
5238 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
5239
5240         * assembly.c: Load mscorlib from the correct framework directory
5241           (mono/<version>/mscorlib.dll).
5242         * appdomain.h: Added prototypes for new functions.
5243         * internals.h: Added some prototypes.
5244         * domain.c: When initializing the runtime, get from the executable and
5245           the configuration files the runtime version that the app supports.
5246           Added support methods for reading app.exe.config. Added list of versions
5247           supported by the JIT. Added two new methods: mono_init_from_assembly,
5248           which initializes the runtime and determines the required version from
5249           the provided exe file, and mono_init_version, which initializes
5250           the runtime using the provided version.
5251         * icall.c: Get machine.config from version-specific directory.
5252         * reflection.c: When generating an image, embed the version number
5253           of the current runtime.
5254
5255 2004-07-28  Dick Porter  <dick@ximian.com>
5256
5257         * socket-io.c
5258         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
5259         returned sockaddr size before creating the remote address object.
5260         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
5261         61608.
5262
5263 2004-07-28  Dick Porter  <dick@ximian.com>
5264
5265         * locales.c (string_invariant_compare_char): Fix invariant char
5266         compares between upper and lower cases.  Fixes bug 61458.
5267
5268 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
5269         
5270         * marshal.c: actually cache stelem.ref wrappers.
5271         
5272 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
5273
5274         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
5275         sections and remove the mono_cli_rva_map () function.
5276
5277 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
5278
5279         * debug-mono-symfile.c: fix one more endianess issue, from a patch
5280         by Geoff Norton (<gnorton@customerdna.com>).
5281
5282 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
5283
5284         * class.c: fix class loads for pointer types (typeof(int) !=
5285         typeof(int*)).
5286
5287 2004-07-27  Martin Baulig  <martin@ximian.com>
5288
5289         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
5290         reading the debugging information from an external ".mdb" file.
5291
5292 2004-07-24  Martin Baulig  <martin@ximian.com>
5293
5294         * reflection.c (mono_image_get_type_info): Only write a class
5295         layout entry if we actually have a size or a packing size.
5296
5297 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
5298
5299         * reflection.c (type_get_fully_qualified_name): 
5300         insert cast to get type checking of ?: with non-gcc compilers
5301
5302 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
5303
5304         * rand.c: use g_getenv for both lookups of
5305         MONO_EGD_SOCKET
5306
5307 2004-07-17  Martin Baulig  <martin@ximian.com>
5308
5309         * reflection.c (mono_reflection_bind_generic_method_parameters):
5310         Set `gmethod->reflection_info'.
5311
5312 2004-07-17  Martin Baulig  <martin@ximian.com>
5313
5314         * class.c (mono_class_create_from_typedef): Insert the newly
5315         created class into the hash table before computing the interfaces
5316         since we could be called recursively.
5317
5318 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
5319
5320         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
5321         function to implement stelem.ref in managed code
5322         * class-internals.h, debug-helpers.c: a new wrapper type
5323         for the above.
5324
5325 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
5326
5327         * gc.c: allow GC handles to work even when no GC is compiled in.
5328         Fix part of bug #61134 (GetAddrOfPinnedObject).
5329
5330 2004-07-13  Peter Williams  <peter@newton.cx>
5331  
5332         * process.c (complete_path): Make sure we don't attempt to execute
5333         directories.
5334  
5335 2004-07-12  Geoff Norton <gnorton@customerdna.com>
5336
5337         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
5338           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
5339           and will add/subtract the hour if needed
5340
5341 2004-07-12  Martin Baulig  <martin@ximian.com>
5342
5343         * reflection.c (mono_field_get_object): If we have
5344         `field->generic_info', take the attributes from
5345         `field->generic_info->generic_type'.    
5346
5347 2004-07-12  Martin Baulig  <martin@ximian.com>
5348
5349         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
5350         This function must be called before initializing the runtime.
5351         (mono_debug_init_1): New function; call this after initializing
5352         the runtime, but before loading the assembly.  It tells the
5353         debugger to load corlib and the builtin types.
5354
5355         * mono-debug-debugger.c: Did some larger changes in the debugging
5356         code; support recursive class declarations, make sure we actually
5357         add all classes.
5358
5359 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5360
5361         * debug-helpers.c: undo my previous patch and fixed the real issue in
5362         ../mini/exceptions-x86.c
5363
5364 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5365
5366         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
5367         when no HOME env. variable was set and a NullRef was thrown in a .cctor
5368         called from other .cctors.
5369
5370 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
5371
5372         * loader.c: Removed the mono_loader_wine_init hack now that we are
5373         doing a managed version of Windows.Forms.
5374
5375 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
5376
5377         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
5378         threadpool.c, threads.c: remove static data from rootset.
5379
5380 2004-07-09  Dick Porter  <dick@ximian.com>
5381
5382         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
5383         Don't do any more processing if the matched length was 0.  It was
5384         increasing the size of the string before.  Fixes bug 61167.
5385
5386 2004-07-09  Dick Porter  <dick@ximian.com>
5387
5388         * socket-io.h:
5389         * socket-io.c
5390         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
5391         Add support for SO_PEERCRED if its available.
5392
5393 2004-07-09  Peter Bartok <pbartok@novell.com>
5394         * loader.c: winelib.exe.so error message is now only displayed if
5395         MONO_DEBUG is set. To help us avoid questions when people are trying
5396         out the new Managed.Windows.Forms.
5397
5398 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
5399
5400         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
5401         for isinst and castclass wrappers.
5402
5403         * class-internals.h icall.c: Move registration and lookup of JIT icalls
5404         to libmetadata from the JIT, so they could be used by the marshalling
5405         code and the interpreter.
5406
5407         * marshal.c: Register marshalling related JIT icalls here instead of
5408         in mini.c. Use CEE_MONO_ICALL instead of the family of 
5409         CEE_MONO_PROC<x> opcodes to call marshalling functions.
5410
5411         * metadata.h: Remove unneeded marshalling conversions.
5412
5413         * opcodes.c: Update for new opcodes.
5414         
5415 2004-07-08  Martin Baulig  <martin@ximian.com>
5416
5417         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
5418         (mono_debug_get_domain_data): Make this function static.
5419
5420 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
5421
5422         * gc.c, object.h: add nice GC handle API for embedders.
5423
5424 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
5425
5426         * reflection.c: more changes for the new api
5427
5428         * object.c: When we reflect on a field w/ a constant value, it
5429         will not have a memory location, so we must access metadata. Also,
5430         allow easier reading of strings so that we can read them from
5431         the constant data.
5432
5433         * class.c (mono_class_layout_fields): no need for literal fields here.
5434
5435         * class-internals.h: api changes for const fields
5436
5437         * icall.c (ves_icall_get_enum_info): use new apis for const fields
5438
5439 2004-07-06  Martin Baulig  <martin@ximian.com>
5440
5441         * mono-debug.h: Increment version number to 44.
5442
5443         * mono-debug.c (mono_debug_add_wrapper): The second argument is
5444         now a gpointer, rewrote this whole method.
5445
5446         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
5447         function.  Add information about the wrapper in a new "misc table".
5448
5449         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
5450         for the new misc table.
5451
5452 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
5453
5454         * metadata-internals.h image.c: Add a cache for helper signatures.
5455
5456         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
5457
5458 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
5459
5460         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
5461         delegates from a delegate. Fixes #61033.
5462         
5463         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
5464         marshalling of stringbuilder arrays. Fixes #59900.
5465
5466 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
5467
5468         * icall.c: Add EnumBuilder:setup_enum_type icall.
5469
5470 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
5471
5472         * icall.c: Added a new icall for the property version of
5473         OffsetOfStringData.
5474
5475 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
5476
5477         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
5478         it has a constant size across platforms.
5479
5480         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
5481         stack trace.
5482
5483 2004-06-29  Martin Baulig  <martin@ximian.com>
5484
5485         * mono-debug.c (mono_debug_add_method): Protect the whole function
5486         in mono_debugger_lock(), not just parts of it.
5487
5488 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
5489
5490         * reflection.c: make sure padding bytes in heaps are zeroed.
5491
5492 2004-06-24  David Waite  <mass@akuma.org>
5493
5494         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
5495         image.c, loader.c, locales.c, marshal.c, metadata.c,
5496         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
5497         string-icalls.c, threads.c: change to C90-style comments from C99 /
5498         C++ -style
5499
5500 2004-06-24  Dick Porter  <dick@ximian.com>
5501
5502         * threads.c
5503         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
5504         return createdNew.  Fixes bug 60412.
5505
5506         * threads-types.h: 
5507         * icall.c: Add createdNew parameter to CreateMutex icall
5508
5509 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
5510
5511         * reflection.c, object-internals.h: save default value in params.
5512
5513 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5514
5515         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
5516         no need to build a new path combining that with the application base.
5517         Fixes bug #60442.
5518
5519 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
5520
5521         * reflection.c: fixed minor standard compliance issues.
5522
5523 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
5524
5525         * reflection.c: fixed issue with encoding some custom attributes
5526         (arrays in properties and fields, bug #60411).
5527
5528 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5529
5530         * reflection.c: fix start address when copying the public key token.
5531
5532 2004-06-23  Martin Baulig  <martin@ximian.com>
5533
5534         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
5535         the `exc' object in a static object to put it into the GC's root set.
5536
5537 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
5538
5539         * reflection.c: make mono_reflection_setup_internal_class ()
5540         callable a second time to setup a new parent class.
5541
5542 2004-06-23  Dick Porter  <dick@ximian.com>
5543
5544         * threads.c: Check for WAIT_IO_COMPLETION return values.
5545
5546 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
5547
5548         * appdomain.c: Removed the g_free on the public key token. Now copy 
5549         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
5550         * assembly.c: Added public key token string value when loading 
5551         assemblies. Fix bug #60439.
5552         * icall.c: Added missing informations (like public key) in 
5553         GetReferencedAssemblies. Fix #60519.
5554         * image.h: Changed definition for public key token from const char*
5555         public_tok_value to guchar public_key_token [17];
5556         * reflection.c: Updated for changes to public key token.
5557
5558 2004-06-22  Lluis Sanchez Gual
5559
5560         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
5561         for the field in base classes.
5562
5563 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
5564
5565         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
5566         mark headers as not supported, they are installed only for use by the
5567         debugger.
5568
5569 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
5570
5571         * *.c, *.h: avoid namespace pollution in public headers.
5572
5573 2004-06-21  Martin Baulig  <martin@ximian.com>
5574
5575         * exception.c (mono_get_exception_security): It's in
5576         "System.Security", not in "System".
5577
5578         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
5579         the exception classes.
5580
5581 2004-06-21  Martin Baulig  <martin@ximian.com>
5582
5583         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
5584         Protect the exception object from being finalized.
5585
5586 2004-06-21  Martin Baulig  <martin@ximian.com>
5587
5588         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
5589         public function.
5590
5591 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
5592
5593         * reflection.c: Load the assembly in mono_reflection_type_from_name,
5594         if it was not loaded before. Fix parts of #60439.
5595
5596 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
5597
5598         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
5599         code that was broken since Ben's change: wrappers are now
5600         dependent on the method signature only again.
5601
5602 2004-06-21  Martin Baulig  <martin@ximian.com>
5603
5604         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
5605         added interface support.
5606
5607 2004-06-21  Martin Baulig  <martin@ximian.com>
5608
5609         * class.c (mono_vtable_get_static_field_data): New public method.
5610
5611 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
5612
5613         * filewatcher.c : Windows build fix to be compliant with API changes.
5614
5615 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
5616
5617         * class.h, class.c: more accessors.
5618         * metadata.h, metadata.c: prepare for hiding MonoType and
5619         MonoMethodSignature: people should use the accessors from now on
5620         outside of the tree.
5621
5622 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
5623
5624         * *.c, *.h: more API cleanups.
5625
5626 2004-06-18  Jackson Harper  <jackson@ximian.com>
5627
5628         * assembly.c: Trace loading assemblies.
5629         * loader.c: Trace loading native libraries.
5630         * mono-config.c: Trace loading config files.
5631         
5632 2004-06-18  Dick Porter  <dick@ximian.com>
5633
5634         * locales.c: Tell ICU the lengths of strings, it can cope with
5635         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
5636
5637 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
5638
5639         * image.c: swapped name/filename;
5640
5641 2004-06-18  Martin Baulig  <martin@ximian.com>
5642
5643         * mono-debug-debugger.c (write_class): Write the parent class at
5644         the end of the header.
5645
5646 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
5647
5648         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
5649
5650 2004-06-17  Raja R Harinath  <rharinath@novell.com>
5651
5652         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
5653         (bundle_obj): New conditional define.
5654         (BUILT_SOURCES): Remove.
5655         ($(bundle_srcs)): Make parallel-make safe.
5656         (libmonoruntime_la_LIBADD): Make unconditional.
5657         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
5658         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
5659
5660 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
5661
5662         * culture-info-tables.h: It was inconsistent with the latest
5663           supp info files.
5664
5665 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
5666
5667         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
5668         be loaded.
5669
5670         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
5671         with gcc 2.95.
5672
5673 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
5674
5675         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
5676         cleaned up public header threads.h.
5677
5678 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
5679
5680         * Makefile.am, *.c, *.h: more API cleanups.
5681
5682 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
5683
5684         * Makefile.am: removed monosn from compilation.
5685         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
5686         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
5687         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
5688         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
5689         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
5690         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
5691
5692 2004-06-15  Jackson Harper  <jackson@ximian.com>
5693
5694         * assembly.c: Make locales lower case when searching the GAC for
5695         assemblies. gacutil will always make locales lowercase when
5696         installing so this effectively makes them case insensitive.
5697         
5698 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
5699
5700         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
5701         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
5702           parameter which allows to choose whether the wait can be interrupted or 
5703           not. Also added the method mono_monitor_enter(), which locks the monitor
5704           using an infinite wait and without allowing interruption.
5705           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
5706           interrupted.
5707         * object.h: Added new fields in MonoThread. suspend_event holds the event
5708           used to susped/resume the thread. synch_lock is the lock object to use for
5709           modifying the thread state.
5710         * threads.c: Use the new synch_lock object for locking, instead of "this",
5711           which can generate deadlocks.
5712           Moved thread state change in Thread.Sleep and Thread.Join from managed
5713           to unmanaged code. This avoids a deadlock when the thread was suspended
5714           just after acquiring the thread lock.
5715           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
5716           Implemented Thread.Suspend using an event instead of ThreadSuspend,
5717           which is not fully implemented in the io-layer.
5718         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
5719
5720 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
5721
5722         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
5723         threads-types.h: more API cleanups.
5724
5725 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
5726
5727         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
5728         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
5729         threadpool.c, threads.c: first pass at the exported API cleanup.
5730
5731 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
5732
5733         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
5734
5735 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5736
5737         * icall.c: added internalGetHome.
5738
5739 2004-06-14  Dick Porter  <dick@ximian.com>
5740
5741         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
5742         possible to return successfully when '.' or '..' were the only
5743         entries in a directory, but were skipped.  The MonoIOStat was not
5744         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
5745         Fixes bug 59574.
5746
5747 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
5748
5749         * reflection.c: make binaries run on .Net 1.1 by default.
5750
5751 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
5752
5753         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
5754
5755 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
5756
5757         * marshal.c: keep track of struct size with explicit layout
5758         (bug #59979).
5759
5760 2004-06-12  Martin Baulig  <martin@ximian.com>
5761
5762         * mono-debug-debugger.c: Comment out a debugging g_message().
5763
5764 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
5765
5766         * reflection.c, reflection.h: do not free custom attrs that are cached.
5767         * icall.c: use braces to make code clearer.
5768
5769 2004-06-11  Martin Baulig  <martin@ximian.com>
5770
5771         * class.h (MonoInflatedField): New type.
5772         (MonoClassField): Replaced `MonoType *generic_type' with
5773         `MonoInflatedField *generic_info'.
5774
5775         * icall.c
5776         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
5777
5778 2004-06-11  Martin Baulig  <martin@ximian.com>
5779
5780         * reflection.c (mono_image_create_method_token): Correctly encode
5781         varargs methods.
5782
5783 2004-06-11  Martin Baulig  <martin@ximian.com>
5784
5785         * metadata.c (mono_metadata_parse_method_signature): When parsing
5786         a MethodDef which has VarArgs, also set sentinelpos if we don't
5787         have any parameters.
5788
5789 2004-06-11  Martin Baulig  <martin@ximian.com>
5790
5791         * verify.c (mono_method_verify): In CEE_CALL, use
5792         mono_method_get_signature() to get the method's signature, unless
5793         we're a PInvoke method.
5794
5795 2004-06-10  Jackson Harper  <jackson@ximian.com>
5796
5797         * assembly.c: Use <path>/lib/mono/gac for the extra paths
5798         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
5799         logical name as the supplied path is just a prefix to the gac not
5800         the direct path to it.
5801         
5802 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
5803
5804         * reflection.c: make the token for a created method match
5805         the token of the MethodBuilder it was created from
5806         (IKVM requires this behaviour now).
5807
5808 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
5809
5810         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
5811         reflection.c, socket-io.c: leak fixes.
5812
5813 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
5814
5815         * icall.c: handle sentinel pos in vararg methods in position different
5816         from 0.
5817
5818 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5819
5820         * culture-info-tables.h: freshly generated.
5821
5822 2004-06-09  Martin Baulig  <martin@ximian.com>
5823
5824         * loader.c (mono_get_method_constrained): Call `mono_class_init
5825         (constrained_class)'.   
5826
5827 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
5828
5829         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
5830         any methods. Fixes #59629.
5831
5832 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
5833
5834         * culture-info-tables.h: reflecting locale-builder updates.
5835
5836 2004-06-08  Dick Porter  <dick@ximian.com>
5837
5838         * object.h:
5839         * locales.c: Fixed compile warnings, including a real bug in
5840         CompareInfo_internal_compare.
5841         
5842 2004-06-08  Dick Porter  <dick@ximian.com>
5843
5844         * locales.c
5845         (ves_icall_System_Globalization_CompareInfo_internal_index):
5846         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
5847         Double-check the resuls of usearches, because ICU currently
5848         ignores most of the collator settings here.  Fixes bug 59720.
5849         
5850 2004-06-08  Dick Porter  <dick@ximian.com>
5851
5852         * locales.c
5853         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
5854         Fix memory leak and segfault-causing typo.  No idea how this one
5855         lasted so long without being noticed.
5856
5857 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
5858
5859         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
5860         any methods. Fixes #59629.
5861
5862 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5863
5864         * assembly.c:
5865         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
5866         own the critical section before). Removed dead code (that's done
5867         in the preload hook).
5868
5869         (mono_assembly_load_with_partial_name): call the preload hook.
5870
5871 2004-06-08  Martin Baulig  <martin@ximian.com>
5872
5873         * metadata.c (mono_metadata_signature_alloc): Default
5874         `sentinelpos' to -1.
5875
5876         * reflection.c (mono_image_get_array_token): Likewise.
5877
5878 2004-06-08  Martin Baulig  <martin@ximian.com>
5879
5880         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
5881
5882         * metadata.c (mono_metadata_parse_method_signature): When parsing
5883         a MethodDef which has VarArgs, set sentinelpos.
5884
5885         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
5886         `gint16' since we're using -1 for non-varargs methods.
5887
5888         * reflection.c
5889         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
5890         (method_encode_signature): Added varargs support.
5891         (method_builder_encode_signature): Likewise.
5892         (mono_image_get_varargs_method_token): New static method.
5893         (mono_image_create_method_token): New public method; this is
5894         called via an icall instead of mono_image_create_token() when
5895         calling a varargs method.       
5896
5897 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
5898
5899         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
5900
5901 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
5902
5903         * culture-info-tables.h : Reflecting the latest locale-builder that
5904           fixed empty array representation ({} to {0}).
5905
5906 2004-06-07  Jackson Harper  <jackson@ximian.com>
5907
5908         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
5909         looking up extra gac paths. This allows MONO_GAC_PATH to act
5910         exactly like a prefix.
5911         
5912 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
5913
5914         * reflection.c (mono_reflection_type_from_name): Make a copy of the
5915         type name before modifying it. Fixes #59405.
5916
5917 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
5918
5919         * culture-info.h: added fields for "all datetime patterns".
5920         * locales.c: (  ves_icall_System_Globalization_CultureInfo
5921           _construct_datetime_format ()): fill xxx_patterns fields.
5922         * object.h: added fields for "all datetime patterns" to
5923           MonoDateTimeFormatInfo.
5924         * culture-info-tables.h: reflecting locale-builder updates.
5925
5926 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
5927
5928         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
5929         the event has no add and remove methods. Fixes #59629.
5930
5931 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
5932
5933         * object.c: Fixed possible integer overflow when allocating large
5934         strings.
5935
5936 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
5937
5938         * culture-info-tables.h: reflecting locale-builder updates.
5939
5940 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
5941
5942         * culture-info-tables.h: reflecting locale-builder updates.
5943
5944 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
5945
5946         * culture-info-tables.h: reflecting locale-builder updates.
5947
5948 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
5949
5950         * threads.c: Made Thread.Sleep abortable.
5951
5952 2004-06-02  Martin Baulig  <martin@ximian.com>
5953
5954         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
5955
5956         * debug-mono-symfile.h: Bumped symbol file version number to 37.
5957
5958 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
5959
5960         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
5961
5962 2004-05-30  Jackson Harper  <jackson@ximian.com>
5963
5964         * reflection.c: Do not hardcode assembly versions or public key
5965         tokens anymore. All of this except the corlib section was dead
5966         code anyways.
5967         
5968 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
5969
5970         * object.c (mono_runtime_invoke_array): Automatically create boxed
5971         objects for byref valuetypes if needed. Fixes #59300.
5972         
5973         * object.c (mono_method_return_message_restore): Handle 
5974         MONO_TYPE_OBJECT as well.
5975
5976 2004-05-28  Jackson Harper  <jackson@ximian.com>
5977
5978         * reflection.c: The modified type encoding was causing build
5979         problems. Reverted for now.
5980         
5981 2004-05-28  Jackson Harper  <jackson@ximian.com>
5982
5983         * reflection.c/h: Take an assembly ref so that we dont create
5984         fully qualified names when encoding types in the same assembly as
5985         the custom attribute being emitted.
5986         * appdomain.c: Increment version number.
5987         
5988 2004-05-26  Duncan Mak  <duncan@ximian.com>
5989
5990         * icall.c
5991         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
5992         Set the full version number (major, minor, build, revision).
5993
5994 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
5995
5996         * marshal.c (emit_struct_conv): increment src/dst after blit
5997         (mono_marshal_get_managed_wrapper,
5998         mono_marshal_get_native_wrapper): make sure we have marshalling
5999         info before marshalling params (info computation affects
6000         blittable)
6001
6002         * class.c (class_compute_field_layout): correctly deal with
6003         blittable
6004         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
6005         value types (as per what windows dows by default)
6006         (mono_class_setup_mono_type): System.ValueType is blittable
6007         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
6008         blittable
6009
6010         * marshal.c (mono_marshal_load_type_info): flag types  as
6011         non-blittable if the native layout doesn't match the managed
6012         layout
6013
6014 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6015
6016         * appdomain.c: don't add stuff in the private search path that is
6017         above the application base. If application base is not set, there's
6018         no private search path.
6019
6020 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
6021
6022         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
6023         byref struct arguments in native->managed marshalling.
6024
6025 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
6026
6027         * marshal.c (mono_marshal_get_runtime_invoke): correctly
6028         cache methods using signature (special case for methods
6029         that are value type or string class)
6030         
6031         * image.c (mono_image_close): clean up allocated GSList's
6032         in runtime_invoke_cache.
6033
6034 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6035
6036         * mono-config.c: set the correct path for mono_cfg_dir on windows when
6037         there's no MONO_CFG_DIR environment variable defined.
6038
6039 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6040
6041         * threads.c: windows version must be >= 0x0500 to include OpenThread.
6042
6043 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
6044
6045         * threadpool.c: Really wait for 500ms after the async call, even if the wait
6046           is interrumped.
6047         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
6048           before waiting for it, and call CloseHandle after the wait to unref it.
6049           This will make sure that handles are not disposed too early.
6050
6051 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6052
6053         * appdomain.c:
6054         * appdomain.h:
6055         * icall.c: removed
6056         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
6057         needed now.
6058
6059         * object.c: se the application_base only for the domain that runs
6060         Main. Fixes bug #59216,
6061
6062 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6063
6064         * appdomain.c:
6065         * object.c: only the domain in which Main is run have
6066         SetupInformation.ConfigurationFile set, so moved a few lines from
6067         appdomain.c to object.c.
6068
6069 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6070
6071         * appdomain.c: we tried to load [name].(dll|exe), but according
6072         to bug #57710, we must also try [culture]/[name].(dll|exe) and
6073         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
6074         There's a test case attached to bug #58922.
6075
6076 2004-05-27  Dick Porter  <dick@ximian.com>
6077
6078         * icall.c:
6079         * file-io.c: Implemented icalls for locking and unlocking regions
6080         in a file.
6081         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
6082         FALSE on error (fixes both compiler warning and real bug.)
6083
6084 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
6085
6086         * culture-info-tables.h: reflecting locale-builder updates.
6087
6088           (Added missing ChangeLog entry for 05/26)
6089
6090 2004-05-27  Jackson Harper  <jackson@ximian.com>
6091
6092         * locales.c: Fix some cut and paste errors.
6093         
6094 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6095
6096         * mono-config.c: set the correct path for config. directory on windows.
6097
6098 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
6099
6100         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
6101           on win32.
6102
6103 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
6104
6105         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
6106         from pinvoke functions.
6107         
6108         * marshal.c (mono_ftnptr_to_delegate): Implement this.
6109
6110 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
6111
6112         * culture-info-tables.h: reflecting locale-builder updates.
6113
6114 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
6115
6116         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
6117         #59086.
6118
6119 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
6120
6121         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
6122         * icall.c: Modified icalls for RNG.
6123         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
6124         Windows (CryptoAPI).
6125
6126 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
6127
6128         * locales.c: Fix build.
6129
6130 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
6131
6132         * culture-info-tables.h: reflecting locale-builder updates.
6133
6134 2004-05-25  Jackson Harper  <jackson@ximian.com>
6135
6136         * locales.c: When creating the current culture use the $LANGs
6137         specific culture. So DateTimeFormat and NumberFormat entries are created.
6138         
6139 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
6140
6141         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
6142         a char array as parameter.
6143
6144 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
6145
6146         * image.c: In mono_image_open(), always use an absolute path name to
6147           look for already loaded images.
6148
6149 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
6150
6151         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
6152         missing in the windows build (like older cygwin include files).
6153
6154 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
6155
6156         * icall.c: Fixed check for possible integer overflow in Buffer_
6157         BlockCopy icall. Replaced comments style // by /* */.
6158
6159 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
6160
6161         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
6162         
6163         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
6164         check after MONO_VTADDR. Fixes pinvoke2.exe.
6165
6166         * marshal.h marshal.c metadata.h: Add beginnings of support for
6167         ftnptr -> delegate marshalling.
6168
6169 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
6170
6171         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
6172         * threads.c: Fix warnings.
6173
6174 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
6175
6176         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
6177         * icall.c: Registered icalls for Suspend and Resume.
6178         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
6179           Thread.Abort.
6180         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
6181         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
6182         * process.c: Use WaitForSingleObjectEx.
6183         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
6184           checkpoints.
6185         * threads.c, threads.h: Make use of new Ex wait methods. Improved
6186           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
6187           for Suspend and Resume. Added new mono_thread_stop, used for stoping
6188           background threads. Added basic support for Abort in Windows.
6189           Start new threads using a managed delegate invoke wrapper. This wrapper
6190           has an interruption checkpoint that is needed since an interruption
6191           can be requested before the thread leaves the unmanaged code that starts 
6192           the thread.
6193         * marshal.c: Added interruption checkpoint after every native call, and
6194           also before managed calls for wrappers called from unmanaged code to
6195           go into managed code.
6196         * object.h: Added new field in MonoThread to keep track of interruption
6197           requests.
6198
6199 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
6200
6201         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
6202         calls.
6203
6204 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6205
6206         * appdomain.c:
6207         * assembly.c:
6208         * gc.c:
6209         * locales.c:
6210         * mono-config.c:
6211         * rand.c: getenv -> g_getenv (windows!)
6212
6213         * process.c: complete_path is also used on non-windows platforms.
6214
6215 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6216
6217         * icall.c: new signature for Process_Start.
6218
6219         * process.[ch]: new signature for Process_Start. If we're on windows
6220         and UseShellExecute is false, we have to search for the program by
6221         ourselves if we don't get a full path.
6222
6223 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
6224
6225         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
6226         marshalling and call CleanUpNativeData if needed. Fixes #58646.
6227
6228 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6229
6230         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
6231         Fixes bug #58373.
6232
6233 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6234
6235         * process.c: use double quotes to quote program name and arguments on
6236         windows. Fixes bug #58575.
6237
6238 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6239
6240         * file-io.c: don't return "." and ".." when using windows Find*File.
6241
6242 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
6243
6244         * marshal.c: Don't pass wrappers to message init because method 
6245         addressed used to lookup metadata. part of remoting[2|3] fix.
6246
6247 2004-05-15  Jackson Harper  <jackson@ximian.com>
6248
6249         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
6250         path is essentially the same as MONO_PATH except that it points to
6251         GACs instead of lib directories.
6252         * loader.h: The user gac is gone so we dont need function to
6253         enable/disable it.
6254         * mono-config.c: user gac option is now gone.
6255         
6256 2004-05-15  Jackson Harper  <jackson@ximian.com>
6257
6258         * culture-info.h: Make defines more consistent, add calendar data
6259         to the culture info table.
6260         * culture-info-tables.h: Add basic calendar data. Basically
6261         everyone gets default gregorian until all the data is
6262         updated.
6263         * locales.c: Use the new consistent defines. Set calendar data for
6264         culture info objects.
6265         * object.h: add a field for calendar data to CultureInfo
6266         
6267 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
6268
6269         * image.c: image->runtime_invoke_cache is keyed on signatures now.
6270         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
6271         a signature.
6272         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
6273         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
6274         an extra param that is the pointer of the method to invoke. The IL for
6275         the invoke method is no longer specific to the method, but to the
6276         signature of the method. Thus, we can share the same code for multiple
6277         methods. This reduces the number of methods that have to be compiled.
6278
6279 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
6280
6281         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
6282
6283         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6284
6285         * icall.c: Optimize Buffer.BlockCopy.
6286
6287 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6288
6289         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
6290         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
6291         quote). Changed them to "MMMM yyyy".
6292
6293 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
6294
6295         * rand.c
6296         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
6297
6298 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
6299
6300         * reflection.h: Updated after changes to managed structures.
6301
6302         * appdomain.c: Bump corlib version.
6303
6304 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6305
6306         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
6307         windows.
6308
6309 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6310
6311         * Makefile.am: link to ../os/libmonoos.la on windows.
6312
6313         * assembly.c:
6314                 -If MONO_DEBUG, warn about non-existing directories in
6315                 MONO_PATH.
6316                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
6317                 compile time variable.
6318                 -Removed init_default_path and call mono_set_rootdir from
6319                 libmonoos.a instead (windows only).
6320
6321         * assembly.h: declare mono_assembly_getrootdir().
6322
6323         * domain.c:
6324         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
6325
6326         * loader.c: s/getenv/g_getenv/
6327
6328 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
6329
6330         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
6331
6332         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
6333
6334         * metadata.h: Add new marshalling conversions.
6335
6336         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
6337         function.
6338
6339         * reflection.c (mono_reflection_get_type): Lookup the type in all
6340         modules of a multi-module assembly. Fixes #58291.
6341
6342 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
6343
6344         * threads.c: Before aborting a background, set the StopRequested
6345         state.  This avoids throwing the Abort exception.
6346         In mono_thread_manage, don't continue with the shutdown until all
6347         aborted threads have actually stopped.
6348
6349 2004-05-10  Jackson Harper  <jackson@ximian.com>
6350
6351         * locales.c: Remove the modifier from culture names.
6352         
6353 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6354
6355         * Makefile.am: monosn is not installed any more. It has been deprecated
6356         in favor of sn.
6357
6358 2004-05-07  Jackson Harper  <jackson@ximian.com>
6359
6360         * locales.c
6361         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
6362         Fix array construction, add bailout if the length is 0.
6363
6364 2004-05-07  Dick Porter  <dick@ximian.com>
6365
6366         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
6367         machine doesn't have a DNS entry.  Patch by Urs Muff
6368         (umuff@quark.com), fixes bug 57928.
6369
6370 2004-05-06  Jackson Harper  <jackson@ximian.com>
6371
6372         * reflection.c: Handle null PublicTokens properly. alloc mem for
6373         assembly names culture so we dont crash when freeing it.
6374         
6375 2004-05-06  Jackson Harper  <jackson@ximian.com>
6376
6377         * assembly.c: Check the usergac when loading with partial names.
6378         
6379 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
6380
6381         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
6382         does nothing for now (not required for Linux/Windows) but the class
6383         library can call it (and a newer or modified runtime could need it).
6384         * icall.c: Registred icall.
6385
6386 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6387
6388         * loader.c: prints a message on module loading error we set MONO_DEBUG
6389         environment variable.
6390
6391 2004-05-05  Jackson Harper  <jackson@ximian.com>
6392
6393         * appdomain.c: Handle PublicKeyToken=null properly.
6394         
6395 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
6396
6397         * environment.c|h: Added icall ves_icall_System_Environment_
6398         GetOSVersionString to get the current OS version as a string.
6399         * icall.c: Registred icall.
6400
6401 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
6402
6403         * object.c: in mono_object_get_virtual_method(), take into account that
6404         non-virtual methods don't have a slot in the vtable. Check needed when
6405         the object is a proxy.
6406
6407 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
6408
6409         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
6410         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
6411
6412         * object.c (mono_class_compute_gc_descriptor): Fix warning.
6413
6414         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
6415         passed when a valuetype is expected.
6416
6417         * object.c (mono_unhandled_exception): Only set the exit code if the
6418         exception happens in the main thread. Fixes thread5.exe.
6419
6420         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
6421         invalid names. Fixes #58047.
6422
6423 2004-05-03  Jackson Harper  <jackson@ximian.com>
6424
6425         * assembly.c: This line was committed accidently and is unneeded.
6426         
6427 2004-05-03  Jackson Harper  <jackson@ximian.com>
6428
6429         * icall.c: Add new icall for Assembly::LoadWithPartialName
6430         * assembly.c/.h: new function that probes the GAC to load partial
6431         assembly names by Paolo Molaro.
6432         
6433 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6434
6435         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
6436         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
6437         (type_get_fully_qualified_name): Added PublicKeyToken when building a
6438         full type name.
6439
6440 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6441
6442         * appdomain.c: fixed check for 'neutral' culture and removed warning.
6443         * reflection.c: fix bug when parsing a full type name and Version is not
6444         the last thing in the string.
6445
6446 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
6447
6448         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
6449         crashes when it is freed.
6450
6451 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6452
6453         * assembly.c: print the compat warning to stderr.
6454
6455 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
6456
6457         * assembly.c (mono_assembly_load_references): Add a compatibility
6458         hack to run old applications that might be still referencing the
6459         3300-based assemblies, only do this for System.xxx.
6460
6461 2004-05-01  Jackson Harper  <jackson@ximian.com>
6462
6463         * appdomain.c: If the culture is neutral we set it to "".
6464         
6465 2004-04-29  Jackson Harper  <jackson@ximian.com>
6466
6467         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
6468
6469 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
6470  
6471         * string-icalls.c: added low overhead function for copying chars
6472         * icall.c: added needed icall for the above function
6473  
6474 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6475
6476         * icall.c: fix return value of get_global_assembly_cache.  Implemented
6477         Environment.GetLogicalDrives.
6478
6479 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
6480
6481         * rand.c: try and talk to egd or prngd
6482         for random bytes if opening devices fail.
6483
6484 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
6485
6486         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
6487         alignment for the type using the native alignment of its members 
6488         instead of using klass->min_align.
6489
6490         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
6491
6492 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6493
6494         * file-io.c:
6495         * socket-io.c: added check for sys/aio.h.
6496
6497 2004-04-28  Dick Porter  <dick@ximian.com>
6498
6499         * threads.c: Don't abort a thread thats already aborting, when
6500         terminating everything.
6501
6502 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6503
6504         * icall.c: added 2 new async calls for Socket.
6505
6506         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
6507         IO on *nix systems.
6508
6509         * threadpool.c: removed unused variable.
6510
6511 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
6512
6513         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
6514
6515 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
6516
6517         * locales.c: put back string_invariant_tolower () and
6518         string_invariant_toupper ().
6519
6520 2004-04-26 David Waite <mass@akuma.org>
6521
6522         * file-io.h:
6523         * socket-io.h:
6524         * threads.h:
6525         * unicode.h: remove comma from end of enumeration declarations
6526
6527 2004-04-26 David Waite <mass@akuma.org>
6528
6529         * debug-mono-symfile.h:
6530         * decimal.c:
6531         * mono_debug.h:
6532         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
6533
6534
6535 2004-04-26  Jackson Harper  <jackson@ximian.com>
6536
6537         * appdomain.c: Increment version number.
6538         
6539 2004-04-26  Jackson Harper  <jackson@ximian.com>
6540
6541         * appdomain.c: Set assembly references public token value when
6542         PublicKeyToken is specified, not the hash_value. Free public token
6543         values when free assembly name data. Previously the public key
6544         token was hex decoded, however we are using hex encoded public key
6545         tokens, so this is not neccasary.
6546         * assembly.c: Lookup assemblies in the gac if their public token
6547         value is set. Add function to allow enabling user gac
6548         lookups. Specify whether or not the assembly was loaded from the
6549         GAC. Compare full assembly names when checking the cache for
6550         assemblies (Temporarily disabled see comment in code). Remove
6551         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
6552         specifies trace-loader they get extra info to stdout on the
6553         loading of assemblies.
6554         * image.h: Add a field for an assembly references public token
6555         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
6556         whether an assembly has been loaded from the GAC.
6557         * image.c: Remove a corlib -> mscorlib name mapping.
6558         * loader.h: Add function to enable/disable the user gac.
6559         * mono-config.c: Check if the usergac is enabled in the config
6560         file.
6561         * icall.c: New icall to determine whether or not an assembly has
6562         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
6563         * tabldefs.h: Add constant for assemblyref flag that specifies a
6564         full public key is used instead of a public token.
6565         * reflection.c: Remove mscorlib -> corlib mappings. Set
6566         PublicTokenValue instead of hash value. This value is a hex
6567         string so it does not need to be expanded.
6568
6569 2004-04-26  Martin Baulig  <martin@ximian.com>
6570
6571         * mono-debug-debugger.c (mono_debugger_initialize): Set
6572         `mono_debugger_initialized' before calling mono_debug_lock().
6573
6574 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
6575
6576         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
6577           InternalToUpper/InternalToLower.
6578         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
6579           removed invariant culture shortcut.  This is now done in managed code.
6580         * locales.c: (string_invariant_toupper/tolower) removed.
6581
6582 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6583
6584         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
6585         Added Poll internal call.
6586
6587         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
6588         call for Poll. Select was too heavy for polling a single socket.
6589
6590         * threadpool.[ch]: added mono_threadpool_cleanup.
6591         * threads.c: use it. Don't use Thread_Abort on windows.
6592
6593 2004-04-23  Martin Baulig  <martin@ximian.com>
6594
6595         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
6596
6597 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
6598
6599         * icall.c: Registred new icalls for key pair protection and added an
6600         icall for Environment.GetFolderPath on Windows.
6601         * security.c|h: Added new icalls for key pair protection.
6602
6603 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6604
6605         * socket-io.c: don't display the non-supported family warning for known
6606         families. Now this is not displayed on windows when checking support
6607         for IPv4/IPv6.
6608
6609 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6610
6611         * class.c: don't display the layout warning for static fields.
6612
6613 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
6614
6615         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
6616         * locales.c, locales.h: Added new icalls for culture-specific
6617         Char.ToLower and Char.ToUpper.
6618
6619 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6620
6621         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
6622         by David Waite.
6623
6624 2004-04-20  Martin Baulig  <martin@ximian.com>
6625
6626         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
6627         of the type name before passing it to mono_reflection_type_from_name().
6628
6629 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
6630
6631         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
6632         encodings here. Fixes #56965.
6633
6634 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
6635
6636         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
6637         fix test on strstr result not that I can see anything that
6638         relies on the result.
6639
6640 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
6641
6642         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
6643         Fixes #57081.
6644
6645         * marshal.c (mono_marshal_get_string_encoding): New helper function.
6646
6647         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
6648         function to determine which marshalling to use for strings. Fixes
6649         #56965.
6650
6651         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
6652
6653         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
6654
6655 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
6656
6657         * icall.c: #include mono-config.h
6658
6659 2004-04-15  Jackson Harper  <jackson@ximian.com>
6660
6661         * culture-info-tables.h: Fix date formats for en-US culture.
6662         
6663 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
6664
6665         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
6666         ThreadPool.SetMinThreads.
6667         * threadpool.c: Implemented ThreadPool.GetMinThreads and
6668         ThreadPool.SetMinThreads.
6669
6670 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
6671
6672         * mono-config.c: also load the .config file in the directory
6673         where the assembly was found.
6674
6675 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
6676
6677         * assembly.c: load per-assembly config files.
6678         * icall.c: decrapified code to get the config dir and moved to
6679         mono-config.c.
6680         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
6681         per-assembly config files. When doing a dll map lookup give precedence
6682         to the per-assembly data.
6683
6684 2004-04-14  Martin Baulig  <martin@ximian.com>
6685
6686         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
6687         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
6688         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
6689
6690         * mono-debugger-debugger.c: While the debugger is locked, remember
6691         whether the symbol tables have changes and send one single
6692         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
6693
6694 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
6695
6696         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
6697
6698         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
6699         function.
6700
6701         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
6702         account when marshalling string arrays. Fixes #56965.
6703
6704 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
6705
6706         * icall.c: Add new icalls mapping for security.
6707         * security.c|h: Add internal calls for WindowsIdentity,
6708         WindowsImpersonationContext and WindowsPrincipal.
6709
6710 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
6711
6712         * class.c: Added comment to ensure the System.MonoDummy class
6713         is removed when no longer necessary
6714
6715 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
6716
6717         * appdomain.c: Pass arguments to the bootstraping exceptions to
6718         minimize JITed methods at boot
6719
6720         * metadata.c (mono_exception_from_name_two_strings): Allow for the
6721         second string to be null.
6722
6723         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
6724         Change the protocol to minimize the JIT methods at startup.  Now
6725         it Returns the internal codepage, if the value of "int_code_page"
6726         is 1 at entry, and we can not compute a suitable code page
6727         number, returns the code page as a string.
6728
6729 2004-04-13  Jackson Harper  <jackson@ximian.com>
6730
6731         * culture-info-tables.h: Fix number of decimal digits for all
6732         english locales.
6733
6734 2004-04-13  Jackson Harper  <jackson@ximian.com>
6735
6736         * icall.c: Clairfy out of sync error message. It is not always
6737         your corlib that is out of sync.
6738
6739 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
6740
6741         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
6742         properties when only the set accessor is overriden. Fixes #55874.
6743
6744 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
6745
6746         * assembly.c (mono_assembly_load_references): Make this thread safe.
6747         Fixes #56327.
6748
6749 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
6750
6751         * monosn.c: Add missing initialization calls.
6752
6753 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
6754
6755         * locales.c:
6756         ves_icall_System_Globalization_CultureInfo_construct_number_format
6757         Fix g_assert so it compiles on fussier compilers re int/ptr
6758         mismatch
6759
6760 2004-04-08  Dick Porter  <dick@ximian.com>
6761
6762         * socket-io.h:
6763         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
6764         53992.  Also rearrange the code so that the internal calls return
6765         an error value and exceptions are thrown from managed code.
6766
6767         * icall.c: Add type info to the socket icalls.
6768
6769 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6770
6771         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
6772         owes me a beer.
6773
6774 2004-04-07  Martin Baulig  <martin@ximian.com>
6775
6776         * class.c (mono_class_from_generic_parameter): Don't default
6777         `klass->parent' to `mono_defaults.object_type'.
6778
6779 2004-04-07  Martin Baulig  <martin@ximian.com>
6780
6781         * reflection.c (mono_reflection_initialize_generic_parameter): Set
6782         `param->pklass->reflection_info'.       
6783
6784 2004-04-07  Jackson Harper  <jackson@ximian.com>
6785
6786         * culture-info-tables.h: Fix date separator symbol.
6787         
6788 2004-04-07  Martin Baulig  <martin@ximian.com>
6789
6790         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
6791         from System.Type to System.MonoType.
6792
6793 2004-04-07  Martin Baulig  <martin@ximian.com>
6794
6795         * reflection.h
6796         (MonoReflectionGenericParam): Added `has_reference_type' and
6797         `has_value_type' fields.
6798
6799         * reflection.c (mono_image_get_generic_param_info): Encode the
6800         correct flags if we have the `class' or `struct' constraint.
6801
6802 2004-04-07  Martin Baulig  <martin@ximian.com>
6803
6804         * reflection.h
6805         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
6806
6807 2004-04-07  Jackson Harper  <jackson@ximian.com>
6808
6809         * appdomain.c: Revert extra patches, just wanted to bump the
6810         version number.
6811         
6812 2004-04-07  Jackson Harper  <jackson@ximian.com>
6813
6814         * Makefile.am: Add culture-info private headers.
6815         * icall.c: Add new icalls for contructing locales.
6816         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
6817         * locales.h: Declare new culture info construction methods.
6818         * object.h: Add new fields used to avoid the CultureMap to
6819         MonoCultureInfo.
6820         * culture-info.h: Definition of structs used in the culture info
6821         tables.
6822         * culture-info-tables.h: Autogenerated tables that contain culture
6823         info data. This file was generated with the locale-builder tool.
6824         * appdomain.c: Incement corlib version number.
6825         
6826 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
6827
6828         * appdomain.c: (mono_runtime_init) move mono_thread_init
6829         to before mono_object_new calls so critical sections
6830         are initialized before use.
6831
6832 2004-04-07  Martin Baulig  <martin@ximian.com>
6833
6834         * icall.c
6835         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
6836         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
6837         (ves_icall_MonoGenericParam_initialize): Removed.
6838         (monogenericparam_icalls): Removed.
6839         (generictypeparambuilder_icalls): Added new table for
6840         System.Reflection.Emit.GenericTypeParameterBuilder.
6841
6842         * reflection.c
6843         (mono_reflection_define_generic_parameter): Removed.
6844         (mono_reflection_initialize_generic_parameter): This is now called
6845         from GenericTypeParameterBuilder's .ctor.
6846
6847 2004-04-06  Martin Baulig  <martin@ximian.com>
6848
6849         * class.c (mono_class_init): Don't inflate nested classes in a
6850         generic instance.
6851         (mono_type_get_name_recurse): Include the generic arguments for
6852         generic instances and generic type declarations.
6853         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
6854         (_mono_class_get_instantiation_name): Removed.
6855         (mono_class_create_generic): Always use `gklass->name' as our name.
6856
6857         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
6858
6859         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
6860         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
6861         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
6862         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
6863         closed generic methods here.
6864
6865         * reflection.c
6866         (mono_reflection_generic_inst_get_nested_types): Removed.
6867         (inflate_mono_method): Copy the generic parameters from the
6868         MonoMethodHeader into out MonoGenericMethod.
6869
6870 2004-04-06  Martin Baulig  <martin@ximian.com>
6871
6872         * row-indexes.h
6873         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
6874
6875         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
6876
6877         * reflection.c (build_compressed_metadata): If we have any entries
6878         in the GenericParam, MethodSpec or GenericParamConstraint tables,
6879         set the header version to 1.1.
6880
6881 2004-04-06  Martin Baulig  <martin@ximian.com>
6882
6883         * class.c (mono_class_init): If we're a generic instance,
6884         initialize our nested classes, too.
6885         (_mono_class_get_instantiation_name): Deal with the new `!%d'
6886         suffix. 
6887
6888 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6889
6890         * process.c: quote the argument passed to the shell on windows.
6891
6892 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
6893
6894         * threads.c (mono_alloc_special_static_data): Allow this to be
6895         called during startup.
6896
6897 2004-04-02  Martin Baulig  <martin@ximian.com>
6898
6899         * icall.c
6900         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
6901
6902 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
6903
6904         * icall.c: Fix build.
6905
6906 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
6907
6908         * Makefile.am: Added security.c|h.
6909         * icall.c: Added icall for get_UserName;
6910         * security.c: New file for security related icalls. Added function
6911         get_UserName for System.Environment (fix #56144).
6912         * security.h: New. Header file for security.c
6913
6914 2004-04-02  Dick Porter  <dick@ximian.com>
6915
6916         * icall.c: Deleted the icalls that were obsoleted some time ago
6917         by the ICU string code, and which were mixed into the icall
6918         rearranging.  Fixes bug 55969.
6919
6920         * string-icalls.h: 
6921         * string-icalls.c: Deleted the code that those icalls reference.
6922
6923 2004-04-01  Martin Baulig  <martin@ximian.com>
6924
6925         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
6926
6927         * class.c (mono_class_from_generic_parameter): Don't set 
6928         TYPE_ATTRIBUTE_INTERFACE.
6929         (my_mono_class_from_generic_parameter): Likewise.
6930
6931 2004-04-01  Martin Baulig  <martin@ximian.com>
6932
6933         * loader.c (find_method): Added an optional `MonoClass *ic'
6934         argument to search in a specific interface.
6935         (mono_get_method_constrained): New public function.
6936
6937 2004-04-01  Martin Baulig  <martin@ximian.com>
6938
6939         * reflection.c (mono_image_get_generic_field_token): Use the
6940         `handleref' cache here.
6941
6942 2004-04-01  Martin Baulig  <martin@ximian.com>
6943
6944         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
6945
6946         * reflection.c (create_generic_typespec): Use the `typespec' hash
6947         here, not the `typeref' one.    
6948
6949 2004-04-01  Martin Baulig  <martin@ximian.com>
6950
6951         * class.c (mono_class_inflate_generic_type): Moved the
6952         functionality into a new static inflate_generic_type() which
6953         returns NULL if it didn't do anything.  Only increment the
6954         `mono_stats.inflated_type_count' if we actually inflated
6955         something.
6956         (mono_class_get_full): Check the classes type to see whether we
6957         need to inflate it; also inflate MONO_TYPE_(M)VAR.
6958
6959 2004-04-01  Jackson Harper  <jackson@ximian.com>
6960
6961         * reflection.c: Set culture for assembly references.
6962         
6963 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
6964
6965         * reflection.[ch], icall.[ch], Fix support for pinning variables.
6966
6967 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6968
6969         * assembly.c:
6970         (do_mono_assembly_open): the critical section also covers
6971         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
6972
6973 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6974
6975         * threads.c:
6976         (mono_manage_threads): abort the background threads when finishing.
6977         Fixes bug #47232.
6978
6979 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6980
6981         * gc.c: only close the done_event handle if there was no timeout.
6982         C-ified comments.
6983
6984 2004-03-30  Martin Baulig  <martin@ximian.com>
6985
6986         * icall.c (icall_entries): It's called "System.Activator", not
6987         "System.Activation".    
6988
6989 2004-03-30  Martin Baulig  <martin@ximian.com>
6990
6991         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
6992         (mono_class_create_from_typespec): Likewise.
6993
6994 2004-03-30  Martin Baulig  <martin@ximian.com>
6995
6996         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
6997         `has_ctor_constraint' and `initialized'.
6998
6999 2004-03-30  Martin Baulig  <martin@ximian.com>
7000
7001         * reflection.c (encode_new_constraint): New static function to add
7002         the constructor constraint attribute to a type parameter.
7003         (encode_constraints): Call encode_new_constraint() if necessary.
7004
7005         * reflection.h
7006         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
7007
7008         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
7009         
7010 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
7011
7012         * reflection.c, icall.c: add support for pinning variables. 
7013
7014 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
7015
7016         * marshal.c (mono_marshal_get_managed_wrapper):
7017         init bool local with zero rather than null.
7018
7019 2004-03-29  Martin Baulig  <martin@ximian.com>
7020
7021         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
7022         the "official" behavior here.
7023         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
7024
7025 2004-03-29  Martin Baulig  <martin@ximian.com>
7026
7027         * icall.c: Reflect latest API changes.
7028
7029 2004-03-29  Martin Baulig  <martin@ximian.com>
7030
7031         * loader.c (mono_get_method_from_token): Also call
7032         mono_metadata_load_generic_params () for abstract and interface
7033         methods; replace the type arguments in the method signature with
7034         the ones which are loaded from the metadata.
7035
7036 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
7037
7038         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
7039         of the lock is not the current thread. MS.NET don't do it, in spite of
7040         what the documentation says. See bug #56157.
7041
7042 2004-03-28  Martin Baulig  <martin@ximian.com>
7043
7044         * class.c (mono_class_init): Don't call init_properties() and
7045         init_events() for generic instances; set `prop->parent' when
7046         inflating properties.
7047
7048         * reflection.c (mono_generic_inst_get_object): Call
7049         `mono_class_init (ginst->klass)'.
7050         (mono_type_get_object): Only create a MonoGenericInst if your
7051         generic type is a TypeBuilder.
7052         (do_mono_reflection_bind_generic_parameters): Only set
7053         `ginst->is_dynamic' if our generic type is a TypeBuilder.
7054
7055 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
7056
7057         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
7058         Fixes #56091.
7059
7060 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7061
7062         * icall.c: added Kill_internal icall.
7063         * process.[ch]: added Kill_internal icall.
7064
7065 2004-03-25  Martin Baulig  <martin@ximian.com>
7066
7067         * class.h (MonoStats): Added `generic_instance_count',
7068         `inflated_method_count', `inflated_type_count' and
7069         `generics_metadata_size'.       
7070
7071 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7072
7073         * reflection.c: no warnings now.
7074
7075 2004-03-25  Martin Baulig  <martin@ximian.com>
7076
7077         * class.c (mono_class_get_full): New public function; does a
7078         mono_class_get(), but also takes a `MonoGenericContext *'.
7079
7080         * loader.c (mono_field_from_memberref): Renamed to
7081         `field_from_memberref', made static and added `MonoGenericContext *'
7082         argument.
7083         (mono_field_from_token): Added `MonoGenericInst *' argument.
7084         (method_from_memberef): Likewise.
7085         (mono_get_method_from_token): Likewise.
7086         (mono_get_method_full): New public function; does a
7087         mono_get_method(), but also takes a `MonoGenericContext *'.
7088
7089         * verify.c (mono_method_verify): Get the method's generic context
7090         and pass it to mono_field_from_token(), mono_get_method_full() and
7091         mono_class_get_full().
7092
7093 2004-03-25  Martin Baulig  <martin@ximian.com>
7094
7095         * class.c (mono_class_inflate_generic_type): Take a
7096         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
7097         `MonoGenericMethod *'.
7098
7099 2004-03-25  Martin Baulig  <martin@ximian.com>
7100
7101         * loader.h (MonoMethodInflated): Store the MonoGenericContext
7102         instead of the MonoGenericMethod here.
7103
7104 2004-03-25  Martin Baulig  <martin@ximian.com>
7105
7106         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
7107         each time we create a new MonoGenericInst, we also create a new
7108         context which points back to us.
7109
7110         * class.c (inflate_method): Use `ginst->context' instead of
7111         creating a new context.
7112
7113         * loader.c (method_from_memberref): Use
7114         `klass->generic_inst->context' instead of creating a new context.
7115
7116 2004-03-25  Martin Baulig  <martin@ximian.com>
7117
7118         * class.h (MonoGenericContext): New struct.
7119         (MonoGenericMethod): Removed `generic_inst'.
7120
7121         * class.c (mono_class_inflate_generic_method): Take a
7122         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
7123
7124 2004-03-25  Martin Baulig  <martin@ximian.com>
7125
7126         * loader.h (MonoMethodInflated): New typedef.
7127
7128         * metadata.h (MonoMethodSignature): Removed `gen_method', make
7129         `generic_param_count' consume just 30 bits, added `is_inflated'
7130         and `has_type_parameters' flags (one bit each).
7131
7132         * class.c (mono_class_inflate_generic_method): Create a
7133         MonoMethodInflated instead of a MonoMethodNormal and set
7134         `is_inflated' in the method signature.
7135
7136         * class.h (MonoGenericMethod): Removed `generic_method'.
7137
7138 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
7139
7140         * image.c: Make sure the name of a MonoImage is always an absolute path.
7141           This fixes bug #54415.
7142
7143 2004-03-24  Martin Baulig  <martin@ximian.com>
7144
7145         * class.c (mono_class_setup_vtable): If we're a generic instance,
7146         use our generic type's vtable size.
7147
7148 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
7149
7150         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
7151         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
7152         problems.
7153
7154 2004-03-23  Martin Baulig  <martin@ximian.com>
7155
7156         * class.h (MonoDynamicGenericInst): Added `int count_events' and
7157         `MonoEvent *events'.
7158
7159         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
7160         (typebuilder_icalls): Added "get_event_info"; calls
7161         mono_reflection_event_builder_get_event_info(). 
7162
7163         * reflection.c (mono_reflection_generic_inst_initialize): Added
7164         `MonoArray *events'.
7165         (mono_reflection_event_builder_get_event_info): New function.
7166
7167 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
7168
7169         * object.h: add mono_type_initialization_init
7170
7171         * object.c (mono_runtime_class_init): 
7172         implement class constructor synchronization rules
7173         to cope with threading issues.  
7174         add mono_type_initialization_init
7175
7176         * appdomain.c (mono_runtime_init): call 
7177         mono_type_initialization_init
7178
7179         * class.h: removing initializing field from MonoVTable
7180
7181 2004-03-23  Martin Baulig  <martin@ximian.com>
7182
7183         * class.c (my_mono_class_from_generic_parameter): Use
7184         `param->name' if it's not NULL. 
7185
7186 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
7187
7188         * class.c: do not insert non-virtual methods in the vtable.
7189         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
7190         that means the method is non-virtual. This never would have
7191         happened before.
7192
7193 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
7194
7195         * profiler.c: Added lock for accessing coverage_hash.
7196
7197 2004-03-22  Martin Baulig  <martin@ximian.com>
7198
7199         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
7200         `method->method->signature->generic_param_count != 0' to make it
7201         work for interface methods.
7202
7203 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7204
7205         * process.c: quote the string passed to the shell using g_shell_quote.
7206
7207 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7208
7209         * threads.c:
7210         (mono_threads_manage): don't remove the finalizer thread and self
7211         from the threads hash table so that mono_thread_manage can be called
7212         more than once.
7213
7214 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7215
7216         * process.c: quote the arguments when UseShellExecute is true. Fixes
7217         bug #55790.
7218
7219 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7220
7221         * threads.c: set mono_thread_detach as a cleanup routine for every
7222         thread. This way it's always executed upon thread termination, either
7223         aborted or finished normally. No more xsp hangs!
7224
7225 2004-03-17  Martin Baulig  <martin@ximian.com>
7226
7227         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
7228         `int count_nested' and a `MonoType **nested'.
7229
7230         * reflection.c (mono_reflection_bind_generic_parameters): Moved
7231         most of the functionality into a new static
7232         do_mono_reflection_bind_generic_parameters() and don't take a
7233         `MonoType *nested_in' argument any more.  Don't compute nested
7234         types here.
7235         (mono_reflection_generic_inst_get_nested_types): New public method
7236         to get nested types.
7237
7238         * class.c (mono_class_create_generic): Set `klass->nested_in' if
7239         we're a nested class.
7240
7241         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
7242         mono_reflection_generic_inst_get_nested_types() to compute the
7243         nested types.
7244
7245 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
7246
7247         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
7248         descriptive error message under windows.
7249         
7250 2004-03-17  Martin Baulig  <martin@ximian.com>
7251
7252         * class.c (dup_type): Added `const MonoType *original' argument;
7253         copy the attrs from the original type.
7254
7255 2004-03-17  Martin Baulig  <martin@ximian.com>
7256
7257         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
7258         `m->generic_inst_cache' here.
7259
7260 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
7261
7262         * exception.h exception.c: Add stack_overflow_exception.
7263
7264 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7265
7266         * threadpool.c:
7267         (overlapped_callback): call SetEvent *after* invoking the callback.
7268         No need to call CloseHandle.
7269
7270 2004-03-16  Martin Baulig  <martin@ximian.com>
7271
7272         * reflection.c (mono_image_get_fieldref_token): Take a
7273         `MonoReflectionField *' instead of a `MonoClassField *' and a
7274         `MonoClass *'; store the `MonoReflectionField *' in the hash.
7275
7276 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7277
7278         * appdomain.c: don't add the culture to the filename we're looking for
7279         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
7280
7281 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7282
7283         * locales.c: don't ignore symbols when doing case insensitive compares.
7284         Thanks Dick! Fixes bug #54046.
7285
7286         * threads.c: surround 'threads' usage with enter/leave in
7287         mono_thread_manage.
7288
7289 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
7290
7291         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
7292         implicitly marshalled as [Out]. Fixes #55450.
7293
7294         (mono_marshal_get_runtime_invoke): Zero out the result if there is
7295         an exception.
7296
7297 2004-03-16  Martin Baulig  <martin@ximian.com>
7298
7299         * class.c (mono_class_from_generic_parameter): Use the actual
7300         parameter name. 
7301
7302 2004-03-16  Martin Baulig  <martin@ximian.com>
7303
7304         * reflection.c (type_get_signature_size): New static function.
7305         Compues the size of the type in a method signature.
7306         (method_get_signature_size): New static function; calls
7307         type_get_signature_size() to compute the actual size of the
7308         method's signature.
7309         (method_encode_signature): Use method_get_signature_size() to get
7310         the signature's size rather than using `nparams * 10'.
7311
7312 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7313
7314         * file-io.h: define here WapiOverlapped on windows. I don't want the
7315         regular OVERLAPPED one.
7316
7317         * file-io.c:
7318         * threadpool.c: somehow, BindIoCompletionCallback is not found.
7319         Disabling AIO on windows.
7320
7321 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7322
7323         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
7324         bug #55385.
7325
7326 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7327
7328         * appdomain.c: upgraded corlib version.
7329
7330         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
7331         and BeginWrite. Allow opening files for asynchrnous operations.
7332
7333         * file-io.h: new struct that maps FileStreamAsyncResult.
7334         * icall.c: added new icalls.
7335         * process.[ch]: support setting child process environment variables
7336         and use the SHELL or COMSPEC when UseShellExecute is true.
7337
7338         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
7339         callback for async. IO is here and also BindHandle.
7340
7341         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
7342         from here.
7343
7344 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
7345
7346         * reflection.c (create_custom_attr): Allow len == 0.
7347
7348         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
7349         computation on big-endian machines.
7350
7351 2004-03-13  Martin Baulig  <martin@ximian.com>
7352
7353         * class.h (MonoGenericInst): Added `int count_ifaces'.
7354
7355         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
7356         `ginst->count_ifaces' instead `klass->interface_count' since we
7357         may get called before the vtable is created.
7358
7359         * loader.c (mono_method_get_param_names): If we're a generic
7360         instance, return and don't initialize the class.
7361
7362         * reflection.c (mono_reflection_setup_generic_class): Don't call
7363         ensure_runtime_vtable().
7364         (mono_reflection_bind_generic_parameters): Set
7365         `ginst->count_ifaces'.
7366
7367 2004-03-11  Jackson Harper <jackson@ximian.com>
7368
7369         * icall.c:
7370         * unicode.c:
7371         * unicode.h: Remove unused System.Char icalls.
7372         
7373 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
7374
7375         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
7376         code when we P/Invoke the first library in Windows.Forms, instead
7377         of when we first open the assembly.
7378
7379         * assembly.c: Drop the lookup from here.
7380
7381 2004-03-10  Martin Baulig  <martin@ximian.com>
7382
7383         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
7384         class for properties, fields and events.  Finally fixes #54945.
7385
7386 2004-03-10  Martin Baulig  <martin@ximian.com>
7387
7388         * metadata.c (mono_metadata_class_equal): New static function;
7389         checks whether two generic instances or two generic parameters are
7390         equal.
7391         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
7392         compare classes.        
7393
7394 2004-03-10  Martin Baulig  <martin@ximian.com>
7395
7396         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
7397
7398         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
7399         argument and write it into the `reflection_info' field.
7400
7401         * icall.c
7402         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
7403         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
7404
7405 2004-03-09  Jackson Harper  <jackson@ximian.com>
7406
7407         * char-conversions.h: use 8 bits for numeric data its all we need
7408         * icall.c: numeric data is only 8 bits now.
7409
7410 2004-03-09  Martin Baulig  <martin@ximian.com>
7411
7412         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
7413
7414         * class.c (init_properties, init_events): Initialize the new
7415         `parent' field.
7416
7417         * reflection.c (typebuilder_setup_properties): Likewise.
7418         (typebuilder_setup_events): Likewise.
7419
7420         * reflection.h (MonoEventInfo): Replaced `parent with
7421         `declaring_type' and `reflected_type'.
7422
7423         * icall.c (ves_icall_get_property_info): Distinguish between
7424         declaring and reflected type.
7425         (ves_icall_get_event_info): Likewise.
7426
7427 2004-03-09  Martin Baulig  <martin@ximian.com>
7428
7429         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
7430         (ves_icall_Type_GetField): Correctly set field->klass.
7431
7432 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
7433
7434         * loader.h: Fix warning.
7435
7436 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
7437
7438         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
7439         library routine if present.  Notice that it will still continue
7440         executing even if its missing, for those working on the Gtk#
7441         edition of Windows.Forms.
7442
7443         * assembly.c (do_mono_assembly_open): If loading the
7444         System.Windows.Forms call mono_loader_wini_init.
7445
7446 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
7447
7448         * class.h: Added MonoRemoteClass struct.
7449         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
7450         function for MonoStrings.
7451         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
7452         Added internal call for getting the proxy type.
7453         * marshal.c: Get the type of transparent proxies from its remote_class.
7454         Added methods that generate the IL for type checks and casts:
7455         mono_marshal_get_isinst, mono_marshal_get_castclass, 
7456         mono_marshal_get_proxy_cancast.
7457         * marshal.h: Declaration of the previous new methods.
7458         * object.c: Added new moethods for creating and updating MonoRemoteClass
7459         instances: mono_remote_class, mono_upgrade_remote_class, 
7460         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
7461         * verify.c: FIx transparent_proxy_fields layout.
7462         * appdomain.c: Bump corlib version.
7463
7464 2004-03-04  Jackson Harper  <jackson@ximian.com>
7465
7466         * icall.c: Add icall to access char conversion tables.
7467         * char-conversions.h: Character conversion tables.
7468         * Makefile.am: Add char-conversions.h private header file.
7469         
7470 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
7471
7472         * appdomain.c (unload_thread_main): Increase unloading timeout to
7473         10 sec as a temporary workaround for Nant problems.
7474
7475 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
7476
7477         * gc.c: Add checks for GC_enable and GC_disable.
7478
7479         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
7480         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
7481         (bug #54988).
7482         
7483 2004-02-27  Martin Baulig  <martin@ximian.com>
7484
7485         * reflection.c (mono_reflection_bind_generic_parameters): Take a
7486         `MonoReflectionType *' instead of a `MonoType *'.
7487
7488 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
7489
7490         * gc.c (run_finalize): Avoid finalizing the object representing the
7491         finalizer thread.
7492         (finalizer_thread): Fix warning.
7493
7494 2004-02-25  Martin Baulig  <martin@ximian.com>
7495
7496         * class.c (_mono_class_get_instantiation_name): Added `int offset'
7497         argument for nested types.
7498         (mono_class_create_generic): Added support for nested generictypes.
7499
7500         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
7501         `GList *nested'.
7502
7503         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
7504
7505         * reflection.c (method_encode_signature): Increase the minimum
7506         value of `size' from 10 to 11.
7507         (mono_reflection_bind_generic_parameters): Take `int type_argc'
7508         and `MonoType **types' arguments instead of the `MonoArray
7509         *types'; added `MonoType *nested_in'.  Recursively instantiate
7510         nested classes. 
7511
7512 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
7513
7514         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
7515         stack_overflow_ex members which are used by exception handling.
7516
7517         * appdomain.c (mono_runtime_init): Initialize the new members.
7518
7519         * gc.c (mono_gc_enable): New helper function.
7520         * gc.c (mono_gc_disable): New helper function.
7521
7522 2004-02-23  Martin Baulig  <martin@ximian.com>
7523
7524         * icall.c: I must have been really stupid - make it actually work
7525         this time ;-)
7526
7527 2004-02-23  Martin Baulig  <martin@ximian.com>
7528
7529         * loader.c (method_from_memberref): Only inflate the method if
7530         it's in another klass.
7531
7532 2004-02-23  Martin Baulig  <martin@ximian.com>
7533
7534         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
7535         (mono_class_init): If we're a generic instance and an interface,
7536         compute `class->interface_id'; also create `class->interfaces'
7537         here and inflate them.
7538
7539         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
7540         `ginst->is_open'.
7541         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
7542
7543         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
7544
7545 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
7546
7547         * reflection.c (method_encode_code): Improved the error message
7548         generated by the exception.
7549
7550 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7551
7552         * icall.c: Martin did not do what he said in the ChangeLog for
7553         2004-02-18, but put back the changes for properties and events.
7554         Commenting those changes out again and adding comment to bug #54518.
7555         
7556         * process.c: removed warning.
7557
7558 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
7559
7560         * marshal.c (emit_struct_conv): Print an error message instead of
7561         asserting when a type does not have the StructLayout attribute.
7562
7563 2004-02-20  Martin Baulig  <martin@ximian.com>
7564
7565         * reflection.c (mono_type_get_object): Also use the cache for
7566         generic instances.
7567         (mono_reflection_bind_generic_parameters): Always compute
7568         `ginst->ifaces'.        
7569
7570 2004-02-20  Martin Baulig  <martin@ximian.com>
7571
7572         * class.h (MonoGenericMethod): Removed `klass'.
7573
7574         * class.c (mono_class_inflate_generic_method): Added `MonoClass
7575         *klass' argument.
7576
7577 2004-02-20  Martin Baulig  <martin@ximian.com>
7578
7579         * reflection.c (method_encode_methodspec): Actually use the
7580         uninflated signature for the memberref.
7581
7582 2004-02-20  Martin Baulig  <martin@ximian.com>
7583
7584         * class.h (MonoGenericMethod): Removed `declaring'.
7585
7586         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
7587         is NULL, compute it here.
7588
7589 2004-02-20  Martin Baulig  <martin@ximian.com>
7590
7591         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
7592
7593         * metadata.c (mono_metadata_generic_inst_hash): New method.
7594         (mono_metadata_generic_inst_equal): New method.
7595
7596         * reflection.c (mono_reflection_bind_generic_parameters): Use the
7597         `klass->image->generic_inst_cache' cache to avoid creating
7598         duplicate MonoGenericInst's.
7599
7600         * class.c (mono_class_inflate_generic_type): Use the cache.
7601
7602 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
7603
7604         * object.c: fixed gc descriptor calculation for embedded valuetypes.
7605
7606 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7607
7608         * icall.c: added Socket.WSAIoctl icall.
7609
7610         * socket-io.[ch]: implemented
7611         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
7612
7613 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
7614
7615         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
7616
7617 2004-02-18  Urs C Muff  <umuff@quark.com>
7618
7619         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
7620         this work on PPC and other big-endian architectures.
7621
7622         * debug-mono-symfile.h: Prepended the names of all the `guint32'
7623         fields with an underscore to make sure they're only accessed by
7624         the read32() macro.
7625
7626 2004-02-18  Martin Baulig  <martin@ximian.com>
7627
7628         * icall.c: Put the klass->refclass changes back for methods and
7629         fields, but not for properties and events.  We're currently not
7630         distinguishing between DeclaringType and ReflectedType for
7631         properties and events, that's what caused the regressions.
7632
7633 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7634
7635         * object.c:
7636         (mono_async_result_new): the handle can be NULL.
7637
7638         * threadpool.c: Use an event instead of a semaphore, don't initialize
7639         it until needed. This saves quite a few semaphores from being created
7640         when using the threadpool.
7641
7642 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
7643
7644         * object.c (mono_string_is_interned_lookup): Fix interning of long
7645         strings. Fixes #54473.
7646
7647         * domain.c (ldstr_equal): Optimize if the two strings are equal.
7648
7649         * icall.c: Revert the klass->refclass changes since they introduce
7650         regressions (bug #54518).
7651
7652 2004-02-18  Martin Baulig  <martin@ximian.com>
7653
7654         * class.c (mono_class_init): If we're a generic instance and don't
7655         come from a TypeBuilder, inflate our members here.
7656         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
7657         (mono_class_create_generic): New public method.
7658         (mono_class_initialize_generic): Removed.
7659         (get_instantiation_name): Renamed to
7660         _mono_class_get_instantiation_name() and made it public.
7661
7662 2004-02-18  Martin Baulig  <martin@ximian.com>
7663
7664         * class.c (mono_class_inflate_generic_type): Clear the new
7665         instance's `nginst->klass' when inflating a generic instance.
7666         (mono_class_is_subclass_of): Added (basic) support for generic
7667         instances.
7668
7669 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
7670
7671         * appdomain.h, domain.c: use a MonoCodeManager instead of a
7672         MonoMempool to hold compiled native code.
7673
7674 2004-02-17  Martin Baulig  <martin@ximian.com>
7675
7676         * class.h (MonoDynamicGenericInst): Added `count_properties' and
7677         `properties'.
7678
7679         * reflection.c (mono_reflection_generic_inst_initialize): Added
7680         `MonoArray *properties' argument.
7681
7682         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
7683
7684 2004-02-17  Martin Baulig  <martin@ximian.com>
7685
7686         * icall.c (ves_icall_Type_GetFields): Renamed to
7687         ves_icall_Type_GetFields_internal() and added a
7688         `MonoReflectionType *rtype' argument; pass it to
7689         mono_field_get_object() to set the field's "reflected" type.
7690         (ves_icall_Type_GetConstructors): Likewise.
7691         (ves_icall_Type_GetEvents): Likewise.
7692         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
7693         argument; pass it to mono_method_get_object() to set the method's
7694         "reflected" type.       
7695
7696 2004-02-17  Martin Baulig  <martin@ximian.com>
7697
7698         * class.h (MonoDynamicGenericInst): New type.
7699         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
7700
7701         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
7702         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
7703         (ves_icall_MonoGenericInst_GetFields): New interncall.
7704
7705         * class.c (mono_class_from_generic): Don't call
7706         mono_class_initialize_generic() if this is a dynamic instance;
7707         ie. it's being created from a TypeBuilder.
7708         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
7709         `class->byval_arg.type'.
7710
7711         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
7712         to `inflate_method' and made static.
7713         (mono_reflection_inflate_field): Removed.
7714         (mono_reflection_generic_inst_initialize): New public method.
7715
7716         * reflection.h (MonoReflectionGenericInst): Removed `methods',
7717         `ctors' and `fields'; added `initialized'.
7718
7719 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
7720
7721         * debug-helpers.c (mono_method_full_name): Fix output for empty
7722         namespaces.
7723
7724 2004-02-12  Martin Baulig  <martin@ximian.com>
7725
7726         * class.h (MonoClassField): Added `MonoType *generic_type'.
7727
7728         * reflection.c (mono_image_get_fieldref_token): Added support for
7729         instantiated generic types.
7730         (field_encode_inflated_field): Removed.
7731         (mono_image_get_inflated_field_token): Removed.
7732         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
7733
7734         * reflection.h (MonoReflectionInflatedField): Removed.
7735
7736 2004-02-12  Martin Baulig  <martin@ximian.com>
7737
7738         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
7739         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
7740
7741         * reflection.c (mono_image_get_methodspec_token): Take a
7742         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
7743         (mono_image_create_token): Check whether we have a
7744         `method->signature->gen_method' and call
7745         mono_image_get_methodspec_token() if appropriate.
7746         (inflated_method_get_object): Removed.
7747         (mono_reflection_bind_generic_method_parameters): Return a
7748         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
7749         (mono_reflection_inflate_method_or_ctor): Likewise.
7750
7751         * reflection.h (MonoReflectionInflatedMethod): Removed.
7752
7753 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
7754
7755         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
7756         for custom valuetype marshalling.
7757
7758         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
7759
7760 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7761
7762         * icall.c: fixed WSAGetLastError_internal name.
7763
7764 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
7765
7766         * threads.c (mono_thread_attach): Allow this to be called multiple
7767         times for a thread.
7768         
7769         * threads.c (build_wait_tids): Do not wait for ourselves.
7770
7771         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
7772         appdomain list is empty.
7773
7774         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
7775         memory returned by mono_string_builder_to_utf16, since it points into
7776         managed memory. Thanks to Bernie Solomon for noticing this.
7777
7778         * icall.c: Add AppDomainSetup icalls.
7779
7780         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
7781
7782         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
7783         types.
7784
7785         * reflection.c (reflection_methodbuilder_to_mono_method): Save
7786         custom attributes to the method_aux struct. Also fix array indexes etc.
7787
7788         * loader.c (mono_method_get_param_names): Make dynamic case work again.
7789         
7790 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
7791
7792         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
7793         (both static and runtime) and reduce startup time.
7794
7795 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
7796
7797         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
7798         AsAny marshalling conversion instead of crashing.
7799
7800         * marshal.c: Fix warnings.
7801
7802 2004-02-09  Martin Baulig  <martin@ximian.com>
7803
7804         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
7805
7806         * reflection.h (MonoReflectionInflatedMethod): Removed the
7807         `declaring' field, it's now in the unmanaged MonoGenericMethod.
7808
7809         * reflection.c (method_encode_methodspec): Removed the `method'
7810         argument; we get it from `gmethod->declaring'.
7811         (inflated_method_get_object): Removed the `declaring' argument.
7812
7813 2004-02-09  Martin Baulig  <martin@ximian.com>
7814
7815         * class.h (MonoGenericMethod): New type.
7816         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
7817         `generic_method'.
7818
7819         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
7820         a `MonoGenericMethod *gen_method' one.
7821
7822         * class.c (mono_class_inflate_generic_type): Take an additional
7823         `MonoGenericMethod * argument.  This is only non-NULL if we're
7824         inflating types for a generic method.   
7825         (mono_class_inflate_generic_signature): Renamed to
7826         inflate_generic_signature() and made static; take a
7827         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
7828         (inflate_generic_header): Take a `MonoGenericMethod *' argument
7829         instead of a `MonoGenericInst *' one.
7830         (mono_class_inflate_generic_method): Likewise.
7831
7832         * reflection.c (encode_generic_method_sig): Take a
7833         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
7834         (method_encode_methodspec): Likewise.
7835         (inflated_method_get_object): Likewise. 
7836
7837         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
7838         field with a `MonoGenericMethod *gmethod' one.  
7839
7840 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
7841
7842         * class.h (mono_class_has_parent): add parens to expansion
7843         so you can ! this.
7844
7845 2004-02-08  Martin Baulig  <martin@ximian.com>
7846
7847         * image.h (MonoImage): Removed `generics_cache'.
7848
7849         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
7850         instead of a `MonoType *' argument; removed the `inflate_methods'
7851         argument.  Don't inflate methods here.
7852
7853         * loader.c (find_method): If it's a generic instance, call
7854         mono_class_init() on the `sclass->generic_inst->generic_type'.
7855
7856         * metadata.c (mono_type_size): Make this work on uninitialized
7857         generic instances; call it on the `ginst->generic_type's class.
7858
7859         * reflection.c (mono_reflection_bind_generic_parameters): Call
7860         mono_class_from_generic() to create the `ginst->klass'.
7861
7862 2004-02-08  Martin Baulig  <martin@ximian.com>
7863
7864         * class.h (MonoClass): Changed type of `generic_inst' from
7865         `MonoType *' to `MonoGenericInst *'.
7866
7867 2004-02-08  Martin Baulig  <martin@ximian.com>
7868
7869         * icall.c (ves_icall_Type_BindGenericParameters): Just call
7870         mono_type_get_object(), this is now creating a `MonoGenericInst'
7871         for MONO_TYPE_GENERICINST.
7872         (ves_icall_MonoGenericInst_GetParentType): Likewise.
7873         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
7874
7875         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
7876         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
7877         (inflated_method_get_object): Added `MonoClass *refclass' argument.
7878         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
7879         and reflected type.
7880
7881         * reflection.h (MonoReflectionInflatedMethod): Removed
7882         `declaring_type' and `reflected_type'.
7883
7884 2004-02-08  Martin Baulig  <martin@ximian.com>
7885
7886         * class.h (MonoGenericInst): Added `MonoType *parent' and
7887         `MonoType **ifaces'.
7888
7889         * reflection.h (MonoReflectionGenericInst): Removed `klass',
7890         `parent' and `interfaces'.
7891
7892         * reflection.c (mono_reflection_bind_generic_parameters): Take a
7893         `MonoType *' argument and return a `MonoType *'.
7894
7895         * icall.c
7896         (ves_icall_MonoGenericInst_GetParentType): New interncall.
7897         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
7898
7899 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
7900
7901         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
7902         valuetype marshalling.
7903
7904 2004-02-06  Martin Baulig  <martin@ximian.com>
7905
7906         * class.c
7907         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
7908         (my_mono_class_from_generic_parameter): Likewise.
7909
7910 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
7911
7912         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
7913         contents of the symbol files lazily.
7914
7915         * object.h (MonoThread): Add 'name' and 'name_len' fields.
7916
7917         * threads.h threads.c icall.c: New icalls for getting and setting the
7918         threads name.
7919
7920 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
7921
7922         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
7923         Raise an exception when the domain is not found.
7924
7925 2004-02-03  Martin Baulig  <martin@ximian.com>
7926
7927         * reflection.c (mono_image_get_methodspec_token): Use the
7928         uninflated signature; fixes gen-33.
7929
7930 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
7931
7932         * gc.c threads.c: Make the finalizer thread a normal managed thread so
7933         the finalizer code can use thread functionality.
7934
7935         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
7936         the finalizer thread.
7937
7938         * threads.c: Make some functions more robust.
7939
7940         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
7941
7942         * metadata.h: Add new marshalling conventions.
7943
7944         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
7945         stringbuilder marshalling. Fixes #53700.
7946
7947         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
7948
7949         * reflection.c (mono_image_get_type_info): Save declarative security
7950         info.
7951
7952         * reflection.c (mono_image_get_field_info): Handle uninitialized 
7953         unmanaged fields as well.
7954
7955         * appdomain.c: Bump corlib version.
7956
7957 2004-02-01  Martin Baulig  <martin@ximian.com>
7958
7959         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
7960         method type arguments.  
7961
7962 2004-01-30  Duncan Mak  <duncan@ximian.com>
7963
7964         * marshal.h: Add prototype for
7965         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
7966         and
7967         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
7968         fix the build.
7969
7970 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
7971
7972         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
7973         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
7974
7975 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
7976
7977         * marshal.c (mono_marshal_get_native_wrapper): Add support for
7978         custom marshalling of valuetypes.
7979
7980         * marshal.c: Fix some warnings.
7981
7982 2004-01-29  Martin Baulig  <martin@ximian.com>
7983
7984         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
7985         for generic method parameters.
7986
7987         * reflection.c (method_encode_methodspec): Write the uninflated
7988         signature into the methodspec table.
7989         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
7990         is always the uninflated method.
7991         (reflection_methodbuilder_to_mono_method): Copy the generic
7992         parameters from the MethodBuilder into `header->gen_params'.
7993
7994 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
7995
7996         * class.c (mono_class_from_generic_parameter): Fix warning.
7997
7998 2004-01-27  Martin Baulig  <martin@ximian.com>
7999
8000         * class.c (mono_class_from_generic_parameter): Don't create
8001         `klass->methods' here.  
8002
8003 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
8004
8005         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
8006         extension since it does not work with libraries named lib<FOO>.dll.so.
8007
8008 2004-01-25  Martin Baulig  <martin@ximian.com>
8009
8010         * class.c (mono_class_inflate_generic_type): Added support for
8011         MONO_TYPE_GENERICINST.
8012
8013         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
8014         inflate methods on open constructed types.      
8015
8016 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8017
8018         * object.c: fire ProcessExit event in the root AppDomain after running
8019         Main. Fixes bug #53299.
8020
8021 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
8022
8023         * socket-io.c: include the new socket-wrappers.h header.
8024         Use the wrappers instead of the unix socket functions to make the code
8025         more clear.
8026
8027 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
8028
8029         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
8030
8031         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
8032         Fixes #22532.
8033
8034 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
8035
8036         * reflection.c (mono_image_create_pefile): Handle the case when the
8037         entry point is not a MethodBuilder.
8038
8039         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
8040         field to ReflectionMethod since it is not allways a builder.
8041
8042         * reflection.c (type_get_fully_qualified_name): New helper function to
8043         return the fully qualified name of a type.
8044
8045         * reflection.c (encode_marshal_blob): Always emit the fully qualified
8046         type name for custom marshallers.
8047
8048         * reflection.c (mono_marshal_spec_from_builder): Ditto.
8049
8050         * class.c (mono_class_setup_vtable): If a parent class already 
8051         implements an interface, use the implementing methods from that class.
8052         Fixes #53148.
8053
8054 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8055
8056         * threadpool.c: just return instead of ExitThread to allow for thread
8057         clean up earlier.
8058
8059 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
8060
8061         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
8062         when closing resource modules.
8063
8064         * reflection.c (mono_image_create_pefile): Handle the case when the
8065         entry point is not a MethodBuilder.
8066
8067         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
8068         field to ReflectionMethod since it is not allways a builder.
8069
8070 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
8071
8072         * marshal.c (mono_marshal_get_managed_wrapper): 
8073         mono_marshal_alloc takes native int so CONV_I
8074         the arg for 64bits.
8075
8076 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
8077
8078         * reflection.c (fixup_cattrs): New function to fixup the methoddef
8079         tokens in the cattr table. Fixes #53108.
8080
8081 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8082
8083         * loader.c: don't trim ".dll" before looking up in the config file.
8084         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
8085
8086 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
8087
8088         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
8089         Return the module which contains the resource as well.
8090         (ves_icall_System_Reflection_Module_Close): New icall.
8091
8092         * appdomain.c: Bump corlib version number.
8093
8094         * image.c (mono_image_addref): New public function.
8095
8096         * assembly.c: Call mono_image_addref.
8097
8098         * reflection.c (mono_module_get_object): Increase reference count of 
8099         the image.
8100
8101         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
8102         Fixes #22532.
8103
8104         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
8105         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
8106         proper exceptions on DllImport problems.
8107
8108 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
8109
8110         * class.c, metadata.c: eliminate CSIZE macro.
8111
8112 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
8113
8114         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
8115         * object.h: Added async_callback field in MonoAsyncResult.
8116         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
8117         * verify.c: Added async_callback in MonoAsyncResult layout.
8118
8119 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
8120
8121         * reflection.c (mono_reflection_get_custom_attrs): Add support
8122         for Modules.
8123
8124 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
8125
8126         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
8127         marshalling.
8128         (mono_marshal_method_from_wrapper): Add null pointer check.
8129
8130 2004-01-16  Martin Baulig  <martin@ximian.com>
8131
8132         * debug-mono-symfile.h: Set version number to 36 and reflect
8133         latest symbol writer changes.
8134
8135 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
8136
8137         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
8138         multi-dimensional arrays.
8139         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
8140         (mono_class_from_mono_type): Use bounded_array_class_get.
8141         
8142         * class.c (mono_bounded_array_class_get): New function which takes
8143         a 'bounded' bool argument to distinguish vectors from one dimensional
8144         arrays.
8145
8146         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
8147         bounded_array_class_get if the array has bounds.
8148
8149         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
8150         Search modules loaded using AssemblyBuilder:AddModule as well.
8151
8152 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8153
8154         * appdomain.c: increased corlib version.
8155         * filewatcher.c: removed g_print.
8156         * icall.c:
8157         (get_property_info): only allocate what is actually requested.
8158         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
8159
8160 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8161
8162         * Makefile.am: added filewatcher.[ch]
8163         * filewatcher.[ch]: FileSystemWatcher runtime support.
8164         * icall.c: added new FSW icalls.
8165
8166 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
8167
8168         * string-icalls.c: fix stringbuilder regression as suggested by
8169         Iain McCoy <iain@mccoy.id.au>.
8170
8171 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
8172
8173         * process.c (process_read_stringtable_block): Recognize '007f' as
8174         a language neutral stringtable block.
8175
8176 2004-01-12  Patrik Torstensson
8177
8178         * object.h (MonoStringBuilder) : Changed layout to support our
8179         new stringbuilder class.
8180         * marshal.c: Change marshalling to support the new layout of 
8181         string builder.
8182         * appdomain.c: increased version number because new layout of
8183         string builder.
8184
8185 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
8186
8187         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
8188         assembly name as an string instead of an AssemblyName, since it is
8189         easier to extract info from it.
8190
8191         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
8192         the culture subdirectories too. Fixes #52231.
8193
8194 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8195
8196         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
8197         It takes 2 new parameters with an optional name for the method to look
8198         for and case ignoring info.
8199
8200         * threadpool.c: removed unused variable.
8201
8202 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8203
8204         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
8205         It takes 2 new parameters with an optional name for the property to look
8206         for and case ignoring info.
8207         Fixes bug #52753.
8208
8209 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
8210
8211         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
8212         Fix #52451.
8213
8214 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8215
8216         * appdomain.c:
8217         * assembly.c: escape the uri before passing it to g_filename_from_uri.
8218         Fixes bug #52630.
8219
8220 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
8221
8222         * reflection.c: Add support for more than one unmanaged resource.
8223
8224         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
8225         in field->def_value, as done in all other cases.
8226
8227         * reflection.c (mono_reflection_get_custom_attrs): Add support for
8228         TypeBuilders.
8229
8230         * reflection.c (mono_reflection_create_runtime_class): Remove 
8231         errorneous assignment to klass->element_class, since it is already
8232         done in mono_reflection_setup_internal_class.
8233
8234 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8235
8236         * gc.c: added missing LeaveCriticalSection.
8237         * icall.c: indented a couple of lines.
8238         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
8239         if we call EndInvoke inside a callback. Fixes bug #52601.
8240
8241 2004-01-07  Martin Baulig  <martin@ximian.com>
8242
8243         * mono-debug-debugger.h
8244         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
8245
8246 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
8247
8248         * appdomain.c: Use messages in NotImplementedException.
8249
8250         * exception.c (mono_get_exception_not_implemented): Now this takes
8251         a message argument.
8252
8253         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
8254         exception instead of g_asserting an aborting when something is not
8255         implemented.
8256
8257         Add some inline docs.
8258
8259 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
8260
8261         * reflection.h: Update after changes to object layout.
8262
8263         * reflection.c: Implement saving of unmanaged aka win32 resources.
8264
8265         * appdomain.c: Bump version number.
8266
8267         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
8268         Handle missing domains gracefully.
8269
8270 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
8271
8272         * file-io.c : On Windows, there are much more invalid_path_chars.
8273
8274 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
8275
8276         * class.h, object.c: prepare for GetType () speedup.
8277
8278 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
8279
8280         * profiler.c: workaround for --profile null reference exception on
8281           cygwin. Patch by Patrik Torstensson.
8282
8283 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
8284
8285         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
8286         make work for unaligned access.
8287
8288 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
8289
8290         * class.c: small cleanup (class->fields [i] -> field).
8291         * image.c: check address of metadata is valid.
8292
8293 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
8294
8295         * assembly.h assembly.c (mono_assembly_loaded): New public function to
8296         search the list of loaded assemblies.
8297
8298         * reflection.c (mono_reflection_type_from_name): Use 
8299         mono_assembly_loaded instead of mono_image_loaded.
8300
8301         * reflection.c: Fix warnings.
8302
8303 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
8304
8305         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
8306         is dynamic. This is needed since an assembly can contain both dynamic and
8307         non-dynamic images.
8308
8309         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
8310         assembly->dynamic.
8311
8312         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
8313
8314         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
8315         to store modules loaded using AddModule.
8316
8317         * reflection.c (mono_image_fill_file_table): Generalize this so it works
8318         on Modules.
8319
8320         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
8321
8322         * reflection.c (mono_image_fill_export_table_from_module): New function to
8323         fill out the EXPORTEDTYPES table from a module.
8324
8325         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
8326         into a separate function. Also handle loaded non-dynamic modules.
8327
8328         * reflection.c (mono_image_basic_init): Fix memory allocation.
8329
8330         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8331
8332         * assembly.c (mono_assembly_load_references): Make this public.
8333
8334 2003-12-19  Martin Baulig  <martin@ximian.com>
8335
8336         * class.c (mono_class_initialize_generic): Made this static, take
8337         a `MonoGenericInst *' instead of a `MonoClass *'.
8338         (mono_class_from_generic): Call mono_class_initialize_generic()
8339         unless we're already initialized or being called from
8340         do_mono_metadata_parse_generic_inst().
8341
8342         * class.h (MonoGenericInst): Added `initialized' and
8343         `init_pending' flags.
8344
8345         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
8346         `mono_class_init (gklass)' or mono_class_initialize_generic()
8347         here; set `generic_inst->init_pending' while parsing the
8348         `type_argv'.
8349
8350 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
8351
8352         * locales.c: include string.h for memxxx prototypes
8353
8354 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
8355
8356         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
8357         constructor when accessing literal fields.
8358
8359 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
8360
8361         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8362
8363         * reflection.c (assembly_add_resource_manifest): New function to fill
8364         the MANIFESTRESOURCE table.
8365
8366         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
8367
8368         * reflection.h: Update to changes in class layout.
8369
8370         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
8371         Reenable call to mono_runtime_is_shutting_down ().
8372
8373         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
8374         determine if the runtime is shutting down.
8375
8376 2003-12-16  Jackson Harper <jackson@ximian.com>
8377
8378         * icall.c: comment out call to mono_runtime_is_shutting_down to
8379         fix build.
8380         
8381 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
8382
8383         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
8384         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
8385
8386 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
8387
8388         * reflection.c: move definition of swap_with_size
8389         to before its first call
8390
8391 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
8392
8393         * appdomain.c (mono_runtime_is_shutting_down): New public function.
8394
8395         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
8396         icall.
8397
8398         * object.c: Fix warnings.
8399
8400         * icall.c (ves_icall_Type_Get...): Only consider inherited static
8401         members if FlattenHierarchy is set.
8402
8403         * reflection.c (mono_image_add_decl_security): New function to emit
8404         declarative security.
8405
8406         * reflection.h reflection.c: Add support for declarative security.
8407
8408         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
8409         
8410 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
8411
8412         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
8413         
8414         * appdomain.c verify.c: Moved corlib version checking into its own
8415         function in appdomain.c since it needs to create vtables etc.
8416
8417 2003-12-13  Patrik Torstensson <p@rxc.se>
8418
8419         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
8420         instead of unwrapped server.
8421
8422 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
8423
8424         * verify.c (check_corlib): Fix field index.
8425
8426 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
8427
8428         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
8429         GetGacPath icall.
8430
8431 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
8432
8433         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
8434         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
8435         cope with sizeof(size_t) != sizeof(guint32).
8436
8437 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8438
8439         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
8440         in case of failure.
8441
8442 2003-12-10  Mark Crichton <crichton@gimp.org>
8443
8444         * icall.c: removed the GetNonZeroBytes.  We now handle this case
8445         in managed code.
8446
8447         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
8448
8449 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
8450
8451         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
8452         marked as deleted.
8453
8454 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
8455
8456         * verify.c (check_corlib): Handle the case when the version field is 
8457         initialized by a static constructor.
8458
8459 2003-12-08  Patrik Torstensson  <p@rxc.se>
8460
8461     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
8462
8463 2003-12-08  Martin Baulig  <martin@ximian.com>
8464
8465         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
8466         a MonoReflectionGenericParameter, also take the parameter index
8467         and name as arguments.
8468         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
8469         (ves_icall_MonoGenericParam_initialize): New interncall.
8470         (ves_icall_Type_make_byref_type): New interncall.
8471
8472         * reflection.h (MonoReflectionGenericParam): Derive from
8473         MonoReflectionType, not just from MonoObject.  Added `refobj' and
8474         `index' fields.
8475
8476         * reflection.c (mono_reflection_define_generic_parameter): Create
8477         and return a new MonoReflectionGenericParam; don't initialize the
8478         constraints here.
8479         (mono_reflection_initialize_generic_parameter): New public method;
8480         initializes the constraints and creates the `param->pklass'.
8481
8482 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
8483
8484         * reflection.h reflection.c: Use the new fields 'num_types', 
8485         'num_fields' and 'num_methods' to track the number of types etc.
8486
8487         * verify.c (check_corlib): Check corlib version number.
8488
8489 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
8490
8491         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
8492         function works on all methods.
8493
8494 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
8495
8496         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
8497         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
8498         the custom_type_info flag of the transparent proxy.
8499         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
8500         objects that supports IRemotingTypeInfo.
8501         * object.h: Added custom_type_info field in transparent proxy.
8502
8503 2003-12-06  Martin Baulig  <martin@ximian.com>
8504
8505         * class.c (mono_class_create_from_generic): Removed.
8506         (mono_class_from_generic): Check `ginst->klass' before doing
8507         anything else.  This is important to fully support "recursive"
8508         generic types.
8509
8510         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
8511         empty `generic_inst->klass' before doing anything else.
8512
8513 2003-12-06  Dick Porter  <dick@ximian.com>
8514
8515         * verify.c: 
8516         * object.h:
8517         * icall.c:
8518         * locales.c: Use C structs to access class fields.  Don't do a
8519         conversion between MonoString and UChar because both are
8520         platform-endian UTF-16.  Compare now takes startindex and count
8521         parameters.  Add a char overload for IndexOf.  Speed up the
8522         invariant string IndexOf.
8523
8524 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
8525
8526         * Makefile.am (monosn_LDADD): Fix parallel build.
8527
8528 2003-12-04  Martin Baulig  <martin@ximian.com>
8529
8530         * icall.c
8531         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
8532         (ves_icall_Type_make_array_type): New interncall.       
8533
8534 2003-12-04  Martin Baulig  <martin@ximian.com>
8535
8536         * locales.c: also change it in the !HAVE_ICU case.
8537
8538 2003-12-04  Dick Porter  <dick@ximian.com>
8539
8540         * icall.c:
8541         * locales.c: construct_compareinfo is now in CompareInfo, not
8542         CultureInfo.
8543
8544 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
8545
8546         * image.c (mono_image_load_file_for_image): Cache loaded images in the
8547         image->files array.
8548
8549         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
8550         table as well.
8551
8552         * assembly.c (mono_assembly_load_references): Only load references
8553         once.
8554
8555         * class.c (mono_class_from_name): Avoid linear search of the 
8556         EXPORTEDTYPE table.
8557
8558         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
8559
8560 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
8561
8562         * image.h (MonoImage): Add 'field_cache' field.
8563
8564         * loader.c (mono_field_from_token): Cache field lookups.
8565         
8566         * reflection.c (mono_module_get_object): Fix name property.
8567
8568         * icall.c (ves_icall_get_enum_info): Update after changes to 
8569         mono_metadata_get_constant_index ().
8570
8571         * icall.c: Get rid of get_type_info icall, use a separate icall for
8572         each type property to avoid needless memory allocations. Fixes #51514.
8573
8574         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
8575         to avoid needless binary searches.
8576
8577         * class.c (class_compute_field_layout): Move the initialization of
8578         field->def_value to mono_class_vtable ().
8579
8580         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
8581         non-corlib types.
8582
8583         * object.c (mono_object_allocate): Make it inline.
8584
8585         * object.c (mono_object_allocate_spec): Make it inline.
8586         
8587 2003-12-02  Dick Porter  <dick@ximian.com>
8588
8589         * locales.c (create_NumberFormat): NumberFormatInfo construction.
8590         Patch by Mohammad DAMT (mdamt@cdl2000.com).
8591
8592 2003-12-01  Dick Porter  <dick@ximian.com>
8593
8594         * threads.c: Fix signature and call in CreateMutex and
8595         CreateEvent.
8596
8597 2003-12-01  Dick Porter  <dick@ximian.com>
8598
8599         * icall.c: 
8600         * locales.c: Implement string compares and searching
8601
8602         * object.h: Add extra Thread field
8603
8604 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
8605
8606         * reflection.c (fixup_method): Add support for MonoCMethod.
8607
8608 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
8609
8610         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
8611
8612         * reflection.c (assembly_name_to_aname): Allow extra characters in
8613         assembly names. Fixes #51468.
8614
8615 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
8616
8617         * exception.c (mono_exception_from_name_domain): New helper function.
8618
8619         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
8620         exception object in the correct domain.
8621
8622         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
8623         formatting + make a copy a the input data.
8624
8625         * loader.c (mono_get_method_from_token): Methods which contain
8626         native code do not have entries in the ImplMap.
8627
8628         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
8629         Thanks to Gonzalo for spotting this.
8630         
8631         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
8632         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
8633
8634         * assembly.h (mono_assembly_load_from): Split the second part of 
8635         assembly loading into a new public function.
8636
8637         * exception.h (mono_get_exception_bad_image_format): New function.
8638
8639 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
8640
8641         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
8642         Enumerate all modules inside a dynamic assembly. Fixes #51293.
8643         
8644         * icall.c: Add new icall for creating dynamic methods.
8645
8646         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
8647
8648         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
8649
8650         * reflection.c (mono_reflection_create_dynamic_method): New icall to
8651         create a dynamic method.
8652
8653         * reflection.c (resolve_object): New helper function.
8654
8655         * reflection.c: Generalize ReflectionMethodBuilder and the functions
8656         which manipulate it so they can also work on dynamic methods.
8657
8658         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
8659         creating the MonoReflectionMethodAux structure if it is not needed.
8660         
8661         * reflection.h verify.c: Update after changes to object layout.
8662
8663         * reflection.c (method_builder_encode_signature): Fix compilation on
8664         gcc 2.95.x.
8665
8666 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
8667
8668         * appdomain.h: Added support for context static fields. Added static_data
8669           field to MonoAppContext and renamed thread_static_fields to a more
8670           generic special_static_fields in MonoAppDomain, since it can now contain
8671           context static fields.
8672         * domain.c: Updated hashtable name.
8673         * object.c: Replaced field_is_thread_static() for a more generic
8674           field_is_special_static() which also checks for context static attribute.
8675           In mono_class_vtable(), added support for static context fields.
8676         * threads.c: Changed methods that manage thread static fields to more
8677           generic methods so they can be reused both for thread and context static
8678           data.
8679         * threads.h: Declared some new methods.
8680
8681 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
8682
8683         * reflection.h: Update after changes to the managed types.
8684
8685         * reflection.c (encode_custom_modifiers): New helper function.
8686
8687         * reflection.c (method_encode_signature): Emit custom modifiers.
8688
8689         * reflection.c (field_encode_signature): Emit custom modifiers.
8690
8691 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
8692
8693         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
8694
8695         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
8696         implementation.
8697
8698         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
8699         icall.
8700
8701         * object.c (mono_field_get_value_object): New function.
8702
8703         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
8704         specific.
8705
8706 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
8707
8708         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
8709         return a preallocated out-of-memory exception instance.
8710
8711         * object.c (out_of_memory): Use the new function.
8712
8713         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
8714         flag is before the custom modifiers. Fixes #49802.
8715
8716 2003-11-16  Martin Baulig  <martin@ximian.com>
8717
8718         * class.c (mono_class_is_open_constructed_type): Implemented the
8719         MONO_TYPE_GENERICINST case.
8720
8721 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
8722
8723         * assembly.c (mono_assembly_fill_assembly_name): New function to
8724         fill out the MonoAssemblyName structure.
8725         (mono_assembly_open): Use the new function.
8726
8727         * icall.c (fill_reflection_assembly_name): New helper function.
8728
8729         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
8730         new function.
8731
8732         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
8733
8734 2003-11-15  Martin Baulig  <martin@ximian.com>
8735
8736         * class.c (mono_class_is_open_constructed_type): New public
8737         function; checks whether a type is an open constructed type,
8738         ie. whether it still contains type parameters.
8739         (mono_class_inflate_generic_type): If we're a type parameter and
8740         the inflated type is also a MONO_TYPE_(M)VAR, return the original
8741         type.
8742
8743         * class.h (MonoGenericInst): Added `guint32 is_open'.
8744
8745         * loader.c (method_from_methodspec): Check whether we're an open
8746         or closed constructed type and set `ginst->is_open'.
8747
8748         * reflection.c (mono_reflection_bind_generic_parameters): Check
8749         whether we're an open or closed constructed type and set
8750         `ginst->is_open'.
8751         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
8752         from open constructed types.
8753
8754 2003-11-15  Martin Baulig  <martin@ximian.com>
8755
8756         * reflection.c (mono_reflection_bind_generic_parameters): If we're
8757         a generic instance (instead of a generic type declaration) with
8758         unbound generic parameters, bind them to our actual types.
8759
8760 2003-11-14  Martin Baulig  <martin@ximian.com>
8761
8762         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
8763
8764         * reflection.c (mono_reflection_bind_generic_parameters): If we're
8765         an interface type, populate `res->interfaces' with instantiated
8766         versions of all the interfaces we inherit.
8767
8768 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
8769
8770         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
8771         when MONO_PATH is set but doesn't contain the install dir.
8772
8773 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8774
8775         * icall.c:
8776         (ves_icall_Type_GetInterfaces): don't return an interface twice when
8777         it's also implemented in base classes. Fixes bug #50927.
8778
8779 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
8780
8781         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
8782         if this method is called from a finalizer. Fixes #50913.
8783
8784 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
8785
8786         * threads.c: Implement VolatileRead/VolatileWrite
8787
8788         * icall.c: Add new icalls for VolatileRead/VolatileWrite
8789
8790 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
8791
8792         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
8793         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
8794         2.95.3.
8795
8796         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
8797         from Peter Ross (pro@missioncriticalit.com).
8798         
8799 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
8800
8801         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
8802
8803 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
8804
8805         * assembly.c (mono_assembly_load_references): Disable check because it
8806         triggers on older corlibs which lots of people have.
8807
8808 2003-11-12  Jackson Harper  <jackson@ximian.com>
8809
8810         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
8811         load corlib.dll if mscorlib.dll is not found.
8812         * assembly.h: Remove corlib name define.
8813         * class.c:
8814         * domain.c:
8815         * image.c: Change corlib name to mscorlib.
8816         
8817 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
8818
8819         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
8820
8821 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
8822
8823         * appdomain.h: Added loader_optimization here to sync with the C#
8824         code, and add disallow_binding_redirects field.
8825
8826 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
8827
8828         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
8829
8830         * reflection.c (mono_image_build_metadata): Fix crash on modules
8831         with no types.
8832
8833         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
8834
8835         * icall.c (ves_icall_get_method_info): Return callingConvention as
8836         well.
8837
8838         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
8839         namespaces from the EXPORTEDTYPE table as well.
8840
8841         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
8842         from all modules inside the assembly.
8843         
8844 2003-11-11  Martin Baulig  <martin@ximian.com>
8845
8846         * reflection.c (mono_reflection_bind_generic_parameters): Make
8847         this work for interfaces.
8848
8849 2003-11-11  Martin Baulig  <martin@ximian.com>
8850
8851         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
8852
8853 2003-11-11  Martin Baulig  <martin@ximian.com>
8854
8855         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
8856         "MonoInflatedMethod" and "MonoInflatedCtor".
8857
8858 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
8859
8860         * reflection.c (resolution_scope_from_image): Use the assembly table
8861         from the manifest module, since other modules don't have it.
8862
8863         * debug-helpers.c (mono_type_full_name): New helper function.
8864
8865         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
8866
8867         * image.c (mono_image_load_file_for_image): New public function which
8868         is a replacement for the load_file_for_image in class.c.
8869
8870         * assembly.c (mono_assembly_load_module): A wrapper for the function
8871         above which does assembly association and reference loading too.
8872
8873         * class.c (mono_class_from_name): Call mono_assembly_load_module.
8874
8875 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8876
8877         * appdomain.c: not all of the attributes for the full assembly name
8878         are required and the order doesn't matter. Fixes bug #50787.
8879
8880 2003-11-10  Dick Porter  <dick@ximian.com>
8881
8882         * locales.c: Use platform-endian UTF16
8883
8884 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
8885
8886         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
8887         
8888 2003-11-10  Martin Baulig  <martin@ximian.com>
8889
8890         * metadata.c
8891         (mono_metadata_load_generic_params): Make this actually work.
8892
8893         * reflection.c (mono_reflection_bind_generic_parameters): If our
8894         parent is a generic instance, pass all the `types' to it, no
8895         matter whether it has the same number of type parameters or not.
8896
8897 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
8898
8899         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
8900
8901         * assembly.c (mono_assembly_load_references): Move the image<->assembly
8902         assignment code to this function so it gets called recursively for all
8903         modules.
8904
8905         * image.c (load_modules): Remove the assembly assignment since it is
8906         now done by mono_assembly_load_references.
8907         
8908         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
8909         Add 'module' argument.
8910         (mono_module_get_types): New helper function.
8911         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
8912
8913 2003-11-08  Martin Baulig  <martin@ximian.com>
8914
8915         * class.c (mono_class_inflate_generic_method): Interface method
8916         don't have a header.
8917
8918         * reflection.c (mono_image_get_methodspec_token): Take an
8919         additional `MonoGenericInst *' argument instead of reading it from
8920         the header; this is necessary to support interfaces.
8921         (mono_image_create_token): Pass the `MonoGenericInst *' from the
8922         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
8923         (inflated_method_get_object): Take an additional `MonoGenericInst *'
8924         argument.
8925
8926         * reflection.h (MonoReflectionInflatedMethod): Added
8927         `MonoGenericInst *ginst'.
8928
8929 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
8930
8931         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
8932
8933 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
8934
8935         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
8936
8937 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
8938
8939         * reflection.c 
8940         (reflection_methodbuilder_from_method_builder):
8941         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
8942         initialize a ReflectionMethodBuilder structure.
8943         (mono_image_get_methodbuilder_token):
8944         (mono_image_get_ctorbuilder_token): New functions to emit memberref
8945         tokens which point to types in another module inside the same assembly.
8946
8947         * reflection.c: Use the new helper functions.
8948         
8949         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
8950
8951         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
8952         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
8953
8954         * reflection.c (resolution_scope_from_image): Emit a moduleref if
8955         neccesary.
8956
8957         * reflection.c (mono_image_build_metadata): Emit metadata only for the
8958         current module. Emit the manifest only for the main module.
8959
8960         * reflection.c (mono_image_create_token): Add assertion when a 
8961         memberref needs to be created.
8962
8963         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
8964
8965         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
8966         larger buffer for the custom attribute blob. Fixes #50637.
8967         
8968 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8969
8970         * threadpool.c: notify listener on async processing handles after
8971         invoking the async callback. Thanks to Zoltan.
8972
8973 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
8974
8975         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
8976         avoid code duplication.
8977
8978         * reflection.h (MonoDynamicImage): New type which is currently unused,
8979         but will be used through the ref.emit code in place of 
8980         MonoDynamicAssembly.
8981
8982         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
8983         object layout.
8984
8985         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
8986         a MonoDynamicImage instead of just a MonoImage.
8987         
8988         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
8989         icalls to ModuleBuilder but keep their semantics, so they will work
8990         with moduleb->assemblyb. This will change later.
8991         
8992 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
8993
8994         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
8995         object layout.
8996
8997         * reflection.c (mono_image_build_metadata): Avoid creation of a default
8998         main module, since it is now done by the managed code.
8999
9000 2003-11-03  Martin Baulig  <martin@ximian.com>
9001
9002         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
9003         `ginst->klass' here.
9004         (method_encode_methodspec): Don't use the `ginst->generic_method's
9005         klass if it's a generic instance, use `ginst->klass' in this case.
9006
9007 2003-11-03  Martin Baulig  <martin@ximian.com>
9008
9009         * reflection.c (mono_image_get_generic_method_param_info):
9010         Removed, use mono_image_get_generic_param_info() instead.
9011         (mono_image_get_type_info): Write the GenericParam table before
9012         the Method table.  This is neccessary because in the GenericParam
9013         table, type parameters of the class (ie. '!0' etc.) must come
9014         before the ones from its generic methods (ie. '!!0' etc).
9015
9016 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
9017
9018         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
9019
9020 2003-11-02  Martin Baulig  <martin@ximian.com>
9021
9022         * reflection.c (create_generic_typespec): Take a
9023         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
9024         the generic parameters from it.
9025
9026 2003-11-02  Martin Baulig  <martin@ximian.com>
9027
9028         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
9029         instead of a `MonoClassField *' since we just need the type.
9030         (create_generic_typespec): New static function.  Creates a
9031         TypeSpec token for a generic type declaration.
9032         (mono_image_get_generic_field_token): New static function.
9033         (mono_image_create_token): If we're a FieldBuilder in a generic
9034         type declaration, call mono_image_get_generic_field_token() to get
9035         the token.
9036
9037 2003-11-02  Martin Baulig  <martin@ximian.com>
9038
9039         * reflection.h
9040         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
9041         `MonoReflectionGenericInst *declaring_type' and
9042         `MonoReflectionGenericInst *reflected_type' fields.
9043
9044         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
9045         `MonoReflectionGenericInst *declaring_type' and a
9046         `MonoReflectionGenericInst *reflected_type' argument instead of a
9047         single `MonoReflectionGenericInst *type' one.  Set
9048         `res->declaring_type' and `res->reflected_type' from them.
9049         (mono_reflection_inflate_field): Likewise.      
9050
9051 2003-11-02  Martin Baulig  <martin@ximian.com>
9052
9053         * class.c (mono_class_setup_vtable): Don't store generic methods
9054         in the vtable.  
9055
9056 2003-11-02  Martin Baulig  <martin@ximian.com>
9057
9058         * reflection.h (MonoReflectionGenericInst): Added
9059         `MonoReflectionType *declaring_type'.
9060
9061         * reflection.c (mono_reflection_bind_generic_parameters): Use
9062         `if (tb->parent)' instead of `klass->parent'.
9063
9064 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
9065
9066         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
9067         with an empty ASSEMBLY table.
9068
9069         * reflection.c (mono_image_build_metadata): Avoid using the same loop
9070         variable in the inner and outer loops.
9071
9072 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
9073
9074         * metadata.h (mono_metadata_make_token): Put parentheses around macro
9075         argument.
9076
9077         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
9078         
9079         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
9080         icalls. Instead, do everything in managed code. This is needed since
9081         it is hard to restore the original domain etc. in unmanaged code in the
9082         presence of undeniable exceptions.
9083
9084         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
9085         New icalls to push and pop appdomain refs.
9086
9087 2003-10-31  Martin Baulig  <martin@ximian.com>
9088
9089         * class.c (inflate_generic_type): Renamed to
9090         mono_class_inflate_generic_type() and made it public.
9091
9092         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
9093         New interncall.
9094
9095         * loader.c (mono_field_from_memberref): Also set the retklass for
9096         typespecs.
9097
9098         * fielder.c (mono_image_get_inflated_field_token): New static
9099         method; creates a metadata token for an inflated field.
9100         (mono_image_create_token, fixup_method): Added support for
9101         "MonoInflatedField".
9102         (fieldbuilder_to_mono_class_field): New static function.
9103         (mono_reflection_inflate_field): New public function.
9104
9105         * reflection.h
9106         (MonoReflectionGenericInst): Added `MonoArray *fields'.
9107         (MonoReflectionInflatedField): New typedef.     
9108
9109 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
9110
9111         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
9112         for Solaris and other platforms without s6_addr16
9113
9114 2003-10-30  Martin Baulig  <martin@ximian.com>
9115
9116         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
9117         argument instead of two.
9118         (mono_class_inflate_generic_signature): Likewise.
9119         (inflate_generic_header): Likewise.
9120         (mono_class_inflate_generic_method): Likewise.  In addition, if
9121         `ginst->klass' is set, it becomes the new `method->klass'.
9122
9123         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
9124         field.
9125
9126         * reflection.c (encode_generic_method_sig): Write a 0xa as the
9127         first byte. [FIXME]
9128         (method_encode_methodspec): If we have generic parameters, create
9129         a MethodSpec instead of a MethodRef.
9130         (fixup_method): Added support for "MonoInflatedMethod" and
9131         "MonoInflatedCtor".
9132         (mono_image_create_token): Added support for "MonoInflatedMethod"
9133         and "MonoInflatedCtor".
9134         (inflated_method_get_object): New static function; returns a
9135         managed "System.Reflection.MonoInflatedMethod" object.
9136         (mono_reflection_bind_generic_method_parameters): Return a
9137         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
9138         (mono_reflection_inflate_method_or_ctor): Likewise.
9139         (mono_image_get_generic_method_param_info): Initialize unused
9140         fields to zero.
9141         (mono_image_get_generic_param_info): Likewise.
9142
9143         * reflection.h (MonoReflectionInflatedMethod): New public
9144         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
9145         "S.R.MonoInflatedCtor" classes.
9146
9147         * loader.c (method_from_memberref): If we're a TypeSpec and it
9148         resolves to a generic instance, inflate the method.
9149
9150 2003-10-28  Dick Porter  <dick@ximian.com>
9151
9152         * object.c (mono_runtime_run_main): Convert command-line arguments
9153         into utf8, falling back to the user's locale encoding to do so.
9154
9155 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
9156
9157         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
9158         at this time.
9159
9160         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
9161
9162         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
9163         up icalls at method definition time. Partially fixes #33569.
9164
9165 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
9166
9167         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
9168         marshalling of arrays. Fixes #50116.
9169
9170         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
9171
9172         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
9173         points to a vtable in the dying appdomain.
9174
9175         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
9176         listeners into unmanaged code inside the lock.
9177
9178         * object.c (mono_class_vtable): Turn off typed allocation in non-root
9179         domains and add some comments.
9180
9181 2003-10-25  Martin Baulig  <martin@ximian.com>
9182
9183         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
9184
9185         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
9186
9187         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
9188         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
9189         currently parsing.  Create the generic class and store it in
9190         `generic_inst->klass' before parsing the type arguments.  This is
9191         required to support "recursive" definitions; see mcs/tests/gen-23.cs
9192         for an example.
9193         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
9194         to support recursive typespec entries.
9195
9196         * class.c (mono_class_setup_parent): If our parent is a generic
9197         instance, we may get called before it has its name set.
9198         (mono_class_from_generic): Splitted into
9199         mono_class_create_from_generic() and mono_class_initialize_generic().
9200
9201 2003-10-25  Martin Baulig  <martin@ximian.com>
9202
9203         * icall.c (ves_icall_Type_BindGenericParameters): Return a
9204         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
9205         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
9206         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
9207
9208         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
9209         (create_typespec): Likewise.
9210         (mono_reflection_bind_generic_parameters): Return a
9211         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
9212         (mono_reflection_inflate_method_or_ctor): New public function.
9213
9214         * reflection.h (MonoReflectionGenericInst): New typedef.        
9215
9216 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
9217
9218         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
9219         inside the domain lock. Fixes #49993.
9220         
9221         * object.c (mono_class_vtable): When typed allocation is used, 
9222         allocate vtables in the GC heap instead of in the mempool, since the
9223         vtables contain GC descriptors which are used by the collector even
9224         after the domain owning the mempool is unloaded.
9225
9226         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
9227
9228         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
9229         reflect what it does. Also invalidate mempools instead of freeing
9230         them if a define is set.
9231
9232         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
9233         of the appdomain.
9234         
9235         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
9236         hold the finalizable objects in this domain.
9237
9238         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
9239         appdomain.
9240
9241         * appdomain.c (mono_domain_set): New function to set the current
9242         appdomain, but only if it is not being unloaded.
9243
9244         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
9245         appdomain which is being unloaded.
9246         
9247         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
9248         unloading of the root appdomain.
9249
9250         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
9251         icall to execute a method in another appdomain. Intended as a 
9252         replacement for InternalSetDomain, which can confuse the code 
9253         generation in the JIT.
9254
9255         * appdomain.c (mono_domain_is_unloading): New function to determine
9256         whenever an appdomain is unloading.
9257
9258         * appdomain.c (mono_domain_unload): New function to correctly unload
9259         an appdomain.
9260
9261         * assembly.c (mono_assembly_load_references): Check that an assembly
9262         does not references itself.
9263
9264         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
9265         domain manually, it asks the finalizer thread to do it, then waits for
9266         the result. Also added a timeout.
9267
9268         * icall.c: Register the new icalls.
9269
9270         * threads.h threads.c: Export the mono_gc_stop_world and 
9271         mono_gc_start_world functions.
9272         
9273         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
9274         function to fill out the mempool with 0x2a.
9275
9276 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
9277
9278         * reflection.h (MonoReflectionMethodAux): New structure to store
9279         information which is rarely used, thus is not in the MonoMethod
9280         structure.
9281
9282         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
9283         store the aux info.
9284
9285         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
9286         and marshalling info into the aux structure.
9287
9288         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
9289         from the aux structure.
9290
9291         * loader.c (mono_method_get_param_names): Retrieve the param names from
9292         the aux structure.
9293         
9294 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
9295
9296         * exception.h exception.c: Add AppDomainUnloadedException && fix 
9297         warning.
9298
9299 2003-10-21  Dick Porter  <dick@ximian.com>
9300
9301         * socket-io.c
9302         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
9303         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
9304
9305 2003-10-21  Martin Baulig  <martin@ximian.com>
9306
9307         * reflection.c (mono_reflection_bind_generic_parameters):
9308         `klass->parent' is NULL for interfaces.
9309
9310 2003-10-21  Martin Baulig  <martin@ximian.com>
9311
9312         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
9313
9314 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
9315
9316         * exception.c (mono_exception_from_name_msg): New helper function for
9317         creating exceptions and initializing their message field.
9318
9319         * exception.c: Simplify functions using the new helper.
9320
9321         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
9322         New function.
9323
9324         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
9325         mono_raise_exception, since otherwise gcc doesn't generate the function
9326         epilog for raise_exception, confusing the stack unwinding in the JIT.
9327         Fixes #45043.
9328
9329         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
9330         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
9331         Fixes #49499.
9332
9333 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9334
9335         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
9336         utf8.
9337
9338 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
9339
9340         * icall.c: Removed GetUninitializedObject method because
9341           AllocateUninitializedClassInstance does the same.
9342
9343 2003-10-18  Martin Baulig  <martin@ximian.com>
9344
9345         * class.c (inflate_generic_signature): Renamed to
9346         mono_class_inflate_generic_signature() and made it public.
9347         (my_mono_class_from_generic_parameter): New static function; if we
9348         don't already have the generic parameter's MonoClass, create a
9349         very simple one which is just used internally in the runtime and
9350         not passed back to managed code.
9351
9352         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
9353
9354         * metadata.h (MonoMethodSignature): Moved the
9355         `MonoGenericParam *gen_params' to the MonoMethodHeader.
9356         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
9357
9358         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
9359         ves_icall_MonoMethod_GetGenericArguments(); this is now an
9360         interncall on the MonoMethod class, not on MethodInfo.
9361         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
9362         calling mono_reflection_bind_generic_method_parameters() directly.
9363
9364         * loader.c (mono_method_get_signature): If this is a MethodSpec;
9365         return the already computed `method->signature'.
9366         (method_from_methodspec): New static function to load a method
9367         from a MethodSpec entry.
9368         (mono_get_method_from_token): Call the new method_from_methodspec()
9369         for MethodSpec tokens.  
9370         (mono_get_method_from_token): If we're a generic method, load the
9371         type parameters.
9372
9373         * reflection.c (mono_image_get_memberref_token): Allow
9374         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
9375         table.
9376         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
9377         (mono_image_create_token): First check whether it's a generic
9378         method (so we'd need to create a MethodSpec), then do the other
9379         two alternatives.
9380         (mono_reflection_bind_generic_method_parameters): Return a
9381         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
9382         called directly from the interncall.
9383
9384 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
9385
9386         * reflection.c (load_public_key): Move loading of the public key
9387         into managed code.
9388
9389         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
9390
9391         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
9392         fields.
9393
9394         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
9395         culture, hash_alg and public_key. Fixes #49555.
9396
9397 2003-10-17  Martin Baulig  <martin@ximian.com>
9398
9399         * class.h (MonoGenericInst): Moved this declaration here and added
9400         `MonoMethod *generic_method'.
9401
9402         * icall.c
9403         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
9404         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
9405
9406         * metadata.c (mono_metadata_type_equal): Two types of
9407         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
9408         index; ie. don't compare the address of the `MonoGenericParam'
9409         structure.
9410         (mono_metadata_load_generic_params): Removed the `MonoMethod
9411         *method' argument.
9412
9413         * metadata.h (MonoGenericInst): Moved declaration to class.h.
9414         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
9415
9416         * reflection.c (method_encode_signature): Encode the number of
9417         generic parameters.
9418         (encode_generic_method_sig): New static function.
9419         (method_encode_methodspec): New static function; creates an entry
9420         in the MethodSpec table for a generic method.
9421         (mono_image_get_methodspec_token): New static function.
9422         (mono_image_create_token): Call mono_image_get_methodspec_token()
9423         for generic methods.
9424         (mono_reflection_bind_generic_method_parameters): New public
9425         function.  Instantiates a generic method.
9426
9427 2003-10-16  Martin Baulig  <martin@ximian.com>
9428
9429         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
9430         *gen_params' here from MonoMethodHeader.
9431
9432         * metadata.c (mono_metadata_parse_method_signature): If we have
9433         generic parameters, initialize `method->gen_params' and then set
9434         the correct `type->data.generic_param' in all the parameters.
9435
9436 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
9437
9438         * threads.c (mono_threads_get_default_stacksize): New function to 
9439         return the default stacksize.
9440
9441         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
9442         termination of the finalizer thread, since the previous method had
9443         race conditions. Fixes #49628.
9444
9445         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
9446         as for the other managed threads.
9447
9448 2003-10-16  Martin Baulig  <martin@ximian.com>
9449
9450         * class.c (inflate_generic_signature): Copy `generic_param_count'
9451         and `gen_params'.
9452
9453         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
9454         New interncall.
9455
9456         * metadata.c (mono_metadata_parse_method_signature): Actually set
9457         the `method->generic_param_count' here.
9458         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
9459
9460 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
9461
9462         * object.h: Add a new field to TypedRef to simplify the implementation
9463         of the REFANY opcodes in the JIT.
9464
9465         * icall.c: Make use of the new field.
9466
9467         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
9468         dynamically.
9469
9470 2003-10-15  Martin Baulig  <martin@ximian.com>
9471
9472         * class.c (mono_class_from_gen_param): Renamed to
9473         mono_class_from_generic_parameter() and moved most of the
9474         functionality from mono_reflection_define_generic_parameter()
9475         here; ie. we create a "real" class here.
9476         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
9477         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
9478         previously been called.
9479
9480         * class.h (MonoGenericParam): Moved the declaration of this struct
9481         here from metadata.h and added `MonoMethod *method'.
9482
9483         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
9484         interncall.
9485
9486         * loader.c (mono_get_method_from_token): If we have any generic
9487         parameters, call mono_metadata_load_generic_params() to read them
9488         from the MONO_TABLE_GENERICPAR.
9489
9490         * metadata.c (mono_metadata_load_generic_params): Added
9491         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
9492
9493         * metadata.h (MonoMethodSignature): Replaced
9494         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
9495         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
9496
9497         * reflection.c (mono_reflection_define_generic_parameter): Moved
9498         most of the functionality into the new
9499         mono_class_from_generic_parameter(); set the `method' field if
9500         we're a method parameter.       
9501
9502 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
9503
9504         * marshal.c (emit_struct_conv): if native size is 0
9505         emit no code.
9506
9507 2003-10-14  Martin Baulig  <martin@ximian.com>
9508
9509         * icall.c: The generics API has changed in the spec since it was
9510         added to System.Type; these modifications make it match the spec
9511         again.
9512         (ves_icall_Type_GetGenericParameters): Renamed to
9513         `ves_icall_Type_GetGenericArguments'.
9514         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
9515         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
9516         `ves_icall_MonoType_get_HasGenericArguments'.
9517         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
9518         `ves_icall_MonoType_get_IsGenericParameter'.
9519         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
9520         this is no interncall anymore.
9521         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
9522         `ves_icall_TypeBuilder_get_IsGenericParameter'.
9523
9524 2003-10-14  Martin Baulig  <martin@ximian.com>
9525
9526         * reflection.c (mono_reflection_bind_generic_parameters): Also
9527         inflate generic methods if we're reading the class from IL.
9528
9529 2003-10-13  Martin Baulig  <martin@ximian.com>
9530
9531         * reflection.c (mono_reflection_define_generic_parameter): This
9532         method isn't called directly from the icall anymore; take a
9533         `MonoReflectionAssemblyBuilder *' so we can use this for type and
9534         method generic parameters.
9535         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
9536         (method_builder_encode_signature): Encode generic parameters.
9537         (mono_image_get_method_info): Write generic params to the
9538         MONO_TABLE_GENERICPARAM table.
9539
9540         * reflection.h (MonoReflectionMethodBuilder): Added
9541         `MonoArray *generic_params'.
9542
9543         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
9544
9545         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
9546         wrapper for mono_reflection_define_generic_parameter().
9547         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
9548
9549 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
9550
9551         * marshal.h: Add missing function to fix build.
9552
9553         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
9554         the SetLastError pinvoke attribute.
9555
9556         * marshal.c (mono_marshal_set_last_error): New helper function called
9557         by the generated code.
9558         
9559         * marshal.c (mono_mb_emit_branch): New helper function.
9560
9561         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
9562
9563         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
9564         classes as parameters and return values of delegates. Fixes #29256. 
9565
9566 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
9567
9568         * locales.c: use gint32 in non HAVE_ICU case
9569
9570 2003-10-11  Martin Baulig  <martin@ximian.com>
9571
9572         * mono-debug.c (mono_debug_add_method): Added a workaround for
9573         bug #48591.
9574
9575 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
9576
9577         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
9578         delegates passed to native code must use the STDCALL calling 
9579         convention. Fixes #35987.
9580
9581 2003-10-10  Martin Baulig  <martin@ximian.com>
9582
9583         * class.c (inflate_generic_type): If we're inflating for a generic
9584         type instance (and not for a generic method), return
9585         MONO_TYPE_MVAR unchanged.
9586
9587 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9588
9589         * string-icalls.c: Join ignores null strings in the source array.
9590         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
9591         * threads.c: GetAvailableTheads is slightly more accurate.
9592
9593 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
9594
9595         * threads.h threads.c : add mono_threads_set_default_stacksize
9596         and pass default to CreateThread calls.
9597
9598 2003-10-09  Dick Porter  <dick@ximian.com>
9599
9600         * icall.c:
9601         * locales.h:
9602         * locales.c: Internal calls for constructing CultureInfo and
9603         related objects from libicu (if its available.)
9604
9605 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
9606
9607         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
9608
9609 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9610
9611         * threadpool.c: added an argument to async_invoke_thread that is the
9612         item to process, pass the MonoAsyncResult to the thread start function
9613         when creating a new thread. This way we don't need to acquire any lock
9614         when we're creating a new thread. Readded a semaphore for faster
9615         response times (instead of that Sleep i added).
9616
9617 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
9618
9619         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
9620         get daylight change dates better on Windows, fix handling
9621         of platforms without tm_gmtoff.
9622
9623 2003-10-06  Martin Baulig  <martin@ximian.com>
9624
9625         * class.c (inflate_generic_method): Renamed to
9626         mono_class_inflate_generic_method() and made public.
9627         (mono_class_init): Don't inflate the generic methods here.
9628         (mono_class_from_generic): Added `gboolean inflate_methods'
9629         argument.  Inflate the methods here.
9630
9631         * loader.c (mono_method_get_param_names): Ignore instances of
9632         generic types for the moment.
9633
9634         * reflection.c (fixup_method): Added support for inflated methods.
9635         (mono_image_create_token): Use mono_image_get_methodref_token()
9636         for inflated methods.
9637         (mono_custom_attrs_from_param): Ignore instances of generic types
9638         for the moment.
9639         (mono_reflection_bind_generic_parameters): New public function.
9640         Moved all the functionality from
9641         ves_icall_Type_BindGenericParameters() here and added support for
9642         dynamic types.
9643         (mono_reflection_define_generic_parameter): Initialize
9644         `klass->methods' here.
9645
9646         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
9647         functionality into mono_reflection_define_generic_parameter().
9648         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
9649         TypeBuilder, return that TypeBuilder.
9650
9651 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9652
9653         * appdomain.c: removed mono_delegate_semaphore.
9654
9655         * threadpool.c:
9656         (mono_thread_pool_add): moved hash table creation inside and the thread 
9657         creation outside of the critical region.
9658         (mono_thread_pool_finish): removed obsolete code.
9659         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
9660         continue or exit the thread depending on the queue.
9661
9662 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
9663
9664         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
9665         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
9666         handle more bool marshalling options
9667
9668 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
9669
9670         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
9671         arrays of structs. Also add a more descriptive error message when
9672         a structure member is marshalled as LPArray.
9673
9674 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
9675
9676         * marshal.c (mono_marshal_get_native_wrapper): Add support for
9677         marshalling arrays of complex types. Fixes #29098. Also remove an
9678         usused and incomplete function.
9679
9680 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
9681
9682         * gc.c: report heap_size - free_bytes as total memory allocated
9683         (bug#49362).
9684
9685 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
9686
9687         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
9688         fix timezone handling problems on Windows.
9689         
9690         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
9691         asserts when the year is outside the range handled by ms the functions.
9692
9693         * class.c (setup_interface_offsets): If the class is an interface,
9694         fill out its interface_offsets slot.
9695
9696 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9697
9698         * threadpool.c: mark threadpool threads as background.
9699
9700 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
9701
9702         * decimal.c - define DECINLINE to nothing if not using GCC
9703
9704 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
9705
9706         * assembly.c: More refcount fixes.
9707
9708 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9709
9710         * string-icalls.c: if we're not trimming, return the same string.
9711         When not splitting, don't create a new string.
9712
9713 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9714
9715         * image.c:
9716         (mono_image_open): increment the ref_count inside the critical section.
9717
9718 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
9719
9720         * image.c (mono_image_open): Fix reference counting bug.
9721
9722 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
9723
9724         * marshal.c (mono_marshal_type_size) struct alignment changed for 
9725         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
9726         64bits. Avoid leak in mono_marshal_get_native_wrapper when
9727         mono_lookup_pinvoke_call throws.        
9728
9729 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
9730
9731         * reflection.c (mono_reflection_parse_type): Fix #49114.
9732
9733         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
9734         temporary workaround for cygwin header problem.
9735
9736         * object.c (mono_object_isinst): Synchronize this with the code
9737         generated by the JIT for casts.
9738
9739 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
9740
9741         * reflection.c (encode_type): Fix #38332.
9742
9743 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
9744
9745         * marshal.c (mono_marshal_method_from_wrapper): New function to return
9746         the original method from the wrapper method.
9747
9748 2003-09-25  Martin Baulig  <martin@ximian.com>
9749
9750         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
9751         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
9752         (ves_icall_Type_get_IsGenericInstance): New interncall.
9753
9754 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
9755
9756         * object.c: fix cast warning in big endian code.
9757
9758 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
9759
9760         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
9761         
9762 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9763
9764         * assembly.c: don't call check_env from mono_assembly_load. It's
9765         already done once in mono_assemblies_init and may cause headaches when
9766         multiple threads are loading assemblies.
9767
9768 2003-09-19  Martin Baulig  <martin@ximian.com>
9769
9770         * reflection.c (mono_reflection_define_generic_parameter): Don't
9771         allocate `klass->methods', set `klass->flags' to
9772         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
9773
9774 2003-09-18  Martin Baulig  <martin@ximian.com>
9775
9776         * class.c (mono_class_init): Don't create `class->methods' if it's
9777         already initialized.
9778
9779         * metadata.c (mono_metadata_load_generic_params): Make this
9780         actually work.
9781
9782         * reflection.c (mono_reflection_define_generic_parameter): Set
9783         parent class and interfaces from the constraints.
9784
9785         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
9786         to keep this struct in sync with the declaration in TypeBuilder.cs.
9787
9788 2003-09-17  Martin Baulig  <martin@ximian.com>
9789
9790         * metadata.h (MonoType): Replaced the data's `int type_param'
9791         field with `MonoGenericParam *generic_param'.
9792         (MonoGenericParam): Added `MonoClass *klass'.
9793
9794         * class.c (mono_class_from_gen_param): Removed the
9795         `MonoImage *image' and `int type_num' arguments.
9796
9797         * metadata.c (mono_metadata_parse_generic_param): New static
9798         method; creates a MonoGenericParam which just contains the index.
9799         (do_mono_metadata_parse_type): Call
9800         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
9801         MONO_TYPE_MVAR.
9802
9803         * reflection.c (mono_image_typedef_or_ref): Generic type
9804         parameters may be in the same assembly, but never use a typedef
9805         for them.
9806         (mono_reflection_define_generic_parameter): We're now creating a
9807         "real" class for the type parameter; it's now safe to call
9808         mono_class_from_mono_type() on the class'es type, it'll do the
9809         right thing.
9810
9811 2003-09-16  Martin Baulig  <martin@ximian.com>
9812
9813         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
9814         `symfile->range_entry_size' and `symfile->class_entry_size' here;
9815         the `symfile' data structure must be fully initialized before it
9816         gets added to the table.
9817
9818 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
9819
9820         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
9821
9822         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
9823         class init trampolines.
9824
9825 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
9826
9827         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
9828         to the built-in profiler to turn off time and allocation profiling
9829         respectively.
9830
9831 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
9832
9833         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
9834         g_direct_equal.
9835
9836         * debug-helpers.c (mono_method_full_name): Print the wrapper type
9837         in human readable form.
9838
9839 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
9840
9841         * reflection.c icall.c: Fixed warnings.
9842
9843         * image.c (load_class_names): Use a temporary hash table to hold the
9844         namespaces in order to avoid doing many string comparisons.
9845
9846         * image.h: Fix typo.
9847
9848         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
9849         Pass NULL instead of g_direct_equal to the GHashTable constructor 
9850         since the NULL case is short-circuited inside g_hash_table_lookup, 
9851         leading to better performance.  
9852
9853         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
9854         obtain the first custom attribute for a given index. Depends on the
9855         CustomAttribute table being sorted by the parent field.
9856
9857         * reflection.c (mono_custom_attrs_from_index): Use the new function 
9858         for better performance.
9859
9860 2003-09-07  Martin Baulig  <martin@ximian.com>
9861
9862         * class.c (mono_class_init): If we're a generic instance, inflate
9863         all our methods instead of loading them from the image.
9864         (mono_class_from_generic): Set `class->methods = gklass->methods'.
9865
9866 2003-09-07  Martin Baulig  <martin@ximian.com>
9867
9868         * mono-debug-debugger.c: Added support for constructors.
9869
9870 2003-09-06  Martin Baulig  <martin@ximian.com>
9871
9872         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
9873         New interncall.
9874
9875         * reflection.c (mono_reflection_setup_generic_class): Call
9876         ensure_runtime_vtable() to create the vtable.
9877
9878 2003-09-05  Martin Baulig  <martin@ximian.com>
9879
9880         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
9881         MONO_TYPE_MVAR.
9882
9883 2003-09-04  Martin Baulig  <martin@ximian.com>
9884
9885         * reflection.c (mono_reflection_define_generic_parameter): Generic
9886         parameters start with zero.
9887
9888 2003-09-04  Martin Baulig  <martin@ximian.com>
9889
9890         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
9891
9892         * reflection.h (MonoReflectionGenericParam): New typedef.
9893         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
9894         the generic parameters from the managed TypeBuilder.
9895
9896         * reflection.c (mono_reflection_define_generic_parameter): New function.
9897         (mono_reflection_create_runtime_class): Encode generic parameters.
9898         (mono_reflection_setup_generic_class): New function; this is
9899         called after adding adding all generic params to the TypeBuilder.
9900         (encode_type): Added MONO_TYPE_VAR.
9901
9902 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
9903
9904         * class.h class.c (mono_class_needs_cctor_run): Moved this method
9905         here from the JIT.
9906
9907         * assembly.h assembly.c: Moved the AOT loading code into an assembly
9908         load hook.
9909
9910 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
9911
9912         * reflection.h reflection.c class.h class.c: Delete duplicate 
9913         definition of mono_type_get_name () from reflection.c and export the
9914         one in class.c.
9915
9916         * class.c: Class loading fixes from Bernie Solomon 
9917         (bernard@ugsolutions.com).
9918
9919         * reflection.c: Endianness fixes from Bernie Solomon 
9920         (bernard@ugsolutions.com).
9921         
9922 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
9923
9924         * assembly.h assembly.c: Define a file format version for AOT
9925         libraries.
9926         
9927         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
9928
9929         * appdomain.h (MonoJitInfo): New field to determine whenever the
9930         code is domain neutral.
9931         
9932 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
9933
9934         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
9935
9936 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
9937
9938         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
9939         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
9940         Avoid caching the result since strings must be domain specific. Fixes
9941         #48050.
9942
9943 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
9944
9945         * marshal.c (mono_marshal_init): Make this callable multiple times
9946         since it is hard to find a correct place to call it.
9947
9948         * object.c (mono_runtime_class_init): Execute static constructors in
9949         the correct appdomain.
9950
9951         * image.c (build_guid_table): Handle the case when multiple images have
9952         the same GUID.
9953
9954 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9955
9956         * icall.c: added a couple of icalls for System.Web.
9957
9958 2003-08-28  Martin Baulig  <martin@ximian.com>
9959
9960         * icall.c (ves_icall_Type_BindGenericParameters): Use
9961         `klass->generic_inst' instead of `&klass->byval_arg' in the
9962         mono_type_get_object() call.  The returned type must be
9963         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
9964
9965 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
9966
9967         * NOTES: New file.
9968
9969         * object.c (mono_class_proxy_vtable): Make it thread safe.
9970
9971         * pedump.c: Fix warning.
9972
9973         * object.c appdomain.h: Get rid of metadata_section. 
9974         It is no longer needed and it was causing deadlocks with domain->lock.
9975
9976         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
9977
9978 2003-08-26  Martin Baulig  <martin@ximian.com>
9979
9980         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
9981
9982 2003-08-26  Martin Baulig  <martin@ximian.com>
9983
9984         * pedump.c (main): Call mono_metadata_init(),
9985         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
9986         and mono_loader_init().
9987
9988 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
9989
9990         * loader.h: Add missing include to fix build.
9991
9992         * image.h: mono_image_load_references is no more.
9993
9994         * assembly.c: Reworked assembly loading to make it really thread safe.
9995         After these changes, the assembly returned by mono_assembly_open is
9996         fully initialized, i.e. all its references assemblies are loaded.
9997
9998         * assembly.c (mono_image_load_references): Renamed to 
9999         mono_assembly_load_references, and made private, since clients no
10000         longer need to call it.
10001
10002         * class.c: Removed calls to mono_assembly_load_references, since it was
10003         a source of deadlocks.
10004
10005         * loader.h loader.c class.h class.c: Protect data structures using a 
10006         new lock, the loader lock.
10007
10008         * class.c (mono_class_setup_vtable): Create temporary hash tables and
10009         GPtrArrays only when needed.
10010
10011         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
10012         into empty structures by mcs. Fixes pinvoke7.cs.
10013         
10014         * domain.c (mono_init): Call a new initialization function.
10015
10016         * appdomain.c (mono_runtime_init): Call the new initializer function
10017         of the marshal module.
10018
10019         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
10020         inserted into empty structures by mcs. Fixes pinvoke7.cs.
10021
10022         * marshal.h marshal.c: Added locks around the wrapper caches to make
10023         this module thread safe.
10024
10025         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
10026         this argument. Fixes pinvoke1.exe.
10027
10028 2003-08-25  Lluis Sanchez <lluis@ximian.com>
10029
10030         * object.h: Added call_type field to MonoMethodMessage and the corresponding
10031         enumeration of values. Removed fields to store remote call output values in
10032         MonoAsyncResult. Not needed any more.
10033         * object.c: Initialize call_type and async_result fields in mono_message_init.
10034         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
10035         dispatching the message.
10036         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
10037         async call to finish. To do it use a message with EndInvoke call type.
10038
10039 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
10040
10041         * loader.h loader.c (mono_method_hash_marhal_info): New function which
10042         determines whenever a method has marshalling info.
10043
10044 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10045
10046         * assembly.c: fix the build on windows.
10047
10048 2003-08-22 Lluis Sanchez <lluis@ximian.com>
10049
10050         * object.cs: Fixed bug #47785.
10051
10052 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
10053
10054         * string-icalls.c (StringReplace): If their are no occurances of
10055         the old string found return a reference to the supplied
10056         string. This saves some memory and matches MS behavoir.
10057         
10058 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10059
10060         * socket-io.c: fixed compilation for systems that define AF_INET6
10061         and don't define SOL_IP/SOL_IPV6.
10062
10063 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
10064
10065         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
10066         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
10067
10068         * rawbuffer.c rawbuffer.h: Make this module thread safe.
10069
10070         * domain.c: Make this module thread safe.
10071
10072         * domain.c (mono_init): Call new initialization function.
10073
10074         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
10075         reference types too. Fixes #38812.
10076
10077         * image.c (mono_image_init): Fixed warnings.
10078
10079         * class.c (mono_class_from_typeref): Handle assembly load failure
10080         correctly.
10081
10082         * appdomain.c (add_assemblies_to_domain): Handle the case when
10083         the references of an assembly are not yet loaded.
10084
10085         * metadata.c image.c assembly.c: Moved initialization of global
10086         variables to a separate function called at startup since lazy 
10087         initialization of these variables is not thread safe.
10088         
10089         * image.c assembly.c: Made this module thread safe by adding locks in 
10090         the appropriate places.
10091
10092         * domain.c (mono_init): Call the new initialization functions of the
10093         three modules.
10094
10095 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
10096
10097         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
10098           make a direct call. It is proxy's work to make the call asynchronous.
10099           mono_delegate_end_invoke(): If the targe is a proxy, just collect
10100           the return values.
10101         * object.cs: mono_method_call_message_new(): read AsyncResult and
10102           state object from parameters list, if this info is requested.
10103         * object.h: Added fields to store remote call output values in
10104           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
10105
10106 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
10107
10108         * object.h: add needed fields to MonoThread.
10109         * threads.c, threads.h: allow registering a function to cleanup data
10110         allocated per thread by the JIT.
10111
10112 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
10113
10114         * loader.h: portability fix by Bernie Solomon
10115         * <bernard@ugsolutions.com>.
10116
10117 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
10118
10119         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
10120         return a MonoArray. This simplifies the code and also ensures that
10121         the cache allways contains an object reference as a value.
10122
10123         * icall.c (ves_icall_get_parameter_info): Simplified using the new
10124         function.
10125
10126 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10127
10128         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
10129         fixes a problem with byte ordering when getting the address family for
10130         a socket.
10131
10132 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
10133
10134         * .cvsignore: Added monosn.
10135
10136         * reflection.h reflection.c loader.c: Added support for parameter
10137         marshalling to dynamically created types. Fixes #47295.
10138
10139 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
10140
10141         * rand.c: remove useless warnings.
10142
10143 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
10144
10145         * class.c: implemented ldtoken for methods and fieldrefs.
10146
10147 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10148
10149         * threadpool.c: when mono_async_invoke was called, no one took care of
10150         monitoring the queue. So if the method invoked took some time and we
10151         got new async invoke requests after 500 ms (the thread created waited
10152         that long in WaitForSingleObject), the new async invoke was not called
10153         until the previous one finished.
10154
10155         This is fixed now. Thanks to Totte for helping with it.
10156
10157 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10158
10159         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
10160
10161 2003-08-11  Martin Baulig  <martin@ximian.com>
10162
10163         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
10164
10165 2003-08-06  Martin Baulig  <martin@ximian.com>
10166
10167         * mono-debug-debugger.c: Added support for static fields,
10168         properties and methods.
10169
10170 2003-08-06  Martin Baulig  <martin@ximian.com>
10171
10172         * mono-debug-debugger.c: Don't store the MonoString's vtable to
10173         make this work for applications with multiple application domains.
10174
10175 2003-08-04  Martin Baulig  <martin@ximian.com>
10176
10177         * mono-debug-debugger.c: Completely reworked the type support; the
10178         most important thing is that we're now just using one single
10179         `MonoType' instance per type.
10180
10181 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
10182
10183         * mono-endian.h, mono-endian.c, icall.c: Added icall
10184         ves_icall_System_Double_AssertEndianity to assert double word endianity
10185         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
10186
10187 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
10188
10189         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
10190         support, icalls and fixes.
10191
10192 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
10193
10194         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
10195         classes that are a punctuation character in .NET is not the same a
10196         g_unichar_ispunct.
10197
10198 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
10199
10200         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
10201
10202 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
10203
10204         * icall.c: Add new MemCopy internalcall.
10205         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
10206         Simplified code; It is not necessary to handle all the cases here,
10207         as the C# code takes care of it.  Only handle the case of the name
10208         resource embedded into the assembly.
10209
10210         Changed signature to return the data pointer and the size of the
10211         data. 
10212
10213 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
10214
10215         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
10216         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
10217
10218 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
10219
10220         * socket-io.c: ignore EINTR error in select.
10221
10222 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
10223
10224         * class.h, class.c: removed unused subclasses field in MonoClass.
10225
10226 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
10227
10228         * icall.c: improve fix of get_base_definition(). If the parent class
10229           doesn't have the mehod, look at the parent of the parent.
10230         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
10231           to check if a parameter is an in or out parameter
10232           (PARAM_ATTRIBUTE_IN is not set by default).
10233           mono_method_return_message_restore(): Use mono_class_value_size to
10234           get the size of a value type. mono_type_stack_size (parameterType)
10235           does not return the correct value if parameterType is byRef.
10236           mono_load_remote_field(), mono_load_remote_field_new(),
10237           mono_store_remote_field(), mono_store_remote_field_new():
10238           raise exception if the remote call returns an exception.
10239
10240 2003-07-28  Martin Baulig  <martin@ximian.com>
10241
10242         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
10243         method.  This is a wrapper around mono_runtime_invoke() which
10244         boxes the instance object if neccessary.
10245
10246 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
10247
10248         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
10249         metadata.h, row-indexes.h, verify.c: first cut of generics support.
10250
10251 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
10252
10253         * icall.c: disable mcs bug workaround.
10254
10255 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
10256
10257         * object.c (mono_runtime_class_init): Take the metadata_section
10258         mutex before obtaining the domain mutex.
10259
10260         * appdomain.h: Added definition of metadata_section mutex here. 
10261
10262         * object.c: define metadata_mutex here.
10263
10264 2003-07-24  Ravi Pratap  <ravi@ximian.com>
10265
10266         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
10267         fixed.
10268
10269 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
10270
10271         * reflection.c: Fix bug #46669
10272
10273 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10274
10275         * exception.c:
10276         * exception.h:
10277         * icall.c:
10278         * object.h: fill in the type name for TypeLoadException.
10279
10280 2003-07-23  Ravi Pratap  <ravi@ximian.com>
10281
10282         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
10283         relationship between TypeBuilders while compiling corlib) and bug
10284         45993 (Array types returned from the runtime while compiling
10285         corlib were from the loaded corlib).
10286
10287 2003-07-22  Martin Baulig  <martin@ximian.com>
10288
10289         * mono-debug-debugger.c: Reworked the type support a bit more;
10290         distinguish between types and classes.
10291
10292 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
10293
10294         * icall.c: add IsArrayImpl icall.
10295
10296 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
10297
10298         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
10299         initializing real_size only once. Also fix bug #46602.
10300
10301 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
10302
10303         * object.c: Renamed mono_metadata_section to metadata_section.
10304
10305 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
10306
10307         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
10308           empty array if the type is an array. Fixed.
10309           ves_icall_MonoMethod_get_base_definition: if the base method
10310           is abstract, get the MethodInfo from the list of methods of
10311           the class.
10312         * reflection.c: ParameterInfo.PositionImpl should be zero-based
10313           and it was 1-based. Fixed in mono_param_get_objects.
10314
10315 2003-07-20  Martin Baulig  <martin@ximian.com>
10316
10317         * mono-debug.h: Set version number to 31.
10318         (mono_debug_init): Added `MonoDomain *' argument.
10319
10320         * mono-debug-debugger.c: Reworked the type support; explicitly
10321         tell the debugger about builtin types; pass the `klass' address to
10322         the debugger.
10323
10324 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
10325
10326         * image.c: Allow new metadata tables to be loaded without a
10327         warning. Also update the warning message to give the new constant value.
10328                 
10329 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
10330
10331         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
10332         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
10333         array type representation changes.
10334
10335 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
10336
10337         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
10338         on Environment.Exit () call.
10339
10340 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
10341
10342         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
10343         requires a matching corlib.
10344
10345 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
10346
10347         * Changelog: My editor decided to add a CR to each line. Sorry about that.
10348           Committed again without the CRs.
10349         
10350 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
10351
10352         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
10353           getting it from the "this" socket instance. Did not work
10354           if the socket is a subclass of Socket.
10355           Also fixed bug #35371.
10356
10357 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
10358
10359         * metadata.c: fixed size for TypedByRef.
10360         * loader.c: when searching for a method, consider the vararg amrker.
10361         * unicode.c, decimal.c: constify some arrays.
10362
10363 2003-07-15  Dick Porter  <dick@ximian.com>
10364
10365         * socket-io.c: Fixed compilation for gcc < 3.2.
10366
10367         Fixed compilation for machines that don't have AF_INET6 (thanks to
10368         Bernie Solomon <bernard@ugsolutions.com> for that part.)
10369
10370         Fixed compile warnings.
10371         
10372         Fixed formatting and line endings.
10373
10374 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
10375
10376         * socket-io.h:
10377         * socket-io.c: Added IPv6 support.
10378
10379 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
10380
10381         * class.c (mono_class_is_assignable_from): New function to implement
10382         the is_assignable_from logic. Used by mono_object_isinst, 
10383         Type::IsAssignableFrom () and the interpreter.
10384
10385         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
10386         Object, even interfaces.
10387         
10388         * object.c (mono_object_isinst): Implement in terms of 
10389         is_assignable_from.
10390
10391         * icall.c (ves_icall_type_is_assignable_from): New icall.
10392
10393 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
10394
10395         * domain.c (foreach_domain): fix compiler warning.
10396
10397 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
10398
10399         * image.c (load_metadata_ptrs): use g_strndup because strndup is
10400         not available on all plattforms
10401
10402 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
10403
10404         * image.h image.c: Store the metadata version string in MonoImage.
10405         * icall.c: New icall to retrieve the image version.
10406         * reflection.c (create_dynamic_image): Fill in the image version field
10407         * reflection.c (build_compressed_metadata): Use the image version
10408         from the image structure.
10409
10410 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10411
10412         * appdomain.c: modified comment.
10413         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
10414         That will be its last iteration when mono_gc_cleanup is called from
10415         mono_runtime_cleanup and before the domain is unloaded.
10416
10417         Fixes bug #45962.
10418
10419 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
10420
10421         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
10422         attributes.
10423
10424 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
10425
10426         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
10427         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
10428         Bernie Solomon <bernard@ugsolutions.com>.
10429
10430 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
10431
10432         * object.c, object.h: provide mono_object_new_fast() for faster
10433         allocation in some special cases.
10434
10435 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
10436
10437         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
10438         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
10439
10440 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
10441
10442         * threadpool.c: fix leaks.
10443
10444 2003-07-01  Dick Porter  <dick@ximian.com>
10445
10446         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
10447         using MonoGHashTables.  Fixes threadpool bug posted to list.
10448
10449 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
10450
10451         * image.h, image.c: added support to load an assembly from a byte array.
10452         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
10453         assembly bundle support.
10454
10455 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
10456
10457         * threadpool.c (mono_thread_pool_add): keep a reference to the
10458         AsyncResult to prevent GC
10459
10460 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
10461
10462         * class.c: leak fix.
10463
10464 2003-06-25  Dick Porter  <dick@ximian.com>
10465
10466         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
10467         for the async object, the WaitHandle object will close the handle.
10468         Fixes bug 45321.
10469
10470 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
10471
10472         * class.c: in mono_array_class_get (), lookup from the hash with the
10473         same type we insert: this works around a bug in
10474         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
10475         lluis. The real fix will have to wait for after the release.
10476
10477 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
10478
10479         * icall.c: fix memory leak when getting type members.
10480
10481 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
10482
10483         * reflection.c: added more pubtoken special cases.
10484
10485 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
10486
10487         * class.c: handle field offset correctly when class size
10488         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
10489
10490 2003-06-20  Martin Baulig  <martin@ximian.com>
10491
10492         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
10493         *image' field.
10494
10495 2003-06-20  Martin Baulig  <martin@ximian.com>
10496
10497         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
10498
10499 2003-06-20  Martin Baulig  <martin@ximian.com>
10500
10501         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
10502         just distinguish between variables in registers and variables at
10503         an offset relative to a register.
10504
10505 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10506
10507         * icall.c: #ifdef out latest changes until mcs is fixed.
10508
10509 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
10510
10511         * icall.c: return members in metadata order.
10512
10513 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
10514
10515         * icall.c: avoid infinite loop in GetTimeZoneData.
10516
10517 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
10518
10519         * icall.c: added Marshal.Prelink/All icalls.
10520
10521 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
10522
10523         * object.c, object.h: fix warnings and do some overflow checking
10524         when creating arrays.
10525
10526 2003-06-17  Dick Porter  <dick@ximian.com>
10527
10528         * file-io.h:
10529         * file-io.c: File attributes need to be tweaked slightly when
10530         passed from the managed to the w32 world.
10531
10532 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
10533         * profiler.h profiler-private.h profiler.c: Rework last patch
10534         based on suggestion by Paolo.
10535         
10536 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
10537
10538         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
10539         instruction level coverage data collection.
10540         * profiler.h profiler.c (: Added new callback function which can be
10541         used by the profiler to limit which functions should have coverage
10542         instrumentation.
10543         * profiler.c (mono_profiler_load): Call g_module_build_path to
10544         generate the file name of the profiler library.
10545
10546 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
10547
10548         * profiler.c, profiler.h, profiler-private.h: added basic block 
10549         coverage profiling API.
10550
10551 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
10552
10553         * reflection.c (mono_reflection_create_runtime_class): Add support
10554         for events in dynamically generated code.
10555
10556         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
10557         not allocated.
10558
10559 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
10560
10561         * icall.c: when getting timezone info, return reasonable values if we
10562         can't get the actual data.
10563
10564 2003-06-14  Dick Porter  <dick@ximian.com>
10565
10566         * threads.c (start_wrapper): Remove the reference to the thread
10567         object in the TLS data, so the thread object can be finalized.
10568         This won't be reached if the thread threw an uncaught exception,
10569         so those thread handles will stay referenced :-( (This is due to
10570         missing support for scanning thread-specific data in the Boehm GC
10571         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
10572
10573 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
10574
10575         * reflection.c: ensure streams and tables are first allocated with
10576         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
10577
10578 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
10579
10580         * icall.c: fixed GetElementType for byrefs (bug# 44792).
10581
10582 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
10583
10584         * reflection.c (mono_reflection_create_runtime_class): Add support for
10585         properties to dynamically created classes.
10586         * reflection.c: Fix a few places where non-MonoObjects were inserted
10587         into the tokens hashtable.
10588
10589 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
10590
10591         * object.c: some support to handle out of memory exceptions.
10592
10593 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
10594
10595         * marshal.c (mono_marshal_get_native_wrapper): support reference
10596         return types
10597
10598 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
10599
10600         * object.h, object.c: more portability stuff from Bernie Solomon.
10601         Unexport mono_object_allocate(). Added mono_object_unbox ().
10602         Set exitcode when an unhandled exception is thrown.
10603
10604 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
10605
10606         * marshal.c (mono_marshal_get_native_wrapper): use custom
10607         marshaler for return types.
10608
10609 2003-06-10  Dick Porter  <dick@ximian.com>
10610
10611         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
10612         ip_mreq is available
10613
10614 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
10615
10616         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
10617         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
10618         by Bernie Solomon <bernard@ugsolutions.com>.
10619
10620 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
10621
10622         * gc.c (mono_gc_init): Avoid error message on shutdown when
10623         GC_DONT_GC=1 is used.
10624
10625         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
10626         New icall to return the GUID of a module.
10627
10628 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
10629
10630         * class.c: ensure instance size always includes the parent's size
10631         even whem class size is set explicitly (fixes bug#44294).
10632
10633 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
10634
10635         * profiler.h, profiler.c: made the simple profiler thread-safe,
10636         get more accurate timing info. Allow the loading of an
10637         externally-developed profiler module.
10638
10639 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
10640
10641         * marshal.c (mono_marshal_get_native_wrapper): improved
10642         class/byref arguments.
10643         (mono_marshal_get_native_wrapper): better string marshaling support.
10644
10645 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
10646
10647         * class.c: ensure .pack and .size are handled correctly and
10648         simplified layout of static fields.
10649
10650 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
10651
10652         * appdomain.c
10653         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
10654
10655         * loader.c (mono_lookup_pinvoke_call): look for modules in the
10656         current directory (fix bug 44008)
10657
10658 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
10659
10660         * marshal.c (mono_marshal_get_native_wrapper): started support for
10661         custom marshalers.
10662         (mono_delegate_to_ftnptr): consider marshalling specifications
10663
10664 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
10665
10666         * reflection.c, reflection.h: emit custom marshal info.
10667
10668 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10669
10670         * object.c: free the GError.
10671         * icall.c: added CloseEvent_internal.
10672         * threads.[ch]:
10673         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
10674         call.
10675
10676 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
10677
10678         * loader.c (mono_method_get_signature): Add support for dynamic
10679         assemblies.
10680
10681 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
10682
10683         * reflection.c: fixed bug #43905.
10684
10685 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
10686
10687         * class.c, domain.c, icall.c, metadata.h, object.h: support for
10688         handling TypedReference and ArgIterator.
10689         * loader.c, loader.h: added function to get signature at call site.
10690
10691 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
10692
10693         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
10694         data readonly. Buglets and warning fixes. Some MethodSpec support.
10695
10696 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
10697
10698         * class.h, class.c, object.c: remove relative numbering support.
10699
10700 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
10701
10702         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
10703         free the string, until we get a chance to fix Gtk#
10704
10705 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10706
10707         * marshal.c: revert last patch.
10708
10709 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
10710
10711         * icall.c: updates for new mono_class_vtable() not calling
10712         the type constructor anymore.
10713
10714 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
10715
10716         * object.h, object.c: separate vtable creation from type
10717         initialization. Make running the .cctor thread safe.
10718
10719 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
10720
10721         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
10722
10723 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
10724
10725         * loader.c (mono_get_method): consider calling convention
10726
10727 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
10728
10729         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
10730         to return the invisible global type for a module.
10731
10732         * reflection.c (mono_image_build_metadata): Emit global fields too.
10733
10734 2003-05-20  Peter Williams  <peterw@ximian.com>
10735
10736         * loader.c (mono_lookup_internal_call): Add a few newlines.
10737
10738 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
10739
10740         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
10741         literal strings.
10742
10743         * appdomain.c (set_domain_search_path): Recalculate search path when
10744         AppDomainSetup.PrivateBinPath changes.
10745
10746         * object.c (mono_class_compute_gc_descriptor): It turns out some
10747         parts of the class libs (like System.Thread) holds pointers to
10748         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
10749         to treat native int a pointer type here.
10750         
10751 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
10752
10753         * appdomain.h, domain.c: add hashtable for jump target resolution.
10754
10755 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
10756
10757         * reflection.h reflection.c icall.c: Added new icalls 
10758         GetManifestResourceInfoInternal, GetModulesInternal and support
10759         infrastructure.
10760
10761 2003-05-16  Dick Porter  <dick@ximian.com>
10762
10763         * icall.c:
10764         * file-io.h:
10765         * file-io.c: Implement System.IO.MonoIO::GetTempPath
10766
10767 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
10768
10769         * object.c: mono_store_remote_field: little fix to previous patch.
10770
10771 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
10772
10773         * class.c: add constructors to array classes.
10774         * icall.c: special case array construction for InternalInvoke (),
10775
10776 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
10777
10778         * class.h class.c reflection.c object.c: Added support for field
10779         defaults in dynamically generated classes.
10780
10781 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
10782
10783         * reflection.c: properly encode charset for ddlimport.
10784
10785 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
10786
10787         * threads.c: allow compiling without GC.
10788
10789 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
10790
10791         * appdomain.h, object.c, object.h, threads.c, threads.h: added
10792         handling of thread static data.
10793
10794 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
10795
10796         * reflection.h, reflection.c: added mono_custom_attrs_free ().
10797
10798 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
10799
10800         * class.c (mono_array_class_get): always set the serializable flags
10801         (mono_array_class_get): always set the SEALED attribute for array types
10802
10803 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
10804
10805         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
10806         attributes (fix for bug 42021).
10807
10808 2003-05-12  Dick Porter  <dick@ximian.com>
10809
10810         * gc.c: Don't run finalizers when the finalizer thread is
10811         finishing up, because the default domain has already been
10812         destroyed.
10813
10814 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
10815
10816         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
10817         value is null, we should throw an exception.   This is slightly
10818         different than the other conventions used for the constructor.
10819
10820 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10821
10822         * socket-io.c: fixed windows build.
10823
10824 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10825
10826         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
10827
10828 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
10829
10830         * object.c (mono_string_new_wrapper): Compatibility fix for MS
10831         compilers.
10832
10833 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
10834
10835         * class.c (mono_class_layout_fields): Add experimental GC aware
10836         auto layout facility. Requires class library changes to work correctly.
10837
10838         (mono_class_setup_vtable): Avoid overriding explicit interface
10839         method implementations. Fixes iface3.exe test.
10840
10841         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
10842         object reference.
10843         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
10844         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
10845
10846         * metadata.h: Add new type classification macro which determines
10847         whenever the type holds an object reference.
10848
10849 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
10850
10851         * marshal.c (mono_marshal_get_native_wrapper): cleanups
10852
10853 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
10854
10855         * gc.c (finalizer_thread): Work around a GC bug.
10856
10857 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
10858
10859         * marshal.c (emit_struct_conv): allow unions
10860
10861         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
10862
10863 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
10864
10865         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
10866
10867 2003-05-06  Martin Baulig  <martin@ximian.com>
10868
10869         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
10870
10871 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10872
10873         * socket-io.c:
10874         (Select_internal): allow NULLs, don't create arrays if not needed.
10875         Coupled with Socket.cs changes.
10876
10877         * threadpool.c:
10878         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
10879         register a finalizer for it that will close the semaphore handle. This
10880         fixes the leak and make Lupus' test run with > 4080 loops.
10881
10882 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
10883
10884         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
10885         Jerome Laban (bug #42287)
10886
10887 2003-05-02  Martin Baulig  <martin@ximian.com>
10888
10889         * debug-mono-symfile.h
10890         (MonoSymbolFile): Moved declaration into mono-debug.h.
10891         (MonoDebugMethodJitInfo): Likewise.
10892         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
10893         argument.
10894         (_mono_debug_address_from_il_offset): Take a
10895         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
10896
10897         * mono-debug.h
10898         (MonoDebugDomainData): New struct.
10899         (mono_debug_get_domain_data): New function.
10900         (mono_debug_add_method): Take an additional `MonoDomain *'
10901         argument.
10902         (mono_debug_source_location_from_address): Likewise.
10903         (mono_debug_il_offset_from_address): Likewise.
10904         (mono_debug_address_from_il_offset): Likewise.
10905
10906 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
10907
10908         * reflection.c: one more check for null type in custom attrs.
10909
10910 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10911
10912         * reflection.c: avoid warning (comparison is always false due to limited
10913         range of data type).
10914
10915 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10916
10917         * icall.c: throw an exception in Type.GetField if the argument 'name'
10918         is NULL.
10919
10920 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
10921
10922         * reflection.c: fixed handling of enums in named arguments to custom
10923         attributes (bug #42123).
10924
10925 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
10926
10927         * reflection.c: use the right array element type and handle
10928         a null for a Type argument, too.
10929
10930 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
10931
10932         * reflection.c: handle arrays as arguments to custom attributes.
10933
10934 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
10935
10936         * reflection.c: handle a string value in a custom attr
10937         ctor that takes an object.
10938
10939 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
10940
10941         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
10942         (fix bug #42063)
10943
10944 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
10945
10946         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
10947
10948 2003-04-27  Martin Baulig  <martin@ximian.com>
10949
10950         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
10951         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
10952         MONO_DEBUGGER_EVENT_BREAKPOINT.
10953         (mono_breakpoint_trampoline_code): Removed.
10954         (mono_debugger_event_handler): The last argument is now a
10955         `guint32'.
10956         (mono_debugger_insert_breakpoint_full): Removed the
10957         `use_trampoline' argument.
10958         (mono_debugger_method_has_breakpoint): Likewise.
10959         (mono_debugger_trampoline_breakpoint_callback): Renamed to
10960         mono_debugger_breakpoint_callback(); take the method and
10961         breakpoint number as arguments.
10962
10963 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
10964
10965         * metadata.c: fix off by one when loading parameters attributes.
10966
10967 2003-04-24  Martin Baulig  <martin@ximian.com>
10968
10969         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
10970
10971 2003-04-24  Martin Baulig  <martin@ximian.com>
10972
10973         * mono-debug-debugger.c: Moved all code which interacts with the
10974         Mono Debugger here.
10975
10976         * debug-mono-symfile.c: This code now just deals with the symbol
10977         file itself, the debugger code is now in mono-debug-debugger.c.
10978
10979 2003-04-23  Martin Baulig  <martin@ximian.com>
10980
10981         * mono-debug.c (mono_debug_source_location_from_il_offset):
10982         New method; like mono_debug_source_location_from_address(), but
10983         takes an IL offset instead of a machine address.
10984
10985 2003-04-23  Martin Baulig  <martin@ximian.com>
10986
10987         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
10988         `line' field; this is now computed by the debugger.
10989
10990 2003-04-23  Martin Baulig  <martin@ximian.com>
10991
10992         * mono-debug.[ch]: New files.  This is the new debugging interface.
10993
10994         * mono-debug-debugger.[ch]: New files.  Moved all code which
10995         interacts with the Mono Debugger here.
10996
10997 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
10998
10999         * domain.c (mono_init): initialize mono_defaults.monitor_class
11000
11001 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
11002
11003         * reflection.c (method_encode_code): Add a spicy exception to help
11004         future compiler authors.
11005
11006 2003-04-21  Martin Baulig  <martin@ximian.com>
11007
11008         * icall.c
11009         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
11010         Make this work with relative pathnames; g_filename_to_uri() needs
11011         an absolute filename.
11012
11013 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
11014
11015         * icall.c: Track name changes in Object and ValueType.
11016
11017 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
11018
11019         * metadata.c (mono_type_stack_size): size should be a multiple of
11020         sizeof (gpointer)
11021
11022 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11023
11024         * gc.c:
11025         (internal_domain_finalize): moved into mono_domain_finalize. No need
11026         to create another thread because the finalizers will be run in the
11027         finalizer thread.
11028         
11029         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
11030         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
11031         to be run (MS does this too).
11032
11033 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
11034
11035         * object.c (mono_class_compute_gc_descriptor): Update comment.
11036
11037         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
11038
11039         * image.h: Add synchronized wrapper cache.
11040
11041         * image.c (do_mono_image_open): Initialize cache.
11042
11043         * reflection.c (create_dynamic_mono_image): Initialize cache.
11044
11045 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11046
11047         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
11048         ves_icall_System_Buffer_ByteLengthInternal.
11049
11050 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
11051
11052         * reflection.c: setup klass->nested_in earlier. Allow
11053         a dash in the assembly name.
11054
11055 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
11056
11057         * metadata.c (mono_type_to_unmanaged): dont access
11058         type->data.klass for MONO_TYPE_OBJECT
11059         (mono_type_to_unmanaged): consider System.Delegate class
11060
11061 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
11062
11063         * class.c: just setup supertypes in the proper place instead of
11064         initializing the full element class for arrays.
11065
11066 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
11067
11068         * class.c: ensure the element class of arrays is initialized.
11069         Setup the supertype info for array classes, too.
11070
11071 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
11072
11073         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
11074
11075 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11076
11077         * Makefile.am: re-added -m option when running cygpath. This way,
11078         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
11079         separator.
11080         * mono-config.c: same codepath for locating mono config file for WIN32
11081         and the rest.
11082         * assembly.c: if mono_assembly_setrootdir is called, don't override
11083         the value set.
11084
11085 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11086
11087         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
11088         MONO_ASSEMBLIES variable.
11089
11090 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
11091
11092         * icall.c: added Assembly::GetNamespaces() icall.
11093
11094 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11095
11096         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
11097
11098 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
11099
11100         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
11101         * object.c: fixed bug in the construction of vtable for proxies
11102
11103 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
11104
11105         * object.c (mono_array_new): Mark mono_array_new as an icall.
11106
11107 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11108
11109         * class.c: fixed test for public method when overriding interfaces.
11110         Closes bug #40970.
11111
11112 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
11113
11114         * appdomain.h, domain.c: added mono_domain_foreach() to
11115         be able to access the currently loaded appdomains.
11116         * object.c: make string interning work across sppdomains.
11117         Mark some functions for use as icalls.
11118
11119 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
11120
11121         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
11122
11123         * reflection.h reflection.c: Allocate long living data using 
11124         GC_MALLOC_ATOMIC so the collector does not need to scan it.
11125
11126         * reflection.c: Double the allocation size in streams instead of
11127         increasing it, to prevent unneccesary copying on large assemblies.
11128         
11129         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
11130         creation if the assembly does not have the Run flag set.
11131
11132 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
11133
11134         * class.h: avoid the C++ keywords in header files (Jerome Laban
11135         spotted and fixed this).
11136
11137 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11138
11139         * object.c:
11140         (mono_unhandled_exception): fill in the arguments for the
11141         UnhandledException event. Only trigger that event for the default
11142         domain (as MS does).
11143
11144 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
11145
11146         * object.c: Improve typed allocation stuff based on suggestions from
11147         Paolo. Also turn it on if the GC library supports it.
11148
11149 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
11150
11151         * object.c object.h class.h: Added experimental typed allocation
11152         facility using the interfaces in gc_gcj.h.
11153
11154         * os/gc_wrapper.h: Added new include files.
11155         
11156 2003-04-03  Martin Baulig  <martin@ximian.com>
11157
11158         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
11159         which is not yet enabled by default.
11160
11161         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
11162         functions.
11163         (mono_gc_lock, mono_gc_unlock): New static functions.
11164
11165         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
11166         functions; stop/start the world for the garbage collector.  This
11167         is using the windows API; we need to complete the SuspendThread()/
11168         ResumeThread() implementation in the io-layer to make this work on Unix.
11169         (mono_gc_push_all_stacks): New public function; tells the garbage
11170         collector about the stack pointers from all managed threads.
11171
11172 2003-04-03  Martin Baulig  <martin@ximian.com>
11173
11174         * object.h (MonoThread): Added `gpointer stack_ptr'.
11175
11176         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
11177
11178 2003-04-03  Martin Baulig  <martin@ximian.com>
11179
11180         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
11181
11182 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
11183
11184         * reflection.c (typebuilder_setup_fields): Initialize field.first and
11185         field.last.
11186
11187 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
11188
11189         * loader.c (mono_lookup_internal_call): Report the corlib that is
11190         out of sync.
11191
11192 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
11193
11194         * icall.c (ves_icall_type_GetTypeCode): fixed check for
11195         System.DBNull (it's class not valuetype).
11196
11197 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
11198
11199         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
11200         if the array method was already assigned a token (fixes bug#40646).
11201
11202 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
11203
11204         * reflection.c (mono_reflection_get_type): Attempt type resolve even
11205         if no assembly is given.
11206
11207 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
11208
11209         * metadata.h: Added the new tables.
11210
11211         * row-indexes.h: Added definitions for new tables.
11212
11213         * metadata.c: Add schemas for new tables, and add support for
11214         computing the sizes of them.
11215
11216         * class.c: Update for handling the new type cases.
11217
11218 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
11219
11220         * metadata.h (MONO_TYPE_IS_VOID): new macro
11221
11222 2003-03-31  Martin Baulig  <martin@ximian.com>
11223
11224         * threads.h (MonoThreadCallbacks): Added `thread_created'.
11225
11226         * threads.c (mono_thread_new_init): Call `thread_created' in the
11227         mono_thread_callbacks.
11228
11229 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
11230
11231         * loader.h: added marshalbyrefobject_class to mono_defaults
11232         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
11233         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
11234           generation of output parameters.
11235           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
11236         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
11237           contextbound and the target object belongs to the context of the caller.
11238         * object.h: added context and unwrapped_server variables in MonoRealProxy.
11239         * object.c: Implemented support for interfaces and abstract classes
11240           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
11241           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
11242
11243 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
11244
11245         * class.h class.c (mono_class_is_subclass_of): New function.
11246         
11247         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
11248         routines for most common case (calls from ArrayList::ToArray).
11249
11250         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
11251         routine so programs which call Environment::Exit() can be profiled.
11252
11253         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
11254         Added MONO_ARCH_SAVE_REGS.
11255
11256         * icall.c (ves_icall_type_is_subtype_of): Use new function.
11257
11258 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
11259
11260         * blob.h: Add a couple of new MonoType types definitions.
11261
11262         * tabledefs.h: Add a couple of new call convs.
11263
11264 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
11265
11266         * reflection.h (MonoReflectionDynamicAssembly): track changes in
11267         the layout of the class.
11268
11269         * reflection.c (alloc_table): double the size on overflow to avoid
11270         unnecessary copying.
11271
11272         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
11273         avoid filling out metadata tables and blobs. Also set mb->ilgen to
11274         null so it can be garbage collected.
11275         
11276 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
11277
11278         * reflection.c (mono_reflection_get_type): Return the resolved type
11279         only if it is in the assembly we searched.
11280
11281         * reflection.c (ensure_runtime_vtable): Initialize method slots.
11282
11283         * class.c (mono_class_setup_vtable): Set the slot of the overriding
11284         method.
11285
11286 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11287
11288         * appdomain.c:
11289         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
11290         the right one is 'file:///blah', but MS allows it.
11291         * assembly.c:
11292         (mono_assembly_open): allow 'file://blah'
11293
11294         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
11295
11296 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
11297
11298         * socket-io.c: fixes bug #40310.
11299
11300 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
11301
11302         * reflection.c (mono_reflection_parse_type): handle deeply nested
11303         types correctly.
11304
11305         * reflection.c (mono_image_create_token): Use unique token values
11306         since they will be put into a hash table.
11307
11308         * class.c (mono_class_setup_vtable): If a method occurs in more than
11309         one place in the vtable, and it gets overriden, then change the
11310         other occurances too.
11311
11312         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
11313         object as return type.
11314
11315 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
11316
11317         * icall.c: Deleted "ToString" implementation for double and float
11318         because they are full implemented in managed code.
11319
11320 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
11321
11322         * reflection.c, reflection.h: implemented and exported functions
11323         to retrieve info about custom attributes.
11324
11325 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11326
11327         * appdomain.c: moved Uri handling to assembly.c
11328         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
11329         work when using a file Uri in *nix and windows.
11330
11331         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
11332         GetReferencedAssemblies.
11333
11334 2003-03-18  Dick Porter  <dick@ximian.com>
11335
11336         * icall.c: Rename a couple of internal calls
11337
11338         * threads.c: Set the thread state to Stopped when a thread exits.
11339         Fixes bug 39377.
11340
11341 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
11342
11343         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
11344         New icall.
11345
11346         * object.c (mono_class_vtable): fix warning.
11347
11348 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
11349
11350         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
11351
11352         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
11353         memory.
11354         (method_encode_clauses): Create exception info structures in the right
11355         order.
11356         (mono_reflection_setup_internal_class): Initialize supertypes field.
11357
11358         * class.c object.c: Handle interfaces which implement other interfaces 
11359         correctly.
11360
11361         * class.h class.c: Move the supertypes array initialization code into 
11362         a separate function so it can be used for dynamic types too. Also call
11363         it earlier, in mono_class_init(), since it can be used before the
11364         type is initialized.
11365
11366 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11367
11368         * Makefile.am:
11369         * assembly.c:
11370         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
11371
11372         * appdomain.c:
11373         * appdomain.h:
11374         * marshal.c:
11375         * object.c: remove warnings.
11376
11377 2003-03-13  Martin Baulig  <martin@ximian.com>
11378
11379         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
11380         (MonoDebugLexicalBlockEntry): New types.
11381
11382         * debug-mono-symfile.c
11383         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
11384
11385 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11386
11387         * process.c: ret can be any non-zero value accroding to MS doc.
11388
11389 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
11390
11391         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
11392         fixing a warning for a miss-used prototype, would have cause
11393         random memory corruption.
11394
11395 2003-03-07  Martin Baulig  <martin@ximian.com>
11396
11397         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
11398         getting really annoying ....
11399
11400 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
11401
11402         * reflection.c (fixup_method): added support for array methods.
11403
11404 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
11405
11406         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
11407         (pointed out by Michael Adams).
11408
11409 2003-03-04  Dick Porter  <dick@ximian.com>
11410
11411         * icall.c: Temporarily reverted the Double and Single ToString()
11412         change, because it broke nunit.
11413
11414 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
11415
11416         * object.h, threads.h: make include files compatible with C++
11417         (patch by Jerome Laban <jlaban@wanadoo.fr>).
11418
11419 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
11420
11421         * icall.c: Erased ToString helper functions for Double and Single.
11422         Now, that implementations ar all in managed code (Double and Single
11423         Formatters).
11424
11425 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
11426
11427         * appdomain.c: Added method for initializing the default context of
11428         a domain. Added internal call for getting the default context.
11429         * appdomain.h: Added context variable in MonoDomain struct.
11430         * domain.c: mono_domain_set also sets the default context of the domain
11431         * icall.c: Mapped internal method InternalGetDefaultContext.
11432         * object.c: mono_object_get_virtual_method returns always a remoting
11433         wrapper if the object is a transparent proxy.
11434         mono_runtime_invoke_array: when creating an object by calling the
11435         constructor, if the created object is a proxy, then the constructor should
11436         be called using the a remoting wrapper.
11437
11438 2003-03-03  Dick Porter  <dick@ximian.com>
11439
11440         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
11441         variable so it compiles on solaris.  Problem spotted by
11442         Christopher Taylor <ct@cs.clemson.edu>
11443
11444 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11445
11446         * appdomain.c:
11447         (get_info_from_assembly_name): don't leak value.
11448
11449         * icall.c:
11450         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
11451         result.
11452
11453 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
11454
11455         * assembly.c: export mono_image_load_references ().
11456         * class.c: handle function pointers. mono_class_from_name() now
11457         supports nested type names directly.
11458
11459 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
11460
11461         * reflection.h reflection.c: Encode already created dynamic methods 
11462         and fields correctly as a DEF instead of a REF.
11463
11464         * reflection.c: Get rid of the force_ref argument to 
11465         mono_image_typedef_or_ref since it was wrong in the first place.
11466
11467         * string-icalls.c: add error checking to string constructors according
11468         to the MSDN docs.
11469
11470         * reflection.c: Emit types in the order their TypeBuilders were 
11471         created. Previously, a new table index was assigned to each type before
11472         the tables were emitted. This was wrong because the signature blob
11473         might already refer to a type by its original table index.
11474
11475 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
11476
11477         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
11478         change.
11479         
11480 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11481
11482         * Makefile.am: make assemblies dir have \ instead of / on windows.
11483
11484 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
11485
11486         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
11487         iterate over the NESTEDCLASS table using a linear search since the
11488         table is not guaranteed to be sorted by the secondary key.
11489
11490         * class.c (mono_class_create_from_typedef): fixed up call to
11491         mono_metadata_nesting_typedef.
11492         
11493 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
11494
11495         * marshal.c (mono_string_to_byvalstr): clear the memory as
11496         suggested by Jerome Laban <jlaban@wanadoo.fr>
11497
11498 2003-02-26  Dick Porter  <dick@ximian.com>
11499
11500         * process.c: Cope with padding in .rsrc blocks
11501
11502 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
11503
11504         * metadata.h: reverted the filter_len change, it breaks reflection
11505         
11506 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
11507
11508         * metadata.h: added a new field to store the filter_len
11509         
11510
11511 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
11512
11513         * reflection.c: handle custom attributes for types and members
11514         created with Reflection.Emit (bug#38422).
11515
11516 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
11517
11518         * reflection.c: define RTSpecialName automatically for constructors for
11519         compatibility with MS.NET.
11520
11521         * reflection.c (mono_reflection_create_runtime_class): initialize
11522         nested_in field of dynamically created classes.
11523
11524 2003-02-22  Martin Baulig  <martin@ximian.com>
11525
11526         * debug-mono-symfile.h: Incremented version number.
11527
11528 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
11529
11530         * object.h icall.c process.c: fix warnings.
11531
11532 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
11533
11534         * appdomain.h appdomain.c:
11535         (mono_domain_try_type_resolve): split the 
11536         name_or_tb argument into a name and a tb argument.
11537         (mono_domain_has_type_resolve): new function to check whenever the
11538         application has registered a TypeResolve event handler.
11539         
11540         * icall.c reflection.h reflection.c: move the type resolve logic into
11541         mono_reflection_get_type () so it will be invoked when 
11542         Assembly::GetType () is called.
11543
11544         * reflection.c:
11545         (mono_reflection_get_type): renamed to get_type_internal.
11546         (mono_reflection_get_type): fixed type name generation so it works 
11547         for nested types too.
11548         (mono_reflection_get_type): call has_type_resolve () to avoid the 
11549         costly type name generation if there is no resolve event handler.
11550
11551 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
11552
11553         * class.c, image.c: load exported types from file references.
11554
11555 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
11556
11557         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
11558           used to cache the managed methods used to create proxies and make 
11559           remote invocation of methods.
11560         * class.h: Added in MonoVTable a flag to indicate that a class needs 
11561           to be remotely created.
11562         * object.c: Modified the method mono_class_vtable(). It now initializes 
11563           the remote flag of the vtable. Modified mono_object_new_specific(), 
11564           so now it checks the remote flag.
11565         * icall.c: Added a couple of internal methods, one for enabling instance 
11566           creation interception for a type, and one for creating objects bypassing
11567           the remote check.
11568
11569 2003-02-18  Martin Baulig  <martin@ximian.com>
11570
11571         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
11572         New interncall to get a method's metadata token.
11573
11574         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
11575         New interncall for the debugger.
11576
11577 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
11578
11579         * class.c (mono_class_setup_vtable): allocate supertype array
11580
11581 2003-02-18  Martin Baulig  <martin@ximian.com>
11582
11583         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
11584
11585 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11586
11587         * reflection.c:
11588         (assembly_name_to_aname): jump over unknown properties (i've found
11589         something like: 'type, assembly, version=xxx, custom=null, public...',
11590         so now will ignore custom=null and still get the rest of the values).
11591
11592 2003-02-17  Dick Porter  <dick@ximian.com>
11593
11594         * threads.c: Have Thread.Start() wait for a semaphore to signal
11595         that the thread has set up all its local data.  This fixes bug
11596         34323, where Abort() raced the new thread's TLS data.
11597
11598         Also removes the handle_store() call from start_wrapper, because
11599         threads are now always created suspended and there is no longer a
11600         race between the parent and child threads to store the info.
11601
11602 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
11603
11604         * image.c: explain the #- heap issue in a message, hopefully
11605         avoiding FAQs on mono-list.
11606
11607 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11608
11609         * icall.c:
11610         (GetEntryAssembly): if the domain has not invoked
11611         AppDomain.ExecuteAssembly yet, return the assembly of the default
11612         AppDomain.
11613
11614 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
11615
11616         * class.c (mono_ldtoken): make it work in dynamic assemblies.
11617
11618 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
11619
11620         * metadata.c, reflection.c: simple speedup to type hash
11621         and equals code.
11622
11623 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
11624
11625         * image.c, image.h, class.c, assembly.c: move module loading
11626         to MonoImage. When loading metadata, consider alignemnet from
11627         the start of metadata, not from the metadata address in memory.
11628
11629 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
11630
11631         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
11632         AssemblyBuilder objects. Factored out custom attribute creation into
11633         a separate function.
11634         (create_custom_attr): new function to create custom attributes.
11635
11636 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
11637
11638         * Makefile.am: Got tired of typing the full pathname to pedump.
11639         Until there is another option, am installing this.
11640
11641 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
11642
11643         * class.c (class_compute_field_layout): always set field->parent 
11644         (mono_ldtoken): use mono_defaults.fieldhandle_class;
11645
11646 2003-02-11  Dick Porter  <dick@ximian.com>
11647
11648         * threads-types.h:
11649         * monitor.c: Rewrote Monitor, making lock much faster and
11650         Pulse/Wait work as specified.  Also uses much fewer handles, and only
11651         creates them as needed.
11652
11653         * exception.c: Added SynchronizationLockException
11654
11655         * threads.c: Deleted old Monitor implementation.  The new one is
11656         in a new file.
11657
11658 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
11659
11660         * class.c: handled TypedReference type code. Set the correct size for
11661         class data. Setup interface_offsets for interface classes, too.
11662
11663 2003-02-09  Martin Baulig  <martin@ximian.com>
11664
11665         * debug-mono-symfile.h: Reflect latest symbol writer changes.
11666
11667 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
11668
11669         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
11670         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
11671         * object.c: fixed mono_object_get_virtual_method () for interfaces.
11672         * verify.c: check for code that runs after the end of the method.
11673
11674 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
11675
11676         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
11677         "System.Math::Round2".
11678         * sysmath.h: Added Floor, Round and Round2 definitions.
11679         * sysmath.c: Modified certain functions that were not 100% compliant
11680         with MS.NET (math precision) and added the implementation of Floor,
11681         Round and Round2.
11682
11683 2003-02-07  Martin Baulig  <martin@ximian.com>
11684
11685         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
11686
11687 2003-02-07  Martin Baulig  <martin@ximian.com>
11688
11689         * debug-mono-symfile.c: Reflected latest symwriter changes.
11690         (mono_debug_create_mono_symbol_file): Removed.
11691         (mono_debug_open_mono_symbol_file): Take an argument which
11692         specifies whether to create a dynamic symbol file.
11693
11694 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
11695
11696         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
11697
11698 2003-02-05  Martin Baulig  <martin@ximian.com>
11699
11700         * reflection.c (mono_image_build_metadata): Make this public,
11701         protect it against being called multiple times, don't create
11702         resources and don't build the compressed metadata here.
11703         (mono_image_create_pefile): Do this here.
11704
11705         * icall.c
11706         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
11707
11708 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11709
11710         * socket-io.c: fixed bug #36322.
11711
11712 2003-02-06  Piers Haken <piersh@friskit.com>
11713
11714         * appdomain.[ch]:
11715         * class.h:
11716         * debug-mono-symfile.c:
11717         * icall.c:
11718         * loader.c:
11719         * mono-config.c:
11720         * monosn.c:
11721         * reflection.c:
11722         * socket-io.c: warning cleanups
11723
11724 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
11725
11726         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
11727         function. works like remoting invoke, but does a check for the Proxy first.
11728
11729 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
11730
11731         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
11732
11733 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
11734
11735         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
11736         array of pointers.
11737         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
11738         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
11739
11740         * object.c (mono_store_remote_field_new): used by the new jit
11741         instead of mono_store_remote_field
11742         (mono_load_remote_field_new): used by the new jit
11743         instead of mono_load_remote_field
11744
11745 2003-02-05  Patrik Torstensson
11746
11747         * appdomain.c: changed unload to take the domain id instead
11748         of domain
11749         
11750         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
11751
11752
11753 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11754
11755         * appdomain.c: don't look for assemblies in ApplicationBase if
11756         PrivateBinPathProbe is set.
11757
11758 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11759
11760         * object.c: make the first argument in main_args contain the absolute
11761         path to the assembly. Fixes bug #37511.
11762
11763 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11764
11765         * icall.c: get correct UTC offset for countries not using daylight
11766         time saving. Fixes bug #30030.
11767
11768 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11769
11770         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
11771         and 1 are the family).
11772
11773 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
11774
11775         * icall.c (ves_icall_InternalExecute): removed wrong assertion
11776
11777         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
11778
11779 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
11780
11781         * reflection.c: added support for SignatureHelper tokens, which is
11782         needed by the Calli opcode.
11783
11784         * reflection.h: track changes to SignatureHelper class.
11785
11786         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
11787
11788 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11789
11790         * appdomain.c: fixed loading assemblies from PrivateBinPath.
11791
11792 2003-02-03  Patrik Torstensson
11793         * appdomain.[c|h], domain.c : 
11794          - Added support for getting a domain via domain id
11795          - Support for setting and getting domain from System.AppDomain 
11796            (used in cross appdomain channel)
11797          - Added support for get/set for a MonoAppContext on a thread 
11798            (Context class in System.Runtime.Remoting.Contexts),
11799          - Removed hack in Get/SetData and ExecuteAssembly.
11800         
11801         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
11802         the managed world to get control when a proxy is created.
11803
11804         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
11805         
11806 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
11807
11808         * icall.c
11809         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
11810         Populate the codebase field as well.
11811
11812 2003-02-02  Martin Baulig  <martin@ximian.com>
11813
11814         * debug-mono-symfile.c
11815         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
11816         (mono_debug_symfile_add_method): Allow interncalls.
11817
11818 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11819
11820         * icall.c: throw parse exception if strtod fails or the string is empty.
11821
11822 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
11823
11824         * marshal.c: handle object type separately from defined
11825         class types.
11826
11827 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
11828
11829         * marshal.c: handle NATIVE_LPSTR for strings when it's
11830         explicitly specified.
11831
11832 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
11833
11834         * reflection.c, reflection.h, icall.c: setup the reflection
11835         handle cache for ModuleBuilders and AssemblyBuilders.
11836
11837 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
11838
11839         * reflection.c (reflection_methodbuilder_to_mono_method): set
11840         pinvoke flag
11841
11842 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11843
11844         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
11845
11846 2003-01-29  Dick Porter  <dick@ximian.com>
11847
11848         * threads.c: No need for the fake_thread kludge now that Thread
11849         doesn't run a class constructor
11850         
11851 2003-01-29  Dick Porter  <dick@ximian.com>
11852
11853         * threads.c: Use g_direct_hash instead of the rather bogus
11854         g_int_hash
11855
11856 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
11857
11858         * marshal.c (mono_marshal_get_native_wrapper): add check for null
11859         (fix pinvoke12.exe)
11860         (mono_marshal_get_struct_to_ptr): generate valid IL code
11861         (mono_marshal_get_ptr_to_struct): generate valid IL code
11862         (*): correctly set sig->pinvoke, we need to memdup the signature
11863         to do that
11864
11865 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
11866
11867         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
11868         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
11869
11870 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
11871
11872         * profiler.c: provide more callers information.
11873
11874 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
11875
11876         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
11877
11878         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
11879
11880         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
11881
11882 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
11883
11884         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
11885         exception instead of going into an infinite loop on dates which it 
11886         can't yet handle.
11887
11888         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
11889         out-of-range exception if needed.
11890
11891         * class.c (mono_class_setup_vtable): allow a virtual method to provide
11892         an implementation for an interface method and to override an inherited
11893         method at the same time. 
11894         Imagine a scenario when a virtual method is used to override a
11895         virtual abstract method in a parent class, and this same method 
11896         provides an implementation for an method inherited from an interface. 
11897         In this case, the interface resolution code will set im->slot, which 
11898         means that the virtual method override pass will skip this method 
11899         which means a pointer to the abstract method inherited from the parent
11900         will remain in the vtable of this non-abstract class.
11901
11902         * class.c: (mono_class_setup_vtable): continue search for a real 
11903         method if only an abstract method is found.     
11904
11905 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
11906
11907         * reflection.c: add size to encoding for ByValStr and ByValArray
11908         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
11909
11910 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
11911
11912         * class.c (mono_class_setup_vtable): pass the override info as an
11913         argument.
11914
11915         * class.c (mono_class_setup_vtable): set the slot of overriding methods
11916         correctly.
11917         
11918         * reflection.c (ensure_runtime_vtable); add support for method 
11919         overrides.
11920         
11921 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
11922
11923         * reflection.c (resolution_scope_from_image): Hack to work to work with
11924         dynamic assemblies.
11925
11926         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
11927         added a 'force_ref' argument to force this function to allways return 
11928         a TypeRef. This is needed by mono_image_get_memberref_token ().
11929         
11930 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
11931
11932         * reflection.c (mono_image_get_type_info): interfaces really don't have
11933         a parent.
11934
11935         * reflection.c (mono_image_basic_init): fill out missing fields of
11936         image structure.
11937
11938         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
11939         dynamic assemblies. This is required so dynamic assemblies show up in
11940         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
11941         Type::GetType() etc. This is consistent with MS behaviour.
11942
11943         * image.c image.h reflection.c: add newly created classes to the name 
11944         cache so mono_class_get () will find them.      
11945
11946 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
11947
11948         First part of changes to get IKVM.NET running under mono.
11949         
11950         * appdomain.h, appdomain.c: added new function 
11951         mono_domain_try_type_resolve() which will emit TypeResolve events. 
11952         This function will call AppDomain::DoTypeResolve to do the actual work.
11953
11954         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
11955         moved existing code dealing with dynamic tokens to a new function 
11956         called mono_reflection_lookup_dynamic_token (). This function will 
11957         raise TypeResolve events when appropriate. Since reflection.c is not 
11958         part of libmetadata, a new hook function called 
11959         mono_lookup_dynamic_token() is added to class.c which will call this.
11960
11961         * assembly.h assembly.c: make the invoke_load_hook function public,
11962         so it can be called for dynamic assemblies.
11963
11964         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
11965
11966         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
11967         type isn't found.
11968
11969         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
11970         MonoGHashTable, since it contains pointers to objects which the GC 
11971         needs to track.
11972
11973         * assembly.c (search_loaded): remove unused variable.
11974         
11975 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
11976
11977         * object.c: fixed issue exposed by gcc-generated IL programs
11978         that use RVA data for pointers.
11979
11980 2003-01-25  Martin Baulig  <martin@ximian.com>
11981
11982         * threads.c (start_wrapper): Moved the initialization of
11983         `start_func' above the mono_new_thread_init() call to which we
11984         pass it as argument.
11985
11986 2003-01-24  Martin Baulig  <martin@ximian.com>
11987
11988         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
11989         the MonoThread pointer.
11990
11991 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
11992
11993         * icall.c: Rename `PowImpl' to Pow.
11994
11995 2003-01-23  Dick Porter  <dick@ximian.com>
11996
11997         * threads.c (start_wrapper): Create a Thread object if needed, so
11998         the Main() thread can do the class initialisation in a subthread
11999         that has been set up to allow managed code execution.
12000
12001         Pass the thread ID instead of the MonoThread pointer to the thread
12002         start and attach callbacks.  This change is required, because the
12003         jit thread start callback must be called _before_ the Thread
12004         object can be created.
12005         
12006         (mono_thread_init): Removed much object creation code that is no
12007         longer needed.  No managed code is called from here now.
12008
12009         * object.c (mono_runtime_exec_managed_code): Create a subthread
12010         for Main, and call back to the runtime to use it.
12011         Set the exit code when Main exits.
12012
12013         * gc.c: Make sure domain finalisation happens in a subthread.
12014         Re-enable threaded GC, fixing bug 31333 (again).
12015
12016         * environment.c: System.Environment internall calls (so far just
12017         ExitCode is here, the others are still in icall.c)
12018
12019         * appdomain.c (mono_runtime_cleanup): All threads running managed
12020         code should have finished before mono_runtime_cleanup() is
12021         reached, so no need to clean up threads.
12022
12023 2003-01-22  Martin Baulig  <martin@ximian.com>
12024
12025         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
12026         `gpointer func' arguments.      
12027         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
12028         but added `MonoThread *thread' argument.
12029         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
12030
12031         * threads.c (mono_new_thread_init): Added `gpointer func' argument
12032         and pass it to the mono_thread_start_cb callback.
12033         (mono_install_thread_callbacks): New public function to install a
12034         set of callbacks which are set by the debugger.
12035         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
12036
12037 2003-01-22  Martin Baulig  <martin@ximian.com>
12038
12039         * Makefile.am: Install debug-mono-symfile.h.
12040
12041 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
12042
12043         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
12044
12045 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
12046
12047         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
12048         * class.c (mono_ptr_class_get): correctly set access levels of pointers
12049         (mono_array_class_get): correctly set access levels of arrays
12050
12051 2003-01-20      Patrik Torstensson
12052         * image.h (MonoAssemblyName): changed major, minor, build, revision
12053         from signed to unsigned.
12054
12055 2003-01-20  sean kasun <skasun@azstarnet.com>
12056
12057         * reflection.c (load_cattr_value): Now this handles
12058         MONO_TYPE_SZARRAY.  Fixes bug #35629
12059
12060 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
12061
12062         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
12063         integer value
12064
12065 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12066
12067         * decimal.c: fixed bug #26056.
12068
12069 2003-01-17  Martin Baulig  <martin@ximian.com>
12070
12071         * gc.c: Raise an ExecutionEngineException instead of using g_error().
12072
12073 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12074
12075         * exception.[ch]:
12076         (mono_get_exception_type_initialization): new function.
12077
12078         * object.c: throw a TypeInitializationException when an exception is
12079         thrown invoking the class constructor.
12080
12081 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12082
12083         * reflection.c: fixed attribute reading.
12084
12085 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12086
12087         * icall.c:
12088         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
12089         provided, look for the type in the calling assembly and then in
12090         mscorlib; if the assembly name is provided, only try that one.
12091
12092 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
12093
12094         * object.c: register the vtable before there is a chance it's
12095         queried again recursively.
12096
12097 2003-01-13  Duncan Mak  <duncan@ximian.com>
12098
12099         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
12100         gc-internal.h. 
12101         
12102 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
12103
12104         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
12105
12106 2003-01-11  Martin Baulig  <martin@ximian.com>
12107
12108         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
12109         this to 20 for the release.
12110
12111 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
12112
12113         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
12114
12115         * loader.c (mono_method_get_marshal_info): bug fix
12116
12117         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
12118         structures with explicit layout
12119
12120 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
12121
12122         * profiler.c: made the output more readable (and sorted). 
12123         Added caller information for the allocation profiler.
12124
12125 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
12126
12127         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
12128
12129 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12130
12131         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
12132         to get value types.
12133         
12134 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
12135
12136         * object.c, profiler.h, profiler.c, profiler-private.h:
12137         Added object allocation profiler.
12138
12139 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
12140
12141         * reflection.h, reflection.c: handle global methods.
12142         Compress blob entries.
12143
12144 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
12145
12146         * marshal.c: fix compilation.
12147
12148 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
12149
12150         * loader.c (mono_method_get_marshal_info): impl.
12151
12152         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
12153
12154 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12155
12156         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
12157         for reference types.
12158
12159 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
12160
12161         * loader.c: fixed off by one error in loaded parameter names.
12162
12163 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
12164
12165         * marshal.c (mono_marshal_get_icall_wrapper): like
12166         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
12167         instead of a MonoMethod.
12168
12169 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12170
12171         * decimal.c: fixed bug #36537.
12172
12173 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
12174
12175         * marshal.c: throw a missing method exception if a
12176         P/Invoke method is not found.
12177
12178 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
12179
12180         * icall.c: allow a null this for constructors.
12181
12182 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
12183
12184         * icall.c: raise the proper exceptions if the arguments to the
12185         internal Invoke are incorrect.
12186
12187 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
12188
12189         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
12190
12191 2003-01-03  Martin Baulig  <martin@ximian.com>
12192
12193         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
12194
12195 2002-12-31  Martin Baulig  <martin@ximian.com>
12196
12197         * debug-mono-symfile.c: Completely rewrote the type section.
12198         Instead of using individual malloc()ed fields, we use one big
12199         continuous memory area and offsets into this area.
12200         See the comments in the source code for details.
12201
12202 2002-12-30  Martin Baulig  <martin@ximian.com>
12203
12204         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
12205
12206 2002-12-30  Martin Baulig  <martin@ximian.com>
12207
12208         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
12209         line number table in this data blob instead of using an external
12210         pointer.
12211
12212 2002-12-28  Martin Baulig  <martin@ximian.com>
12213
12214         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
12215
12216 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
12217
12218         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
12219         as a boxed return type.
12220
12221 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
12222
12223         * appdomain.c
12224         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
12225         g_build_filename to properly get separators on the filename created.
12226
12227         * object.h: Small change, introduce MonoMarshalByRefObject to
12228         track the layout of that structure in the C# universe as we make
12229         changes there.
12230
12231 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
12232
12233         * object.c: removed assert to allow static fields on interfaces.
12234         * loader.c: a TypeSpec may be used for any type, not just arrays.
12235
12236 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12237
12238         * class.c, class.h: added mono_class_array_element_size ().
12239         Ignore static methods in interfaces.
12240
12241 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12242
12243         * threads.c: fixed the build under cygwin.
12244
12245 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12246
12247         * reflection.c: handle nullref constants. Allocate keys for
12248         reflection handles with the GC.
12249
12250 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
12251
12252         * threads.c, threads.h: added mono_thread_get_abort_signal()
12253         to get a suitable signal for thread abort.
12254
12255 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
12256
12257         * metadata.c: fix handling of ExportedType table.
12258
12259 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12260
12261         * icall.c: added WriteWindowsDebugString internal call.
12262
12263 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12264
12265         * reflection.h: added fields to match C# implementation.
12266
12267 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12268
12269         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
12270
12271 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
12272
12273         * gc.h, gc-internal.h: Rename header for GC internal calls to
12274         gc-internal.h from gc.h as to not clash with Boehm GC having its
12275         header installed as <gc.h> in outside include paths.
12276         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
12277         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
12278
12279 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12280
12281         * icall.c: assign minor, build and revision in FillName.
12282
12283 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
12284
12285         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
12286         Added support for running code generated by Reflection.Emit.
12287
12288 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12289
12290         * appdomain.c: check for NULL argument in LoadFrom.
12291
12292 2002-12-10  Dick Porter  <dick@ximian.com>
12293
12294         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
12295
12296 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12297
12298         * appdomain.c: fix buglet when building exe file name.  Handle full
12299         assembly name (needed after latest changes to AssemblyName).
12300         * image.c:
12301         (mono_image_close): free some hashtables.
12302
12303 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
12304
12305         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
12306         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
12307         on some systems (redhat 7.3) 
12308
12309 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
12310
12311         * threads.c: delete the critical section of a sync block,
12312         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
12313
12314 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
12315
12316         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
12317
12318 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12319
12320         * appdomain.[ch]: handle the assembly preload event to try loading the
12321         assemblies using the paths we have in the current domain.
12322
12323         * assembly.[ch]: created an assembly preload hook that is called to try
12324         loading the assembly by other means that the ones provided here.
12325
12326         * domain.c: initialize the domain search path.
12327
12328         From now on, assemblies (TODO: except corlib and System) are loaded
12329         according to these rules when using mono_assembly_load ():
12330
12331                 1. It tries to load the assembly from the ApplicationBase
12332                 of the current domain appending .dll and .exe (TODO: have to
12333                 try loading from name/name.dll and name/name.exe).
12334
12335                 2. It tries the search path specified in PrivateBinPath for the
12336                 current domain (if any).
12337
12338                 3. Previous behavior.
12339
12340 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
12341
12342         * icall.c: implemented GetInterfaceMap() related icall.
12343         * domain.c, loader.h: load MethodInfo in mono_defaults.
12344
12345 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12346
12347         * gc.c: disable the finalizer thread for now, untill all the issues
12348         with it are resolved.
12349
12350 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12351
12352         * string-icalls.c: handle embedded nulls in string ctor when the
12353         length is specified.
12354
12355 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12356
12357         * class.c: look for explicit interface implementation in parent
12358         classes, too.
12359
12360 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
12361
12362         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
12363
12364 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
12365
12366         * gc.c: protect handles with a critical section.
12367
12368 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12369
12370         * icall.c:
12371         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
12372         parameters. If no assembly specified, try getting the type from all
12373         the assemblies in the current domain, else, load the assembly and get
12374         the type from it.
12375
12376 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12377
12378         * marshal.c: applied patch from Aleksey Demakov that fixes
12379         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
12380
12381 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12382
12383         * icall.c: fixed get_location.
12384
12385 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
12386
12387         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
12388         declarations to make it work with older gcc. 
12389
12390         * loader.c (mono_get_method): set signature->pinvoke for native calls
12391
12392 2002-11-20  Dick Porter  <dick@ximian.com>
12393
12394         * threads.c (mono_thread_init): Set the main thread's handle
12395
12396 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
12397
12398         * gc.c: allow compilation without GC support. Changed to match the
12399         mono coding style.
12400
12401 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12402
12403         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
12404
12405 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
12406
12407         * reflection.c: set a public key token on the core assemblies.
12408
12409 2002-11-18  Dick Porter  <dick@ximian.com>
12410
12411         * threads.c: Split out some thread initialisation so that other
12412         files can set the start callback function.
12413
12414         * gc.c: Run finalisers in a separate thread, to avoid stack
12415         overflow.  Fixes bug 31333.
12416
12417         * appdomain.c: Set up GC finalisation thread.
12418
12419         * reflection.c: 
12420         * object.c: 
12421         * domain.c: Use gc.h macros for GC_malloc
12422         
12423 2002-11-15  Dick Porter  <dick@ximian.com>
12424
12425         * threadpool.c: 
12426         * threads.c:
12427         * appdomain.c: Removed mono_runtime_init_with_attach(),
12428         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
12429         merging the extra parameter with the existing function.  Removed
12430         unneeded code in mono_thread_attach().
12431
12432 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
12433
12434         * image.c (mono_image_loaded_by_guid): a method to get loaded
12435         images by guid. 
12436         (load_metadata_ptrs): we store the guid as string.
12437
12438 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
12439
12440         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
12441
12442         * metadata.c (mono_guid_to_string): imported method form Zoltan
12443         Varga (slightly modified)
12444
12445         * assembly.c (mono_assembly_open): load precompiled code
12446
12447         * loader.h (MonoMethod): we store the method token for use in the
12448         aot compiler. 
12449
12450 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12451
12452         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
12453         the hook function called when an assembly is loaded.
12454         
12455         * domain.c: Modified file.
12456         (mono_domain_assembly_load): removed hash table insertion of assemblies.
12457
12458         Fixes bug #33196.
12459
12460 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
12461
12462         * reflection.c: Map PEFileKind to the value expected by the WinNT
12463         image loader. 
12464
12465 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12466
12467         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
12468         Read until the buffer is filled completely.
12469
12470 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12471
12472         * icall.c: implemented MonoType.InternalGetEvent ().
12473
12474 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12475
12476         * appdomain.c: implemented InitAppDomainSetup. Delayed
12477         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
12478         the entry_assembly.
12479
12480         * assembly.c: base_dir is now an absolute path ending with
12481         G_DIR_SEPARATOR.
12482
12483         * icall.c: modified get_location according to the above changes.
12484
12485         * object.c: init AppDomain.SetupInformation for the default domain after
12486         we have the entry assembly.
12487
12488         * domain.c: when unloading a domain, setup = NULL.
12489
12490 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
12491
12492         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
12493
12494 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
12495
12496         * object.h, object.c: introduced mono_object_get_virtual_method ()
12497         to lookup the method invoked on an object when a callvirt is done on
12498         a method.
12499         * icall.c: make MethodInfo::Invoke() always do a virtual call.
12500
12501 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12502
12503         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
12504         current domain when loaded an assembly and failed to load it.
12505
12506         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
12507
12508 2002-10-31  Dick Porter  <dick@ximian.com>
12509
12510         * icall.c: 
12511         * file-io.h: 
12512         * file-io.c: Return the error status in a parameter, as the
12513         GetLastError() value has long since been blown away if we try and
12514         look it up in a subsequent internal call invocation.  Delete the
12515         GetLastError() internal call, because it's useless.
12516
12517 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
12518
12519         * class.[ch]: added cast_class to fix bug 29517
12520
12521 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
12522
12523         * marshal.c: create valid IL code in the filter clause:
12524         the new JIT is less forgiving:-)
12525
12526 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12527
12528         * icall.c: removed get_property internal call.
12529
12530 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
12531
12532         * appdomain.h domain.c: Added an ID to appdomains.
12533         
12534         * threads.c threads.h icall.c: Implement icall
12535         Thread:GetDomainID(), and remove unused icall 
12536         CurrentThreadDomain_internal.
12537
12538 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12539
12540         * icall.c: Don't recurse through the base types in GetConstructor.
12541         Fixes bug #32063. 
12542
12543 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
12544
12545         * mempool.h, mempool.c: added mono_mempool_empty() and
12546         mono_mempool_stats().
12547
12548 2002-10-23  Dick Porter  <dick@ximian.com>
12549
12550         * file-io.c: 
12551         * file-io.h: 
12552         * icall.c: Added MonoIO.GetFileType internal call
12553
12554 2002-10-17  Dick Porter  <dick@ximian.com>
12555
12556         * appdomain.c (mono_runtime_cleanup): Don't signal the async
12557         delegate semaphore before waiting for all threads to finish,
12558         because new threads can also call async delegates.  Fixes bug
12559         32004.
12560
12561         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
12562         of 3 seconds, in case another async job is queued.  (This part is
12563         needed because the bug fix reintroduced the 3s exit lag.)  This
12564         makes the mono_runtime_shutdown flag superfluous.
12565
12566 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
12567
12568         * reflection.c: include ehader size in method section headers.
12569         Really check for suplicated modules entries.
12570
12571 2002-10-17  Martin Baulig  <martin@gnome.org>
12572
12573         * debug-mono-symfile.c: Added back support for locals.
12574
12575 2002-10-14  Martin Baulig  <martin@gnome.org>
12576
12577         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
12578         MONO_TYPE_VOID.
12579
12580 2002-10-14  Martin Baulig  <martin@gnome.org>
12581
12582         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
12583         mono_class_get() instead of looking in the class cache. 
12584
12585 2002-10-13  Martin Baulig  <martin@gnome.org>
12586
12587         * debug-mono-symfile.c: Set version number to 28, include the
12588         signature in method names.
12589
12590 2002-10-13  Martin Baulig  <martin@gnome.org>
12591
12592         * debug-mono-symfile.h: Set version number to 27.
12593
12594 2002-10-11  Martin Baulig  <martin@gnome.org>
12595
12596         * gc.c: Don't register/unregister NULL pointers as disappearing links.
12597
12598 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
12599
12600         * metadata.c, metadata.h: added helper function to allocate signatures.
12601
12602 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12603
12604         * icall.c: added internal call to get the location of machine.config.
12605
12606 2002-10-08  Martin Baulig  <martin@gnome.org>
12607
12608         * debug-mono-symfile.c: Ignore classes with a pending init for the
12609         moment.
12610
12611 2002-10-03  Dick Porter  <dick@ximian.com>
12612
12613         * threads.c: Freebsd pthread_t is a pointer
12614
12615 2002-10-03  Dick Porter  <dick@ximian.com>
12616
12617         * socket-io.c: Implemented GetHostName_internal
12618
12619 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12620
12621         * mono-config.c:
12622         (mono_config_parse_file): don't leak the text.
12623
12624 2002-10-02  Martin Baulig  <martin@gnome.org>
12625
12626         * debug-mono-symfile.c: Added support for methods.
12627
12628 2002-10-01  Martin Baulig  <martin@gnome.org>
12629
12630         * debug-mono-symfile.c: Don't emit methods and line numbers for
12631         the dynamic symbol file, just write the type table.  We can easily
12632         have an external helper program which creates a symbol file for an
12633         IL file.        
12634
12635 2002-10-01  Dick Porter  <dick@ximian.com>
12636
12637         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
12638         Only add the handle to the cleanup array when we're about to
12639         launch the thread.  Bug 31425 deadlocked when the test was run on
12640         mono under w32.
12641
12642 2002-10-01  Martin Baulig  <martin@gnome.org>
12643
12644         * debug-mono-symfile.c: Added support for properties.
12645
12646 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
12647
12648         * reflection.c: unaligned store fix from Mark Crichton
12649         <crichton@gimp.org>.
12650
12651 2002-09-27  Martin Baulig  <martin@gnome.org>
12652
12653         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
12654         New interncall.
12655
12656 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
12657
12658         * assembly.h, assembly.c: use a sane API to hook into the assembly
12659         loading process instead of a useless special-purpouse hack
12660         (ngen needs a hook, too, for example).
12661
12662 2002-09-27  Dick Porter  <dick@ximian.com>
12663
12664         * threads.c (mono_thread_init): Call GetCurrentProcess() so
12665         io-layer can set up some process handle info.  Not needed on w32,
12666         but doesn't hurt either.
12667
12668         * process.c: Pass the program name in the second parameter to
12669         CreateProcess, so the path is searched.  Include the working
12670         directory. Implemented process name, process enumeration, and some
12671         process detail internal calls.
12672         
12673         * icall.c: Added internal calls for process lookup, and some
12674         process details
12675
12676 2002-09-26  Martin Baulig  <martin@gnome.org>
12677
12678         * assembly.c (mono_install_open_assembly_hook): New global
12679         function to install a function to be invoked each time a new
12680         assembly is loaded.
12681         (mono_assembly_open): Run this callback function if set.
12682
12683         * debug-mono-symfile.c: Put back line numbers for the dynamic
12684         symbol file and also record the .il file as source file.  This
12685         allows us to install the temporary symbol file as `file.dbg' just
12686         like a compiler-generated one.
12687
12688 2002-09-26  Nick Zigarovich <nick@chemlab.org>
12689
12690         * Corrected typo in gc.c (BOHEM vs BOEHM).
12691
12692 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12693
12694         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
12695         GetProperties. Also avoid calling g_slist_length in GetProperties and
12696         GetMethods.
12697
12698 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
12699
12700         * reflection.c: avoid unaligned stores (bug spotted by
12701         Mark Crichton  <crichton@gimp.org>).
12702
12703 2002-09-25  Martin Baulig  <martin@gnome.org>
12704
12705         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
12706         instead of guint64 for addresses and added prologue/epilogue info.
12707
12708 2002-09-25  Martin Baulig  <martin@gnome.org>
12709
12710         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
12711         store line number info.  For the dynamic symbol file, we only need
12712         to provide the JIT generated dynamic line number info for the dynamic
12713         symbol file.
12714
12715 2002-09-25  Martin Baulig  <martin@gnome.org>
12716
12717         * debug-mono-symfile.h: Incremented version number.
12718
12719 2002-09-24  Martin Baulig  <martin@gnome.org>
12720
12721         * class.c (mono_debugger_class_init_func): New global function
12722         pointer variable.
12723         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
12724         call it.
12725
12726         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
12727         function.  This is called via the mono_debugger_class_init_func
12728         hook to add all types to the dynamic type table.
12729         (ves_icall_MonoDebugger_GetType): New interncall to get a class
12730         from its metadata token.
12731
12732         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
12733         New interncall for the debugger.
12734
12735 2002-09-24  Nick Drochak <ndrochak@gol.com>
12736
12737         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
12738         before using it in case it is null.
12739         
12740 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
12741
12742         * metadata.c: allow custom modifiers in local var signatures
12743         (bug spotted by Zoltan Varga).
12744
12745 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
12746
12747         * class.c: deal with the <Module> class that may have a NULL vtable.
12748         Eliminate warnings.
12749
12750 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
12751
12752         * image.c, image.h: more strong name helpers.
12753         * monosn.c: more work: convert pem keys to cryptoapi format.
12754
12755 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
12756
12757         * string-icalls.c: speedup IndexOf.
12758
12759 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
12760
12761         * icall.c: updates from Zoltan.2.Varga@nokia.com.
12762
12763 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
12764
12765         * icall.c: cleanup: use mono_object_domain ().
12766
12767 2002-09-23  Martin Baulig  <martin@gnome.org>
12768
12769         * debug-mono-symfile.c: Improved type support.
12770
12771 2002-09-22  Martin Baulig  <martin@gnome.org>
12772
12773         * debug-mono-symfile.c: Added support for reference types and strings.
12774
12775 2002-09-22  Martin Baulig  <martin@gnome.org>
12776
12777         * debug-mono-symfile.c: Started to work on the type table.
12778
12779 2002-09-21  Martin Baulig  <martin@gnome.org>
12780
12781         * debug-mono-symfile.c: Largely reworked the symbol table format.
12782         The symbol table is now incrementally updated each time a new
12783         method is added.  We're now also using our own magic and version
12784         so that you don't need to recompile all your classes if the
12785         dynamic table changes.
12786         (mono_debug_update_mono_symbol_file): Removed.
12787         (mono_debug_symfile_add_method): New function to add a method.
12788
12789 2002-09-21  Martin Baulig  <martin@gnome.org>
12790
12791         * icall.c
12792         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
12793         New interncall.
12794
12795         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
12796         New interncall to get a method from its metadata token.
12797
12798 2002-09-21  Martin Baulig  <martin@gnome.org>
12799
12800         * debug-mono-symfile.c: Create type table.
12801
12802 2002-09-20  Martin Baulig  <martin@gnome.org>
12803
12804         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
12805
12806 2002-09-20  Martin Baulig  <martin@gnome.org>
12807
12808         * debug-mono-symfile.c: Provide information about params and locals.
12809
12810 2002-09-20  Martin Baulig  <martin@gnome.org>
12811
12812         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
12813         New interncall.
12814
12815         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
12816         interncall to get a method from its metadata token.
12817
12818 2002-09-20  Martin Baulig  <martin@gnome.org>
12819
12820         * debug-mono-symfile.c: Added a few checks for method->header
12821         being non-NULL.  This should never happen, but for the moment
12822         let's use a g_warning() rather than a g_assert().
12823
12824 2002-09-19  Mark Crichton  <crichton@gimp.org>
12825
12826         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
12827         even if support for it isn't present.  Added an #ifdef to fix this.
12828
12829         * socket-io.c: Added checks back for Solaris support.
12830
12831 2002-09-19  Martin Baulig  <martin@gnome.org>
12832
12833         * debug-mono-symfile.c (read_string, write_string): Reflect latest
12834         changes in the symbol file format.
12835
12836 2002-09-18  Martin Baulig  <martin@gnome.org>
12837
12838         * debug-mono-symfile.c: Set version number to 21.
12839
12840 2002-09-18  Dick Porter  <dick@ximian.com>
12841
12842         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
12843         on netbsd.  Fixes bug 30051.
12844
12845 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12846
12847         * reflection.c:
12848         (set_version_from_string): little fix.
12849
12850 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
12851
12852         * monosn.c, Makefile.am: added strong name utility.
12853         * reflection.h, reflection.c: implemented delayed signing,
12854         locale, version and hash id assembly attributes.
12855
12856 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
12857
12858         * loader.c, metadata.c: load param attributes in signatures.
12859
12860 2002-09-16  Martin Baulig  <martin@gnome.org>
12861
12862         * debug-mono-symfile.c: Added string table with all method names.
12863
12864 2002-09-14  Martin Baulig  <martin@gnome.org>
12865
12866         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
12867         fast method lookup.
12868
12869 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
12870
12871         * reflection.c: record the public key token of referenced assemblies.
12872
12873 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
12874
12875         * image.c, image.h: added functions to get the strong name and the
12876         public key of an assembly.
12877         * pedump.c: use them.
12878
12879 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
12880
12881         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
12882
12883 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
12884
12885         * marshal.c (mono_marshal_get_managed_wrapper): Added
12886         MONO_TYPE_BOOLEAN 
12887
12888 2002-09-11  Martin Baulig  <martin@gnome.org>
12889
12890         * gc.c: Call GC_unregister_disappearing_link() on all links when
12891         finalizing them, this is necessary to aviod a crash in boehm's
12892         finalize handler.
12893
12894 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
12895
12896         * gc.c: handle GetTarget for finalized objects spotted and fixed by
12897         nick@chemlab.org.
12898
12899 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
12900
12901         * icall.c: implemented MonoType::Module.
12902         * reflection.c, reflection.h: mono_module_get_object () from
12903         Tomi Pakarinen <tomi.pakarinen@welho.com>.
12904
12905 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
12906
12907         * icall.c: ignore overridden methods in GetMethods ().
12908         Fix for FieldInfo::SetValue().
12909         * object.c: handle float/double in runtime invoke.
12910
12911 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
12912
12913         * object.c: allow a constructor to be called again on an object.
12914
12915 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
12916
12917         * class.h, class.c: move field layout code to it's own function and
12918         export it. Get an interface id earlier. Move fields in MonoClass
12919         so they are more cache friendly and align the bitfields.
12920         * loader.c: temporary handle get_param_names() for a runtime method.
12921         * reflection.c, reflection.h: more code to handle runtime creation of
12922         types.
12923
12924 2002-09-09  Martin Baulig  <martin@gnome.org>
12925
12926         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
12927         signature with the pinvoke field being set for the actual call.
12928
12929 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
12930
12931         * icall.c: removed some unused icalls. Start of map of glib charsets
12932         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
12933
12934 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
12935
12936         * debug-helpers.c: break infinite loop (found and fixed by
12937         Holger Arnold <harnold@gmx.de>).
12938
12939 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
12940
12941         * icall.c: target may be null in create_delegate.
12942
12943 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
12944
12945         * marshal.c: handle a boolean return type.
12946
12947 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
12948
12949         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
12950
12951 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
12952
12953         * gc.c: fix weakreferences.
12954
12955 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
12956
12957         * icall.c: added icall to get default codepage.
12958
12959 2002-09-03  Dick Porter  <dick@ximian.com>
12960
12961         * threads.h: 
12962         * threads.c: Use MonoThread instead of MonoObject where
12963         apropriate.
12964
12965         Store running thread objects in a hash table, so that we have all
12966         the info to hand when waiting for them to finish
12967         (means we don't need OpenThread() any more, so mingw builds should
12968         be fully functional again.)
12969
12970         * verify.c:
12971         * object.h: Added thread ID to MonoThread
12972
12973 2002-09-03  Martin Baulig  <martin@gnome.org>
12974
12975         * icall.c (System.Reflection.Assembly::get_location): New interncall.
12976
12977 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12978
12979         * icall.c: fixed leak in get_temp_path. Thanks lupus.
12980
12981 2002-09-03  Martin Baulig  <martin@gnome.org>
12982
12983         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
12984         argument to store the end address of the disassembled instruction.
12985
12986         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
12987         here from debug-symfile.h.
12988         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
12989         JIT into this struct.
12990         (MonoSymbolFile): Added `char *image_file' field.
12991         (MonoDebugGetMethodFunc): Removed.
12992         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
12993         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
12994         (mono_debug_find_method): New method.
12995
12996         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
12997         create a full symbol file.
12998         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
12999         and static symbol files.
13000         (mono_debug_find_method): The symbol file keeps an internal method hash,
13001         call this to get a MonoDebugMethodInfo from a MonoMethod.
13002
13003         * debug-symfile.[ch]: Removed.
13004
13005 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
13006
13007         * image.c (do_mono_image_open): Remove linker version check.
13008
13009 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
13010
13011         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
13012         wrappers for instance methods.
13013         
13014 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13015
13016         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
13017
13018 2002-08-28  Dick Porter  <dick@ximian.com>
13019
13020         * Makefile.am: Export HOST_CC for w32 builds
13021
13022 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
13023
13024         * file-io.c process.c: MonoString are null terminated, no
13025         need for mono_string_to_utf16() anymore.
13026
13027 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
13028
13029         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
13030
13031 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
13032
13033         * icall.c, reflection.h: speedup System.MonoType.
13034
13035 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
13036
13037         * reflection.c: allow null as the value of a string argument in
13038         custom attributes constructors.
13039
13040 2002-08-27  Martin Baulig  <martin@gnome.org>
13041
13042         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
13043         `trampoline_address' field.
13044
13045 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
13046
13047         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
13048         check (fixes bug #29486) 
13049
13050 2002-08-27  Martin Baulig  <martin@gnome.org>
13051
13052         * debug-mono-symfile.c: Changed the file format in a way that allows us
13053         open it read-only and to use a specially malloced area for all the
13054         dynamic data.  We can now also generate a symbol file on-the-fly if we're
13055         debugging IL code and there is no MCS generated symbol file for it.
13056
13057 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
13058
13059         * object.c: added a define for a good string and array
13060         creation speedup (not enabled by default because we need to deal with
13061         the synch stuff).
13062
13063 2002-08-26  Martin Baulig  <martin@gnome.org>
13064
13065         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
13066         function to create a dynamic symbol file.  This is used by the
13067         debugger to create a symbol file for IL code on-the-fly.
13068
13069 2002-08-26  Martin Baulig  <martin@gnome.org>
13070
13071         * loader.c (mono_lookup_pinvoke_call): Include the error message
13072         from g_module_error() in the error message.
13073
13074 2002-08-24  Martin Baulig  <martin@gnome.org>
13075
13076         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
13077         function to update the symbol file.  The symbol file is mmap()ed
13078         writable, but private.  This allows us to install the symbol file
13079         together with the assembly.
13080
13081 2002-08-24  Martin Baulig  <martin@gnome.org>
13082
13083         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
13084         but they can read the new symbol file format which mcs is now creating.
13085
13086         * debug-symfile.c (mono_debug_find_source_location): Moved to
13087         debug-mono-symfile.c; this is now operating on the new symbol file.
13088
13089 2002-08-23  Martin Baulig  <martin@gnome.org>
13090
13091         * debug-helpers.c (mono_method_desc_from_method): New function to get
13092         a MonoMethodDesc from a MonoMethod.
13093
13094 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
13095
13096         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
13097         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
13098
13099 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
13100
13101         * string-icalls.[ch]: make helper methods static.
13102
13103 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13104
13105         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
13106         types to it and to SetValueInternal.
13107
13108         * object.c: Moved handle_enum label to its proper place. This was the
13109         f... bug! ;-)
13110
13111         This time i compiled mcs and gtk-sharp and they both work.
13112
13113 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13114
13115         * icall.c: reverted partially my previous patch until 
13116         object.c:set_value handles enums correcly.
13117
13118 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13119
13120         * icall.c:
13121         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
13122         (ves_icall_System_Environment_get_MachineName): removed warning when
13123         compiling under cygwin.
13124
13125 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
13126
13127         * object.c: fixed field_get_value() for reference types.
13128
13129 2002-08-22  Dick Porter  <dick@ximian.com>
13130
13131         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
13132         Don't free a buffer while it's still needed.  Patch from Jonathan
13133         Liger <Jonathan.liger@wanadoo.fr>
13134
13135 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
13136
13137         * icall.c (ves_icall_System_Environment_get_Platform): Add new
13138         internal call.
13139
13140 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
13141
13142         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
13143         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
13144
13145         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
13146         we call unmanaged code which throws exceptions.
13147
13148 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
13149
13150         * appdomain.h: added per-domain entry_assembly.
13151         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
13152         arguments.
13153         * icall.c: Assembly::GetEntryAssembly icall.
13154         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
13155         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
13156
13157 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
13158
13159         * appdomain.h, gc.c: added mono_domain_finalize ().
13160
13161 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13162
13163         * object.c:
13164         (mono_print_unhandled_exception): changed g_warning by g_printerr
13165         because g_log has a 1024 characters limit (yeah, i got a big stack
13166         trace). Don't print exception name, that should be in ToString 
13167         returned string.
13168
13169 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13170
13171         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
13172         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
13173
13174 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13175
13176         * object.c:
13177         (mono_print_unhandled_exception): after previous commit, i realized
13178         that MS calls ToString on the exception. I changed this function to
13179         do that. This way we get stack_trace for free.
13180
13181 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13182
13183         * object.c:
13184         (mono_print_unhandled_exception): invoke Message property instead of
13185         getting 'message' field from Exception. Don't allocate memory for
13186         'trace' and 'message' if not needed.
13187
13188 2002-08-18  Dick Porter  <dick@ximian.com>
13189
13190         * unicode.c: Fix asserts to match Encoder.cs checks
13191
13192 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
13193
13194         * marshal.c: fix unaligned store issue and a few wrong
13195         opcode argument types.
13196
13197 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13198
13199         * icall.c: added GetUninitializedObjectInternal internal call.
13200
13201 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
13202
13203         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
13204         to the right domain.
13205
13206 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
13207
13208         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
13209
13210         * class.c (class_compute_field_layout): set blittable to false for Strings
13211
13212         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
13213
13214 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
13215
13216         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
13217         first chunk of code to create types at runtime. Code to
13218         handle ReflectedType/DeclaringType. Make reflection handles
13219         domain specific.
13220
13221 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
13222
13223         * class.c: set correct name in arrays.
13224
13225 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
13226
13227         * appdomain.c (mono_domain_transfer_object): make it work with
13228         valuetypes. bug fixes.
13229
13230 2002-08-12  Dick Porter  <dick@ximian.com>
13231
13232         * object.h: Rename some parameters to avoid c++ keywords (Patch
13233         from Joseph Wenninger <kde@jowenn.at>)
13234
13235 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
13236
13237         * icall.c: added icall to implement Assembly.GetFile*.
13238
13239 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
13240
13241         * reflection.h, reflection.c: code to embed managed resources.
13242
13243 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
13244
13245         * class.c: move all the type size stuff into
13246         class_compute_field_layout().
13247
13248 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
13249
13250         * class.c: ensure enums have always the correct instance size.
13251         * unicode.c: remove wrong assert.
13252
13253 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
13254
13255         * assembly.c: fix mem corruption issue.
13256         * image.h, image.c: added mono_image_get_resource () to access
13257         managed resources.
13258         * icall.c: implemented Assembly.EntryPoint property and some
13259         Managed Resources related internalcalls.
13260
13261
13262 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
13263
13264         * image.c, image.h: impemented mono_image_get_entry_point ().
13265         * appdomain.c: use mono_image_get_entry_point.
13266
13267 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
13268
13269         * reflection.c: support the object type argument when loading
13270         custom attributes.
13271
13272 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
13273
13274         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
13275         String as return type.
13276
13277 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
13278
13279         * reflection.c: fix encoding of named args for custom attrs to match
13280         the ms implementation. Read them back when instantiating custom
13281         attributes.
13282
13283 2002-08-02  Radek Doulik  <rodo@ximian.com>
13284
13285         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
13286         by Dietmar as quick fix
13287         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
13288         16 as stack size, used on more places as quick fix before Dietmar
13289         will fix it properly
13290
13291 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
13292
13293         * object.h, object.c: added accessors for fields and properties.
13294
13295 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
13296
13297         * class.c, class.h: made mono_class_get_field_from_name ()
13298         loop on parent types.
13299         Added mono_class_get_property_from_name ().
13300
13301 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
13302
13303         * class.c, class.h: move the code to setup the type vtable in its own
13304         function so that it can be reused also for types created at runtime.
13305         Eliminate the "class" identifier from the header file.
13306         * reflection.c: setup the vtable for enums so that we can create
13307         objects for use in SetConstant ().
13308
13309 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
13310
13311         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
13312         instead of the delegate itself as this pointer (bug #28383)
13313
13314 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
13315
13316         * marshal.c (mono_marshal_get_managed_wrapper): added return type
13317         conversions.
13318
13319 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
13320
13321         * loader.c: don't set the pinvoke bit on icalls.
13322
13323 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
13324
13325         * debug-helpers.c (mono_method_full_name): only print a number to
13326         indicate wrapper type (so that the output is more readable in traces).
13327
13328 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
13329
13330         * class.c (mono_class_init): include method override patch from Paolo
13331
13332 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
13333
13334         * icall.c: fixed GetTypeCode().
13335
13336 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
13337
13338         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
13339         use real delegate invoke function to make it work with multicast
13340         delegates (fix bug# 28291).
13341
13342 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
13343
13344         * object.c: load constant strings.
13345
13346 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
13347
13348         * reflection.c: no magic numbers.
13349         * tabledefs.h: security action enum.
13350
13351 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
13352
13353         * assembly.c: fix possible memory corruption.
13354
13355 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
13356
13357         * reflection.h, reflection.c: added support for linking resources.
13358         * verify.c: check we have an updated corlib.
13359
13360 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
13361
13362         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
13363         string arrays.
13364         (mono_marshal_string_array): null terminate unmanaged string arrays.
13365         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
13366
13367 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
13368
13369         * icall.c: Type.GetType () can now return also types from the
13370         calling assembly.
13371
13372 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
13373
13374         * loader.h, loader.c: stack walking support.
13375         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
13376         GetCallingAssembly.
13377
13378 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
13379
13380         * marshal.c: added optimisations for blittable types 
13381
13382         * class.c (mono_array_class_get): do not set blittable attribute on arrays
13383         (mono_class_setup_mono_type): set blittable attribute for single
13384         and double.
13385
13386         * marshal.c (mono_string_utf8_to_builder): impl.
13387         (mono_string_builder_to_utf8): impl.
13388         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
13389
13390 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
13391
13392         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
13393         (mono_marshal_get_managed_wrapper): impl. byref types
13394
13395 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13396
13397         * icall.c:
13398         (search_method): don't display debug message. 
13399
13400 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
13401
13402         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
13403
13404 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
13405
13406         * appdomain.c: set the missing filename when throwing exception.
13407
13408 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
13409
13410         * metadata.c (mono_type_size): code cleanup
13411         (mono_type_stack_size): removed some test code
13412
13413 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
13414
13415         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
13416         mono_get_exception_file_not_found now.
13417
13418         * exception.c (mono_exception_from_name_two_strings): New version
13419         that will call a constructor with two string arguments. 
13420         (mono_get_exception_file_not_found): New helper routine, used to
13421         report file-not-found errors.
13422
13423 2002-07-20  Dick Porter  <dick@ximian.com>
13424
13425         * process.h:
13426         * process.c: Pass file handles to CreateProcess
13427         
13428         * icall.c:
13429         * file-io.h:
13430         * file-io.c: Implemented CreatePipe
13431
13432 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
13433
13434         * metadata.c (mono_get_param_info): set alignment for value types
13435
13436 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
13437
13438         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
13439         Constify mono_domain_assembly_open().
13440         * loader.c: handle null namespace in icalls.
13441
13442 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
13443
13444         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
13445         (emit_str_to_ptr_conv): marshal object as structs
13446
13447         * metadata.c (mono_type_to_unmanaged): marshal object as structs
13448
13449         * marshal.c (mono_marshal_get_runtime_invoke): support value types
13450
13451 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
13452
13453         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
13454         (mono_marshal_get_native_wrapper): we an now return value types
13455
13456 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
13457
13458         * verify.c: more checks implemented.
13459
13460 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
13461
13462         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
13463         (fix bug #27695)
13464         (mono_marshal_get_native_wrapper): allow byref arguments
13465         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
13466         impl. PtrToStringXXX methods
13467         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
13468         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
13469         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
13470         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
13471         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
13472
13473 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
13474
13475         * reflection.c: fix buglet in parsing an assembly name.
13476
13477 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
13478
13479         * marshal.c (emit_ptr_to_str_conv): first impl.
13480
13481 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
13482
13483         * object.c, class.h: cache the vtable in the class as suggested by
13484         vargaz@freemail.hu (Zoltan Varga).
13485
13486 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
13487
13488         * class.h, loader.c: added mono_field_from_token().
13489         * verify.c: first cut of type checking code.
13490
13491 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
13492
13493         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
13494
13495 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
13496
13497         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
13498         (fix bug #27782)
13499         (mono_marshal_get_remoting_invoke): impl.
13500         (mono_delegate_begin_invoke): impl.
13501         (mono_mb_emit_save_args): impl.
13502         (mono_delegate_end_invoke): impl.
13503         (mono_marshal_get_delegate_begin_invoke):
13504         (mono_marshal_get_delegate_end_invoke):
13505         (mono_marshal_get_delegate_invoke): generate a special name for
13506         those methods (including the signature) and associate them whith
13507         the delegate class. 
13508
13509 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
13510
13511         * reflection.[ch]: 
13512         (mono_reflection_type_from_name): now it has a MonoImage parameter
13513         which is used as the default image to search the type in. If the image
13514         is NULL or getting the type from it fails, it defaults to corlib.
13515
13516         * icall.c: changed 1 call to mono_reflection_type_from_name to match
13517         new parameter.
13518
13519 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
13520
13521         * reflection.c: update the parameter table index.
13522
13523 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
13524
13525         * domain.c: don't include the mark byte in the string hash.
13526
13527 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
13528
13529         * icall.cs: icall for Type.GetTypeCode ().
13530         * verify: a couple of fixes and disabled local initialization checks.
13531
13532 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
13533
13534         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
13535
13536         * debug-helpers.c (mono_method_full_name): print the type of the
13537         runtime wrapper
13538
13539         * metadata.c (mono_signature_hash): a hash function for signatures
13540         (mono_signature_hash): better hash algorithm
13541
13542         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
13543
13544         * debug-helpers.c (mono_method_full_name): this can now generate
13545         method names with signatures
13546
13547         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
13548         method dont have this pointers.
13549
13550 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
13551
13552         * reflection.c: fixup typebuilder tokens.
13553         * image.c: fix buglet.
13554         * marshal.h: remove whitespace.
13555         * metadata.h, metadata.c: reinstate code that was removed.
13556         * verify.c: handle catch directives and fix another couple of bugs.
13557
13558 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
13559
13560         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
13561         (mono_marshal_get_native_wrapper): make it comp. with the old code
13562         (mono_marshal_get_native_wrapper): support boolean
13563         (mono_marshal_get_managed_wrapper): support more types
13564
13565 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
13566
13567         * class.c (class_compute_field_layout): compute class->blittable attribute.
13568
13569 2002-07-09  Dick Porter  <dick@ximian.com>
13570
13571         * threads.c: Make the thread cleaning up cope with threads that
13572         call ExitThread()
13573
13574 2002-07-08  Radek Doulik  <rodo@ximian.com>
13575
13576         * reflection.c (method_encode_code): use non-translated values to
13577         compute finally_start, this fixes exception handling on ppc, yay!
13578
13579         * decimal.h (struct signscale): fix endianess
13580
13581 2002-07-07  Radek Doulik  <rodo@ximian.com>
13582
13583         * reflection.c: swap box_val and not val
13584
13585 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
13586
13587         * reflection.c, reflection.h: handle full assembly info in type name.
13588         Handle Type arguments when loading custom attributes.
13589         * icall.c: updated to use new mono_reflection_type_from_name () method.
13590
13591 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13592
13593         * loader.c:
13594         (method_from_memberref): also print assembly name when method not found.
13595
13596 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13597
13598         * icall.c:
13599         (ves_icall_TypeGetProperties): fixed bug #27473. 
13600
13601 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13602
13603         * reflection.c: display image name and token when cannot find the
13604         .ctor for an attribute.
13605
13606 2002-07-05  Martin Baulig  <martin@gnome.org>
13607
13608         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
13609
13610 2002-07-04  Dick Porter  <dick@ximian.com>
13611
13612         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
13613         compile on mingw.  This will cause mingw builds to not wait for
13614         subthreads to terminate after the main thread does.  I've lodged a
13615         bug with the mingw developers for them to wrap OpenThread().
13616
13617 2002-07-03  Dick Porter  <dick@ximian.com>
13618
13619         * threads.c: Store thread IDs instead of handles, because
13620         GetCurrentThread() returns a pseudohandle and therefore stores
13621         useless values.  mono_thread_cleanup() continues checking the
13622         array of threads until it is empty, to cope with subthreads
13623         spawning new threads after the main thread has finished.
13624
13625         * profiler.h:
13626         * profiler.c:
13627         * profiler-private.h: Pass the thread ID to thread profiler
13628         functions, instead of a handle
13629
13630 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
13631
13632         * verify.c: fixes to make it more usable.
13633         * pedump.c: added --verify code to verify IL code in an assembly.
13634
13635 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
13636
13637         * reflection.c: turn errors into warnings to allow compiling corlib.
13638
13639 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
13640
13641         * reflection.c: add special cases to compile corlib.
13642
13643 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
13644
13645         * reflection.c: handle properties with only a set method.
13646
13647 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
13648
13649         * opcodes.h: add enum with opcodes in opval order.
13650
13651 2002-07-01  Dick Porter  <dick@ximian.com>
13652         
13653         * object.h:
13654         * object.c (mono_runtime_run_main): Removed unneeded argument
13655
13656 2002-06-28  Martin Baulig  <martin@gnome.org>
13657
13658         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
13659
13660 2002-06-27  Dick Porter  <dick@ximian.com>
13661
13662         * threads.c: Store the handle in both the parent thread and in the
13663         subthread, to minimise the time between starting a new thread and
13664         storing its ID.
13665
13666 2002-06-26  Dick Porter  <dick@ximian.com>
13667
13668         * appdomain.c (mono_runtime_cleanup): Close the socket library
13669         after all the threads have finished, not before
13670
13671 2002-06-26  Martin Baulig  <martin@gnome.org>
13672
13673         * debug-symfile.c (mono_debug_find_source_location): Added
13674         `guint32 *line_number' argument.  If it's not NULL, store the line number
13675         there and return the file name without the line number.
13676
13677 2002-06-25  Dick Porter  <dick@ximian.com>
13678
13679         * icall.c:
13680         * process.h:
13681         * process.c: Process forking and other support functions
13682
13683 2002-06-25  Dick Porter  <dick@ximian.com>
13684
13685         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
13686         things dont happen when the image is closed.
13687         (mono_image_lookup_resource): Walk the resource section looking
13688         for a particular entry
13689
13690         * cil-coff.h: PE resource section decoding
13691
13692 2002-06-25  Dick Porter  <dick@ximian.com>
13693         
13694         * assembly.h:
13695         * assembly.c: 
13696         (mono_assembly_foreach): Accessor functions to walk the list of
13697         loaded assemblies
13698         (mono_assembly_set_main):
13699         (mono_assembly_get_main): Process methods need to know which
13700         assembly is the "main" one
13701
13702         * object.c (mono_runtime_run_main): Record the main assembly
13703
13704         * debug-helpers.c: Fix typo
13705
13706 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
13707
13708         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
13709         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
13710
13711 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
13712
13713         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
13714
13715 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
13716
13717         * image.c (do_mono_image_open): Initialize reference count,
13718         otherwise we leak the MonoImage.
13719
13720 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
13721
13722         * reflection.c: small tweak to handle self-hosting.
13723
13724 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
13725
13726         * reflection.c: fix type name parse code.
13727
13728 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
13729
13730         * reflection.c: break out of the loop.
13731         * image.c: special case corlib.
13732
13733 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
13734
13735         * reflection.c: add all the custom attrs at the end to ensure the
13736         ctors have been properly initialized when the attributes are defined
13737         in the current assembly.
13738
13739 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
13740
13741         * reflection.c: handle correctly multiple-nested types.
13742
13743 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
13744
13745         * row-indexes.h: fix typos.
13746         * reflection.c: adjust for typos and fix method_def_or_ref
13747         encoding in MethodImpl table.
13748
13749 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
13750
13751         * reflection.c: fix entry point patching (thanks Serge!).
13752
13753 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
13754
13755         * verify.c: add check for System.Exception
13756
13757 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
13758
13759         * image.c, class.c: minifix for code just c&p'ed.
13760         * reflection.c: warning fix.
13761         * object.h, loader.h, domain.c: load also StringBuilder.
13762
13763 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
13764
13765         * marshal.h, marshal.c: some support code to handle complex marshaling.
13766
13767 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
13768
13769         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
13770         Better signatures with vtable error dump.
13771
13772 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
13773
13774         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
13775
13776 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
13777
13778         * icall.c (ves_icall_Type_GetField): impl.
13779
13780 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
13781
13782         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
13783         to retrieve a marshal description blob for a field or param.
13784
13785 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
13786
13787         * reflection.h, reflection.c: change order of nested type emission
13788         to avoid table corruption. The NestedTypes table is sorted.
13789         * icall.c: change order of GetConstructor results to workaround mcs bug.
13790
13791 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
13792
13793         * reflection.h, reflection.c: handle field and param marshal
13794         information.
13795
13796 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
13797
13798         * icall.c, marshal.c marshal.h: more Marshal class implementation.
13799
13800 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
13801
13802         * reflection.c: fix call convention.
13803
13804 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
13805
13806         * reflection.h, reflection.c: mono_image_get_memberref_token()
13807         takes a type instead of a class, now. Added
13808         mono_image_get_array_token() to create tokens for the special
13809         multi-dim array methods.
13810
13811 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
13812
13813         * assembly.c: handle modules (no assembly table). Split
13814         loading references in its own function.
13815         * class.c: handle moduleref resolution scope.
13816         * image.c, image.h: cache module name in image.
13817
13818 2002-06-07  Martin Baulig  <martin@gnome.org>
13819
13820         * reflection.c (mono_image_get_type_info): Only add a class layout entry
13821         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
13822
13823 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
13824
13825         * icall.c: more signature fixes that used uint instead of int.
13826
13827 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
13828
13829         * reflection.c: fixed signature of field refs.
13830
13831 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
13832
13833         * class.c, reflection.c: handle typerefs of nested types
13834         (both on read and when writing files).
13835
13836 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
13837
13838         * icall.c: fix method signatures that tried to workaround the previous
13839         typo, d'oh!
13840
13841 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
13842
13843         * debug-helpers.c: fix typo.
13844
13845 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
13846
13847         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
13848         rewrote the PE/COFF writing code (our programs are understood by the
13849         ms runtime, now).
13850
13851 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
13852
13853         * gc.c, gc.h, icall.c: weakreference support.
13854
13855 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
13856
13857         * Makefile.am, mono-config.c: use $(sysconfdir).
13858
13859 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
13860
13861         * icall.c: changed default precision of Double.ToString() to 15.
13862         Fixed memory leak. Unified with Single.ToString.
13863
13864 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
13865
13866         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
13867
13868 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
13869
13870         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
13871         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
13872         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
13873         and myself.
13874
13875 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
13876
13877         * debug-symfile.c, sysmath.c: yet more compilation fixes.
13878
13879 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
13880
13881         * reflection.c, socket-io.c: more compilation fixes.
13882
13883 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
13884
13885         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
13886         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
13887         unicode.c: warning and compiler compatibility fixes.
13888
13889 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
13890
13891         * class.h, metadata.c: fixed warnings/compilation errors.
13892
13893 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
13894
13895         * Makefile.am, mono-config.c, mono-config.h: configuration file
13896         support routines.
13897         * loader.c, loader.h: make Dll mapping configurable at runtime in the
13898         config file. Export methods to insert and lookup mappings.
13899
13900 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
13901
13902         * reflection.c: handle types and boxed objects in custom attr
13903         constructors.
13904
13905 2002-05-30  Martin Baulig  <martin@gnome.org>
13906
13907         * debug-symfile.c
13908         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
13909
13910 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
13911
13912         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
13913         to lookup the implmap row for a P/Invoke method.
13914         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
13915         P/Invoke method from the runtime on an as needed basis.
13916
13917 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
13918
13919         * metadata.c (mono_metadata_parse_signature): impl.
13920
13921 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
13922
13923         * class.c: handle .pack directive.
13924
13925 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
13926
13927         * object.c: initialize static fields with RVA data.
13928
13929 2002-05-25  Martin Baulig  <martin@gnome.org>
13930
13931         * debug-symfile.c
13932         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
13933
13934 2002-05-24  Martin Baulig  <martin@gnome.org>
13935
13936         * debug-symfile.c
13937         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
13938         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
13939         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
13940
13941 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
13942
13943         * object.c: special case string ctros in invoke.
13944         * gc.c: silly whitespace changes.
13945
13946 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
13947
13948         * threadpool.[ch]: impl. a threadpool that can
13949         be used by mint and mono.
13950
13951 2002-05-22  Martin Baulig  <martin@gnome.org>
13952
13953         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
13954         The first argument is now a `MonoReflectionModuleBuilder *', the return
13955         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
13956         `methods' field to get the method builder.  The `token' argument is the
13957         unfixed token.
13958
13959         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
13960         invalid characters instead of g_assert_not_reached()ing.  This seems
13961         to be the behaviour of mscorlib.
13962
13963 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
13964
13965         * object.c (mono_runtime_invoke_array): applied patch from Rachel
13966         Hestilow to fix bug #25104
13967
13968 2002-05-21  Martin Baulig  <martin@gnome.org>
13969
13970         * debug-symfile.c (mono_debug_find_source_location): New function.
13971         Looks up an IL offset in the line number table and returns the source
13972         location as a string.
13973
13974 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13975
13976         * icall.c:
13977         (mono_double_ToStringImpl): changed %f by %g until we have something
13978         better.
13979
13980 2002-05-21  Nick Drochak  <ndrochak@gol.com>
13981
13982         * icall.c : Use different name for Math.Pow's icall.  Needed to check
13983         parameters first in C#.
13984
13985 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
13986
13987         * icall.c, reflection.h: added icall to get info about an event.
13988
13989 2002-05-20  Radek Doulik  <rodo@ximian.com>
13990
13991         * object.c (mono_value_box): don't use memcpy for boxing on BIG
13992         endian
13993         (mono_value_box): don't use memcpy for small sizes on
13994         architectures with unaligned access
13995
13996 2002-05-20  Martin Baulig  <martin@gnome.org>
13997
13998         * reflection.c (mono_reflection_setup_internal_class): Don't crash
13999         if `tb->parent == NULL'.
14000         (mono_reflection_create_internal_class): New function.  This is
14001         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
14002         for enum types.
14003
14004         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
14005         New interncall.
14006
14007 2002-05-19  Martin Baulig  <martin@gnome.org>
14008
14009         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
14010         argument to get the length, don't default to the array length.
14011
14012 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
14013
14014         * assembly.c (mono_assembly_setrootdir): New function used to
14015         override the MONO_ASSEMBLIES directory.
14016
14017 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
14018
14019         * icall.c: ValueType_GetHashCode() initialize local var.
14020
14021 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
14022
14023         * reflection.c: sort custom attributes table.
14024
14025 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
14026
14027         * reflection.c: support named args in custom attributes (write support).
14028
14029 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
14030
14031         * reflection.c: fix finally position calculation.
14032
14033 2002-05-15  Radek Doulik  <rodo@ximian.com>
14034
14035         * reflection.c: fixed endianess at many places
14036
14037         * icall.c (ves_icall_InitializeArray): comment out debug msg
14038
14039 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
14040
14041         * object.c (mono_unhandled_exception): new function to handle
14042         unhandled exceptions.
14043         (mono_unhandled_exception): call the UnhandledException event.
14044         (mono_runtime_delegate_invoke): impl.
14045
14046 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
14047
14048         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
14049         returns the RVA, not the direct pointer to the data. Handle the case
14050         when the class size is fixed.
14051
14052 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
14053
14054         * reflection.c: fix some endianess issues.
14055
14056 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
14057
14058         * object.c (mono_runtime_invoke): is now able to catch exceptions.
14059
14060         * threads.c (mono_thread_init): added a callback which is invoked
14061         at thread start.
14062
14063 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
14064         
14065         * icall.c: make GetHashCode return non-negative values.
14066
14067 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
14068
14069         * object.c, icall.c, gc.c: revert to address-based hashcode.
14070
14071 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
14072
14073         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
14074
14075 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
14076
14077         * icall.c, class.c: special case <Module>.
14078
14079 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
14080
14081         * icall.c: fix bug in GetNow().
14082
14083 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
14084
14085         * object.c (mono_runtime_class_init): make sure that we call all
14086         static class constructors.
14087
14088 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
14089
14090         * reflection.c: sort methodsemantics table.
14091
14092 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
14093
14094         * reflection.h, reflection.c: honour init locals setting.
14095
14096 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
14097
14098         * icall.c: copied Double ToStringImpl for Single ToStringImpl
14099
14100 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
14101
14102         * reflection.c: support ContructorBuilders in attribute blob creation.
14103
14104 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
14105
14106         * reflection.c: some changes to build a binary that can be run
14107         directly in windows.
14108
14109 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
14110
14111         * loader.c: print a big message when an icall can't be found.
14112
14113 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14114
14115         * string-icalls.c: fix bug 24248.
14116
14117 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
14118
14119         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
14120         icall.c, reflection.h: separate assembly loading by pathname and by
14121         assembly name. Use the MONO_PATH env var to search for assemblies.
14122
14123 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
14124
14125         * assembly.c, image.h: add some support for assemblies
14126         with multiple modules.
14127         * class.c, class.h: export mono_class_from_typeref().
14128         * loader.c: remove duplicated code and use mono_class_from_typeref(),
14129         instead.
14130
14131 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
14132
14133         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
14134         documentation says (the ECMA one is correct).
14135
14136 2002-05-02  Dick Porter  <dick@ximian.com>
14137
14138         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
14139         Don't name the synchronisation mutex.
14140
14141 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
14142
14143         * rand.c
14144         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
14145         Make the prototypes match.
14146         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
14147         Same.
14148
14149         * icall.c
14150         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
14151         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
14152         all systems have tm.tm_zone, so use strftime() with %Z to print
14153         the timezone abreviation into a temp string.
14154
14155         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
14156         rather than mono_array_addr() on a MonoString on Big Endian
14157         machines.
14158
14159 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
14160
14161         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
14162         fix bug 24041
14163
14164 2002-04-30  Dick Porter  <dick@ximian.com>
14165
14166         * socket-io.c: Cope with SOCKET being an integer rather than a
14167         pointer now.
14168
14169         * threads.c: Added Thread_free_internal, to deal with thread
14170         handle cleanup.  Moved calls to handle_store() and handle_remove()
14171         to start_wrapper(), so each can only be called once.  Allocate
14172         synchronisation blocks with GC_malloc(), and use GC finalisation
14173         to close the handles.
14174
14175         * icall.c: added System.Threading.Thread::Thread_free_internal
14176
14177 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
14178
14179         * icall.c: support Environment.Exit, CommandLineArgs().
14180
14181 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
14182
14183         * object.c, object.h: added mono_runtime_run_main () and
14184         mono_runtime_get_main_args () for use in System.Environment.
14185
14186 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
14187
14188         * gc.c: fix thinko, enable actual finalization since the jit is now
14189         fixed.
14190
14191 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
14192
14193         * gc.c, object.c: take into account that an object may be offset wrt the address
14194         returned by GC_malloc().
14195
14196 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
14197
14198         * image.c: handle files without entries in the assembly table (modules).
14199
14200 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
14201
14202         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
14203         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
14204         allowed to be null when it's System.Object class setup.
14205
14206 2002-04-27  Martin Baulig  <martin@gnome.org>
14207
14208         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
14209         if `tb->parent == NULL' rather than crashing.
14210
14211 2002-04-28  Nick Drochak  <ndrochak@gol.com>
14212
14213         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
14214         calling acos() where asin() should have been called.
14215
14216 2002-04-26  Martin Baulig  <martin@gnome.org>
14217
14218         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
14219         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
14220         there's a subdirectory called `System', but we don't want to read that
14221         subdirectory as an assembly.
14222
14223 2002-04-25  Martin Baulig  <martin@gnome.org>
14224
14225         * debug-symfile.c: Reflect latest MonoString changes.
14226
14227 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
14228
14229         * rand.c, rand.h: instance method icalls need to have an explicit
14230         this pointer as first argument in the C implementation.
14231
14232 2002-04-25  Nick Drochak <ndrochak@gol.com>
14233
14234         * icall.c: Fix typo in map for GetNonZeroBytes
14235
14236 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
14237
14238         * string-icalls.c : String does now passes unit tests without any 
14239         errors, the following changes has been made:
14240         
14241         Implemented replace methods.
14242         Renaming of methods to (try) follow the standard.
14243         Fixed compare ordinal
14244         Made all memory allocated directly to function instead of via icall function.
14245         Small performance fix in is_in_array function
14246                         
14247  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
14248
14249         c (mono_string_Internal_ctor_charp_int_int):
14250         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
14251         sindex < 0, throw ArgumentOutOfRangeException instead of
14252         ArgumentNullException.
14253
14254         Added new check for length == 0, however
14255         I need to make it return String.Empty from the C code.
14256         
14257         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
14258         that calculate the length for us here.
14259         
14260         (mono_string_Internal_ctor_sbytep_int_int): Replaced
14261         mono_string_new_utf16 with mono_string_new, since value is utf8.
14262
14263 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
14264
14265         * object.c: register the object for finalization if needed.
14266         Allocate one more char in the string for the terminating 0 char.
14267
14268 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
14269
14270         * class.c, class.h, image.c: check if a type implemenst a destructor.
14271         Use the proper key for array class lookups.
14272         * icall.c: register the icalls in the System.GC class.
14273         * gc.c, gc.h: GC-related functions and icalls.
14274
14275 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14276
14277         * icall.c:
14278         * socket-io.c:
14279         * unicode.c: free some strings gotten from mono_string_to_utf8 and
14280         changed a couple of free () by g_free ().
14281
14282         * decimal.c: one-liner in the comments for decimal2string ().
14283
14284 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
14285
14286         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
14287
14288 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
14289
14290         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
14291         * object.c (mono_runtime_invoke_array) : handle null in params
14292
14293 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
14294
14295         * string-icalls.c: fixed bug in split (one off bug)
14296
14297 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
14298
14299         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
14300         * icalls.c: added String::Equals as internal method
14301
14302 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
14303
14304         * threads.c: fixed bug in the double interlocked functions
14305
14306 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
14307
14308         * threads.c: implemented all of the new interlocked icalls.
14309         * string-icalls.c: fix a bug in insert.
14310         * icalls.c: added the icalls for interlocked, removed old string functions.
14311         
14312 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
14313
14314         * loader.c: fix off-by-one error when reading argument names.
14315
14316 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
14317
14318         * profiler.c: win32 counter implementation (untested).
14319         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
14320         (the latter needs testing and more complete impl. from win32 folks).
14321
14322 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
14323
14324         * object.c: mono_array_new_full workaround mono_array_class_get
14325         problem.
14326
14327 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
14328
14329         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
14330         * object.h (mono_string_chars): Changed casting type.
14331
14332 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
14333
14334         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
14335                            method signatures to use gunichar2 instead of gint16.
14336
14337 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
14338
14339         * object.h, object.c: domain-specific versions of mono_object_new and
14340         mono_array_new.
14341
14342 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
14343
14344         * object.c: changed String layout
14345
14346         * string-icalls.c (mono_string_Internal_ctor_chara): added
14347         internal string constructors.
14348
14349 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
14350
14351         * threads.c: pass 'this' to the thread start routine.
14352
14353 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14354
14355         * string-icalls.c: fix IndexOf and LastIndexOf. Now
14356         InternalCompareStr don't call twice mono_string_cmp_char for the last
14357         character. Improved performance in mono_string_cmp_char.
14358
14359 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
14360
14361         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
14362         code into its own library: libmonoruntime.
14363
14364 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
14365
14366         * object.h, object.c: changed array format so that szarrays do not
14367         require a bounds structure.
14368         * icall.c, appdomain.c: support for new szarray format.
14369
14370 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
14371
14372         * metadata.c: compare also the retuns type when comparing signatures:
14373         we didn't do this as an optimization since really overloaded methods
14374         must differ also in the arguments, but this doesn't work with
14375         low-level IL code (or when using explicit conversion operators: see
14376         bug#23498 for an example).
14377
14378 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
14379
14380         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
14381
14382 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
14383
14384         * icall.c: make MonoType::GetElementType its own icall.
14385
14386 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
14387
14388         * icall.c: remove MonoMethod_get_Name().
14389         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
14390         object.
14391
14392 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
14393
14394         * string-icalls.c: optimized a few methods.
14395
14396 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
14397
14398         * icall.c: added all new string internal calls
14399         * string-icalls.c: added, new string internal call implementation.
14400         * object.c: added mono_string_new_size for allocating a string a size
14401
14402 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
14403
14404         * object.c (mono_object_isinst): use the same code as in the
14405         optimized x86 version.
14406
14407 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
14408
14409         * profiler.c: TSC-based timer code (faster and more accurate).
14410         Not hooked up in configure, yet (set USE_X86TSC to 1).
14411
14412 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
14413
14414         * profiler.c, profiler.h: track time spent compiling methods.
14415         * threads.c: track thread creation/destruction.
14416
14417 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
14418
14419         * profiler.c, profiler.h, profiler-private.h: profiling interface
14420         and sample implementation. Moved here so that it can be used also by
14421         the jit.
14422
14423 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
14424
14425         * reflection.c, reflection.h: keep types and other handles separate in
14426         the hash tables for referred tokens. Add guid for modules.
14427
14428 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
14429
14430         * assembly.c: fix bugs found with valgrind.
14431         * metadata.h, metadata.c: added mono_metadata_guid_heap().
14432
14433 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
14434
14435         * threads: added icall support for getting current domain for
14436                    the thread.
14437  
14438 2002-04-13  Martin Baulig  <martin@gnome.org>
14439
14440         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
14441         (MonoDebugVarInfo): Added `index' field for register based addresses.
14442         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
14443         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
14444         `MonoDebugVarInfo *params' and `guint32 this_offset' with
14445         `MonoDebugVarInfo *this_var'.
14446
14447         * debug-symfile.c (relocate_variable): New static function to write
14448         a location description for a local variable or method parameter.
14449
14450 2002-04-12  Martin Baulig  <martin@gnome.org>
14451
14452         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
14453         stack offset and begin/end scope address of a local variable.
14454         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
14455         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
14456         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
14457
14458         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
14459         Added new relocation types for start/end scope of a local variable.
14460
14461 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
14462
14463         * object.h: add mono_object_domain() macro.
14464         * reflection.c: handle typespecs.
14465         * icall.c: MonoMethod::get_Name() implementation.
14466
14467 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
14468
14469         * icall.c: String::GetHashCode() icall implementation.
14470
14471 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
14472
14473         * icall.c: String::IndexOfAny icall.
14474         * object.c, object.h: make array->max_length more useful.
14475         Intrduced mono_object_class() and mono_string_length() macros.
14476
14477 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14478
14479         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
14480         instead of g_unichar_isdigit.
14481
14482 2002-04-11  Nick Drochak  <ndrochak@gol.com>
14483
14484         * icall.c: Implement a simple Double.ToString().
14485
14486 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
14487
14488         * appdomain.h: only io-layer.h is supposed to be included.
14489         * icall.c: explicitly import environ. Fix warning.
14490
14491 2002-04-10  Nick Drochak  <ndrochak@gol.com>
14492
14493         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
14494                 return true even if it's not Daylight Savings time.
14495                 Only return false for the case where the function isn't
14496                 implemented for a plaform (read Windows).
14497
14498 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
14499
14500         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
14501         data with a mutex.
14502
14503 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
14504
14505         * mempool.c (mono_mempool_alloc): only use g_malloc when
14506         absolutely necessary.
14507
14508 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
14509
14510         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
14511
14512         * class.c (mono_class_vtable): use domain mempool to allocate vtable
14513         (mono_class_proxy_vtable): use domain mempool
14514
14515 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
14516
14517         * appdomain.h, appdomain.c: split initialization that requires the
14518         execution engine support into mono_runtime_init().
14519
14520 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
14521
14522         * class.c (mono_class_init): don't include vtable inside MonoClass
14523         to save some memory, gather some statistics.
14524         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
14525
14526 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
14527
14528         * icall.c: internalcall implementation for ValueType.Equals().
14529
14530 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
14531
14532         * object.c (mono_message_init): moved 
14533         (mono_runtime_exec_main): new arch. independent impl.
14534         (mono_runtime_invoke_array): new method - like
14535         mono_runtime_invoke, but you can pass an array of objects.
14536         (mono_remoting_invoke): new arch. independent impl.
14537         (mono_message_invoke): new arch. independent impl.
14538         (mono_runtime_class_init): new arch. independent impl.
14539         (mono_runtime_object_init): new arch. independent impl.
14540
14541 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
14542
14543         * metadata.c, object.c, reflection.c: documented the exported
14544         functions.
14545
14546 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
14547
14548         * icall.c: simpler code to pass the assembly builder data to corlib.
14549         Implement GetNestedTypes() internalcall.
14550
14551 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
14552
14553         * class.c: warn if a type can't be loaded.
14554
14555 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
14556
14557         * image.h: typedef MonoImageOpenStatus
14558         * types.h: removed unused file
14559         
14560 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
14561
14562         * icall.c: Enum_ToObject accepts enum value arguments.
14563
14564 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
14565
14566         * class.c: move initialization of properties, events and nested
14567         classes, so that they happen for interfaces, too.
14568
14569 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
14570
14571         * icall.c: cleanup some ugly casts in Array_SetValue*.
14572
14573 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
14574
14575         * icall.c: the values array fro enums is of the correct type, now.
14576         Implement (correctly) getFullName instead of assQualifiedName for
14577         MonoType.
14578         * reflection.h, reflection.c: added mono_type_get_name ().
14579
14580 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
14581
14582         * assembly.c, image.h: for each MonoImage, record from wich assembly
14583         it was loaded.
14584         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
14585         Make Type.Assembly work.
14586
14587 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
14588
14589         * debug-symfile.h: use char* instead of gpointer to avoid
14590         unnecessary casts.
14591
14592         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
14593
14594         * icall.c (ves_icall_InternalExecute): impl. FielSetter
14595         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
14596
14597 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
14598
14599         * icall.c (mono_message_init): impl. (code cleanup)
14600         (ves_icall_InternalExecute): impl. FieldGetter
14601
14602         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
14603         defined we call all (non-static)methods through the vtable. 
14604
14605 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
14606
14607         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
14608         finalizer even though the memory is still referenced (and the chunk of
14609         memory is not freed).
14610
14611 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
14612
14613         * assembly.c: fix brokeness.
14614
14615 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
14616
14617         * class.c: kill some warnings. Check explicit interface method
14618         implementation also without considering the namespace.
14619         Load also literal strings in static class data.
14620
14621 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
14622
14623         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
14624         (default_assembly_name_resolver): Make the resolver take the
14625         "base" directory where the assembly was originally defined, so we
14626         can load DLLs that are in the same directory as the assembly that
14627         is being referenced.
14628
14629 2002-03-28  Dick Porter  <dick@ximian.com>
14630
14631         * file-io.h: 
14632         * file-io.c:
14633         * socket-io.c: 
14634         * unicode.h: 
14635         * unicode.c: Warning cleanups
14636
14637 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
14638
14639         * object.h, reflection.h: use the correct type instead of MonoObject.
14640
14641 2002-03-28  Martin Baulig  <martin@gnome.org>
14642
14643         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
14644         (mono_debug_update_symbol_file): Initialize classes if necessary.
14645
14646 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
14647
14648         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
14649         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
14650
14651 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
14652
14653         * assembly.h: fix function prototype.
14654         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
14655         * mono-endian.h: use const cast.
14656
14657 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
14658
14659         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
14660
14661 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
14662
14663         * loader.c: don't assert when a typeref can't be loaded, give
14664         a chance to the runtime to trow an exception instead.
14665         * loader.h: fix warning.
14666
14667 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
14668
14669         * class.c (mono_class_proxy_vtable): added proxy support
14670
14671 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
14672
14673         * icall.c: removed last of PAL calls, added System.Environment
14674         * file-io.h, file-io.c: MonoIO implementation
14675         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
14676
14677 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
14678
14679         * appdomain.c: do not use the byte marker in ldstr table lookup.
14680         * debug-helpers.c: allow two ':' to separate class and method name.
14681         * object.c: allocate arrays bounds with the GC, too.
14682         * verify: add a few more checks.
14683
14684 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
14685
14686         * reflection.c: output also literal strings. Allocate parameter data
14687         with GC_malloc() (thanks, Martin, for catching this!).
14688
14689 2002-03-26  Martin Baulig  <martin@gnome.org>
14690
14691         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
14692         include the `this' offset in the `param_offsets'.
14693
14694 2002-03-25  Martin Baulig  <martin@gnome.org>
14695
14696         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
14697         mono_debug_get_class() function to get the classes. Added new
14698         relocation types for arrays and strings.
14699         (mono_debug_get_class): New static function to search in all
14700         referenced assemblies for a metadata token.
14701
14702         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
14703
14704 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
14705
14706         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
14707         hold gc-allocated objects. Make the string heap a stream like the
14708         others. Removed duplicated code when writing stream info.
14709         Added asserts to catch possible buffer overflows. Set the sorted map
14710         for tables that need sorting. Added some documentation.
14711
14712 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
14713
14714         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
14715         for interned strings and vtables.
14716
14717 2002-03-24  Martin Baulig  <martin@gnome.org>
14718
14719         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
14720         it in the array since it was created with g_slist_prepend().
14721
14722 2002-03-24  Martin Baulig  <martin@gnome.org>
14723
14724         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
14725         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
14726         (mono_debug_method_from_token): Renamed to
14727         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
14728         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
14729
14730         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
14731         relocation types.
14732
14733         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
14734
14735 2002-03-24  Martin Baulig  <martin@gnome.org>
14736
14737         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
14738         (mono_debug_method_from_token): New func.
14739
14740         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
14741         New interncall, calls mono_debug_local_type_from_signature().
14742         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
14743         calls mono_debug_method_from_token().
14744
14745 2002-03-23  Martin Baulig  <martin@gnome.org>
14746
14747         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
14748         specifies the number of bytes to be converted, not the array size.
14749         Return the number of chars, not the number of bytes.
14750         (ves_icall_iconv_get_chars): The `byteCount' argument
14751         specifies the number of bytes to be converted, not the array size.
14752
14753 2002-03-23  Martin Baulig  <martin@gnome.org>
14754
14755         * reflection.h (MonoReflectionSigHelper): New type.
14756
14757         * reflection.c (mono_reflection_sighelper_get_signature_local),
14758         (mono_reflection_sighelper_get_signature_local): New functions.
14759
14760         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
14761         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
14762         interncalls.
14763
14764 2002-03-23  Martin Baulig  <martin@gnome.org>
14765
14766         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
14767         is_writeable is set.
14768         (mono_raw_buffer_update): New function to write the modified map
14769         back to disk.
14770
14771         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
14772
14773         * debug-symfile.c (mono_debug_update_symbol_file): Call
14774         mono_raw_buffer_update() when done writing.
14775
14776 2002-03-23  Martin Baulig  <martin@gnome.org>
14777
14778         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
14779
14780         * debug-symfile.c: Added support for arguments and local variables.
14781
14782 2002-03-23  Dick Porter  <dick@ximian.com>
14783
14784         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
14785         protected by ifdefs, hence breaking the w32 build.
14786
14787 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
14788
14789         * object.c: implement is_interned() the right way.
14790
14791 2002-03-21  Martin Baulig  <martin@gnome.org>
14792
14793         * debug-symfile.[ch]: New files to handle debugging information
14794         files. There's also support to dynamically update these symbol
14795         files to include machine dependent information.
14796
14797 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
14798
14799         * threads.c (mono_thread_create): new function to create thread
14800         from C
14801
14802 2002-03-20  Martin Baulig  <martin@gnome.org>
14803
14804         * icall.c (ves_icall_InternalInvoke): Create a new object if the
14805         method is a constructor.
14806         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
14807         points to ves_icall_InternalInvoke().
14808
14809 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
14810
14811         * file-io.c: Flush shouldn't throw exceptions.
14812
14813 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
14814
14815         * file-io.c: FileStream flush support; FileSetLength now
14816         restores file pointer.
14817
14818 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
14819
14820         * class.c: set image for pointer classes.
14821
14822 2002/03/19  Nick Drochak <ndrochak@gol.com>
14823
14824         * sysmath.c: Forgot one.
14825
14826 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
14827
14828         * sysmath.c: Avoid redefining existing names.
14829
14830 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
14831
14832         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
14833         handled by runtime as icall rather than dllimport from libm.so
14834         * file-io.c, file-io.h: fixed handle argument type.
14835
14836 2002-03-18  Dick Porter  <dick@ximian.com>
14837
14838         * reflection.c (mono_image_get_type_info): rename interface to
14839         iface, because of "#define interface struct" on windows.
14840
14841 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
14842
14843         * class.c, class.h: rename and export mono_ptr_class_get().
14844         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
14845         * reflection.c, reflection.h, icall.c: better/saner type name
14846         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
14847         method signatures.
14848
14849 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
14850
14851         * class.c (mono_class_init): removed hardcoded GHC_SLOT
14852
14853         * icall.c (ves_icall_InternalInvoke): impl.
14854
14855 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
14856
14857         * reflection.c: output the interface map table, too.
14858
14859 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
14860
14861         * class.c (class_compute_field_layout): separate computation of 
14862         static field layout
14863
14864 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
14865
14866         * icall.c: added System.Buffer support.
14867         * file-io.c: moved file icalls from PAL to FileStream.
14868
14869 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
14870
14871         * icall.c (ves_icall_System_Object_GetHashCode): impl.
14872
14873 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
14874
14875         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
14876
14877 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
14878
14879         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
14880
14881 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
14882
14883         * debug-helpers.{c,h}: moved here from monograph some useful functions
14884         to locate a method by name/signature in a class or image. Included
14885         also a small and flexible IL disassembler.
14886
14887 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
14888
14889         * reflection.c: fixup tokens in methods with small header size, too.
14890
14891 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
14892
14893         * object.c (mono_string_to_utf8): remove assert(!error), instead
14894         print a warning. 
14895
14896 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
14897
14898         * icall.c: update to the new mono_Array_class_get interface.
14899
14900 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
14901
14902         * appdomain.c, object.c: Boehm-GC enable.
14903         * icall.c: make get_data_chunk() support split data requests.
14904         Ensure a class is initialized in more cases. Return only the first
14905         property found in GetProperties() or the compiler gets confused. 
14906         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
14907         * reflection.h, reflection.c: add fixup mechanism for field and method
14908         tokens. Initialize assembly->typeref in a single place. Output
14909         properties after events. Support custom attributes for events, too.
14910         Typo fix for paramter custom attrs.
14911
14912 2002-03-07  Martin Baulig  <martin@gnome.org>
14913
14914         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
14915
14916 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
14917
14918         * class.c (mono_array_class_get): fix. for multi. dim. arrays
14919
14920 2002-03-06  Martin Baulig  <martin@gnome.org>
14921
14922         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
14923         non-zero lower bounds. See testcases #F10-#F13.
14924
14925 2002-03-05  Martin Baulig  <martin@gnome.org>
14926
14927         * exception.c (mono_get_exception_argument_out_of_range): New exception.
14928
14929         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
14930         ves_icall_System_Array_GetValue(), only calculate the absolute array position
14931         here.
14932         (ves_icall_System_Array_SetValue): Likewise.
14933         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
14934         as argument and does the actual work. This function is used when copying a
14935         multi-dimensional array.
14936         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
14937         now do all the widening conversions of value types.
14938         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
14939
14940 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
14941
14942         * class.c: remove some magic numbers and use the smbolic names,
14943         instead. Added init_events() to load event info at class init time.
14944         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
14945         and mono_metadata_methods_from_event().
14946         * reflection.h, reflection.c: added support for writing out the evnets
14947         related information.
14948
14949 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
14950
14951         * reflection.h, icall.c: use a different method (GetInterfaces)
14952         to gather interface info and add isbyref, isprimitive and
14953         ispointer to the ves_icall_get_type_info() return value.
14954
14955 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
14956
14957         * class.h: stared adding support for events.
14958         * icall.c: split find_members implementation. Added debug icall to get
14959         the address of an object.
14960         * reflection.c: handle TypeBuilders in mono_type_get_object().
14961
14962 2002-03-01  Martin Baulig  <martin@gnome.org>
14963
14964         * icall.c (ves_icall_System_Array_GetLength): This must throw an
14965         ArgumentOutOfRangeException(), not an ArgumentException().
14966         (ves_icall_System_Array_GetLowerBound): Likewise.
14967         (ves_icall_System_Array_GetValue): Improved argument checking.
14968         (ves_icall_System_Array_SetValue): Improved argument checking.
14969
14970 2002-03-01  Martin Baulig  <martin@gnome.org>
14971
14972         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
14973         called with invalid arguments rather than just dying with g_assert().
14974         (ves_icall_System_Array_SetValue): Likewise.
14975         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
14976         raise a NotImplementedException instead.
14977         (ves_icall_System_Array_GetLength): Added argument checking.
14978         (ves_icall_System_Array_GetLowerBound): Added argument checking.
14979
14980 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
14981
14982         * object.h (mono_assert): new macros mono_assert and
14983         mono_assert_not_reached
14984
14985 2002-02-28  Martin Baulig  <martin@gnome.org>
14986
14987         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
14988         and "System::String::IsInterned" to "System::String::_IsInterned".
14989
14990 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
14991
14992         * icall.c: remove hacks for typebuilder. Added icall to create a
14993         modified type from a tybebuilder.
14994         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
14995         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
14996         to create a backing MonoClass for a TypeBuilder.
14997
14998 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
14999
15000         * class.c, class.h: more refactoring of class init.
15001         Export mono_class_setup_mono_type() and mono_class_setup_parent().
15002
15003 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
15004
15005         * marshal.c, marshal.h: start of marshaling interface.
15006
15007 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
15008
15009         * icall.c: fix order in assembly qualified name icall.
15010
15011 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
15012
15013         * class.c: do not free str, since we store it in the hash table.
15014         * reflection.h: add label field to MonoILExceptionInfo.
15015         * reflection.c: handle references to more than one assembly. Handle
15016         case when there isn't a module created in the assembly.
15017
15018 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
15019
15020         * class.c: Fix typo. Start refactoring of class init code.
15021
15022 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
15023
15024         * appdomain.c: exit with 1 on error.
15025         * class.c: we already have the name in MonoClassField.
15026         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
15027         MonoStreamHeader instead of an offset of image->raw_metadata.
15028
15029 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
15030
15031         * appdomain.c (mono_init): Be even more descriptive about the error.
15032
15033 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
15034
15035         * appdomain.c: give the user an informative message when corlib can't
15036         be loaded.
15037
15038 2002-02-26  Martin Baulig  <martin@gnome.org>
15039
15040         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
15041         New icall to get the time zone data.
15042
15043 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
15044
15045         * reflection.c: set virtual and raw size of section correctly.
15046         * threads.c: transfer domain information to newly created threads.
15047
15048 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
15049
15050         * class.c: when instancing a class in a domain, load the default
15051         vaules for static fields from the constant table. Fix System.Enum to
15052         not be an enum.
15053         * icall.c: implement Object::GetType() internalcall. Implemented
15054         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
15055         Fixed checking of binding flags in find_members().
15056         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
15057         * reflection.c: handle enumerations when writing to the constant
15058         table. Use a different object cache for types.
15059
15060
15061 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
15062
15063         * object.c (mono_object_isinst): fix for arrays
15064
15065         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
15066
15067 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
15068
15069         * object.c: don't use mprotect ()  and fix intern pool hash table
15070         lookup for big endian systems.
15071
15072 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
15073
15074         * icall.c: change type_is_subtype_of () signature.
15075
15076 2002-02-21  Mark Crichton  <crichton@gimp.org>
15077
15078         * rand.c, rand.h: Added random number generator for
15079         System.Security.Cryptography classes.
15080
15081         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
15082
15083         * icall.c: Added System.Security.Cryptography calls.
15084
15085 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
15086
15087         * class.c, icall.c, metadata.c: better support for pointer types.
15088         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
15089         * reflection.c: Add support for getting custom attrs for properties
15090         and simplify some code.
15091
15092 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
15093
15094         * icall.c: change getToken () and add custom attribute GetBlob()helper
15095         method.
15096         * reflection.h: add custom attrs array to the reflection builder structures.
15097         * reflection.c: encode and emit custom attributes for all the relevant
15098         reflection objects. Cache fieldref and methodref tokens. Change
15099         mono_image_create_token() interface to take a MonoDynamicAssembly.
15100         More complete custom attributes decoder. Load custom attributes for
15101         Assembly, Field, Method and Constructor objects, too. Make the
15102         returned array an Attribute[] one, not object[]. Added
15103         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
15104         custom attribute constructor.
15105
15106 2002-02-20  Dick Porter  <dick@ximian.com>
15107
15108         * icall.c:
15109         * rawbuffer.c:
15110         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
15111         problem code out for now).
15112
15113 2002-02-19  Radek Doulik  <rodo@ximian.com>
15114
15115         * object.c (mono_ldstr): use hash table to avoid multiple swapping
15116
15117 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
15118
15119         * icall.c: register the GetCustomAttributes method.
15120         * object.c, object.h: add mono_string_new_len ().
15121         * reflection.h, reflection.c: added mono_runtime_invoke(),
15122         mono_install_runtime_invoke(). Added
15123         mono_reflection_get_custom_attrs () to load custom attributes and
15124         create the attribute objects.
15125
15126 2002-02-19  Dick Porter  <dick@ximian.com>
15127         * threads-dummy-types.c:
15128         * threads-dummy-types.h:
15129         * threads-dummy.c:
15130         * threads-dummy.h:
15131         * threads-pthread-types.c:
15132         * threads-pthread-types.h:
15133         * threads-pthread.c:
15134         * threads-pthread.h:  Deleted obsolete files
15135
15136 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
15137
15138         * class.c (mono_class_vtable): runtime init the class when we
15139         allocate static class data.
15140
15141         * icall.c (ves_icall_System_Array_SetValue): check for null values.
15142
15143         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
15144         and String - but we will need generic marshalling support in the
15145         future. 
15146         (mono_init): set the domain name in a ms compatible way
15147
15148         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
15149         String[].
15150
15151 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
15152
15153         * object.c (mono_array_clone): use alloca() instead of g_malloc  
15154         for sizes
15155
15156         * appdomain.c (mono_domain_unload): impl.
15157
15158 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
15159
15160         * appdomain.c, object.c: fix intern pool implementation.
15161         * class.c: fix alignment code.
15162
15163 2002-02-16  Radek Doulik  <rodo@ximian.com>
15164
15165         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
15166         and s2 > s1, just copy lower bytes to be compatible with little
15167         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
15168         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
15169
15170         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
15171         force big_endian to be 1 for big endian machines 
15172         (ves_icall_iconv_new_decoder): ditto
15173
15174 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
15175
15176         * socket-io.c (convert_sockopt_level_and_name): If the system
15177         doesn't define SOL_IP or SOL_TCP, get them by hand using
15178         getprotobyname() and caching the values (because this could be a
15179         slow operation).
15180         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
15181         Use the appropriate struct when the system does support it. Ie,
15182         not all systems have struct ip_mreqn so use struct ip_mreq when
15183         appropriate.
15184
15185 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
15186
15187         * reflection.c: handle finally clauses.
15188
15189 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
15190
15191         * socket-io.c: use g_snprintf() instead of snprintf.
15192
15193 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
15194
15195         * reflection.c (mono_param_get_objects): Cast second argument to
15196         mono_method_get_param_names to a const char** to silence the
15197         compiler warning.
15198
15199         * appdomain.c (mono_domain_assembly_open): Put parens around the
15200         truth statement in the for-loop.
15201
15202         * unicode.c (iconv_convert): Got rid of a compiler warning about
15203         int i being unused when the system has a new iconv.
15204         (iconv_get_length): Same.
15205
15206         * image.c (load_class_names): Cast the second argument to
15207         g_hash_table_insert() to char* to hush compiler warnings about the
15208         arg being a const.
15209         (mono_image_open): Same here.
15210
15211         * socket-io.c: Don't conditionally include sys/filio.h or
15212         sys/sockio.h here anymore since we now get them from
15213         io-layer/io-layer.h
15214         (inet_pton): If the system doesn't support inet_aton, implement
15215         using inet_addr and also #define INADDR_NONE if it isn't defined
15216         by the system.
15217
15218 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
15219
15220         * metadata.c, metadata.h: added function to get packing and size info
15221         of a typedef.
15222         * reflection.h, reflection.c: handle field RVA data. Save info about
15223         the table layout if needed. Assign typedef indexes to all the types
15224         before dumping the info about them to avoid forward reference problems.
15225
15226 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
15227
15228         * socket-io.c (convert_sockopt_level_and_name): ifdef
15229         SO_ACCEPTCONN because it is not defined on my system (old debian)
15230
15231 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
15232
15233         * opcode.c: use stddef.h to get NULL.
15234
15235 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
15236
15237         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
15238         for FIONBIO, FIONREAD and SIOCATMARK.
15239         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
15240         define INADDR_NONE and besides, inet_addr() is deprecated and
15241         should not be used. Use inet_pton() instead - it also has the
15242         added bonus that it can easily handle IPv6 addresses as well.
15243         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
15244
15245 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
15246
15247         * decimal.c: remove _MSC_VER conditional.
15248
15249 2002-02-13  Dick Porter  <dick@ximian.com>
15250
15251         * socket-io.c: 
15252         * icall.c: Internal calls for Blocking, Select, Shutdown,
15253         GetSocketOption and SetSocketOption
15254
15255 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
15256
15257         * assembly.cs: better resolver: use it instead of some kludgy
15258         code.
15259
15260 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
15261
15262         * reflection.c: the best way to speed-up the compiler is to avoid
15263         infinite loops.
15264
15265 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
15266
15267         * class.c (mono_class_vtable): changed the object layout
15268         (obj->vtable->class). 
15269         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
15270
15271 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
15272
15273         * assembly.c: look for assemblies in the assembly dir, too.
15274
15275 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
15276
15277         * class.c: fix thinko in mono_class_from_type().
15278
15279 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
15280
15281         * exception.h, exception.c: added TypeLoadException.
15282         * object.h, object.c: added mono_array_clone ().
15283         * icall.c: handle throwOnError in AssemblyGetType().
15284         Added Array.Clone().
15285         * opcode.h, opcode.c: use a single value for the opcode val.
15286         Compile fix for non-gcc compilers.
15287
15288 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
15289
15290         * opcodes.c, opcodes.h: export interesting info about opcodes.
15291
15292 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
15293
15294         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
15295         icalls. 
15296
15297         * class.c (class_compute_field_layout): set element_class for enums
15298         (mono_class_create_from_typedef): set element_class for normal classes
15299
15300         * icall.c (ves_icall_System_Enum_get_value): impl.
15301
15302         * class.c (mono_class_create_from_typedef): do not set valuetype
15303         flag for System.ValueType and System.Enum
15304
15305 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
15306
15307         * unicode.c (iconv_convert): fix big endian problem.
15308
15309 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
15310
15311         * class.c: add asserts if we are ever going to scribble over memory.
15312         * socket-io.c: not all systems have AF_IRDA defined.
15313
15314 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
15315
15316         * class.c (class_compute_field_layout): do not consider static
15317         fields to compute alignment
15318
15319 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
15320
15321         * appdomain.c (mono_appdomain_get): impl.
15322         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
15323
15324 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
15325
15326         * icall.c: ignore "file://" prefix when loading an assembly.
15327
15328 2002-01-23  Dick Porter  <dick@ximian.com>
15329
15330         * socket-io.c:
15331         * icall.c:
15332         * Makefile.am: Added socket support
15333
15334 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
15335
15336         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
15337         code back.  This should return the assemblies that are loaded by
15338         the runtime on behalf of an application domain. 
15339
15340         The current implementation is still broken, it just returns every
15341         assembly loaded, but until we get real applications domain this
15342         will do.
15343
15344 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
15345
15346         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
15347         AppDomain object.
15348
15349 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
15350
15351         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
15352         the mono_class_from_name lookup.
15353         (ves_icall_get_parameter_info): ditto.
15354         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
15355         method.
15356         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
15357
15358 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
15359
15360         * class.c: load also nested classes on class init.
15361         System.ValueType instance methods gets passed boxed
15362         values, unless methods in derived classed that get a pointer to the
15363         data.
15364         * icall.c: use better name parsing code in GetType().
15365         * image.c, image.h: add mono_image_loaded ().
15366         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
15367         * reflection.c, reflection.h: added mono_reflection_parse_type().
15368
15369 2002-01-22  Veronica De Santis <veron78@interfree.it>
15370
15371         * icall.c : Added mapping of internal calls for Manual and Auto reset events
15372         * threads.c : Added the implementation of internal calls for events
15373         * threads.h : Added prototypes of internal calls for events
15374         
15375 2002-01-21  Radek Doulik  <rodo@ximian.com>
15376
15377         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
15378
15379 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
15380
15381         * class.c (mono_class_init): set min_align to 1 (instead of 0)
15382         (mono_class_value_size): use min_align
15383
15384 2002-01-20  Dick Porter  <dick@ximian.com>
15385
15386         * threads.h:
15387         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
15388         so it compiles on w32.
15389
15390 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
15391
15392         * metadata.c (mono_type_stack_size): impl.
15393
15394         * class.c (mono_class_get_field): impl. memberref token
15395
15396 2002-01-16 Veronica De Santis <veron78@@interfree.it>
15397
15398         * icall.h : Added the internal calls mapping for CreateMutex_internal
15399                     and ReleaseMutex_internal.
15400         * threads.h : Added the prototype of mutexes internal calls.
15401         * threads.c : Added the implementations of mutexes internal calls.
15402
15403 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
15404
15405         * metaparse.h: removed unused file.
15406         * reflection.c, reflection.h: added stream_data_align () function 
15407         to align data in streams and keep stream aligned. Add support for
15408         exception support in method headers.
15409
15410 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
15411
15412         * unicode.c: make iconv_convert () return the number of bytess written
15413         in the output buffer.
15414
15415 2002-01-15  Dick Porter  <dick@ximian.com>
15416         * threads.c: Make the runtime's idea of infinite timeouts coincide
15417         with the class library's
15418
15419         Fix a particularly egregious bug in mono_thread_cleanup(). That
15420         code was so utterly bogus it must have been written on a Monday.
15421
15422 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
15423
15424         * reflection.h: add subtypes field to TypeBuilder.
15425         * reflection.c: encode constants for literal fields.
15426         Handle subtypes. Fix user string token (and add a zero byte)
15427         at the end.
15428         
15429 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
15430
15431         * class.c (mono_class_init): bug fix: assign slot numbers for
15432         abstract methods.
15433
15434 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
15435
15436         * reflection.c: don't try to output a code RVA for abstract methods.
15437         Small fixes for method header format. Output parameter info to the
15438         ParamDef table. Save method overriding info to MethodImpl table.
15439         Fix property support. Allow typedef.extends to be a type in the
15440         building assembly.
15441         * verify.c: fix off-by-one error.
15442
15443 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
15444
15445         * class.c: fix mono_class_from_mono_type () for szarray types.
15446         Remove unused cache check in mono_class_from_type_spec().
15447         * icall.c: *type_from_name () functions handle simple arrays and byref.
15448         * reflection.c: handle byref and szarray types. Handle methods without
15449         body (gets P/Invoke compilation working). Handle types and fields in
15450         get_token ().
15451         * reflection.h: add rank to MonoTypeInfo.
15452
15453 2002-01-10  Dick Porter  <dick@ximian.com>
15454
15455         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
15456         internal calls
15457
15458 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
15459
15460         * icall.c: initialize class in type_from_handle ().
15461         Loop also in parent classes for get_method ().
15462         * reflection.c: properly encode class and valuetype types.
15463         Start on encoding TypeBuilder types. Handle fieldrefs.
15464         Use correct length when registering a user string.
15465         Handle ConstructorBuilder and MonoMethod in get_token ().
15466         Make mono_type_get_object () aware of cached types.
15467         * object.c: back out change to mono_string_new ().
15468
15469 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
15470         * object.c: mono_string_new should return a NULL when the string 
15471         passed in is NULL -- not try to deference it.
15472         
15473 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
15474
15475         * icall.c: hack to make IsSubType work for TypeBuilders.
15476         * reflection.c: emit constructors before methods.
15477         Retrieve param names in mono_param_get_objects().
15478
15479 2002/01/05  Nick Drochak  <ndrochak@gol.com>
15480
15481         * Makefile.am: fix list of headers and sources so automake 1.5
15482         doesn't complain. Removed \# at end of list.
15483
15484 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
15485
15486         * reflection.c: get token for a method ref. Set return type of
15487         constructor to void.
15488         * loader.c: debug message.
15489         * class.c: typo fix.
15490
15491 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
15492
15493         * icall.c: fix array init with rank > 1. FindMembers
15494         loops in parent class as well.
15495         * image.c: do not insert nested types in name cache.
15496         * reflection.c: warning fix.
15497         * reflection.h: add override method (for interface impl).
15498
15499 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
15500
15501         * metadata.c: fix customattr decoding.
15502
15503 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
15504
15505         * rawbuffer.cs: Added native Win32 implementation, avoids using
15506         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
15507
15508 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
15509
15510         * class.c: make the low-level routines handle the cache.
15511
15512 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
15513
15514         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
15515
15516 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
15517
15518         * class.c: fix mono_array_element_size() for objects.
15519         * class.h, class.c: add properties to MonoClass and load them
15520         at init time.
15521         * icall.c: check with isinst() when assigning a value to an array
15522         instead of requiring the classes to match exactly.
15523         Implemented icall for System.Type::GetType().
15524         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
15525         enums. Handle bindingflags when looking for methods and fields.
15526         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
15527         and mono_metadata_methods_from_property().
15528         * reflection.h, reflection.c: added structures for propreties,
15529         parameters and enums. Implemented mono_property_get_object() and
15530         mono_param_get_objects().
15531
15532 2001-12-18  Dick Porter  <dick@ximian.com>
15533
15534         * file-io.c: Use mono_string_to_utf16() instead of
15535         mono_string_chars()
15536
15537         * object.c: Added mono_string_to_utf16(), which copies the non
15538         NULL-terminated MonoString into a new double-null-terminated
15539         buffer.
15540
15541 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
15542
15543         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
15544
15545 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
15546
15547         * file-io.c: raise exceptions if handle is invalid.
15548
15549 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
15550
15551         * assembly.c: yet another check for mscorlib.
15552         * class.c, class.h: load nesting info for classes.
15553         * icall.c: many new functions to support the Reflection classes.
15554         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
15555         * reflection.h, reflection.c: mono_image_create_token(),
15556         mono_assembly_get_object(), mono_type_get_object(),
15557         mono_method_get_object(), mono_field_get_object(): methods to return
15558         objects that parallel the C representation of assemblies, types,
15559         methods, fields.
15560
15561 2001-12-11  Dick Porter  <dick@ximian.com>
15562
15563         * icall.c:
15564         * file-io.c: Internal calls for file IO.
15565
15566 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
15567
15568         * tabledefs.h: missing FileAttributes.
15569         * verify.h, verify.c: use is_valid_string () to simplify and check for
15570         valid strings more correctly. Fix warnings and speeling.
15571         Check more tables: Filed, File, ModuleRef, StandAloneSig.
15572         Check code: branches, maxstack, method calls.
15573
15574 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
15575
15576         * object.c (mono_object_allocate): removed static, so that the jit
15577         can allocate value types.
15578
15579         * icall.c (ves_icall_System_DateTime_GetNow): impl.
15580
15581 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
15582
15583         * class.c: init enum types right away and register the
15584         token->MonoClass map in mono_class_create_from_typedef ().
15585         * verify.h, verify.c: first cut of the verifier.
15586         * pedump.c: add --verify switch to verify metadata tables.
15587         * tabledefs.h: add some missing enums.
15588
15589 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
15590
15591         * class.c (mono_install_runtime_class_init): impl.
15592         (mono_class_init): renamed mono_class_metadata_init to
15593         mono_class_init, also removed the metadata_inited flag
15594
15595         * object.c (mono_object_isinst): use faster algorithm
15596
15597 2001-11-30  Radek Doulik  <rodo@ximian.com>
15598
15599         * mono-endian.h: reverted last change
15600         added function prototypes
15601
15602         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
15603         add mono-endian.c back
15604
15605         * mono-endian.c: returned back, as Paolo pointed out, it's needed
15606         for unaligned access, I've mistaked it with endianess. I am
15607         sorry.
15608         (mono_read16): fix reverted endianess
15609         (mono_read64): ditto
15610         (mono_read32): ditto
15611
15612 2001-11-30  Dick Porter  <dick@ximian.com>
15613
15614         * exception.c: Implement mono_exception_from_name()
15615
15616 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
15617
15618         * metadata.h, metadata.c: remove params_size and locals_size and their
15619         calculation from the metadata code: they are only usefult to the
15620         interp.
15621
15622 2001-11-29  Radek Doulik  <rodo@ximian.com>
15623
15624         * object.c (mono_ldstr): swap bytes here, it's probably not the
15625         best place, but works for me now, I'll redo it once I know mono
15626         better, also note that I add PROT_WRITE and don't reset back, also
15627         note that it's only affects big endians, so x86 should be OK
15628
15629         * mono-endian.h (read16): use just glib macros for both endians
15630
15631         * mono-endian.c: removed as glib macros are used in in
15632         mono-endian.h so we don't need to care about endianess for read
15633         macros as glib does that for us already
15634
15635 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
15636
15637         * class.h, class.h: take minimum alignment into consideration so
15638         that the fields of a class remain aligned also when in an array.
15639
15640 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
15641
15642         * loader.h, loader.c: add mono_method_get_param_names().
15643         * class.c: 0-init class fields.
15644
15645 2001-11-26  Dick Porter  <dick@ximian.com>
15646
15647         * icall.c:
15648         * threads-types.h:
15649         * threads.c: New file that handles System.Threading on all platforms
15650
15651         * object.c: 
15652         * object.h: Remove the synchronisation struct from MonoObject,
15653         replace it with a pointer that gets initialised on demand
15654
15655         * Makefile.am: Replace all the system-specific threading code with
15656         a single file that uses the new wrapper library
15657
15658 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
15659
15660         * class.c, class.h: add mono_install_trampoline() so that the runtime
15661         can register a function to create a trampoline: removes the ugly
15662         requirement that a runtime needed to export arch_create_jit_trampoline.
15663         * object.h, object.c: added mono_install_handler() so that the runtime
15664         can install an handler for exceptions generated in C code (with
15665         mono_raise_exception()). Added C struct for System.Delegate.
15666         * pedump.c: removed arch_create_jit_trampoline.
15667         * reflection.c: some cleanups to allow registering user strings and
15668         later getting a token for methodrefs and fieldrefs before the assembly
15669         is built.
15670         * row-indexes.h: updates and fixes from the new ECMA specs.
15671
15672 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
15673
15674         * class.h, class.c: add enum_basetype field to MonoClass.
15675         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
15676         to get index in the constant table reated to a field, param or
15677         property.
15678         * reflection.h, reflection.c: handle constructors. Set public-key and
15679         version number of the built assembly to 0.
15680         * row-indexes.h: update from new ECMA spec.
15681
15682 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
15683
15684         * class.h, class.c: add a max_interface_id to MonoClass.
15685         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
15686         since it's used to do that. Added mono_type_type_from_obj().
15687         Make GetType() return NULL instead of segfaulting if the type was not
15688         found. Handle simple arrays in assQualifiedName.
15689         * object.h: add a struct to represent an Exception.
15690         * reflection.c: output call convention in method signature.
15691         Add code to support P/Invoke methods and fixed offsets for fields.
15692
15693 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
15694
15695         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
15696         the value.
15697         * icall.c: use mono_array_addr instead of array->vector: fixes the
15698         reflection image writing.
15699         * reflection.c: init call convention byte to 0 in method signature.
15700         Encode the property signature. Don't output property-related methods
15701         twice. Really process the properties for a type (don't cast a field to
15702         a property, my mom always told me that).
15703         Fix 64 bit issues in pointer alignment in a different and more
15704         readable way.
15705
15706 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
15707
15708         * loader.h: Removed type class from MonoDefaults, added monotype
15709
15710         * loader.c: Loaded MonoType, removed loading of Type
15711
15712         * icall.c (my_mono_new_object): Now returns a System.MonoType,
15713         and fills in System.Type._impl with a RuntimeTypeHandle rather
15714         than the actual MonoClass *
15715
15716         (ves_icall_type_from_handle): change from type_class to
15717         monotype_class
15718
15719         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
15720         implemented
15721
15722         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
15723         implemented
15724
15725         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
15726
15727         (ves_icall_System_Reflection_Assembly_GetType): implemented
15728
15729         (ves_icall_System_MonoType_assQualifiedName): implemented
15730
15731         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
15732
15733 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
15734
15735         * assembly.c (mono_assembly_open): Implement a cache for the
15736         assemblies. 
15737
15738         (mono_assembly_close): only destroy the assembly when the last
15739         reference is gone.
15740         
15741 2001-11-09  Dick Porter  <dick@ximian.com>
15742
15743         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
15744
15745 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
15746
15747         * class.c (mono_class_metadata_init): bug fix: compute the right slot
15748
15749 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
15750
15751         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
15752         from Martin Weindel.
15753         * object.h: add mono_string_chars ().
15754
15755 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
15756
15757         * reflection.c (build_compressed_metadata): Eliminates warnings
15758         and uses 64-bit clean code.
15759
15760         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
15761         (mono_type_equal): Change signature to eliminate warnings.
15762
15763 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
15764
15765         * icall.c, loader.c: remove the internalcall array constructors.
15766         Changes to match the new MonoArray structure.
15767         * object.h, object.c: an array object doesn't allocate an extra
15768         vector. Add mono_array_new_full () to create jagged arrays easily.
15769
15770 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
15771
15772         * metadata.h, metadata.c: add mono_metadata_field_info () to
15773         retreive all the info about a field from vairous tables.
15774         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
15775         * class.h, class.c: augment MonoClassField with more info.
15776         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
15777         policy and load a field's RVA if needed.
15778
15779 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
15780
15781         * class.c (mono_class_metadata_init): create a trampoline for all
15782         virtual functions instead of actually compiling them.
15783
15784 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
15785
15786         * class.h, class.c: include name in MonoClassField.
15787         * class.c: fix fundamental type of System.Object and System.String.
15788         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
15789         tokens in ldtoken.
15790         * icall.c: remove internalcalls for the Reflection stuff that is now
15791         done in C# code.
15792         * loader.c: mono_field_from_memberref () implementation.
15793         * mono-endian.c: thinko (s/struct/union/g).
15794         * object.c, object.h: make the mono_string_* prototypes actually use
15795         MonoString instead of MonoObject.
15796         * reflection.c, reflection.h: updates for changes in the reflection
15797         code in corlib: we use C structures that map to the actual C# classes.
15798         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
15799         fat method header if needed and use the info from the ILGenerator for
15800         methods. Handle fields in types. Misc fixes.
15801
15802 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
15803
15804         * class.c (mono_class_metadata_init): bug fix: always allocate
15805         space for static class data
15806
15807 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
15808
15809         * class.c (mono_compute_relative_numbering): use relative
15810         numbering to support fast runtime type checks.
15811
15812 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
15813
15814         * class.c (mono_class_create_from_typeref): added debugging output
15815         to print class name when MonoDummy is returned instead of real class
15816
15817 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
15818
15819         * class.c (mono_class_metadata_init): interface offset table now
15820         contains pointers into the vtable - this is more efficient for the jit
15821
15822 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
15823
15824         * class.c (mono_class_metadata_init): use a temporary vtable (the
15825         old algorithm only worked for the interpreter, but not for the jit)
15826
15827 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
15828
15829         * loader.c (method_from_memberref): use mono_class_get to get the
15830         class of an array instead of using System.Array directly.
15831         (mono_get_method): also add MEMBERREF methods to the method cache
15832         which usefull for arrays.
15833
15834 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
15835
15836         * pedump.c (arch_compile_method): added to compute vtable entry
15837
15838         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
15839         number of interfaces.
15840         
15841         * class.h: merged MonoArrayClass into MonoClass
15842
15843         * class.c (mono_class_create_from_typedef): compute the vtable size and
15844         allocate space to include the vtable inside MonoClass
15845         (mono_class_metadata_init): initialize the vtable
15846
15847 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
15848
15849         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
15850         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
15851         * image.c: endian fixes by Laurent Rioux.
15852         * object.h, object.c: rename MonoStringObject to MonoString and
15853         MonoArrayObject to MonoArray. Change some function names to conform to
15854         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
15855         guint16* as first argument, so don't use char*.
15856         Provide macros to do the interesting things on arrays in a portable way.
15857         * threads-pthread.c: updates for the API changes and #include <sched.h>
15858         (required for sched_yield()).
15859         * icall.c: updates for the API changes above.
15860         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
15861         platforms that need them.
15862
15863 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
15864
15865         * class.c: set the correct type for all the fundamental
15866         type when loading the class.
15867
15868 2001-10-05  Dick Porter  <dick@ximian.com>
15869
15870         * threads-pthread.c (pthread_mutex_timedlock): Simple
15871         compatibility version for C libraries that lack this call.
15872
15873 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
15874
15875         * class.c: MonoTypes stored in MonoClass are stored as
15876         fundamental MonoTypes when the class represents a
15877         fundamental type (System.Int32, ...).
15878         The TypeHandle return by ldtoken is a MonoType*.
15879         * icall.c: ves_icall_get_data_chunk () write out all the
15880         PE/COFF stuff. Implement ves_icall_define_method (),
15881         ves_icall_set_method_body (), ves_icall_type_from_handle ().
15882         * image.c: properly skip unknown streams.
15883         * loader.h, loader.c: add type_class to mono_defaults.
15884         * metadata.c, metadata.h: export compute_size () as
15885         mono_metadata_compute_size () with a better interface.
15886         Typo and C&P fixes.
15887         * pedump.c: don't try to print the entry point RVA if there is no entry point.
15888         * reflection.c, reflection.h: many cleanups, fixes, output method
15889         signatures and headers, typedef and typeref info, compress the metadata
15890         tables, output all the heap streams, cli header etc.
15891         * row-indexes.h: typo fixes.
15892
15893 2001-10-04  Dick Porter  <dick@ximian.com>
15894
15895         * object.h: Add a synchronisation mutex struct to MonoObject
15896
15897         * object.c (mono_new_object): Initialise the object
15898         synchronisation mutexes
15899
15900         * icall.c: System.Threading.Monitor internal calls
15901         
15902         * threads-pthread.h:
15903         * threads-pthread.c: System.Threading.Monitor internal calls
15904
15905         * threads-types.h: New file, includes the system-specific thread
15906         structures
15907         
15908         * threads-pthread-types.h:
15909         * threads-pthread-types.c: New files, handle pthread-specific
15910         synchronisation types
15911
15912         * threads-dummy-types.h: 
15913         * threads-dummy-types.c: New files of dummy support for
15914         thread-specific types
15915
15916         * metadata.c:
15917         * image.c:
15918         * pedump.c: include mono-endian.h not endian.h
15919         
15920         * Makefile.am: More threads files.
15921         Name mono-endian.h not endian.h
15922
15923 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
15924
15925         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
15926         stuff and implement a few more bits.
15927         * icall.c: a field needs to be dereferenced twice. Do not use the same
15928         name for two variables in the same scope.
15929         * image.c, image.h: cleanups.
15930
15931 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
15932
15933         * class.c (mono_class_metadata_init): bug fix: compute the right size
15934
15935 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
15936
15937         * icall.c: implemented some of the Reflection internalcalls.
15938         * image.c, image.h: start writing out the PE/COFF image.
15939         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
15940         that does the reverse than decode_blob_size ().
15941         * object.c: use mono_metadata_encode_value (). Move here
15942         temporary implementation of mono_string_to_utf8 ().
15943         * rawbuffer.c: make malloc_map static.
15944
15945 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
15946
15947         * metadata.c: fix type comparison for arrays.
15948         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
15949         Added a couple of new classes to monodefaults.
15950         * icall.c: added a couple of Reflection-related internalcalls.
15951         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
15952         Added a byval_arg MonoType to MonoClass.
15953
15954 2001-09-28  Dick Porter  <dick@ximian.com>
15955
15956         * icall.c:
15957         * threads-pthread.h: 
15958         * threads-pthread.c: Implemented internal calls for
15959         LocalDataStoreSlot operations.  Applied mutexes around all shared
15960         data.  Reworked the thread creation and Start() operations to
15961         avoid a race condition.
15962         
15963         * threads-dummy.h:
15964         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
15965
15966 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
15967
15968         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
15969
15970 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
15971
15972         * class.c, loader.c: warn and return NULL instead of erroring out.
15973         * icall.c: added System.AppDomain::getCurDomain().
15974         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
15975
15976 2001-09-25  Dick Porter  <dick@ximian.com>
15977
15978         * threads-pthread.h:
15979         * threads-pthread.c: Implemented timed thread joining and added
15980         System.Threading.Thread::Join_internal internal call
15981
15982         * icall.c: Added System.Threading.Thread::Join_internal internal call
15983
15984         * threads-dummy.h:
15985         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
15986
15987 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
15988
15989         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
15990         mono_string_intern () to implement the semantics of the ldstr opcode
15991         and the interning of System.Strings.
15992         * icall.c: provide hooks to make String::IsIntern and String::Intern
15993         internalcalls.
15994
15995 2001-09-23  Dick Porter  <dick@ximian.com>
15996
15997         * threads-dummy.c: 
15998         * threads-dummy.h: New files of dummy threading routines
15999
16000         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
16001         support code based on system specifics
16002
16003         Rename PTHREAD_LIBS to THREAD_LIBS
16004         
16005 2001-09-23  Dick Porter  <dick@ximian.com>
16006
16007         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
16008         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
16009         internal calls.
16010         (mono_thread_init): Set up a Thread object instance to return when
16011         the main thread calls Thread.CurrentThread
16012         (mono_thread_cleanup): Wait for all subthreads to exit
16013
16014         * icall.c: New internal calls for System.Threading.Thread::Sleep
16015         (including Schedule) and CurrentThread
16016
16017         * threads.h: New file, to insulate thread-specific stuff from the
16018         rest of the code
16019
16020 2001-09-21  Dick Porter  <dick@ximian.com>
16021
16022         * threads-pthread.h: 
16023         * threads-pthread.c: New file, for handling pthreads-style
16024         threading support.  Start() now starts a new thread and executes
16025         the ThreadStart delegate instance.
16026
16027         * icall.c: Added the internalcall for
16028         System.Threading.Thread::Start_internal
16029
16030         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
16031
16032 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
16033
16034         * loader.c: work around the different signatures for delegates
16035         constructors csc generates in compiled code vs the ones compiled in mscorlib.
16036
16037 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
16038
16039         * class.h, class.c: add mono_class_get_field_from_name ().
16040         * *: Fix C comments and other ANSI C issues.
16041
16042 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
16043
16044         * endian.h, assembly.c: fix some endianness issues.
16045
16046 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
16047
16048         * loader.h, load.c: add delegate_class to mono_defaults.
16049         Handle runtime provided methods in mono_get_method ().
16050
16051 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
16052
16053         * loader.c (mono_get_method): use pinvoke for internal call
16054
16055         * icall.c: use pinvoke for internal call
16056
16057         * loader.c (method_from_memberref): set the method name
16058
16059 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
16060
16061         * metadata.c: help the compiler generate better code for
16062         mono_class_from_mono_type ().
16063
16064 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
16065
16066         * class.c (mono_class_metadata_init): delayed computing of the
16067         class size to mono_class_metadata_init ()
16068
16069 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
16070
16071         * class.c, class.h: add an interfaces member to MonoClass.
16072         * image.c, image.h: add assembly_name field to MonoImage
16073         from the assembly table.
16074         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
16075
16076 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
16077
16078         * class.c: Handle Array in mono_class_from_mono_type ().
16079         * metadata.c, pedump.c: some endian fixes.
16080
16081 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
16082
16083         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
16084         * metadata.c: fix small problem introduced with the latest commit.
16085
16086 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
16087
16088         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
16089         We don't need a MonoMetadata pointer anymore to compare signatures in
16090         mono_metadata_signature_equal (), update callers.
16091         Reduced memory usage an number of allocations for MonoMethodHeader and
16092         MonoMethodSignature.
16093
16094 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
16095
16096         * metadata.c: added compare for szarray.
16097
16098 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
16099
16100         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
16101         and add a couple more types to it and mono_defaults. Give an hint on
16102         classes that need implementing in our corlib and are referenced
16103         in mscorlib.
16104
16105 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
16106
16107         * class.h, class.c: keep track if a class is also an Enum.
16108         * loader.c: Implement a couple more types for use in libffi
16109         marshalling. Gives better diagnostics when failing to dlopen
16110         a library. Set method->klass for P/Invoke methods, too.
16111
16112 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
16113
16114         * class.c, class.h: add a MonoType this_arg to MonoClass that
16115         represents a pointer to an object of the class' type that
16116         can be used by the interpreter and later the type cache.
16117         Add best guess alignment info for valuetype objects.
16118
16119 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
16120
16121         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
16122         into MonoType: one less level of indirection and allocation and
16123         simplifies quite a bit of code. Added cache for MonoTypes that are
16124         used frequently, so that we don't need to allocate them all the time.
16125
16126 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
16127
16128         * class.c (mono_class_create_from_typedef): System.Enum is also a
16129         value type, although it does not derive from System.ValueType
16130         (maybe a bug in the ms compiler?)
16131
16132         * metadata.c (mono_type_size): return the right size for value types
16133
16134         * loader.c (mono_get_method): only initialize method header if not abstract
16135
16136         * class.c (mono_class_from_mono_type): use mono_default values. 
16137
16138 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
16139
16140         * *: use MonoClass pointers instead of <type_tokens>
16141         
16142         * class.h: new flag: metadata_inited.
16143
16144         * class.c (mono_class_metadata_init): impl.
16145         (mono_class_instance_size): impl.
16146         (mono_class_data_size): impl.
16147
16148 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
16149
16150         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
16151         MonoClass now has the name and name_space fields. 
16152         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
16153         mono_get_method () takes and optional MonoClass as argument.
16154         Removed mono_typedef_from_name() and added mono_class_token_from_name()
16155         instead that takes advantage of a map from class names to typedef
16156         tokens in MonoImage.
16157
16158 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
16159
16160         * metadata.c: zero is not a valid alignment boundary.
16161         Merge MONO_TYPE_VOID in default decoding code.
16162
16163 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
16164
16165         * image.h: merged MonoMetadata into MonoImage
16166
16167         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
16168         identify the type of elements.
16169
16170 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
16171
16172         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
16173         * cil-coff.h: split MonoMSDOSHeader and add size info.
16174         * image.c: add some consistency checks.
16175         * metadata.c: fix row size computation: one programmer
16176         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
16177         add explanation for the locator routine.
16178         Fix decoding of size in method header.
16179         
16180 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
16181
16182         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
16183         (g_concat_dir_and_file): Bring g_concat_dir_and_file
16184         function from gnome-libs.  This uses the right path separator
16185         based on the OS, and also works around a bug in some systems where
16186         a double slash is not allowed. 
16187         (default_assembly_name_resolver): Use g_concat_dir_and_file
16188         (mono_assembly_open): ditto.
16189
16190 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
16191
16192         * metadata.c (mono_metadata_signature_equal): impl.
16193
16194         * *: void is now a realy MonoType (instead of using NULL)
16195         
16196         * metadata.c (do_mono_metadata_parse_type): use
16197         mono_metadata_parse_type to parse void value.
16198
16199 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
16200
16201         * metadata.c, metadata.h: in the signature and method header store
16202         only the space required for holding the loca vars and incoming arguments.
16203
16204 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
16205
16206         * metadata.c (do_mono_metadata_parse_type): treat void like any
16207         other type (instead of assigning NULL);
16208
16209 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
16210
16211         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
16212
16213 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
16214
16215         * image.c (do_mono_image_open): added a cache for arrays.
16216
16217 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
16218
16219         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
16220         decode a single column from a row in a metadata table and changes
16221         to take advantage of it in the typedef locator (gives a nice speed up).
16222         Store offset info for function params.
16223
16224 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
16225
16226         * image.h (MONO_IMAGE_IS_CORLIB): removed 
16227
16228 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
16229
16230         * assembly.c: how could mono_assembly_close () had ever worked?
16231         * metadata.c, metadata.h: provide offset info for local vars.
16232         Implement mono_type_size () to take care of alignment as well
16233         as size (it was mono_field_type_size in cli/class.c before).
16234
16235 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
16236
16237         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
16238
16239         * assembly.h (CORLIB_NAME): set to corlib.dll
16240
16241         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
16242
16243 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
16244
16245         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
16246         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
16247         tokentype.h: massive namespace cleanup.
16248
16249 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
16250
16251         * metadata.h, metadata.c: decode exception clauses when parsing method header.
16252
16253 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
16254
16255         * metadata.c (mono_metadata_free_type): added check for type !=
16256         NULL (void) before calling mono_metadata_free_type()
16257
16258 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
16259
16260         * metadata.h, row_indexes.h: added header with enumerations to use
16261         to index in the columns from tables in metadata and to decode coded
16262         tokens: we should start using this instead of embedding magic numbers
16263         all over the code.
16264
16265 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
16266
16267         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
16268         Move metadata_t info from cli_image_info_t to MonoImage, where
16269         it's easily accessible. Changed all the uses accordingly.
16270         Added the method and class caches to MonoImage.
16271         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
16272         and mono_metadata_decode_value () signature to be more consistent
16273         with the other parse functions (and simplify code). Taken advantage
16274         of zero-length array allocation with GCC. Removed reduntant (and
16275         wrong) MonoFieldType struct and use MonoParam instead. Changed
16276         mono_metadata_parse_field_type () to use common code for parsing.
16277         Added mono_metadata_typedef_from_field () and
16278         mono_metadata_typedef_from_method () to lookup a typedef index from a
16279         field or method token.
16280         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
16281
16282 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
16283
16284         * metadata.c (mono_metadata_parse_field_type): Implement. 
16285         (do_mono_metadata_parse_type): Split engine from
16286         mono_metadata_parse_type, so that we can create smaller structures
16287         for things that just have one pointer to the MonoType (look at
16288         the MonoFieldType)
16289
16290 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
16291
16292         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
16293         as Jan Gray found out, it is incorrect. 
16294
16295 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
16296
16297         * assembly.c: Implement asssembly loading.  This loads an image
16298         and loads all the referenced assemblies.  Come to think of it, we
16299         could always do lazy loading of the assemblies. 
16300
16301         * image.c (mono_image_open): Keep loaded images in a hashtable.
16302
16303         * image.h (MonoImage): Add reference count.
16304
16305 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
16306
16307         * assembly.c (mono_assembly_open): Keep track of the file name in
16308         case the assembly has no ASSEMBLY table.
16309
16310         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
16311         from get.c here.
16312
16313 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
16314
16315         * metadata.c, metadata.h: decode local vars in method header
16316         parse function. Change callers accordingly.
16317
16318 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
16319
16320         * metadata.h, cil-coff.h: protect against multiple inclusion.
16321         Added some new structures to hold information decoded from metadata:
16322         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
16323         and relevant decoding/free functions.
16324         * metadata.c: implement decoding functions. Add warning for out of bounds
16325         index in mono_metadata_locate(). Implement mono_get_method () to retreive
16326         all the info about a method signature and invocation. Remove check on
16327         uninitialized local var in parse_mh() and fix memory leak.
16328
16329 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
16330
16331         * metadata.h: More macros.
16332
16333         * tokentype.h: New file.
16334
16335 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
16336
16337         * assembly.c: added a consistency check and initialize
16338         some structures with g_new0().
16339         * metadata.c: fixed a couple more bugs in table size computation
16340         and add other checks for out-of bound access to metadata.
16341
16342 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
16343
16344         * metatada.c: fix bugs computing table sizes. Spew a
16345         warning when index in string heap is out of bounds.
16346
16347 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
16348
16349         * metadata.h: Add a couple of macros to manipulate tokens. 
16350
16351 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
16352
16353         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
16354         cli_section_tables).
16355
16356 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
16357
16358         * metadata.c (mono_metadata_user_string): New function, provides
16359         access to the UserString heap. 
16360
16361 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
16362
16363         * metadata.c: Add inline documentation.
16364
16365 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
16366
16367         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
16368         files. 
16369
16370 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
16371
16372         * typeattr.h: New file, TypeAttribute flags. 
16373
16374 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
16375
16376         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
16377         mono_assembly_ensure_section): Section loading code.
16378         (load_section_tables): Load the sections.
16379
16380         * mono/metadata/metadata.c (mono_metadata_locate_token,
16381         mono_metadata_locate): Functions to locate the information
16382         definition given a token or a table and an index.
16383         (mono_metadata_compute_table_bases): New.
16384         (compute_size): New function to compute the sizes of the various
16385         tables.
16386
16387         * mono/metadata/metadata.h: Finish listing the different index
16388         types. 
16389
16390         * mono/metadata/pedump.c: Improve to dump new information.
16391
16392 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
16393
16394         * mono/metadata/metadata.c: Entered all the tables matching
16395         Beta2. 
16396
16397         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
16398
16399