* appdomain.c: If the culture is neutral we set it to "".
[mono.git] / mono / metadata / ChangeLog
1 2004-05-01  Jackson Harper  <jackson@ximian.com>
2
3         * appdomain.c: If the culture is neutral we set it to "".
4         
5 2004-04-29  Jackson Harper  <jackson@ximian.com>
6
7         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
8
9 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
10  
11         * string-icalls.c: added low overhead function for copying chars
12         * icall.c: added needed icall for the above function
13  
14 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * icall.c: fix return value of get_global_assembly_cache.  Implemented
17         Environment.GetLogicalDrives.
18
19 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
20
21         * rand.c: try and talk to egd or prngd
22         for random bytes if opening devices fail.
23
24 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
25
26         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
27         alignment for the type using the native alignment of its members 
28         instead of using klass->min_align.
29
30         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
31
32 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33
34         * file-io.c:
35         * socket-io.c: added check for sys/aio.h.
36
37 2004-04-28  Dick Porter  <dick@ximian.com>
38
39         * threads.c: Don't abort a thread thats already aborting, when
40         terminating everything.
41
42 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
43
44         * icall.c: added 2 new async calls for Socket.
45
46         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
47         IO on *nix systems.
48
49         * threadpool.c: removed unused variable.
50
51 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
52
53         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
54
55 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
56
57         * locales.c: put back string_invariant_tolower () and
58         string_invariant_toupper ().
59
60 2004-04-26 David Waite <mass@akuma.org>
61
62         * file-io.h:
63         * socket-io.h:
64         * threads.h:
65         * unicode.h: remove comma from end of enumeration declarations
66
67 2004-04-26 David Waite <mass@akuma.org>
68
69         * debug-mono-symfile.h:
70         * decimal.c:
71         * mono_debug.h:
72         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
73
74
75 2004-04-26  Jackson Harper  <jackson@ximian.com>
76
77         * appdomain.c: Increment version number.
78         
79 2004-04-26  Jackson Harper  <jackson@ximian.com>
80
81         * appdomain.c: Set assembly references public token value when
82         PublicKeyToken is specified, not the hash_value. Free public token
83         values when free assembly name data. Previously the public key
84         token was hex decoded, however we are using hex encoded public key
85         tokens, so this is not neccasary.
86         * assembly.c: Lookup assemblies in the gac if their public token
87         value is set. Add function to allow enabling user gac
88         lookups. Specify whether or not the assembly was loaded from the
89         GAC. Compare full assembly names when checking the cache for
90         assemblies (Temporarily disabled see comment in code). Remove
91         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
92         specifies trace-loader they get extra info to stdout on the
93         loading of assemblies.
94         * image.h: Add a field for an assembly references public token
95         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
96         whether an assembly has been loaded from the GAC.
97         * image.c: Remove a corlib -> mscorlib name mapping.
98         * loader.h: Add function to enable/disable the user gac.
99         * mono-config.c: Check if the usergac is enabled in the config
100         file.
101         * icall.c: New icall to determine whether or not an assembly has
102         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
103         * tabldefs.h: Add constant for assemblyref flag that specifies a
104         full public key is used instead of a public token.
105         * reflection.c: Remove mscorlib -> corlib mappings. Set
106         PublicTokenValue instead of hash value. This value is a hex
107         string so it does not need to be expanded.
108
109 2004-04-26  Martin Baulig  <martin@ximian.com>
110
111         * mono-debug-debugger.c (mono_debugger_initialize): Set
112         `mono_debugger_initialized' before calling mono_debug_lock().
113
114 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
115
116         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
117           InternalToUpper/InternalToLower.
118         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
119           removed invariant culture shortcut.  This is now done in managed code.
120         * locales.c: (string_invariant_toupper/tolower) removed.
121
122 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
123
124         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
125         Added Poll internal call.
126
127         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
128         call for Poll. Select was too heavy for polling a single socket.
129
130         * threadpool.[ch]: added mono_threadpool_cleanup.
131         * threads.c: use it. Don't use Thread_Abort on windows.
132
133 2004-04-23  Martin Baulig  <martin@ximian.com>
134
135         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
136
137 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
138
139         * icall.c: Registred new icalls for key pair protection and added an
140         icall for Environment.GetFolderPath on Windows.
141         * security.c|h: Added new icalls for key pair protection.
142
143 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
144
145         * socket-io.c: don't display the non-supported family warning for known
146         families. Now this is not displayed on windows when checking support
147         for IPv4/IPv6.
148
149 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
150
151         * class.c: don't display the layout warning for static fields.
152
153 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
154
155         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
156         * locales.c, locales.h: Added new icalls for culture-specific
157         Char.ToLower and Char.ToUpper.
158
159 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
160
161         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
162         by David Waite.
163
164 2004-04-20  Martin Baulig  <martin@ximian.com>
165
166         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
167         of the type name before passing it to mono_reflection_type_from_name().
168
169 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
170
171         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
172         encodings here. Fixes #56965.
173
174 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
175
176         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
177         fix test on strstr result not that I can see anything that
178         relies on the result.
179
180 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
181
182         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
183         Fixes #57081.
184
185         * marshal.c (mono_marshal_get_string_encoding): New helper function.
186
187         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
188         function to determine which marshalling to use for strings. Fixes
189         #56965.
190
191         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
192
193         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
194
195 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
196
197         * icall.c: #include mono-config.h
198
199 2004-04-15  Jackson Harper  <jackson@ximian.com>
200
201         * culture-info-tables.h: Fix date formats for en-US culture.
202         
203 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
204
205         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
206         ThreadPool.SetMinThreads.
207         * threadpool.c: Implemented ThreadPool.GetMinThreads and
208         ThreadPool.SetMinThreads.
209
210 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
211
212         * mono-config.c: also load the .config file in the directory
213         where the assembly was found.
214
215 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
216
217         * assembly.c: load per-assembly config files.
218         * icall.c: decrapified code to get the config dir and moved to
219         mono-config.c.
220         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
221         per-assembly config files. When doing a dll map lookup give precedence
222         to the per-assembly data.
223
224 2004-04-14  Martin Baulig  <martin@ximian.com>
225
226         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
227         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
228         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
229
230         * mono-debugger-debugger.c: While the debugger is locked, remember
231         whether the symbol tables have changes and send one single
232         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
233
234 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
235
236         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
237
238         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
239         function.
240
241         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
242         account when marshalling string arrays. Fixes #56965.
243
244 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
245
246         * icall.c: Add new icalls mapping for security.
247         * security.c|h: Add internal calls for WindowsIdentity,
248         WindowsImpersonationContext and WindowsPrincipal.
249
250 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
251
252         * class.c: Added comment to ensure the System.MonoDummy class
253         is removed when no longer necessary
254
255 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
256
257         * appdomain.c: Pass arguments to the bootstraping exceptions to
258         minimize JITed methods at boot
259
260         * metadata.c (mono_exception_from_name_two_strings): Allow for the
261         second string to be null.
262
263         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
264         Change the protocol to minimize the JIT methods at startup.  Now
265         it Returns the internal codepage, if the value of "int_code_page"
266         is 1 at entry, and we can not compute a suitable code page
267         number, returns the code page as a string.
268
269 2004-04-13  Jackson Harper  <jackson@ximian.com>
270
271         * culture-info-tables.h: Fix number of decimal digits for all
272         english locales.
273
274 2004-04-13  Jackson Harper  <jackson@ximian.com>
275
276         * icall.c: Clairfy out of sync error message. It is not always
277         your corlib that is out of sync.
278
279 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
280
281         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
282         properties when only the set accessor is overriden. Fixes #55874.
283
284 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
285
286         * assembly.c (mono_assembly_load_references): Make this thread safe.
287         Fixes #56327.
288
289 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
290
291         * monosn.c: Add missing initialization calls.
292
293 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
294
295         * locales.c:
296         ves_icall_System_Globalization_CultureInfo_construct_number_format
297         Fix g_assert so it compiles on fussier compilers re int/ptr
298         mismatch
299
300 2004-04-08  Dick Porter  <dick@ximian.com>
301
302         * socket-io.h:
303         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
304         53992.  Also rearrange the code so that the internal calls return
305         an error value and exceptions are thrown from managed code.
306
307         * icall.c: Add type info to the socket icalls.
308
309 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
310
311         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
312         owes me a beer.
313
314 2004-04-07  Martin Baulig  <martin@ximian.com>
315
316         * class.c (mono_class_from_generic_parameter): Don't default
317         `klass->parent' to `mono_defaults.object_type'.
318
319 2004-04-07  Martin Baulig  <martin@ximian.com>
320
321         * reflection.c (mono_reflection_initialize_generic_parameter): Set
322         `param->pklass->reflection_info'.       
323
324 2004-04-07  Jackson Harper  <jackson@ximian.com>
325
326         * culture-info-tables.h: Fix date separator symbol.
327         
328 2004-04-07  Martin Baulig  <martin@ximian.com>
329
330         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
331         from System.Type to System.MonoType.
332
333 2004-04-07  Martin Baulig  <martin@ximian.com>
334
335         * reflection.h
336         (MonoReflectionGenericParam): Added `has_reference_type' and
337         `has_value_type' fields.
338
339         * reflection.c (mono_image_get_generic_param_info): Encode the
340         correct flags if we have the `class' or `struct' constraint.
341
342 2004-04-07  Martin Baulig  <martin@ximian.com>
343
344         * reflection.h
345         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
346
347 2004-04-07  Jackson Harper  <jackson@ximian.com>
348
349         * appdomain.c: Revert extra patches, just wanted to bump the
350         version number.
351         
352 2004-04-07  Jackson Harper  <jackson@ximian.com>
353
354         * Makefile.am: Add culture-info private headers.
355         * icall.c: Add new icalls for contructing locales.
356         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
357         * locales.h: Declare new culture info construction methods.
358         * object.h: Add new fields used to avoid the CultureMap to
359         MonoCultureInfo.
360         * culture-info.h: Definition of structs used in the culture info
361         tables.
362         * culture-info-tables.h: Autogenerated tables that contain culture
363         info data. This file was generated with the locale-builder tool.
364         * appdomain.c: Incement corlib version number.
365         
366 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
367
368         * appdomain.c: (mono_runtime_init) move mono_thread_init
369         to before mono_object_new calls so critical sections
370         are initialized before use.
371
372 2004-04-07  Martin Baulig  <martin@ximian.com>
373
374         * icall.c
375         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
376         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
377         (ves_icall_MonoGenericParam_initialize): Removed.
378         (monogenericparam_icalls): Removed.
379         (generictypeparambuilder_icalls): Added new table for
380         System.Reflection.Emit.GenericTypeParameterBuilder.
381
382         * reflection.c
383         (mono_reflection_define_generic_parameter): Removed.
384         (mono_reflection_initialize_generic_parameter): This is now called
385         from GenericTypeParameterBuilder's .ctor.
386
387 2004-04-06  Martin Baulig  <martin@ximian.com>
388
389         * class.c (mono_class_init): Don't inflate nested classes in a
390         generic instance.
391         (mono_type_get_name_recurse): Include the generic arguments for
392         generic instances and generic type declarations.
393         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
394         (_mono_class_get_instantiation_name): Removed.
395         (mono_class_create_generic): Always use `gklass->name' as our name.
396
397         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
398
399         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
400         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
401         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
402         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
403         closed generic methods here.
404
405         * reflection.c
406         (mono_reflection_generic_inst_get_nested_types): Removed.
407         (inflate_mono_method): Copy the generic parameters from the
408         MonoMethodHeader into out MonoGenericMethod.
409
410 2004-04-06  Martin Baulig  <martin@ximian.com>
411
412         * row-indexes.h
413         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
414
415         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
416
417         * reflection.c (build_compressed_metadata): If we have any entries
418         in the GenericParam, MethodSpec or GenericParamConstraint tables,
419         set the header version to 1.1.
420
421 2004-04-06  Martin Baulig  <martin@ximian.com>
422
423         * class.c (mono_class_init): If we're a generic instance,
424         initialize our nested classes, too.
425         (_mono_class_get_instantiation_name): Deal with the new `!%d'
426         suffix. 
427
428 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
429
430         * process.c: quote the argument passed to the shell on windows.
431
432 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
433
434         * threads.c (mono_alloc_special_static_data): Allow this to be
435         called during startup.
436
437 2004-04-02  Martin Baulig  <martin@ximian.com>
438
439         * icall.c
440         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
441
442 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
443
444         * icall.c: Fix build.
445
446 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
447
448         * Makefile.am: Added security.c|h.
449         * icall.c: Added icall for get_UserName;
450         * security.c: New file for security related icalls. Added function
451         get_UserName for System.Environment (fix #56144).
452         * security.h: New. Header file for security.c
453
454 2004-04-02  Dick Porter  <dick@ximian.com>
455
456         * icall.c: Deleted the icalls that were obsoleted some time ago
457         by the ICU string code, and which were mixed into the icall
458         rearranging.  Fixes bug 55969.
459
460         * string-icalls.h: 
461         * string-icalls.c: Deleted the code that those icalls reference.
462
463 2004-04-01  Martin Baulig  <martin@ximian.com>
464
465         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
466
467         * class.c (mono_class_from_generic_parameter): Don't set 
468         TYPE_ATTRIBUTE_INTERFACE.
469         (my_mono_class_from_generic_parameter): Likewise.
470
471 2004-04-01  Martin Baulig  <martin@ximian.com>
472
473         * loader.c (find_method): Added an optional `MonoClass *ic'
474         argument to search in a specific interface.
475         (mono_get_method_constrained): New public function.
476
477 2004-04-01  Martin Baulig  <martin@ximian.com>
478
479         * reflection.c (mono_image_get_generic_field_token): Use the
480         `handleref' cache here.
481
482 2004-04-01  Martin Baulig  <martin@ximian.com>
483
484         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
485
486         * reflection.c (create_generic_typespec): Use the `typespec' hash
487         here, not the `typeref' one.    
488
489 2004-04-01  Martin Baulig  <martin@ximian.com>
490
491         * class.c (mono_class_inflate_generic_type): Moved the
492         functionality into a new static inflate_generic_type() which
493         returns NULL if it didn't do anything.  Only increment the
494         `mono_stats.inflated_type_count' if we actually inflated
495         something.
496         (mono_class_get_full): Check the classes type to see whether we
497         need to inflate it; also inflate MONO_TYPE_(M)VAR.
498
499 2004-04-01  Jackson Harper  <jackson@ximian.com>
500
501         * reflection.c: Set culture for assembly references.
502         
503 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
504
505         * reflection.[ch], icall.[ch], Fix support for pinning variables.
506
507 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
508
509         * assembly.c:
510         (do_mono_assembly_open): the critical section also covers
511         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
512
513 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
514
515         * threads.c:
516         (mono_manage_threads): abort the background threads when finishing.
517         Fixes bug #47232.
518
519 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
520
521         * gc.c: only close the done_event handle if there was no timeout.
522         C-ified comments.
523
524 2004-03-30  Martin Baulig  <martin@ximian.com>
525
526         * icall.c (icall_entries): It's called "System.Activator", not
527         "System.Activation".    
528
529 2004-03-30  Martin Baulig  <martin@ximian.com>
530
531         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
532         (mono_class_create_from_typespec): Likewise.
533
534 2004-03-30  Martin Baulig  <martin@ximian.com>
535
536         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
537         `has_ctor_constraint' and `initialized'.
538
539 2004-03-30  Martin Baulig  <martin@ximian.com>
540
541         * reflection.c (encode_new_constraint): New static function to add
542         the constructor constraint attribute to a type parameter.
543         (encode_constraints): Call encode_new_constraint() if necessary.
544
545         * reflection.h
546         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
547
548         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
549         
550 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
551
552         * reflection.c, icall.c: add support for pinning variables. 
553
554 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
555
556         * marshal.c (mono_marshal_get_managed_wrapper):
557         init bool local with zero rather than null.
558
559 2004-03-29  Martin Baulig  <martin@ximian.com>
560
561         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
562         the "official" behavior here.
563         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
564
565 2004-03-29  Martin Baulig  <martin@ximian.com>
566
567         * icall.c: Reflect latest API changes.
568
569 2004-03-29  Martin Baulig  <martin@ximian.com>
570
571         * loader.c (mono_get_method_from_token): Also call
572         mono_metadata_load_generic_params () for abstract and interface
573         methods; replace the type arguments in the method signature with
574         the ones which are loaded from the metadata.
575
576 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
577
578         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
579         of the lock is not the current thread. MS.NET don't do it, in spite of
580         what the documentation says. See bug #56157.
581
582 2004-03-28  Martin Baulig  <martin@ximian.com>
583
584         * class.c (mono_class_init): Don't call init_properties() and
585         init_events() for generic instances; set `prop->parent' when
586         inflating properties.
587
588         * reflection.c (mono_generic_inst_get_object): Call
589         `mono_class_init (ginst->klass)'.
590         (mono_type_get_object): Only create a MonoGenericInst if your
591         generic type is a TypeBuilder.
592         (do_mono_reflection_bind_generic_parameters): Only set
593         `ginst->is_dynamic' if our generic type is a TypeBuilder.
594
595 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
596
597         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
598         Fixes #56091.
599
600 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
601
602         * icall.c: added Kill_internal icall.
603         * process.[ch]: added Kill_internal icall.
604
605 2004-03-25  Martin Baulig  <martin@ximian.com>
606
607         * class.h (MonoStats): Added `generic_instance_count',
608         `inflated_method_count', `inflated_type_count' and
609         `generics_metadata_size'.       
610
611 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
612
613         * reflection.c: no warnings now.
614
615 2004-03-25  Martin Baulig  <martin@ximian.com>
616
617         * class.c (mono_class_get_full): New public function; does a
618         mono_class_get(), but also takes a `MonoGenericContext *'.
619
620         * loader.c (mono_field_from_memberref): Renamed to
621         `field_from_memberref', made static and added `MonoGenericContext *'
622         argument.
623         (mono_field_from_token): Added `MonoGenericInst *' argument.
624         (method_from_memberef): Likewise.
625         (mono_get_method_from_token): Likewise.
626         (mono_get_method_full): New public function; does a
627         mono_get_method(), but also takes a `MonoGenericContext *'.
628
629         * verify.c (mono_method_verify): Get the method's generic context
630         and pass it to mono_field_from_token(), mono_get_method_full() and
631         mono_class_get_full().
632
633 2004-03-25  Martin Baulig  <martin@ximian.com>
634
635         * class.c (mono_class_inflate_generic_type): Take a
636         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
637         `MonoGenericMethod *'.
638
639 2004-03-25  Martin Baulig  <martin@ximian.com>
640
641         * loader.h (MonoMethodInflated): Store the MonoGenericContext
642         instead of the MonoGenericMethod here.
643
644 2004-03-25  Martin Baulig  <martin@ximian.com>
645
646         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
647         each time we create a new MonoGenericInst, we also create a new
648         context which points back to us.
649
650         * class.c (inflate_method): Use `ginst->context' instead of
651         creating a new context.
652
653         * loader.c (method_from_memberref): Use
654         `klass->generic_inst->context' instead of creating a new context.
655
656 2004-03-25  Martin Baulig  <martin@ximian.com>
657
658         * class.h (MonoGenericContext): New struct.
659         (MonoGenericMethod): Removed `generic_inst'.
660
661         * class.c (mono_class_inflate_generic_method): Take a
662         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
663
664 2004-03-25  Martin Baulig  <martin@ximian.com>
665
666         * loader.h (MonoMethodInflated): New typedef.
667
668         * metadata.h (MonoMethodSignature): Removed `gen_method', make
669         `generic_param_count' consume just 30 bits, added `is_inflated'
670         and `has_type_parameters' flags (one bit each).
671
672         * class.c (mono_class_inflate_generic_method): Create a
673         MonoMethodInflated instead of a MonoMethodNormal and set
674         `is_inflated' in the method signature.
675
676         * class.h (MonoGenericMethod): Removed `generic_method'.
677
678 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
679
680         * image.c: Make sure the name of a MonoImage is always an absolute path.
681           This fixes bug #54415.
682
683 2004-03-24  Martin Baulig  <martin@ximian.com>
684
685         * class.c (mono_class_setup_vtable): If we're a generic instance,
686         use our generic type's vtable size.
687
688 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
689
690         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
691         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
692         problems.
693
694 2004-03-23  Martin Baulig  <martin@ximian.com>
695
696         * class.h (MonoDynamicGenericInst): Added `int count_events' and
697         `MonoEvent *events'.
698
699         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
700         (typebuilder_icalls): Added "get_event_info"; calls
701         mono_reflection_event_builder_get_event_info(). 
702
703         * reflection.c (mono_reflection_generic_inst_initialize): Added
704         `MonoArray *events'.
705         (mono_reflection_event_builder_get_event_info): New function.
706
707 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
708
709         * object.h: add mono_type_initialization_init
710
711         * object.c (mono_runtime_class_init): 
712         implement class constructor synchronization rules
713         to cope with threading issues.  
714         add mono_type_initialization_init
715
716         * appdomain.c (mono_runtime_init): call 
717         mono_type_initialization_init
718
719         * class.h: removing initializing field from MonoVTable
720
721 2004-03-23  Martin Baulig  <martin@ximian.com>
722
723         * class.c (my_mono_class_from_generic_parameter): Use
724         `param->name' if it's not NULL. 
725
726 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
727
728         * class.c: do not insert non-virtual methods in the vtable.
729         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
730         that means the method is non-virtual. This never would have
731         happened before.
732
733 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
734
735         * profiler.c: Added lock for accessing coverage_hash.
736
737 2004-03-22  Martin Baulig  <martin@ximian.com>
738
739         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
740         `method->method->signature->generic_param_count != 0' to make it
741         work for interface methods.
742
743 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
744
745         * process.c: quote the string passed to the shell using g_shell_quote.
746
747 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
748
749         * threads.c:
750         (mono_threads_manage): don't remove the finalizer thread and self
751         from the threads hash table so that mono_thread_manage can be called
752         more than once.
753
754 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
755
756         * process.c: quote the arguments when UseShellExecute is true. Fixes
757         bug #55790.
758
759 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
760
761         * threads.c: set mono_thread_detach as a cleanup routine for every
762         thread. This way it's always executed upon thread termination, either
763         aborted or finished normally. No more xsp hangs!
764
765 2004-03-17  Martin Baulig  <martin@ximian.com>
766
767         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
768         `int count_nested' and a `MonoType **nested'.
769
770         * reflection.c (mono_reflection_bind_generic_parameters): Moved
771         most of the functionality into a new static
772         do_mono_reflection_bind_generic_parameters() and don't take a
773         `MonoType *nested_in' argument any more.  Don't compute nested
774         types here.
775         (mono_reflection_generic_inst_get_nested_types): New public method
776         to get nested types.
777
778         * class.c (mono_class_create_generic): Set `klass->nested_in' if
779         we're a nested class.
780
781         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
782         mono_reflection_generic_inst_get_nested_types() to compute the
783         nested types.
784
785 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
786
787         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
788         descriptive error message under windows.
789         
790 2004-03-17  Martin Baulig  <martin@ximian.com>
791
792         * class.c (dup_type): Added `const MonoType *original' argument;
793         copy the attrs from the original type.
794
795 2004-03-17  Martin Baulig  <martin@ximian.com>
796
797         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
798         `m->generic_inst_cache' here.
799
800 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
801
802         * exception.h exception.c: Add stack_overflow_exception.
803
804 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
805
806         * threadpool.c:
807         (overlapped_callback): call SetEvent *after* invoking the callback.
808         No need to call CloseHandle.
809
810 2004-03-16  Martin Baulig  <martin@ximian.com>
811
812         * reflection.c (mono_image_get_fieldref_token): Take a
813         `MonoReflectionField *' instead of a `MonoClassField *' and a
814         `MonoClass *'; store the `MonoReflectionField *' in the hash.
815
816 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
817
818         * appdomain.c: don't add the culture to the filename we're looking for
819         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
820
821 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
822
823         * locales.c: don't ignore symbols when doing case insensitive compares.
824         Thanks Dick! Fixes bug #54046.
825
826         * threads.c: surround 'threads' usage with enter/leave in
827         mono_thread_manage.
828
829 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
830
831         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
832         implicitly marshalled as [Out]. Fixes #55450.
833
834         (mono_marshal_get_runtime_invoke): Zero out the result if there is
835         an exception.
836
837 2004-03-16  Martin Baulig  <martin@ximian.com>
838
839         * class.c (mono_class_from_generic_parameter): Use the actual
840         parameter name. 
841
842 2004-03-16  Martin Baulig  <martin@ximian.com>
843
844         * reflection.c (type_get_signature_size): New static function.
845         Compues the size of the type in a method signature.
846         (method_get_signature_size): New static function; calls
847         type_get_signature_size() to compute the actual size of the
848         method's signature.
849         (method_encode_signature): Use method_get_signature_size() to get
850         the signature's size rather than using `nparams * 10'.
851
852 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
853
854         * file-io.h: define here WapiOverlapped on windows. I don't want the
855         regular OVERLAPPED one.
856
857         * file-io.c:
858         * threadpool.c: somehow, BindIoCompletionCallback is not found.
859         Disabling AIO on windows.
860
861 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
862
863         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
864         bug #55385.
865
866 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
867
868         * appdomain.c: upgraded corlib version.
869
870         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
871         and BeginWrite. Allow opening files for asynchrnous operations.
872
873         * file-io.h: new struct that maps FileStreamAsyncResult.
874         * icall.c: added new icalls.
875         * process.[ch]: support setting child process environment variables
876         and use the SHELL or COMSPEC when UseShellExecute is true.
877
878         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
879         callback for async. IO is here and also BindHandle.
880
881         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
882         from here.
883
884 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
885
886         * reflection.c (create_custom_attr): Allow len == 0.
887
888         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
889         computation on big-endian machines.
890
891 2004-03-13  Martin Baulig  <martin@ximian.com>
892
893         * class.h (MonoGenericInst): Added `int count_ifaces'.
894
895         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
896         `ginst->count_ifaces' instead `klass->interface_count' since we
897         may get called before the vtable is created.
898
899         * loader.c (mono_method_get_param_names): If we're a generic
900         instance, return and don't initialize the class.
901
902         * reflection.c (mono_reflection_setup_generic_class): Don't call
903         ensure_runtime_vtable().
904         (mono_reflection_bind_generic_parameters): Set
905         `ginst->count_ifaces'.
906
907 2004-03-11  Jackson Harper <jackson@ximian.com>
908
909         * icall.c:
910         * unicode.c:
911         * unicode.h: Remove unused System.Char icalls.
912         
913 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
914
915         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
916         code when we P/Invoke the first library in Windows.Forms, instead
917         of when we first open the assembly.
918
919         * assembly.c: Drop the lookup from here.
920
921 2004-03-10  Martin Baulig  <martin@ximian.com>
922
923         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
924         class for properties, fields and events.  Finally fixes #54945.
925
926 2004-03-10  Martin Baulig  <martin@ximian.com>
927
928         * metadata.c (mono_metadata_class_equal): New static function;
929         checks whether two generic instances or two generic parameters are
930         equal.
931         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
932         compare classes.        
933
934 2004-03-10  Martin Baulig  <martin@ximian.com>
935
936         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
937
938         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
939         argument and write it into the `reflection_info' field.
940
941         * icall.c
942         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
943         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
944
945 2004-03-09  Jackson Harper  <jackson@ximian.com>
946
947         * char-conversions.h: use 8 bits for numeric data its all we need
948         * icall.c: numeric data is only 8 bits now.
949
950 2004-03-09  Martin Baulig  <martin@ximian.com>
951
952         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
953
954         * class.c (init_properties, init_events): Initialize the new
955         `parent' field.
956
957         * reflection.c (typebuilder_setup_properties): Likewise.
958         (typebuilder_setup_events): Likewise.
959
960         * reflection.h (MonoEventInfo): Replaced `parent with
961         `declaring_type' and `reflected_type'.
962
963         * icall.c (ves_icall_get_property_info): Distinguish between
964         declaring and reflected type.
965         (ves_icall_get_event_info): Likewise.
966
967 2004-03-09  Martin Baulig  <martin@ximian.com>
968
969         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
970         (ves_icall_Type_GetField): Correctly set field->klass.
971
972 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
973
974         * loader.h: Fix warning.
975
976 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
977
978         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
979         library routine if present.  Notice that it will still continue
980         executing even if its missing, for those working on the Gtk#
981         edition of Windows.Forms.
982
983         * assembly.c (do_mono_assembly_open): If loading the
984         System.Windows.Forms call mono_loader_wini_init.
985
986 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
987
988         * class.h: Added MonoRemoteClass struct.
989         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
990         function for MonoStrings.
991         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
992         Added internal call for getting the proxy type.
993         * marshal.c: Get the type of transparent proxies from its remote_class.
994         Added methods that generate the IL for type checks and casts:
995         mono_marshal_get_isinst, mono_marshal_get_castclass, 
996         mono_marshal_get_proxy_cancast.
997         * marshal.h: Declaration of the previous new methods.
998         * object.c: Added new moethods for creating and updating MonoRemoteClass
999         instances: mono_remote_class, mono_upgrade_remote_class, 
1000         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
1001         * verify.c: FIx transparent_proxy_fields layout.
1002         * appdomain.c: Bump corlib version.
1003
1004 2004-03-04  Jackson Harper  <jackson@ximian.com>
1005
1006         * icall.c: Add icall to access char conversion tables.
1007         * char-conversions.h: Character conversion tables.
1008         * Makefile.am: Add char-conversions.h private header file.
1009         
1010 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
1011
1012         * appdomain.c (unload_thread_main): Increase unloading timeout to
1013         10 sec as a temporary workaround for Nant problems.
1014
1015 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
1016
1017         * gc.c: Add checks for GC_enable and GC_disable.
1018
1019         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
1020         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
1021         (bug #54988).
1022         
1023 2004-02-27  Martin Baulig  <martin@ximian.com>
1024
1025         * reflection.c (mono_reflection_bind_generic_parameters): Take a
1026         `MonoReflectionType *' instead of a `MonoType *'.
1027
1028 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
1029
1030         * gc.c (run_finalize): Avoid finalizing the object representing the
1031         finalizer thread.
1032         (finalizer_thread): Fix warning.
1033
1034 2004-02-25  Martin Baulig  <martin@ximian.com>
1035
1036         * class.c (_mono_class_get_instantiation_name): Added `int offset'
1037         argument for nested types.
1038         (mono_class_create_generic): Added support for nested generictypes.
1039
1040         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
1041         `GList *nested'.
1042
1043         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
1044
1045         * reflection.c (method_encode_signature): Increase the minimum
1046         value of `size' from 10 to 11.
1047         (mono_reflection_bind_generic_parameters): Take `int type_argc'
1048         and `MonoType **types' arguments instead of the `MonoArray
1049         *types'; added `MonoType *nested_in'.  Recursively instantiate
1050         nested classes. 
1051
1052 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
1053
1054         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
1055         stack_overflow_ex members which are used by exception handling.
1056
1057         * appdomain.c (mono_runtime_init): Initialize the new members.
1058
1059         * gc.c (mono_gc_enable): New helper function.
1060         * gc.c (mono_gc_disable): New helper function.
1061
1062 2004-02-23  Martin Baulig  <martin@ximian.com>
1063
1064         * icall.c: I must have been really stupid - make it actually work
1065         this time ;-)
1066
1067 2004-02-23  Martin Baulig  <martin@ximian.com>
1068
1069         * loader.c (method_from_memberref): Only inflate the method if
1070         it's in another klass.
1071
1072 2004-02-23  Martin Baulig  <martin@ximian.com>
1073
1074         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
1075         (mono_class_init): If we're a generic instance and an interface,
1076         compute `class->interface_id'; also create `class->interfaces'
1077         here and inflate them.
1078
1079         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
1080         `ginst->is_open'.
1081         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
1082
1083         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
1084
1085 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
1086
1087         * reflection.c (method_encode_code): Improved the error message
1088         generated by the exception.
1089
1090 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1091
1092         * icall.c: Martin did not do what he said in the ChangeLog for
1093         2004-02-18, but put back the changes for properties and events.
1094         Commenting those changes out again and adding comment to bug #54518.
1095         
1096         * process.c: removed warning.
1097
1098 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
1099
1100         * marshal.c (emit_struct_conv): Print an error message instead of
1101         asserting when a type does not have the StructLayout attribute.
1102
1103 2004-02-20  Martin Baulig  <martin@ximian.com>
1104
1105         * reflection.c (mono_type_get_object): Also use the cache for
1106         generic instances.
1107         (mono_reflection_bind_generic_parameters): Always compute
1108         `ginst->ifaces'.        
1109
1110 2004-02-20  Martin Baulig  <martin@ximian.com>
1111
1112         * class.h (MonoGenericMethod): Removed `klass'.
1113
1114         * class.c (mono_class_inflate_generic_method): Added `MonoClass
1115         *klass' argument.
1116
1117 2004-02-20  Martin Baulig  <martin@ximian.com>
1118
1119         * reflection.c (method_encode_methodspec): Actually use the
1120         uninflated signature for the memberref.
1121
1122 2004-02-20  Martin Baulig  <martin@ximian.com>
1123
1124         * class.h (MonoGenericMethod): Removed `declaring'.
1125
1126         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
1127         is NULL, compute it here.
1128
1129 2004-02-20  Martin Baulig  <martin@ximian.com>
1130
1131         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
1132
1133         * metadata.c (mono_metadata_generic_inst_hash): New method.
1134         (mono_metadata_generic_inst_equal): New method.
1135
1136         * reflection.c (mono_reflection_bind_generic_parameters): Use the
1137         `klass->image->generic_inst_cache' cache to avoid creating
1138         duplicate MonoGenericInst's.
1139
1140         * class.c (mono_class_inflate_generic_type): Use the cache.
1141
1142 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
1143
1144         * object.c: fixed gc descriptor calculation for embedded valuetypes.
1145
1146 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1147
1148         * icall.c: added Socket.WSAIoctl icall.
1149
1150         * socket-io.[ch]: implemented
1151         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
1152
1153 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
1154
1155         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
1156
1157 2004-02-18  Urs C Muff  <umuff@quark.com>
1158
1159         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
1160         this work on PPC and other big-endian architectures.
1161
1162         * debug-mono-symfile.h: Prepended the names of all the `guint32'
1163         fields with an underscore to make sure they're only accessed by
1164         the read32() macro.
1165
1166 2004-02-18  Martin Baulig  <martin@ximian.com>
1167
1168         * icall.c: Put the klass->refclass changes back for methods and
1169         fields, but not for properties and events.  We're currently not
1170         distinguishing between DeclaringType and ReflectedType for
1171         properties and events, that's what caused the regressions.
1172
1173 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1174
1175         * object.c:
1176         (mono_async_result_new): the handle can be NULL.
1177
1178         * threadpool.c: Use an event instead of a semaphore, don't initialize
1179         it until needed. This saves quite a few semaphores from being created
1180         when using the threadpool.
1181
1182 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
1183
1184         * object.c (mono_string_is_interned_lookup): Fix interning of long
1185         strings. Fixes #54473.
1186
1187         * domain.c (ldstr_equal): Optimize if the two strings are equal.
1188
1189         * icall.c: Revert the klass->refclass changes since they introduce
1190         regressions (bug #54518).
1191
1192 2004-02-18  Martin Baulig  <martin@ximian.com>
1193
1194         * class.c (mono_class_init): If we're a generic instance and don't
1195         come from a TypeBuilder, inflate our members here.
1196         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
1197         (mono_class_create_generic): New public method.
1198         (mono_class_initialize_generic): Removed.
1199         (get_instantiation_name): Renamed to
1200         _mono_class_get_instantiation_name() and made it public.
1201
1202 2004-02-18  Martin Baulig  <martin@ximian.com>
1203
1204         * class.c (mono_class_inflate_generic_type): Clear the new
1205         instance's `nginst->klass' when inflating a generic instance.
1206         (mono_class_is_subclass_of): Added (basic) support for generic
1207         instances.
1208
1209 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
1210
1211         * appdomain.h, domain.c: use a MonoCodeManager instead of a
1212         MonoMempool to hold compiled native code.
1213
1214 2004-02-17  Martin Baulig  <martin@ximian.com>
1215
1216         * class.h (MonoDynamicGenericInst): Added `count_properties' and
1217         `properties'.
1218
1219         * reflection.c (mono_reflection_generic_inst_initialize): Added
1220         `MonoArray *properties' argument.
1221
1222         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
1223
1224 2004-02-17  Martin Baulig  <martin@ximian.com>
1225
1226         * icall.c (ves_icall_Type_GetFields): Renamed to
1227         ves_icall_Type_GetFields_internal() and added a
1228         `MonoReflectionType *rtype' argument; pass it to
1229         mono_field_get_object() to set the field's "reflected" type.
1230         (ves_icall_Type_GetConstructors): Likewise.
1231         (ves_icall_Type_GetEvents): Likewise.
1232         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
1233         argument; pass it to mono_method_get_object() to set the method's
1234         "reflected" type.       
1235
1236 2004-02-17  Martin Baulig  <martin@ximian.com>
1237
1238         * class.h (MonoDynamicGenericInst): New type.
1239         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
1240
1241         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
1242         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
1243         (ves_icall_MonoGenericInst_GetFields): New interncall.
1244
1245         * class.c (mono_class_from_generic): Don't call
1246         mono_class_initialize_generic() if this is a dynamic instance;
1247         ie. it's being created from a TypeBuilder.
1248         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
1249         `class->byval_arg.type'.
1250
1251         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
1252         to `inflate_method' and made static.
1253         (mono_reflection_inflate_field): Removed.
1254         (mono_reflection_generic_inst_initialize): New public method.
1255
1256         * reflection.h (MonoReflectionGenericInst): Removed `methods',
1257         `ctors' and `fields'; added `initialized'.
1258
1259 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
1260
1261         * debug-helpers.c (mono_method_full_name): Fix output for empty
1262         namespaces.
1263
1264 2004-02-12  Martin Baulig  <martin@ximian.com>
1265
1266         * class.h (MonoClassField): Added `MonoType *generic_type'.
1267
1268         * reflection.c (mono_image_get_fieldref_token): Added support for
1269         instantiated generic types.
1270         (field_encode_inflated_field): Removed.
1271         (mono_image_get_inflated_field_token): Removed.
1272         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
1273
1274         * reflection.h (MonoReflectionInflatedField): Removed.
1275
1276 2004-02-12  Martin Baulig  <martin@ximian.com>
1277
1278         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
1279         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
1280
1281         * reflection.c (mono_image_get_methodspec_token): Take a
1282         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
1283         (mono_image_create_token): Check whether we have a
1284         `method->signature->gen_method' and call
1285         mono_image_get_methodspec_token() if appropriate.
1286         (inflated_method_get_object): Removed.
1287         (mono_reflection_bind_generic_method_parameters): Return a
1288         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
1289         (mono_reflection_inflate_method_or_ctor): Likewise.
1290
1291         * reflection.h (MonoReflectionInflatedMethod): Removed.
1292
1293 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
1294
1295         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
1296         for custom valuetype marshalling.
1297
1298         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
1299
1300 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1301
1302         * icall.c: fixed WSAGetLastError_internal name.
1303
1304 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
1305
1306         * threads.c (mono_thread_attach): Allow this to be called multiple
1307         times for a thread.
1308         
1309         * threads.c (build_wait_tids): Do not wait for ourselves.
1310
1311         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
1312         appdomain list is empty.
1313
1314         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
1315         memory returned by mono_string_builder_to_utf16, since it points into
1316         managed memory. Thanks to Bernie Solomon for noticing this.
1317
1318         * icall.c: Add AppDomainSetup icalls.
1319
1320         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
1321
1322         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
1323         types.
1324
1325         * reflection.c (reflection_methodbuilder_to_mono_method): Save
1326         custom attributes to the method_aux struct. Also fix array indexes etc.
1327
1328         * loader.c (mono_method_get_param_names): Make dynamic case work again.
1329         
1330 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
1331
1332         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
1333         (both static and runtime) and reduce startup time.
1334
1335 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
1336
1337         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
1338         AsAny marshalling conversion instead of crashing.
1339
1340         * marshal.c: Fix warnings.
1341
1342 2004-02-09  Martin Baulig  <martin@ximian.com>
1343
1344         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
1345
1346         * reflection.h (MonoReflectionInflatedMethod): Removed the
1347         `declaring' field, it's now in the unmanaged MonoGenericMethod.
1348
1349         * reflection.c (method_encode_methodspec): Removed the `method'
1350         argument; we get it from `gmethod->declaring'.
1351         (inflated_method_get_object): Removed the `declaring' argument.
1352
1353 2004-02-09  Martin Baulig  <martin@ximian.com>
1354
1355         * class.h (MonoGenericMethod): New type.
1356         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
1357         `generic_method'.
1358
1359         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
1360         a `MonoGenericMethod *gen_method' one.
1361
1362         * class.c (mono_class_inflate_generic_type): Take an additional
1363         `MonoGenericMethod * argument.  This is only non-NULL if we're
1364         inflating types for a generic method.   
1365         (mono_class_inflate_generic_signature): Renamed to
1366         inflate_generic_signature() and made static; take a
1367         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
1368         (inflate_generic_header): Take a `MonoGenericMethod *' argument
1369         instead of a `MonoGenericInst *' one.
1370         (mono_class_inflate_generic_method): Likewise.
1371
1372         * reflection.c (encode_generic_method_sig): Take a
1373         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
1374         (method_encode_methodspec): Likewise.
1375         (inflated_method_get_object): Likewise. 
1376
1377         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
1378         field with a `MonoGenericMethod *gmethod' one.  
1379
1380 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
1381
1382         * class.h (mono_class_has_parent): add parens to expansion
1383         so you can ! this.
1384
1385 2004-02-08  Martin Baulig  <martin@ximian.com>
1386
1387         * image.h (MonoImage): Removed `generics_cache'.
1388
1389         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
1390         instead of a `MonoType *' argument; removed the `inflate_methods'
1391         argument.  Don't inflate methods here.
1392
1393         * loader.c (find_method): If it's a generic instance, call
1394         mono_class_init() on the `sclass->generic_inst->generic_type'.
1395
1396         * metadata.c (mono_type_size): Make this work on uninitialized
1397         generic instances; call it on the `ginst->generic_type's class.
1398
1399         * reflection.c (mono_reflection_bind_generic_parameters): Call
1400         mono_class_from_generic() to create the `ginst->klass'.
1401
1402 2004-02-08  Martin Baulig  <martin@ximian.com>
1403
1404         * class.h (MonoClass): Changed type of `generic_inst' from
1405         `MonoType *' to `MonoGenericInst *'.
1406
1407 2004-02-08  Martin Baulig  <martin@ximian.com>
1408
1409         * icall.c (ves_icall_Type_BindGenericParameters): Just call
1410         mono_type_get_object(), this is now creating a `MonoGenericInst'
1411         for MONO_TYPE_GENERICINST.
1412         (ves_icall_MonoGenericInst_GetParentType): Likewise.
1413         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
1414
1415         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
1416         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
1417         (inflated_method_get_object): Added `MonoClass *refclass' argument.
1418         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
1419         and reflected type.
1420
1421         * reflection.h (MonoReflectionInflatedMethod): Removed
1422         `declaring_type' and `reflected_type'.
1423
1424 2004-02-08  Martin Baulig  <martin@ximian.com>
1425
1426         * class.h (MonoGenericInst): Added `MonoType *parent' and
1427         `MonoType **ifaces'.
1428
1429         * reflection.h (MonoReflectionGenericInst): Removed `klass',
1430         `parent' and `interfaces'.
1431
1432         * reflection.c (mono_reflection_bind_generic_parameters): Take a
1433         `MonoType *' argument and return a `MonoType *'.
1434
1435         * icall.c
1436         (ves_icall_MonoGenericInst_GetParentType): New interncall.
1437         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
1438
1439 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
1440
1441         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
1442         valuetype marshalling.
1443
1444 2004-02-06  Martin Baulig  <martin@ximian.com>
1445
1446         * class.c
1447         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
1448         (my_mono_class_from_generic_parameter): Likewise.
1449
1450 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
1451
1452         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
1453         contents of the symbol files lazily.
1454
1455         * object.h (MonoThread): Add 'name' and 'name_len' fields.
1456
1457         * threads.h threads.c icall.c: New icalls for getting and setting the
1458         threads name.
1459
1460 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
1461
1462         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
1463         Raise an exception when the domain is not found.
1464
1465 2004-02-03  Martin Baulig  <martin@ximian.com>
1466
1467         * reflection.c (mono_image_get_methodspec_token): Use the
1468         uninflated signature; fixes gen-33.
1469
1470 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
1471
1472         * gc.c threads.c: Make the finalizer thread a normal managed thread so
1473         the finalizer code can use thread functionality.
1474
1475         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
1476         the finalizer thread.
1477
1478         * threads.c: Make some functions more robust.
1479
1480         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
1481
1482         * metadata.h: Add new marshalling conventions.
1483
1484         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
1485         stringbuilder marshalling. Fixes #53700.
1486
1487         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
1488
1489         * reflection.c (mono_image_get_type_info): Save declarative security
1490         info.
1491
1492         * reflection.c (mono_image_get_field_info): Handle uninitialized 
1493         unmanaged fields as well.
1494
1495         * appdomain.c: Bump corlib version.
1496
1497 2004-02-01  Martin Baulig  <martin@ximian.com>
1498
1499         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
1500         method type arguments.  
1501
1502 2004-01-30  Duncan Mak  <duncan@ximian.com>
1503
1504         * marshal.h: Add prototype for
1505         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
1506         and
1507         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
1508         fix the build.
1509
1510 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
1511
1512         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
1513         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
1514
1515 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
1516
1517         * marshal.c (mono_marshal_get_native_wrapper): Add support for
1518         custom marshalling of valuetypes.
1519
1520         * marshal.c: Fix some warnings.
1521
1522 2004-01-29  Martin Baulig  <martin@ximian.com>
1523
1524         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
1525         for generic method parameters.
1526
1527         * reflection.c (method_encode_methodspec): Write the uninflated
1528         signature into the methodspec table.
1529         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
1530         is always the uninflated method.
1531         (reflection_methodbuilder_to_mono_method): Copy the generic
1532         parameters from the MethodBuilder into `header->gen_params'.
1533
1534 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
1535
1536         * class.c (mono_class_from_generic_parameter): Fix warning.
1537
1538 2004-01-27  Martin Baulig  <martin@ximian.com>
1539
1540         * class.c (mono_class_from_generic_parameter): Don't create
1541         `klass->methods' here.  
1542
1543 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
1544
1545         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
1546         extension since it does not work with libraries named lib<FOO>.dll.so.
1547
1548 2004-01-25  Martin Baulig  <martin@ximian.com>
1549
1550         * class.c (mono_class_inflate_generic_type): Added support for
1551         MONO_TYPE_GENERICINST.
1552
1553         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
1554         inflate methods on open constructed types.      
1555
1556 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1557
1558         * object.c: fire ProcessExit event in the root AppDomain after running
1559         Main. Fixes bug #53299.
1560
1561 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
1562
1563         * socket-io.c: include the new socket-wrappers.h header.
1564         Use the wrappers instead of the unix socket functions to make the code
1565         more clear.
1566
1567 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
1568
1569         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
1570
1571         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
1572         Fixes #22532.
1573
1574 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
1575
1576         * reflection.c (mono_image_create_pefile): Handle the case when the
1577         entry point is not a MethodBuilder.
1578
1579         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
1580         field to ReflectionMethod since it is not allways a builder.
1581
1582         * reflection.c (type_get_fully_qualified_name): New helper function to
1583         return the fully qualified name of a type.
1584
1585         * reflection.c (encode_marshal_blob): Always emit the fully qualified
1586         type name for custom marshallers.
1587
1588         * reflection.c (mono_marshal_spec_from_builder): Ditto.
1589
1590         * class.c (mono_class_setup_vtable): If a parent class already 
1591         implements an interface, use the implementing methods from that class.
1592         Fixes #53148.
1593
1594 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1595
1596         * threadpool.c: just return instead of ExitThread to allow for thread
1597         clean up earlier.
1598
1599 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
1600
1601         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
1602         when closing resource modules.
1603
1604         * reflection.c (mono_image_create_pefile): Handle the case when the
1605         entry point is not a MethodBuilder.
1606
1607         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
1608         field to ReflectionMethod since it is not allways a builder.
1609
1610 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
1611
1612         * marshal.c (mono_marshal_get_managed_wrapper): 
1613         mono_marshal_alloc takes native int so CONV_I
1614         the arg for 64bits.
1615
1616 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
1617
1618         * reflection.c (fixup_cattrs): New function to fixup the methoddef
1619         tokens in the cattr table. Fixes #53108.
1620
1621 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1622
1623         * loader.c: don't trim ".dll" before looking up in the config file.
1624         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
1625
1626 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
1627
1628         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
1629         Return the module which contains the resource as well.
1630         (ves_icall_System_Reflection_Module_Close): New icall.
1631
1632         * appdomain.c: Bump corlib version number.
1633
1634         * image.c (mono_image_addref): New public function.
1635
1636         * assembly.c: Call mono_image_addref.
1637
1638         * reflection.c (mono_module_get_object): Increase reference count of 
1639         the image.
1640
1641         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
1642         Fixes #22532.
1643
1644         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
1645         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
1646         proper exceptions on DllImport problems.
1647
1648 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
1649
1650         * class.c, metadata.c: eliminate CSIZE macro.
1651
1652 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
1653
1654         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
1655         * object.h: Added async_callback field in MonoAsyncResult.
1656         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
1657         * verify.c: Added async_callback in MonoAsyncResult layout.
1658
1659 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
1660
1661         * reflection.c (mono_reflection_get_custom_attrs): Add support
1662         for Modules.
1663
1664 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
1665
1666         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
1667         marshalling.
1668         (mono_marshal_method_from_wrapper): Add null pointer check.
1669
1670 2004-01-16  Martin Baulig  <martin@ximian.com>
1671
1672         * debug-mono-symfile.h: Set version number to 36 and reflect
1673         latest symbol writer changes.
1674
1675 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
1676
1677         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
1678         multi-dimensional arrays.
1679         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
1680         (mono_class_from_mono_type): Use bounded_array_class_get.
1681         
1682         * class.c (mono_bounded_array_class_get): New function which takes
1683         a 'bounded' bool argument to distinguish vectors from one dimensional
1684         arrays.
1685
1686         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
1687         bounded_array_class_get if the array has bounds.
1688
1689         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
1690         Search modules loaded using AssemblyBuilder:AddModule as well.
1691
1692 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1693
1694         * appdomain.c: increased corlib version.
1695         * filewatcher.c: removed g_print.
1696         * icall.c:
1697         (get_property_info): only allocate what is actually requested.
1698         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
1699
1700 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1701
1702         * Makefile.am: added filewatcher.[ch]
1703         * filewatcher.[ch]: FileSystemWatcher runtime support.
1704         * icall.c: added new FSW icalls.
1705
1706 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
1707
1708         * string-icalls.c: fix stringbuilder regression as suggested by
1709         Iain McCoy <iain@mccoy.id.au>.
1710
1711 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
1712
1713         * process.c (process_read_stringtable_block): Recognize '007f' as
1714         a language neutral stringtable block.
1715
1716 2004-01-12  Patrik Torstensson
1717
1718         * object.h (MonoStringBuilder) : Changed layout to support our
1719         new stringbuilder class.
1720         * marshal.c: Change marshalling to support the new layout of 
1721         string builder.
1722         * appdomain.c: increased version number because new layout of
1723         string builder.
1724
1725 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
1726
1727         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
1728         assembly name as an string instead of an AssemblyName, since it is
1729         easier to extract info from it.
1730
1731         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
1732         the culture subdirectories too. Fixes #52231.
1733
1734 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1735
1736         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
1737         It takes 2 new parameters with an optional name for the method to look
1738         for and case ignoring info.
1739
1740         * threadpool.c: removed unused variable.
1741
1742 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1743
1744         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
1745         It takes 2 new parameters with an optional name for the property to look
1746         for and case ignoring info.
1747         Fixes bug #52753.
1748
1749 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
1750
1751         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
1752         Fix #52451.
1753
1754 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1755
1756         * appdomain.c:
1757         * assembly.c: escape the uri before passing it to g_filename_from_uri.
1758         Fixes bug #52630.
1759
1760 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
1761
1762         * reflection.c: Add support for more than one unmanaged resource.
1763
1764         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
1765         in field->def_value, as done in all other cases.
1766
1767         * reflection.c (mono_reflection_get_custom_attrs): Add support for
1768         TypeBuilders.
1769
1770         * reflection.c (mono_reflection_create_runtime_class): Remove 
1771         errorneous assignment to klass->element_class, since it is already
1772         done in mono_reflection_setup_internal_class.
1773
1774 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1775
1776         * gc.c: added missing LeaveCriticalSection.
1777         * icall.c: indented a couple of lines.
1778         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
1779         if we call EndInvoke inside a callback. Fixes bug #52601.
1780
1781 2004-01-07  Martin Baulig  <martin@ximian.com>
1782
1783         * mono-debug-debugger.h
1784         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
1785
1786 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
1787
1788         * appdomain.c: Use messages in NotImplementedException.
1789
1790         * exception.c (mono_get_exception_not_implemented): Now this takes
1791         a message argument.
1792
1793         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
1794         exception instead of g_asserting an aborting when something is not
1795         implemented.
1796
1797         Add some inline docs.
1798
1799 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
1800
1801         * reflection.h: Update after changes to object layout.
1802
1803         * reflection.c: Implement saving of unmanaged aka win32 resources.
1804
1805         * appdomain.c: Bump version number.
1806
1807         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
1808         Handle missing domains gracefully.
1809
1810 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
1811
1812         * file-io.c : On Windows, there are much more invalid_path_chars.
1813
1814 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
1815
1816         * class.h, object.c: prepare for GetType () speedup.
1817
1818 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
1819
1820         * profiler.c: workaround for --profile null reference exception on
1821           cygwin. Patch by Patrik Torstensson.
1822
1823 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
1824
1825         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
1826         make work for unaligned access.
1827
1828 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
1829
1830         * class.c: small cleanup (class->fields [i] -> field).
1831         * image.c: check address of metadata is valid.
1832
1833 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
1834
1835         * assembly.h assembly.c (mono_assembly_loaded): New public function to
1836         search the list of loaded assemblies.
1837
1838         * reflection.c (mono_reflection_type_from_name): Use 
1839         mono_assembly_loaded instead of mono_image_loaded.
1840
1841         * reflection.c: Fix warnings.
1842
1843 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
1844
1845         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
1846         is dynamic. This is needed since an assembly can contain both dynamic and
1847         non-dynamic images.
1848
1849         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
1850         assembly->dynamic.
1851
1852         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
1853
1854         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
1855         to store modules loaded using AddModule.
1856
1857         * reflection.c (mono_image_fill_file_table): Generalize this so it works
1858         on Modules.
1859
1860         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
1861
1862         * reflection.c (mono_image_fill_export_table_from_module): New function to
1863         fill out the EXPORTEDTYPES table from a module.
1864
1865         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
1866         into a separate function. Also handle loaded non-dynamic modules.
1867
1868         * reflection.c (mono_image_basic_init): Fix memory allocation.
1869
1870         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1871
1872         * assembly.c (mono_assembly_load_references): Make this public.
1873
1874 2003-12-19  Martin Baulig  <martin@ximian.com>
1875
1876         * class.c (mono_class_initialize_generic): Made this static, take
1877         a `MonoGenericInst *' instead of a `MonoClass *'.
1878         (mono_class_from_generic): Call mono_class_initialize_generic()
1879         unless we're already initialized or being called from
1880         do_mono_metadata_parse_generic_inst().
1881
1882         * class.h (MonoGenericInst): Added `initialized' and
1883         `init_pending' flags.
1884
1885         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
1886         `mono_class_init (gklass)' or mono_class_initialize_generic()
1887         here; set `generic_inst->init_pending' while parsing the
1888         `type_argv'.
1889
1890 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
1891
1892         * locales.c: include string.h for memxxx prototypes
1893
1894 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
1895
1896         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
1897         constructor when accessing literal fields.
1898
1899 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
1900
1901         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1902
1903         * reflection.c (assembly_add_resource_manifest): New function to fill
1904         the MANIFESTRESOURCE table.
1905
1906         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
1907
1908         * reflection.h: Update to changes in class layout.
1909
1910         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
1911         Reenable call to mono_runtime_is_shutting_down ().
1912
1913         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
1914         determine if the runtime is shutting down.
1915
1916 2003-12-16  Jackson Harper <jackson@ximian.com>
1917
1918         * icall.c: comment out call to mono_runtime_is_shutting_down to
1919         fix build.
1920         
1921 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
1922
1923         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
1924         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
1925
1926 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
1927
1928         * reflection.c: move definition of swap_with_size
1929         to before its first call
1930
1931 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
1932
1933         * appdomain.c (mono_runtime_is_shutting_down): New public function.
1934
1935         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
1936         icall.
1937
1938         * object.c: Fix warnings.
1939
1940         * icall.c (ves_icall_Type_Get...): Only consider inherited static
1941         members if FlattenHierarchy is set.
1942
1943         * reflection.c (mono_image_add_decl_security): New function to emit
1944         declarative security.
1945
1946         * reflection.h reflection.c: Add support for declarative security.
1947
1948         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
1949         
1950 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
1951
1952         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
1953         
1954         * appdomain.c verify.c: Moved corlib version checking into its own
1955         function in appdomain.c since it needs to create vtables etc.
1956
1957 2003-12-13  Patrik Torstensson <p@rxc.se>
1958
1959         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
1960         instead of unwrapped server.
1961
1962 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
1963
1964         * verify.c (check_corlib): Fix field index.
1965
1966 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
1967
1968         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
1969         GetGacPath icall.
1970
1971 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
1972
1973         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
1974         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
1975         cope with sizeof(size_t) != sizeof(guint32).
1976
1977 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1978
1979         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
1980         in case of failure.
1981
1982 2003-12-10  Mark Crichton <crichton@gimp.org>
1983
1984         * icall.c: removed the GetNonZeroBytes.  We now handle this case
1985         in managed code.
1986
1987         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
1988
1989 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
1990
1991         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
1992         marked as deleted.
1993
1994 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
1995
1996         * verify.c (check_corlib): Handle the case when the version field is 
1997         initialized by a static constructor.
1998
1999 2003-12-08  Patrik Torstensson  <p@rxc.se>
2000
2001     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
2002
2003 2003-12-08  Martin Baulig  <martin@ximian.com>
2004
2005         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
2006         a MonoReflectionGenericParameter, also take the parameter index
2007         and name as arguments.
2008         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
2009         (ves_icall_MonoGenericParam_initialize): New interncall.
2010         (ves_icall_Type_make_byref_type): New interncall.
2011
2012         * reflection.h (MonoReflectionGenericParam): Derive from
2013         MonoReflectionType, not just from MonoObject.  Added `refobj' and
2014         `index' fields.
2015
2016         * reflection.c (mono_reflection_define_generic_parameter): Create
2017         and return a new MonoReflectionGenericParam; don't initialize the
2018         constraints here.
2019         (mono_reflection_initialize_generic_parameter): New public method;
2020         initializes the constraints and creates the `param->pklass'.
2021
2022 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
2023
2024         * reflection.h reflection.c: Use the new fields 'num_types', 
2025         'num_fields' and 'num_methods' to track the number of types etc.
2026
2027         * verify.c (check_corlib): Check corlib version number.
2028
2029 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
2030
2031         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
2032         function works on all methods.
2033
2034 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
2035
2036         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
2037         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
2038         the custom_type_info flag of the transparent proxy.
2039         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
2040         objects that supports IRemotingTypeInfo.
2041         * object.h: Added custom_type_info field in transparent proxy.
2042
2043 2003-12-06  Martin Baulig  <martin@ximian.com>
2044
2045         * class.c (mono_class_create_from_generic): Removed.
2046         (mono_class_from_generic): Check `ginst->klass' before doing
2047         anything else.  This is important to fully support "recursive"
2048         generic types.
2049
2050         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
2051         empty `generic_inst->klass' before doing anything else.
2052
2053 2003-12-06  Dick Porter  <dick@ximian.com>
2054
2055         * verify.c: 
2056         * object.h:
2057         * icall.c:
2058         * locales.c: Use C structs to access class fields.  Don't do a
2059         conversion between MonoString and UChar because both are
2060         platform-endian UTF-16.  Compare now takes startindex and count
2061         parameters.  Add a char overload for IndexOf.  Speed up the
2062         invariant string IndexOf.
2063
2064 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
2065
2066         * Makefile.am (monosn_LDADD): Fix parallel build.
2067
2068 2003-12-04  Martin Baulig  <martin@ximian.com>
2069
2070         * icall.c
2071         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
2072         (ves_icall_Type_make_array_type): New interncall.       
2073
2074 2003-12-04  Martin Baulig  <martin@ximian.com>
2075
2076         * locales.c: also change it in the !HAVE_ICU case.
2077
2078 2003-12-04  Dick Porter  <dick@ximian.com>
2079
2080         * icall.c:
2081         * locales.c: construct_compareinfo is now in CompareInfo, not
2082         CultureInfo.
2083
2084 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
2085
2086         * image.c (mono_image_load_file_for_image): Cache loaded images in the
2087         image->files array.
2088
2089         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
2090         table as well.
2091
2092         * assembly.c (mono_assembly_load_references): Only load references
2093         once.
2094
2095         * class.c (mono_class_from_name): Avoid linear search of the 
2096         EXPORTEDTYPE table.
2097
2098         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
2099
2100 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
2101
2102         * image.h (MonoImage): Add 'field_cache' field.
2103
2104         * loader.c (mono_field_from_token): Cache field lookups.
2105         
2106         * reflection.c (mono_module_get_object): Fix name property.
2107
2108         * icall.c (ves_icall_get_enum_info): Update after changes to 
2109         mono_metadata_get_constant_index ().
2110
2111         * icall.c: Get rid of get_type_info icall, use a separate icall for
2112         each type property to avoid needless memory allocations. Fixes #51514.
2113
2114         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
2115         to avoid needless binary searches.
2116
2117         * class.c (class_compute_field_layout): Move the initialization of
2118         field->def_value to mono_class_vtable ().
2119
2120         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
2121         non-corlib types.
2122
2123         * object.c (mono_object_allocate): Make it inline.
2124
2125         * object.c (mono_object_allocate_spec): Make it inline.
2126         
2127 2003-12-02  Dick Porter  <dick@ximian.com>
2128
2129         * locales.c (create_NumberFormat): NumberFormatInfo construction.
2130         Patch by Mohammad DAMT (mdamt@cdl2000.com).
2131
2132 2003-12-01  Dick Porter  <dick@ximian.com>
2133
2134         * threads.c: Fix signature and call in CreateMutex and
2135         CreateEvent.
2136
2137 2003-12-01  Dick Porter  <dick@ximian.com>
2138
2139         * icall.c: 
2140         * locales.c: Implement string compares and searching
2141
2142         * object.h: Add extra Thread field
2143
2144 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
2145
2146         * reflection.c (fixup_method): Add support for MonoCMethod.
2147
2148 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
2149
2150         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
2151
2152         * reflection.c (assembly_name_to_aname): Allow extra characters in
2153         assembly names. Fixes #51468.
2154
2155 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
2156
2157         * exception.c (mono_exception_from_name_domain): New helper function.
2158
2159         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
2160         exception object in the correct domain.
2161
2162         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
2163         formatting + make a copy a the input data.
2164
2165         * loader.c (mono_get_method_from_token): Methods which contain
2166         native code do not have entries in the ImplMap.
2167
2168         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
2169         Thanks to Gonzalo for spotting this.
2170         
2171         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
2172         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
2173
2174         * assembly.h (mono_assembly_load_from): Split the second part of 
2175         assembly loading into a new public function.
2176
2177         * exception.h (mono_get_exception_bad_image_format): New function.
2178
2179 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
2180
2181         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
2182         Enumerate all modules inside a dynamic assembly. Fixes #51293.
2183         
2184         * icall.c: Add new icall for creating dynamic methods.
2185
2186         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
2187
2188         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
2189
2190         * reflection.c (mono_reflection_create_dynamic_method): New icall to
2191         create a dynamic method.
2192
2193         * reflection.c (resolve_object): New helper function.
2194
2195         * reflection.c: Generalize ReflectionMethodBuilder and the functions
2196         which manipulate it so they can also work on dynamic methods.
2197
2198         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
2199         creating the MonoReflectionMethodAux structure if it is not needed.
2200         
2201         * reflection.h verify.c: Update after changes to object layout.
2202
2203         * reflection.c (method_builder_encode_signature): Fix compilation on
2204         gcc 2.95.x.
2205
2206 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
2207
2208         * appdomain.h: Added support for context static fields. Added static_data
2209           field to MonoAppContext and renamed thread_static_fields to a more
2210           generic special_static_fields in MonoAppDomain, since it can now contain
2211           context static fields.
2212         * domain.c: Updated hashtable name.
2213         * object.c: Replaced field_is_thread_static() for a more generic
2214           field_is_special_static() which also checks for context static attribute.
2215           In mono_class_vtable(), added support for static context fields.
2216         * threads.c: Changed methods that manage thread static fields to more
2217           generic methods so they can be reused both for thread and context static
2218           data.
2219         * threads.h: Declared some new methods.
2220
2221 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
2222
2223         * reflection.h: Update after changes to the managed types.
2224
2225         * reflection.c (encode_custom_modifiers): New helper function.
2226
2227         * reflection.c (method_encode_signature): Emit custom modifiers.
2228
2229         * reflection.c (field_encode_signature): Emit custom modifiers.
2230
2231 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
2232
2233         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
2234
2235         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
2236         implementation.
2237
2238         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
2239         icall.
2240
2241         * object.c (mono_field_get_value_object): New function.
2242
2243         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
2244         specific.
2245
2246 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
2247
2248         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
2249         return a preallocated out-of-memory exception instance.
2250
2251         * object.c (out_of_memory): Use the new function.
2252
2253         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
2254         flag is before the custom modifiers. Fixes #49802.
2255
2256 2003-11-16  Martin Baulig  <martin@ximian.com>
2257
2258         * class.c (mono_class_is_open_constructed_type): Implemented the
2259         MONO_TYPE_GENERICINST case.
2260
2261 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
2262
2263         * assembly.c (mono_assembly_fill_assembly_name): New function to
2264         fill out the MonoAssemblyName structure.
2265         (mono_assembly_open): Use the new function.
2266
2267         * icall.c (fill_reflection_assembly_name): New helper function.
2268
2269         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
2270         new function.
2271
2272         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
2273
2274 2003-11-15  Martin Baulig  <martin@ximian.com>
2275
2276         * class.c (mono_class_is_open_constructed_type): New public
2277         function; checks whether a type is an open constructed type,
2278         ie. whether it still contains type parameters.
2279         (mono_class_inflate_generic_type): If we're a type parameter and
2280         the inflated type is also a MONO_TYPE_(M)VAR, return the original
2281         type.
2282
2283         * class.h (MonoGenericInst): Added `guint32 is_open'.
2284
2285         * loader.c (method_from_methodspec): Check whether we're an open
2286         or closed constructed type and set `ginst->is_open'.
2287
2288         * reflection.c (mono_reflection_bind_generic_parameters): Check
2289         whether we're an open or closed constructed type and set
2290         `ginst->is_open'.
2291         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
2292         from open constructed types.
2293
2294 2003-11-15  Martin Baulig  <martin@ximian.com>
2295
2296         * reflection.c (mono_reflection_bind_generic_parameters): If we're
2297         a generic instance (instead of a generic type declaration) with
2298         unbound generic parameters, bind them to our actual types.
2299
2300 2003-11-14  Martin Baulig  <martin@ximian.com>
2301
2302         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
2303
2304         * reflection.c (mono_reflection_bind_generic_parameters): If we're
2305         an interface type, populate `res->interfaces' with instantiated
2306         versions of all the interfaces we inherit.
2307
2308 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
2309
2310         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
2311         when MONO_PATH is set but doesn't contain the install dir.
2312
2313 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2314
2315         * icall.c:
2316         (ves_icall_Type_GetInterfaces): don't return an interface twice when
2317         it's also implemented in base classes. Fixes bug #50927.
2318
2319 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
2320
2321         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
2322         if this method is called from a finalizer. Fixes #50913.
2323
2324 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
2325
2326         * threads.c: Implement VolatileRead/VolatileWrite
2327
2328         * icall.c: Add new icalls for VolatileRead/VolatileWrite
2329
2330 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
2331
2332         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
2333         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
2334         2.95.3.
2335
2336         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
2337         from Peter Ross (pro@missioncriticalit.com).
2338         
2339 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
2340
2341         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
2342
2343 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
2344
2345         * assembly.c (mono_assembly_load_references): Disable check because it
2346         triggers on older corlibs which lots of people have.
2347
2348 2003-11-12  Jackson Harper  <jackson@ximian.com>
2349
2350         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
2351         load corlib.dll if mscorlib.dll is not found.
2352         * assembly.h: Remove corlib name define.
2353         * class.c:
2354         * domain.c:
2355         * image.c: Change corlib name to mscorlib.
2356         
2357 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
2358
2359         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
2360
2361 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
2362
2363         * appdomain.h: Added loader_optimization here to sync with the C#
2364         code, and add disallow_binding_redirects field.
2365
2366 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
2367
2368         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
2369
2370         * reflection.c (mono_image_build_metadata): Fix crash on modules
2371         with no types.
2372
2373         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
2374
2375         * icall.c (ves_icall_get_method_info): Return callingConvention as
2376         well.
2377
2378         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
2379         namespaces from the EXPORTEDTYPE table as well.
2380
2381         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
2382         from all modules inside the assembly.
2383         
2384 2003-11-11  Martin Baulig  <martin@ximian.com>
2385
2386         * reflection.c (mono_reflection_bind_generic_parameters): Make
2387         this work for interfaces.
2388
2389 2003-11-11  Martin Baulig  <martin@ximian.com>
2390
2391         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
2392
2393 2003-11-11  Martin Baulig  <martin@ximian.com>
2394
2395         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
2396         "MonoInflatedMethod" and "MonoInflatedCtor".
2397
2398 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
2399
2400         * reflection.c (resolution_scope_from_image): Use the assembly table
2401         from the manifest module, since other modules don't have it.
2402
2403         * debug-helpers.c (mono_type_full_name): New helper function.
2404
2405         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
2406
2407         * image.c (mono_image_load_file_for_image): New public function which
2408         is a replacement for the load_file_for_image in class.c.
2409
2410         * assembly.c (mono_assembly_load_module): A wrapper for the function
2411         above which does assembly association and reference loading too.
2412
2413         * class.c (mono_class_from_name): Call mono_assembly_load_module.
2414
2415 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2416
2417         * appdomain.c: not all of the attributes for the full assembly name
2418         are required and the order doesn't matter. Fixes bug #50787.
2419
2420 2003-11-10  Dick Porter  <dick@ximian.com>
2421
2422         * locales.c: Use platform-endian UTF16
2423
2424 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
2425
2426         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
2427         
2428 2003-11-10  Martin Baulig  <martin@ximian.com>
2429
2430         * metadata.c
2431         (mono_metadata_load_generic_params): Make this actually work.
2432
2433         * reflection.c (mono_reflection_bind_generic_parameters): If our
2434         parent is a generic instance, pass all the `types' to it, no
2435         matter whether it has the same number of type parameters or not.
2436
2437 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
2438
2439         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
2440
2441         * assembly.c (mono_assembly_load_references): Move the image<->assembly
2442         assignment code to this function so it gets called recursively for all
2443         modules.
2444
2445         * image.c (load_modules): Remove the assembly assignment since it is
2446         now done by mono_assembly_load_references.
2447         
2448         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
2449         Add 'module' argument.
2450         (mono_module_get_types): New helper function.
2451         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
2452
2453 2003-11-08  Martin Baulig  <martin@ximian.com>
2454
2455         * class.c (mono_class_inflate_generic_method): Interface method
2456         don't have a header.
2457
2458         * reflection.c (mono_image_get_methodspec_token): Take an
2459         additional `MonoGenericInst *' argument instead of reading it from
2460         the header; this is necessary to support interfaces.
2461         (mono_image_create_token): Pass the `MonoGenericInst *' from the
2462         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
2463         (inflated_method_get_object): Take an additional `MonoGenericInst *'
2464         argument.
2465
2466         * reflection.h (MonoReflectionInflatedMethod): Added
2467         `MonoGenericInst *ginst'.
2468
2469 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
2470
2471         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
2472
2473 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
2474
2475         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
2476
2477 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
2478
2479         * reflection.c 
2480         (reflection_methodbuilder_from_method_builder):
2481         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
2482         initialize a ReflectionMethodBuilder structure.
2483         (mono_image_get_methodbuilder_token):
2484         (mono_image_get_ctorbuilder_token): New functions to emit memberref
2485         tokens which point to types in another module inside the same assembly.
2486
2487         * reflection.c: Use the new helper functions.
2488         
2489         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
2490
2491         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
2492         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
2493
2494         * reflection.c (resolution_scope_from_image): Emit a moduleref if
2495         neccesary.
2496
2497         * reflection.c (mono_image_build_metadata): Emit metadata only for the
2498         current module. Emit the manifest only for the main module.
2499
2500         * reflection.c (mono_image_create_token): Add assertion when a 
2501         memberref needs to be created.
2502
2503         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
2504
2505         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
2506         larger buffer for the custom attribute blob. Fixes #50637.
2507         
2508 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2509
2510         * threadpool.c: notify listener on async processing handles after
2511         invoking the async callback. Thanks to Zoltan.
2512
2513 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
2514
2515         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
2516         avoid code duplication.
2517
2518         * reflection.h (MonoDynamicImage): New type which is currently unused,
2519         but will be used through the ref.emit code in place of 
2520         MonoDynamicAssembly.
2521
2522         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
2523         object layout.
2524
2525         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
2526         a MonoDynamicImage instead of just a MonoImage.
2527         
2528         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
2529         icalls to ModuleBuilder but keep their semantics, so they will work
2530         with moduleb->assemblyb. This will change later.
2531         
2532 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
2533
2534         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
2535         object layout.
2536
2537         * reflection.c (mono_image_build_metadata): Avoid creation of a default
2538         main module, since it is now done by the managed code.
2539
2540 2003-11-03  Martin Baulig  <martin@ximian.com>
2541
2542         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
2543         `ginst->klass' here.
2544         (method_encode_methodspec): Don't use the `ginst->generic_method's
2545         klass if it's a generic instance, use `ginst->klass' in this case.
2546
2547 2003-11-03  Martin Baulig  <martin@ximian.com>
2548
2549         * reflection.c (mono_image_get_generic_method_param_info):
2550         Removed, use mono_image_get_generic_param_info() instead.
2551         (mono_image_get_type_info): Write the GenericParam table before
2552         the Method table.  This is neccessary because in the GenericParam
2553         table, type parameters of the class (ie. '!0' etc.) must come
2554         before the ones from its generic methods (ie. '!!0' etc).
2555
2556 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
2557
2558         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
2559
2560 2003-11-02  Martin Baulig  <martin@ximian.com>
2561
2562         * reflection.c (create_generic_typespec): Take a
2563         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
2564         the generic parameters from it.
2565
2566 2003-11-02  Martin Baulig  <martin@ximian.com>
2567
2568         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
2569         instead of a `MonoClassField *' since we just need the type.
2570         (create_generic_typespec): New static function.  Creates a
2571         TypeSpec token for a generic type declaration.
2572         (mono_image_get_generic_field_token): New static function.
2573         (mono_image_create_token): If we're a FieldBuilder in a generic
2574         type declaration, call mono_image_get_generic_field_token() to get
2575         the token.
2576
2577 2003-11-02  Martin Baulig  <martin@ximian.com>
2578
2579         * reflection.h
2580         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
2581         `MonoReflectionGenericInst *declaring_type' and
2582         `MonoReflectionGenericInst *reflected_type' fields.
2583
2584         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
2585         `MonoReflectionGenericInst *declaring_type' and a
2586         `MonoReflectionGenericInst *reflected_type' argument instead of a
2587         single `MonoReflectionGenericInst *type' one.  Set
2588         `res->declaring_type' and `res->reflected_type' from them.
2589         (mono_reflection_inflate_field): Likewise.      
2590
2591 2003-11-02  Martin Baulig  <martin@ximian.com>
2592
2593         * class.c (mono_class_setup_vtable): Don't store generic methods
2594         in the vtable.  
2595
2596 2003-11-02  Martin Baulig  <martin@ximian.com>
2597
2598         * reflection.h (MonoReflectionGenericInst): Added
2599         `MonoReflectionType *declaring_type'.
2600
2601         * reflection.c (mono_reflection_bind_generic_parameters): Use
2602         `if (tb->parent)' instead of `klass->parent'.
2603
2604 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
2605
2606         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
2607         with an empty ASSEMBLY table.
2608
2609         * reflection.c (mono_image_build_metadata): Avoid using the same loop
2610         variable in the inner and outer loops.
2611
2612 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
2613
2614         * metadata.h (mono_metadata_make_token): Put parentheses around macro
2615         argument.
2616
2617         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
2618         
2619         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
2620         icalls. Instead, do everything in managed code. This is needed since
2621         it is hard to restore the original domain etc. in unmanaged code in the
2622         presence of undeniable exceptions.
2623
2624         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
2625         New icalls to push and pop appdomain refs.
2626
2627 2003-10-31  Martin Baulig  <martin@ximian.com>
2628
2629         * class.c (inflate_generic_type): Renamed to
2630         mono_class_inflate_generic_type() and made it public.
2631
2632         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
2633         New interncall.
2634
2635         * loader.c (mono_field_from_memberref): Also set the retklass for
2636         typespecs.
2637
2638         * fielder.c (mono_image_get_inflated_field_token): New static
2639         method; creates a metadata token for an inflated field.
2640         (mono_image_create_token, fixup_method): Added support for
2641         "MonoInflatedField".
2642         (fieldbuilder_to_mono_class_field): New static function.
2643         (mono_reflection_inflate_field): New public function.
2644
2645         * reflection.h
2646         (MonoReflectionGenericInst): Added `MonoArray *fields'.
2647         (MonoReflectionInflatedField): New typedef.     
2648
2649 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
2650
2651         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
2652         for Solaris and other platforms without s6_addr16
2653
2654 2003-10-30  Martin Baulig  <martin@ximian.com>
2655
2656         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
2657         argument instead of two.
2658         (mono_class_inflate_generic_signature): Likewise.
2659         (inflate_generic_header): Likewise.
2660         (mono_class_inflate_generic_method): Likewise.  In addition, if
2661         `ginst->klass' is set, it becomes the new `method->klass'.
2662
2663         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
2664         field.
2665
2666         * reflection.c (encode_generic_method_sig): Write a 0xa as the
2667         first byte. [FIXME]
2668         (method_encode_methodspec): If we have generic parameters, create
2669         a MethodSpec instead of a MethodRef.
2670         (fixup_method): Added support for "MonoInflatedMethod" and
2671         "MonoInflatedCtor".
2672         (mono_image_create_token): Added support for "MonoInflatedMethod"
2673         and "MonoInflatedCtor".
2674         (inflated_method_get_object): New static function; returns a
2675         managed "System.Reflection.MonoInflatedMethod" object.
2676         (mono_reflection_bind_generic_method_parameters): Return a
2677         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
2678         (mono_reflection_inflate_method_or_ctor): Likewise.
2679         (mono_image_get_generic_method_param_info): Initialize unused
2680         fields to zero.
2681         (mono_image_get_generic_param_info): Likewise.
2682
2683         * reflection.h (MonoReflectionInflatedMethod): New public
2684         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
2685         "S.R.MonoInflatedCtor" classes.
2686
2687         * loader.c (method_from_memberref): If we're a TypeSpec and it
2688         resolves to a generic instance, inflate the method.
2689
2690 2003-10-28  Dick Porter  <dick@ximian.com>
2691
2692         * object.c (mono_runtime_run_main): Convert command-line arguments
2693         into utf8, falling back to the user's locale encoding to do so.
2694
2695 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
2696
2697         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
2698         at this time.
2699
2700         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
2701
2702         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
2703         up icalls at method definition time. Partially fixes #33569.
2704
2705 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
2706
2707         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
2708         marshalling of arrays. Fixes #50116.
2709
2710         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
2711
2712         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
2713         points to a vtable in the dying appdomain.
2714
2715         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
2716         listeners into unmanaged code inside the lock.
2717
2718         * object.c (mono_class_vtable): Turn off typed allocation in non-root
2719         domains and add some comments.
2720
2721 2003-10-25  Martin Baulig  <martin@ximian.com>
2722
2723         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
2724
2725         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
2726
2727         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
2728         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
2729         currently parsing.  Create the generic class and store it in
2730         `generic_inst->klass' before parsing the type arguments.  This is
2731         required to support "recursive" definitions; see mcs/tests/gen-23.cs
2732         for an example.
2733         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
2734         to support recursive typespec entries.
2735
2736         * class.c (mono_class_setup_parent): If our parent is a generic
2737         instance, we may get called before it has its name set.
2738         (mono_class_from_generic): Splitted into
2739         mono_class_create_from_generic() and mono_class_initialize_generic().
2740
2741 2003-10-25  Martin Baulig  <martin@ximian.com>
2742
2743         * icall.c (ves_icall_Type_BindGenericParameters): Return a
2744         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
2745         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
2746         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
2747
2748         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
2749         (create_typespec): Likewise.
2750         (mono_reflection_bind_generic_parameters): Return a
2751         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
2752         (mono_reflection_inflate_method_or_ctor): New public function.
2753
2754         * reflection.h (MonoReflectionGenericInst): New typedef.        
2755
2756 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
2757
2758         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
2759         inside the domain lock. Fixes #49993.
2760         
2761         * object.c (mono_class_vtable): When typed allocation is used, 
2762         allocate vtables in the GC heap instead of in the mempool, since the
2763         vtables contain GC descriptors which are used by the collector even
2764         after the domain owning the mempool is unloaded.
2765
2766         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
2767
2768         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
2769         reflect what it does. Also invalidate mempools instead of freeing
2770         them if a define is set.
2771
2772         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
2773         of the appdomain.
2774         
2775         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
2776         hold the finalizable objects in this domain.
2777
2778         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
2779         appdomain.
2780
2781         * appdomain.c (mono_domain_set): New function to set the current
2782         appdomain, but only if it is not being unloaded.
2783
2784         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
2785         appdomain which is being unloaded.
2786         
2787         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
2788         unloading of the root appdomain.
2789
2790         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
2791         icall to execute a method in another appdomain. Intended as a 
2792         replacement for InternalSetDomain, which can confuse the code 
2793         generation in the JIT.
2794
2795         * appdomain.c (mono_domain_is_unloading): New function to determine
2796         whenever an appdomain is unloading.
2797
2798         * appdomain.c (mono_domain_unload): New function to correctly unload
2799         an appdomain.
2800
2801         * assembly.c (mono_assembly_load_references): Check that an assembly
2802         does not references itself.
2803
2804         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
2805         domain manually, it asks the finalizer thread to do it, then waits for
2806         the result. Also added a timeout.
2807
2808         * icall.c: Register the new icalls.
2809
2810         * threads.h threads.c: Export the mono_gc_stop_world and 
2811         mono_gc_start_world functions.
2812         
2813         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
2814         function to fill out the mempool with 0x2a.
2815
2816 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
2817
2818         * reflection.h (MonoReflectionMethodAux): New structure to store
2819         information which is rarely used, thus is not in the MonoMethod
2820         structure.
2821
2822         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
2823         store the aux info.
2824
2825         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
2826         and marshalling info into the aux structure.
2827
2828         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
2829         from the aux structure.
2830
2831         * loader.c (mono_method_get_param_names): Retrieve the param names from
2832         the aux structure.
2833         
2834 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
2835
2836         * exception.h exception.c: Add AppDomainUnloadedException && fix 
2837         warning.
2838
2839 2003-10-21  Dick Porter  <dick@ximian.com>
2840
2841         * socket-io.c
2842         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
2843         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
2844
2845 2003-10-21  Martin Baulig  <martin@ximian.com>
2846
2847         * reflection.c (mono_reflection_bind_generic_parameters):
2848         `klass->parent' is NULL for interfaces.
2849
2850 2003-10-21  Martin Baulig  <martin@ximian.com>
2851
2852         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
2853
2854 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
2855
2856         * exception.c (mono_exception_from_name_msg): New helper function for
2857         creating exceptions and initializing their message field.
2858
2859         * exception.c: Simplify functions using the new helper.
2860
2861         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
2862         New function.
2863
2864         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
2865         mono_raise_exception, since otherwise gcc doesn't generate the function
2866         epilog for raise_exception, confusing the stack unwinding in the JIT.
2867         Fixes #45043.
2868
2869         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
2870         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
2871         Fixes #49499.
2872
2873 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2874
2875         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
2876         utf8.
2877
2878 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
2879
2880         * icall.c: Removed GetUninitializedObject method because
2881           AllocateUninitializedClassInstance does the same.
2882
2883 2003-10-18  Martin Baulig  <martin@ximian.com>
2884
2885         * class.c (inflate_generic_signature): Renamed to
2886         mono_class_inflate_generic_signature() and made it public.
2887         (my_mono_class_from_generic_parameter): New static function; if we
2888         don't already have the generic parameter's MonoClass, create a
2889         very simple one which is just used internally in the runtime and
2890         not passed back to managed code.
2891
2892         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
2893
2894         * metadata.h (MonoMethodSignature): Moved the
2895         `MonoGenericParam *gen_params' to the MonoMethodHeader.
2896         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
2897
2898         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
2899         ves_icall_MonoMethod_GetGenericArguments(); this is now an
2900         interncall on the MonoMethod class, not on MethodInfo.
2901         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
2902         calling mono_reflection_bind_generic_method_parameters() directly.
2903
2904         * loader.c (mono_method_get_signature): If this is a MethodSpec;
2905         return the already computed `method->signature'.
2906         (method_from_methodspec): New static function to load a method
2907         from a MethodSpec entry.
2908         (mono_get_method_from_token): Call the new method_from_methodspec()
2909         for MethodSpec tokens.  
2910         (mono_get_method_from_token): If we're a generic method, load the
2911         type parameters.
2912
2913         * reflection.c (mono_image_get_memberref_token): Allow
2914         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
2915         table.
2916         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
2917         (mono_image_create_token): First check whether it's a generic
2918         method (so we'd need to create a MethodSpec), then do the other
2919         two alternatives.
2920         (mono_reflection_bind_generic_method_parameters): Return a
2921         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
2922         called directly from the interncall.
2923
2924 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
2925
2926         * reflection.c (load_public_key): Move loading of the public key
2927         into managed code.
2928
2929         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
2930
2931         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
2932         fields.
2933
2934         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
2935         culture, hash_alg and public_key. Fixes #49555.
2936
2937 2003-10-17  Martin Baulig  <martin@ximian.com>
2938
2939         * class.h (MonoGenericInst): Moved this declaration here and added
2940         `MonoMethod *generic_method'.
2941
2942         * icall.c
2943         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
2944         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
2945
2946         * metadata.c (mono_metadata_type_equal): Two types of
2947         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
2948         index; ie. don't compare the address of the `MonoGenericParam'
2949         structure.
2950         (mono_metadata_load_generic_params): Removed the `MonoMethod
2951         *method' argument.
2952
2953         * metadata.h (MonoGenericInst): Moved declaration to class.h.
2954         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
2955
2956         * reflection.c (method_encode_signature): Encode the number of
2957         generic parameters.
2958         (encode_generic_method_sig): New static function.
2959         (method_encode_methodspec): New static function; creates an entry
2960         in the MethodSpec table for a generic method.
2961         (mono_image_get_methodspec_token): New static function.
2962         (mono_image_create_token): Call mono_image_get_methodspec_token()
2963         for generic methods.
2964         (mono_reflection_bind_generic_method_parameters): New public
2965         function.  Instantiates a generic method.
2966
2967 2003-10-16  Martin Baulig  <martin@ximian.com>
2968
2969         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
2970         *gen_params' here from MonoMethodHeader.
2971
2972         * metadata.c (mono_metadata_parse_method_signature): If we have
2973         generic parameters, initialize `method->gen_params' and then set
2974         the correct `type->data.generic_param' in all the parameters.
2975
2976 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
2977
2978         * threads.c (mono_threads_get_default_stacksize): New function to 
2979         return the default stacksize.
2980
2981         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
2982         termination of the finalizer thread, since the previous method had
2983         race conditions. Fixes #49628.
2984
2985         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
2986         as for the other managed threads.
2987
2988 2003-10-16  Martin Baulig  <martin@ximian.com>
2989
2990         * class.c (inflate_generic_signature): Copy `generic_param_count'
2991         and `gen_params'.
2992
2993         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
2994         New interncall.
2995
2996         * metadata.c (mono_metadata_parse_method_signature): Actually set
2997         the `method->generic_param_count' here.
2998         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
2999
3000 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
3001
3002         * object.h: Add a new field to TypedRef to simplify the implementation
3003         of the REFANY opcodes in the JIT.
3004
3005         * icall.c: Make use of the new field.
3006
3007         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
3008         dynamically.
3009
3010 2003-10-15  Martin Baulig  <martin@ximian.com>
3011
3012         * class.c (mono_class_from_gen_param): Renamed to
3013         mono_class_from_generic_parameter() and moved most of the
3014         functionality from mono_reflection_define_generic_parameter()
3015         here; ie. we create a "real" class here.
3016         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
3017         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
3018         previously been called.
3019
3020         * class.h (MonoGenericParam): Moved the declaration of this struct
3021         here from metadata.h and added `MonoMethod *method'.
3022
3023         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
3024         interncall.
3025
3026         * loader.c (mono_get_method_from_token): If we have any generic
3027         parameters, call mono_metadata_load_generic_params() to read them
3028         from the MONO_TABLE_GENERICPAR.
3029
3030         * metadata.c (mono_metadata_load_generic_params): Added
3031         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
3032
3033         * metadata.h (MonoMethodSignature): Replaced
3034         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
3035         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
3036
3037         * reflection.c (mono_reflection_define_generic_parameter): Moved
3038         most of the functionality into the new
3039         mono_class_from_generic_parameter(); set the `method' field if
3040         we're a method parameter.       
3041
3042 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
3043
3044         * marshal.c (emit_struct_conv): if native size is 0
3045         emit no code.
3046
3047 2003-10-14  Martin Baulig  <martin@ximian.com>
3048
3049         * icall.c: The generics API has changed in the spec since it was
3050         added to System.Type; these modifications make it match the spec
3051         again.
3052         (ves_icall_Type_GetGenericParameters): Renamed to
3053         `ves_icall_Type_GetGenericArguments'.
3054         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
3055         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
3056         `ves_icall_MonoType_get_HasGenericArguments'.
3057         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
3058         `ves_icall_MonoType_get_IsGenericParameter'.
3059         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
3060         this is no interncall anymore.
3061         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
3062         `ves_icall_TypeBuilder_get_IsGenericParameter'.
3063
3064 2003-10-14  Martin Baulig  <martin@ximian.com>
3065
3066         * reflection.c (mono_reflection_bind_generic_parameters): Also
3067         inflate generic methods if we're reading the class from IL.
3068
3069 2003-10-13  Martin Baulig  <martin@ximian.com>
3070
3071         * reflection.c (mono_reflection_define_generic_parameter): This
3072         method isn't called directly from the icall anymore; take a
3073         `MonoReflectionAssemblyBuilder *' so we can use this for type and
3074         method generic parameters.
3075         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
3076         (method_builder_encode_signature): Encode generic parameters.
3077         (mono_image_get_method_info): Write generic params to the
3078         MONO_TABLE_GENERICPARAM table.
3079
3080         * reflection.h (MonoReflectionMethodBuilder): Added
3081         `MonoArray *generic_params'.
3082
3083         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
3084
3085         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
3086         wrapper for mono_reflection_define_generic_parameter().
3087         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
3088
3089 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
3090
3091         * marshal.h: Add missing function to fix build.
3092
3093         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
3094         the SetLastError pinvoke attribute.
3095
3096         * marshal.c (mono_marshal_set_last_error): New helper function called
3097         by the generated code.
3098         
3099         * marshal.c (mono_mb_emit_branch): New helper function.
3100
3101         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
3102
3103         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
3104         classes as parameters and return values of delegates. Fixes #29256. 
3105
3106 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
3107
3108         * locales.c: use gint32 in non HAVE_ICU case
3109
3110 2003-10-11  Martin Baulig  <martin@ximian.com>
3111
3112         * mono-debug.c (mono_debug_add_method): Added a workaround for
3113         bug #48591.
3114
3115 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
3116
3117         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
3118         delegates passed to native code must use the STDCALL calling 
3119         convention. Fixes #35987.
3120
3121 2003-10-10  Martin Baulig  <martin@ximian.com>
3122
3123         * class.c (inflate_generic_type): If we're inflating for a generic
3124         type instance (and not for a generic method), return
3125         MONO_TYPE_MVAR unchanged.
3126
3127 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3128
3129         * string-icalls.c: Join ignores null strings in the source array.
3130         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
3131         * threads.c: GetAvailableTheads is slightly more accurate.
3132
3133 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
3134
3135         * threads.h threads.c : add mono_threads_set_default_stacksize
3136         and pass default to CreateThread calls.
3137
3138 2003-10-09  Dick Porter  <dick@ximian.com>
3139
3140         * icall.c:
3141         * locales.h:
3142         * locales.c: Internal calls for constructing CultureInfo and
3143         related objects from libicu (if its available.)
3144
3145 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
3146
3147         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
3148
3149 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3150
3151         * threadpool.c: added an argument to async_invoke_thread that is the
3152         item to process, pass the MonoAsyncResult to the thread start function
3153         when creating a new thread. This way we don't need to acquire any lock
3154         when we're creating a new thread. Readded a semaphore for faster
3155         response times (instead of that Sleep i added).
3156
3157 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
3158
3159         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
3160         get daylight change dates better on Windows, fix handling
3161         of platforms without tm_gmtoff.
3162
3163 2003-10-06  Martin Baulig  <martin@ximian.com>
3164
3165         * class.c (inflate_generic_method): Renamed to
3166         mono_class_inflate_generic_method() and made public.
3167         (mono_class_init): Don't inflate the generic methods here.
3168         (mono_class_from_generic): Added `gboolean inflate_methods'
3169         argument.  Inflate the methods here.
3170
3171         * loader.c (mono_method_get_param_names): Ignore instances of
3172         generic types for the moment.
3173
3174         * reflection.c (fixup_method): Added support for inflated methods.
3175         (mono_image_create_token): Use mono_image_get_methodref_token()
3176         for inflated methods.
3177         (mono_custom_attrs_from_param): Ignore instances of generic types
3178         for the moment.
3179         (mono_reflection_bind_generic_parameters): New public function.
3180         Moved all the functionality from
3181         ves_icall_Type_BindGenericParameters() here and added support for
3182         dynamic types.
3183         (mono_reflection_define_generic_parameter): Initialize
3184         `klass->methods' here.
3185
3186         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
3187         functionality into mono_reflection_define_generic_parameter().
3188         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
3189         TypeBuilder, return that TypeBuilder.
3190
3191 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3192
3193         * appdomain.c: removed mono_delegate_semaphore.
3194
3195         * threadpool.c:
3196         (mono_thread_pool_add): moved hash table creation inside and the thread 
3197         creation outside of the critical region.
3198         (mono_thread_pool_finish): removed obsolete code.
3199         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
3200         continue or exit the thread depending on the queue.
3201
3202 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
3203
3204         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
3205         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
3206         handle more bool marshalling options
3207
3208 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
3209
3210         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
3211         arrays of structs. Also add a more descriptive error message when
3212         a structure member is marshalled as LPArray.
3213
3214 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
3215
3216         * marshal.c (mono_marshal_get_native_wrapper): Add support for
3217         marshalling arrays of complex types. Fixes #29098. Also remove an
3218         usused and incomplete function.
3219
3220 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
3221
3222         * gc.c: report heap_size - free_bytes as total memory allocated
3223         (bug#49362).
3224
3225 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
3226
3227         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
3228         fix timezone handling problems on Windows.
3229         
3230         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
3231         asserts when the year is outside the range handled by ms the functions.
3232
3233         * class.c (setup_interface_offsets): If the class is an interface,
3234         fill out its interface_offsets slot.
3235
3236 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3237
3238         * threadpool.c: mark threadpool threads as background.
3239
3240 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
3241
3242         * decimal.c - define DECINLINE to nothing if not using GCC
3243
3244 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
3245
3246         * assembly.c: More refcount fixes.
3247
3248 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3249
3250         * string-icalls.c: if we're not trimming, return the same string.
3251         When not splitting, don't create a new string.
3252
3253 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3254
3255         * image.c:
3256         (mono_image_open): increment the ref_count inside the critical section.
3257
3258 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
3259
3260         * image.c (mono_image_open): Fix reference counting bug.
3261
3262 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
3263
3264         * marshal.c (mono_marshal_type_size) struct alignment changed for 
3265         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
3266         64bits. Avoid leak in mono_marshal_get_native_wrapper when
3267         mono_lookup_pinvoke_call throws.        
3268
3269 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
3270
3271         * reflection.c (mono_reflection_parse_type): Fix #49114.
3272
3273         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
3274         temporary workaround for cygwin header problem.
3275
3276         * object.c (mono_object_isinst): Synchronize this with the code
3277         generated by the JIT for casts.
3278
3279 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
3280
3281         * reflection.c (encode_type): Fix #38332.
3282
3283 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
3284
3285         * marshal.c (mono_marshal_method_from_wrapper): New function to return
3286         the original method from the wrapper method.
3287
3288 2003-09-25  Martin Baulig  <martin@ximian.com>
3289
3290         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
3291         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
3292         (ves_icall_Type_get_IsGenericInstance): New interncall.
3293
3294 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
3295
3296         * object.c: fix cast warning in big endian code.
3297
3298 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
3299
3300         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
3301         
3302 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3303
3304         * assembly.c: don't call check_env from mono_assembly_load. It's
3305         already done once in mono_assemblies_init and may cause headaches when
3306         multiple threads are loading assemblies.
3307
3308 2003-09-19  Martin Baulig  <martin@ximian.com>
3309
3310         * reflection.c (mono_reflection_define_generic_parameter): Don't
3311         allocate `klass->methods', set `klass->flags' to
3312         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
3313
3314 2003-09-18  Martin Baulig  <martin@ximian.com>
3315
3316         * class.c (mono_class_init): Don't create `class->methods' if it's
3317         already initialized.
3318
3319         * metadata.c (mono_metadata_load_generic_params): Make this
3320         actually work.
3321
3322         * reflection.c (mono_reflection_define_generic_parameter): Set
3323         parent class and interfaces from the constraints.
3324
3325         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
3326         to keep this struct in sync with the declaration in TypeBuilder.cs.
3327
3328 2003-09-17  Martin Baulig  <martin@ximian.com>
3329
3330         * metadata.h (MonoType): Replaced the data's `int type_param'
3331         field with `MonoGenericParam *generic_param'.
3332         (MonoGenericParam): Added `MonoClass *klass'.
3333
3334         * class.c (mono_class_from_gen_param): Removed the
3335         `MonoImage *image' and `int type_num' arguments.
3336
3337         * metadata.c (mono_metadata_parse_generic_param): New static
3338         method; creates a MonoGenericParam which just contains the index.
3339         (do_mono_metadata_parse_type): Call
3340         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
3341         MONO_TYPE_MVAR.
3342
3343         * reflection.c (mono_image_typedef_or_ref): Generic type
3344         parameters may be in the same assembly, but never use a typedef
3345         for them.
3346         (mono_reflection_define_generic_parameter): We're now creating a
3347         "real" class for the type parameter; it's now safe to call
3348         mono_class_from_mono_type() on the class'es type, it'll do the
3349         right thing.
3350
3351 2003-09-16  Martin Baulig  <martin@ximian.com>
3352
3353         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
3354         `symfile->range_entry_size' and `symfile->class_entry_size' here;
3355         the `symfile' data structure must be fully initialized before it
3356         gets added to the table.
3357
3358 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
3359
3360         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
3361
3362         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
3363         class init trampolines.
3364
3365 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
3366
3367         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
3368         to the built-in profiler to turn off time and allocation profiling
3369         respectively.
3370
3371 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
3372
3373         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
3374         g_direct_equal.
3375
3376         * debug-helpers.c (mono_method_full_name): Print the wrapper type
3377         in human readable form.
3378
3379 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
3380
3381         * reflection.c icall.c: Fixed warnings.
3382
3383         * image.c (load_class_names): Use a temporary hash table to hold the
3384         namespaces in order to avoid doing many string comparisons.
3385
3386         * image.h: Fix typo.
3387
3388         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
3389         Pass NULL instead of g_direct_equal to the GHashTable constructor 
3390         since the NULL case is short-circuited inside g_hash_table_lookup, 
3391         leading to better performance.  
3392
3393         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
3394         obtain the first custom attribute for a given index. Depends on the
3395         CustomAttribute table being sorted by the parent field.
3396
3397         * reflection.c (mono_custom_attrs_from_index): Use the new function 
3398         for better performance.
3399
3400 2003-09-07  Martin Baulig  <martin@ximian.com>
3401
3402         * class.c (mono_class_init): If we're a generic instance, inflate
3403         all our methods instead of loading them from the image.
3404         (mono_class_from_generic): Set `class->methods = gklass->methods'.
3405
3406 2003-09-07  Martin Baulig  <martin@ximian.com>
3407
3408         * mono-debug-debugger.c: Added support for constructors.
3409
3410 2003-09-06  Martin Baulig  <martin@ximian.com>
3411
3412         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
3413         New interncall.
3414
3415         * reflection.c (mono_reflection_setup_generic_class): Call
3416         ensure_runtime_vtable() to create the vtable.
3417
3418 2003-09-05  Martin Baulig  <martin@ximian.com>
3419
3420         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
3421         MONO_TYPE_MVAR.
3422
3423 2003-09-04  Martin Baulig  <martin@ximian.com>
3424
3425         * reflection.c (mono_reflection_define_generic_parameter): Generic
3426         parameters start with zero.
3427
3428 2003-09-04  Martin Baulig  <martin@ximian.com>
3429
3430         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
3431
3432         * reflection.h (MonoReflectionGenericParam): New typedef.
3433         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
3434         the generic parameters from the managed TypeBuilder.
3435
3436         * reflection.c (mono_reflection_define_generic_parameter): New function.
3437         (mono_reflection_create_runtime_class): Encode generic parameters.
3438         (mono_reflection_setup_generic_class): New function; this is
3439         called after adding adding all generic params to the TypeBuilder.
3440         (encode_type): Added MONO_TYPE_VAR.
3441
3442 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
3443
3444         * class.h class.c (mono_class_needs_cctor_run): Moved this method
3445         here from the JIT.
3446
3447         * assembly.h assembly.c: Moved the AOT loading code into an assembly
3448         load hook.
3449
3450 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
3451
3452         * reflection.h reflection.c class.h class.c: Delete duplicate 
3453         definition of mono_type_get_name () from reflection.c and export the
3454         one in class.c.
3455
3456         * class.c: Class loading fixes from Bernie Solomon 
3457         (bernard@ugsolutions.com).
3458
3459         * reflection.c: Endianness fixes from Bernie Solomon 
3460         (bernard@ugsolutions.com).
3461         
3462 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
3463
3464         * assembly.h assembly.c: Define a file format version for AOT
3465         libraries.
3466         
3467         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
3468
3469         * appdomain.h (MonoJitInfo): New field to determine whenever the
3470         code is domain neutral.
3471         
3472 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
3473
3474         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
3475
3476 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
3477
3478         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
3479         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
3480         Avoid caching the result since strings must be domain specific. Fixes
3481         #48050.
3482
3483 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
3484
3485         * marshal.c (mono_marshal_init): Make this callable multiple times
3486         since it is hard to find a correct place to call it.
3487
3488         * object.c (mono_runtime_class_init): Execute static constructors in
3489         the correct appdomain.
3490
3491         * image.c (build_guid_table): Handle the case when multiple images have
3492         the same GUID.
3493
3494 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3495
3496         * icall.c: added a couple of icalls for System.Web.
3497
3498 2003-08-28  Martin Baulig  <martin@ximian.com>
3499
3500         * icall.c (ves_icall_Type_BindGenericParameters): Use
3501         `klass->generic_inst' instead of `&klass->byval_arg' in the
3502         mono_type_get_object() call.  The returned type must be
3503         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
3504
3505 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
3506
3507         * NOTES: New file.
3508
3509         * object.c (mono_class_proxy_vtable): Make it thread safe.
3510
3511         * pedump.c: Fix warning.
3512
3513         * object.c appdomain.h: Get rid of metadata_section. 
3514         It is no longer needed and it was causing deadlocks with domain->lock.
3515
3516         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
3517
3518 2003-08-26  Martin Baulig  <martin@ximian.com>
3519
3520         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
3521
3522 2003-08-26  Martin Baulig  <martin@ximian.com>
3523
3524         * pedump.c (main): Call mono_metadata_init(),
3525         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
3526         and mono_loader_init().
3527
3528 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
3529
3530         * loader.h: Add missing include to fix build.
3531
3532         * image.h: mono_image_load_references is no more.
3533
3534         * assembly.c: Reworked assembly loading to make it really thread safe.
3535         After these changes, the assembly returned by mono_assembly_open is
3536         fully initialized, i.e. all its references assemblies are loaded.
3537
3538         * assembly.c (mono_image_load_references): Renamed to 
3539         mono_assembly_load_references, and made private, since clients no
3540         longer need to call it.
3541
3542         * class.c: Removed calls to mono_assembly_load_references, since it was
3543         a source of deadlocks.
3544
3545         * loader.h loader.c class.h class.c: Protect data structures using a 
3546         new lock, the loader lock.
3547
3548         * class.c (mono_class_setup_vtable): Create temporary hash tables and
3549         GPtrArrays only when needed.
3550
3551         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
3552         into empty structures by mcs. Fixes pinvoke7.cs.
3553         
3554         * domain.c (mono_init): Call a new initialization function.
3555
3556         * appdomain.c (mono_runtime_init): Call the new initializer function
3557         of the marshal module.
3558
3559         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
3560         inserted into empty structures by mcs. Fixes pinvoke7.cs.
3561
3562         * marshal.h marshal.c: Added locks around the wrapper caches to make
3563         this module thread safe.
3564
3565         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
3566         this argument. Fixes pinvoke1.exe.
3567
3568 2003-08-25  Lluis Sanchez <lluis@ximian.com>
3569
3570         * object.h: Added call_type field to MonoMethodMessage and the corresponding
3571         enumeration of values. Removed fields to store remote call output values in
3572         MonoAsyncResult. Not needed any more.
3573         * object.c: Initialize call_type and async_result fields in mono_message_init.
3574         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
3575         dispatching the message.
3576         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
3577         async call to finish. To do it use a message with EndInvoke call type.
3578
3579 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
3580
3581         * loader.h loader.c (mono_method_hash_marhal_info): New function which
3582         determines whenever a method has marshalling info.
3583
3584 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3585
3586         * assembly.c: fix the build on windows.
3587
3588 2003-08-22 Lluis Sanchez <lluis@ximian.com>
3589
3590         * object.cs: Fixed bug #47785.
3591
3592 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
3593
3594         * string-icalls.c (StringReplace): If their are no occurances of
3595         the old string found return a reference to the supplied
3596         string. This saves some memory and matches MS behavoir.
3597         
3598 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3599
3600         * socket-io.c: fixed compilation for systems that define AF_INET6
3601         and don't define SOL_IP/SOL_IPV6.
3602
3603 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
3604
3605         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
3606         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
3607
3608         * rawbuffer.c rawbuffer.h: Make this module thread safe.
3609
3610         * domain.c: Make this module thread safe.
3611
3612         * domain.c (mono_init): Call new initialization function.
3613
3614         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
3615         reference types too. Fixes #38812.
3616
3617         * image.c (mono_image_init): Fixed warnings.
3618
3619         * class.c (mono_class_from_typeref): Handle assembly load failure
3620         correctly.
3621
3622         * appdomain.c (add_assemblies_to_domain): Handle the case when
3623         the references of an assembly are not yet loaded.
3624
3625         * metadata.c image.c assembly.c: Moved initialization of global
3626         variables to a separate function called at startup since lazy 
3627         initialization of these variables is not thread safe.
3628         
3629         * image.c assembly.c: Made this module thread safe by adding locks in 
3630         the appropriate places.
3631
3632         * domain.c (mono_init): Call the new initialization functions of the
3633         three modules.
3634
3635 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
3636
3637         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
3638           make a direct call. It is proxy's work to make the call asynchronous.
3639           mono_delegate_end_invoke(): If the targe is a proxy, just collect
3640           the return values.
3641         * object.cs: mono_method_call_message_new(): read AsyncResult and
3642           state object from parameters list, if this info is requested.
3643         * object.h: Added fields to store remote call output values in
3644           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
3645
3646 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
3647
3648         * object.h: add needed fields to MonoThread.
3649         * threads.c, threads.h: allow registering a function to cleanup data
3650         allocated per thread by the JIT.
3651
3652 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
3653
3654         * loader.h: portability fix by Bernie Solomon
3655         * <bernard@ugsolutions.com>.
3656
3657 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
3658
3659         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
3660         return a MonoArray. This simplifies the code and also ensures that
3661         the cache allways contains an object reference as a value.
3662
3663         * icall.c (ves_icall_get_parameter_info): Simplified using the new
3664         function.
3665
3666 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3667
3668         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
3669         fixes a problem with byte ordering when getting the address family for
3670         a socket.
3671
3672 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
3673
3674         * .cvsignore: Added monosn.
3675
3676         * reflection.h reflection.c loader.c: Added support for parameter
3677         marshalling to dynamically created types. Fixes #47295.
3678
3679 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
3680
3681         * rand.c: remove useless warnings.
3682
3683 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
3684
3685         * class.c: implemented ldtoken for methods and fieldrefs.
3686
3687 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3688
3689         * threadpool.c: when mono_async_invoke was called, no one took care of
3690         monitoring the queue. So if the method invoked took some time and we
3691         got new async invoke requests after 500 ms (the thread created waited
3692         that long in WaitForSingleObject), the new async invoke was not called
3693         until the previous one finished.
3694
3695         This is fixed now. Thanks to Totte for helping with it.
3696
3697 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3698
3699         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
3700
3701 2003-08-11  Martin Baulig  <martin@ximian.com>
3702
3703         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
3704
3705 2003-08-06  Martin Baulig  <martin@ximian.com>
3706
3707         * mono-debug-debugger.c: Added support for static fields,
3708         properties and methods.
3709
3710 2003-08-06  Martin Baulig  <martin@ximian.com>
3711
3712         * mono-debug-debugger.c: Don't store the MonoString's vtable to
3713         make this work for applications with multiple application domains.
3714
3715 2003-08-04  Martin Baulig  <martin@ximian.com>
3716
3717         * mono-debug-debugger.c: Completely reworked the type support; the
3718         most important thing is that we're now just using one single
3719         `MonoType' instance per type.
3720
3721 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
3722
3723         * mono-endian.h, mono-endian.c, icall.c: Added icall
3724         ves_icall_System_Double_AssertEndianity to assert double word endianity
3725         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
3726
3727 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
3728
3729         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
3730         support, icalls and fixes.
3731
3732 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
3733
3734         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
3735         classes that are a punctuation character in .NET is not the same a
3736         g_unichar_ispunct.
3737
3738 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
3739
3740         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
3741
3742 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
3743
3744         * icall.c: Add new MemCopy internalcall.
3745         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
3746         Simplified code; It is not necessary to handle all the cases here,
3747         as the C# code takes care of it.  Only handle the case of the name
3748         resource embedded into the assembly.
3749
3750         Changed signature to return the data pointer and the size of the
3751         data. 
3752
3753 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
3754
3755         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
3756         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
3757
3758 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
3759
3760         * socket-io.c: ignore EINTR error in select.
3761
3762 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
3763
3764         * class.h, class.c: removed unused subclasses field in MonoClass.
3765
3766 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
3767
3768         * icall.c: improve fix of get_base_definition(). If the parent class
3769           doesn't have the mehod, look at the parent of the parent.
3770         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
3771           to check if a parameter is an in or out parameter
3772           (PARAM_ATTRIBUTE_IN is not set by default).
3773           mono_method_return_message_restore(): Use mono_class_value_size to
3774           get the size of a value type. mono_type_stack_size (parameterType)
3775           does not return the correct value if parameterType is byRef.
3776           mono_load_remote_field(), mono_load_remote_field_new(),
3777           mono_store_remote_field(), mono_store_remote_field_new():
3778           raise exception if the remote call returns an exception.
3779
3780 2003-07-28  Martin Baulig  <martin@ximian.com>
3781
3782         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
3783         method.  This is a wrapper around mono_runtime_invoke() which
3784         boxes the instance object if neccessary.
3785
3786 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
3787
3788         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
3789         metadata.h, row-indexes.h, verify.c: first cut of generics support.
3790
3791 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
3792
3793         * icall.c: disable mcs bug workaround.
3794
3795 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
3796
3797         * object.c (mono_runtime_class_init): Take the metadata_section
3798         mutex before obtaining the domain mutex.
3799
3800         * appdomain.h: Added definition of metadata_section mutex here. 
3801
3802         * object.c: define metadata_mutex here.
3803
3804 2003-07-24  Ravi Pratap  <ravi@ximian.com>
3805
3806         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
3807         fixed.
3808
3809 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
3810
3811         * reflection.c: Fix bug #46669
3812
3813 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3814
3815         * exception.c:
3816         * exception.h:
3817         * icall.c:
3818         * object.h: fill in the type name for TypeLoadException.
3819
3820 2003-07-23  Ravi Pratap  <ravi@ximian.com>
3821
3822         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
3823         relationship between TypeBuilders while compiling corlib) and bug
3824         45993 (Array types returned from the runtime while compiling
3825         corlib were from the loaded corlib).
3826
3827 2003-07-22  Martin Baulig  <martin@ximian.com>
3828
3829         * mono-debug-debugger.c: Reworked the type support a bit more;
3830         distinguish between types and classes.
3831
3832 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
3833
3834         * icall.c: add IsArrayImpl icall.
3835
3836 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
3837
3838         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
3839         initializing real_size only once. Also fix bug #46602.
3840
3841 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
3842
3843         * object.c: Renamed mono_metadata_section to metadata_section.
3844
3845 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
3846
3847         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
3848           empty array if the type is an array. Fixed.
3849           ves_icall_MonoMethod_get_base_definition: if the base method
3850           is abstract, get the MethodInfo from the list of methods of
3851           the class.
3852         * reflection.c: ParameterInfo.PositionImpl should be zero-based
3853           and it was 1-based. Fixed in mono_param_get_objects.
3854
3855 2003-07-20  Martin Baulig  <martin@ximian.com>
3856
3857         * mono-debug.h: Set version number to 31.
3858         (mono_debug_init): Added `MonoDomain *' argument.
3859
3860         * mono-debug-debugger.c: Reworked the type support; explicitly
3861         tell the debugger about builtin types; pass the `klass' address to
3862         the debugger.
3863
3864 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
3865
3866         * image.c: Allow new metadata tables to be loaded without a
3867         warning. Also update the warning message to give the new constant value.
3868                 
3869 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
3870
3871         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
3872         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
3873         array type representation changes.
3874
3875 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
3876
3877         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
3878         on Environment.Exit () call.
3879
3880 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
3881
3882         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
3883         requires a matching corlib.
3884
3885 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
3886
3887         * Changelog: My editor decided to add a CR to each line. Sorry about that.
3888           Committed again without the CRs.
3889         
3890 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
3891
3892         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
3893           getting it from the "this" socket instance. Did not work
3894           if the socket is a subclass of Socket.
3895           Also fixed bug #35371.
3896
3897 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
3898
3899         * metadata.c: fixed size for TypedByRef.
3900         * loader.c: when searching for a method, consider the vararg amrker.
3901         * unicode.c, decimal.c: constify some arrays.
3902
3903 2003-07-15  Dick Porter  <dick@ximian.com>
3904
3905         * socket-io.c: Fixed compilation for gcc < 3.2.
3906
3907         Fixed compilation for machines that don't have AF_INET6 (thanks to
3908         Bernie Solomon <bernard@ugsolutions.com> for that part.)
3909
3910         Fixed compile warnings.
3911         
3912         Fixed formatting and line endings.
3913
3914 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
3915
3916         * socket-io.h:
3917         * socket-io.c: Added IPv6 support.
3918
3919 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
3920
3921         * class.c (mono_class_is_assignable_from): New function to implement
3922         the is_assignable_from logic. Used by mono_object_isinst, 
3923         Type::IsAssignableFrom () and the interpreter.
3924
3925         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
3926         Object, even interfaces.
3927         
3928         * object.c (mono_object_isinst): Implement in terms of 
3929         is_assignable_from.
3930
3931         * icall.c (ves_icall_type_is_assignable_from): New icall.
3932
3933 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
3934
3935         * domain.c (foreach_domain): fix compiler warning.
3936
3937 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
3938
3939         * image.c (load_metadata_ptrs): use g_strndup because strndup is
3940         not available on all plattforms
3941
3942 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
3943
3944         * image.h image.c: Store the metadata version string in MonoImage.
3945         * icall.c: New icall to retrieve the image version.
3946         * reflection.c (create_dynamic_image): Fill in the image version field
3947         * reflection.c (build_compressed_metadata): Use the image version
3948         from the image structure.
3949
3950 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3951
3952         * appdomain.c: modified comment.
3953         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
3954         That will be its last iteration when mono_gc_cleanup is called from
3955         mono_runtime_cleanup and before the domain is unloaded.
3956
3957         Fixes bug #45962.
3958
3959 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
3960
3961         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
3962         attributes.
3963
3964 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
3965
3966         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
3967         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
3968         Bernie Solomon <bernard@ugsolutions.com>.
3969
3970 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
3971
3972         * object.c, object.h: provide mono_object_new_fast() for faster
3973         allocation in some special cases.
3974
3975 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
3976
3977         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
3978         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
3979
3980 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
3981
3982         * threadpool.c: fix leaks.
3983
3984 2003-07-01  Dick Porter  <dick@ximian.com>
3985
3986         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
3987         using MonoGHashTables.  Fixes threadpool bug posted to list.
3988
3989 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
3990
3991         * image.h, image.c: added support to load an assembly from a byte array.
3992         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
3993         assembly bundle support.
3994
3995 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
3996
3997         * threadpool.c (mono_thread_pool_add): keep a reference to the
3998         AsyncResult to prevent GC
3999
4000 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
4001
4002         * class.c: leak fix.
4003
4004 2003-06-25  Dick Porter  <dick@ximian.com>
4005
4006         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
4007         for the async object, the WaitHandle object will close the handle.
4008         Fixes bug 45321.
4009
4010 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
4011
4012         * class.c: in mono_array_class_get (), lookup from the hash with the
4013         same type we insert: this works around a bug in
4014         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
4015         lluis. The real fix will have to wait for after the release.
4016
4017 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
4018
4019         * icall.c: fix memory leak when getting type members.
4020
4021 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
4022
4023         * reflection.c: added more pubtoken special cases.
4024
4025 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
4026
4027         * class.c: handle field offset correctly when class size
4028         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
4029
4030 2003-06-20  Martin Baulig  <martin@ximian.com>
4031
4032         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
4033         *image' field.
4034
4035 2003-06-20  Martin Baulig  <martin@ximian.com>
4036
4037         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
4038
4039 2003-06-20  Martin Baulig  <martin@ximian.com>
4040
4041         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
4042         just distinguish between variables in registers and variables at
4043         an offset relative to a register.
4044
4045 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4046
4047         * icall.c: #ifdef out latest changes until mcs is fixed.
4048
4049 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
4050
4051         * icall.c: return members in metadata order.
4052
4053 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
4054
4055         * icall.c: avoid infinite loop in GetTimeZoneData.
4056
4057 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
4058
4059         * icall.c: added Marshal.Prelink/All icalls.
4060
4061 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
4062
4063         * object.c, object.h: fix warnings and do some overflow checking
4064         when creating arrays.
4065
4066 2003-06-17  Dick Porter  <dick@ximian.com>
4067
4068         * file-io.h:
4069         * file-io.c: File attributes need to be tweaked slightly when
4070         passed from the managed to the w32 world.
4071
4072 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
4073         * profiler.h profiler-private.h profiler.c: Rework last patch
4074         based on suggestion by Paolo.
4075         
4076 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
4077
4078         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
4079         instruction level coverage data collection.
4080         * profiler.h profiler.c (: Added new callback function which can be
4081         used by the profiler to limit which functions should have coverage
4082         instrumentation.
4083         * profiler.c (mono_profiler_load): Call g_module_build_path to
4084         generate the file name of the profiler library.
4085
4086 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
4087
4088         * profiler.c, profiler.h, profiler-private.h: added basic block 
4089         coverage profiling API.
4090
4091 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
4092
4093         * reflection.c (mono_reflection_create_runtime_class): Add support
4094         for events in dynamically generated code.
4095
4096         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
4097         not allocated.
4098
4099 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
4100
4101         * icall.c: when getting timezone info, return reasonable values if we
4102         can't get the actual data.
4103
4104 2003-06-14  Dick Porter  <dick@ximian.com>
4105
4106         * threads.c (start_wrapper): Remove the reference to the thread
4107         object in the TLS data, so the thread object can be finalized.
4108         This won't be reached if the thread threw an uncaught exception,
4109         so those thread handles will stay referenced :-( (This is due to
4110         missing support for scanning thread-specific data in the Boehm GC
4111         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
4112
4113 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
4114
4115         * reflection.c: ensure streams and tables are first allocated with
4116         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
4117
4118 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
4119
4120         * icall.c: fixed GetElementType for byrefs (bug# 44792).
4121
4122 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
4123
4124         * reflection.c (mono_reflection_create_runtime_class): Add support for
4125         properties to dynamically created classes.
4126         * reflection.c: Fix a few places where non-MonoObjects were inserted
4127         into the tokens hashtable.
4128
4129 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
4130
4131         * object.c: some support to handle out of memory exceptions.
4132
4133 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
4134
4135         * marshal.c (mono_marshal_get_native_wrapper): support reference
4136         return types
4137
4138 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
4139
4140         * object.h, object.c: more portability stuff from Bernie Solomon.
4141         Unexport mono_object_allocate(). Added mono_object_unbox ().
4142         Set exitcode when an unhandled exception is thrown.
4143
4144 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
4145
4146         * marshal.c (mono_marshal_get_native_wrapper): use custom
4147         marshaler for return types.
4148
4149 2003-06-10  Dick Porter  <dick@ximian.com>
4150
4151         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
4152         ip_mreq is available
4153
4154 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
4155
4156         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
4157         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
4158         by Bernie Solomon <bernard@ugsolutions.com>.
4159
4160 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
4161
4162         * gc.c (mono_gc_init): Avoid error message on shutdown when
4163         GC_DONT_GC=1 is used.
4164
4165         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
4166         New icall to return the GUID of a module.
4167
4168 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
4169
4170         * class.c: ensure instance size always includes the parent's size
4171         even whem class size is set explicitly (fixes bug#44294).
4172
4173 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
4174
4175         * profiler.h, profiler.c: made the simple profiler thread-safe,
4176         get more accurate timing info. Allow the loading of an
4177         externally-developed profiler module.
4178
4179 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
4180
4181         * marshal.c (mono_marshal_get_native_wrapper): improved
4182         class/byref arguments.
4183         (mono_marshal_get_native_wrapper): better string marshaling support.
4184
4185 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
4186
4187         * class.c: ensure .pack and .size are handled correctly and
4188         simplified layout of static fields.
4189
4190 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
4191
4192         * appdomain.c
4193         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
4194
4195         * loader.c (mono_lookup_pinvoke_call): look for modules in the
4196         current directory (fix bug 44008)
4197
4198 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
4199
4200         * marshal.c (mono_marshal_get_native_wrapper): started support for
4201         custom marshalers.
4202         (mono_delegate_to_ftnptr): consider marshalling specifications
4203
4204 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
4205
4206         * reflection.c, reflection.h: emit custom marshal info.
4207
4208 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4209
4210         * object.c: free the GError.
4211         * icall.c: added CloseEvent_internal.
4212         * threads.[ch]:
4213         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
4214         call.
4215
4216 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
4217
4218         * loader.c (mono_method_get_signature): Add support for dynamic
4219         assemblies.
4220
4221 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
4222
4223         * reflection.c: fixed bug #43905.
4224
4225 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
4226
4227         * class.c, domain.c, icall.c, metadata.h, object.h: support for
4228         handling TypedReference and ArgIterator.
4229         * loader.c, loader.h: added function to get signature at call site.
4230
4231 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
4232
4233         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
4234         data readonly. Buglets and warning fixes. Some MethodSpec support.
4235
4236 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
4237
4238         * class.h, class.c, object.c: remove relative numbering support.
4239
4240 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
4241
4242         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
4243         free the string, until we get a chance to fix Gtk#
4244
4245 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4246
4247         * marshal.c: revert last patch.
4248
4249 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
4250
4251         * icall.c: updates for new mono_class_vtable() not calling
4252         the type constructor anymore.
4253
4254 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
4255
4256         * object.h, object.c: separate vtable creation from type
4257         initialization. Make running the .cctor thread safe.
4258
4259 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
4260
4261         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
4262
4263 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
4264
4265         * loader.c (mono_get_method): consider calling convention
4266
4267 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
4268
4269         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
4270         to return the invisible global type for a module.
4271
4272         * reflection.c (mono_image_build_metadata): Emit global fields too.
4273
4274 2003-05-20  Peter Williams  <peterw@ximian.com>
4275
4276         * loader.c (mono_lookup_internal_call): Add a few newlines.
4277
4278 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
4279
4280         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
4281         literal strings.
4282
4283         * appdomain.c (set_domain_search_path): Recalculate search path when
4284         AppDomainSetup.PrivateBinPath changes.
4285
4286         * object.c (mono_class_compute_gc_descriptor): It turns out some
4287         parts of the class libs (like System.Thread) holds pointers to
4288         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
4289         to treat native int a pointer type here.
4290         
4291 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
4292
4293         * appdomain.h, domain.c: add hashtable for jump target resolution.
4294
4295 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
4296
4297         * reflection.h reflection.c icall.c: Added new icalls 
4298         GetManifestResourceInfoInternal, GetModulesInternal and support
4299         infrastructure.
4300
4301 2003-05-16  Dick Porter  <dick@ximian.com>
4302
4303         * icall.c:
4304         * file-io.h:
4305         * file-io.c: Implement System.IO.MonoIO::GetTempPath
4306
4307 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
4308
4309         * object.c: mono_store_remote_field: little fix to previous patch.
4310
4311 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
4312
4313         * class.c: add constructors to array classes.
4314         * icall.c: special case array construction for InternalInvoke (),
4315
4316 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
4317
4318         * class.h class.c reflection.c object.c: Added support for field
4319         defaults in dynamically generated classes.
4320
4321 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
4322
4323         * reflection.c: properly encode charset for ddlimport.
4324
4325 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
4326
4327         * threads.c: allow compiling without GC.
4328
4329 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
4330
4331         * appdomain.h, object.c, object.h, threads.c, threads.h: added
4332         handling of thread static data.
4333
4334 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
4335
4336         * reflection.h, reflection.c: added mono_custom_attrs_free ().
4337
4338 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
4339
4340         * class.c (mono_array_class_get): always set the serializable flags
4341         (mono_array_class_get): always set the SEALED attribute for array types
4342
4343 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
4344
4345         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
4346         attributes (fix for bug 42021).
4347
4348 2003-05-12  Dick Porter  <dick@ximian.com>
4349
4350         * gc.c: Don't run finalizers when the finalizer thread is
4351         finishing up, because the default domain has already been
4352         destroyed.
4353
4354 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
4355
4356         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
4357         value is null, we should throw an exception.   This is slightly
4358         different than the other conventions used for the constructor.
4359
4360 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4361
4362         * socket-io.c: fixed windows build.
4363
4364 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4365
4366         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
4367
4368 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
4369
4370         * object.c (mono_string_new_wrapper): Compatibility fix for MS
4371         compilers.
4372
4373 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
4374
4375         * class.c (mono_class_layout_fields): Add experimental GC aware
4376         auto layout facility. Requires class library changes to work correctly.
4377
4378         (mono_class_setup_vtable): Avoid overriding explicit interface
4379         method implementations. Fixes iface3.exe test.
4380
4381         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
4382         object reference.
4383         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
4384         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
4385
4386         * metadata.h: Add new type classification macro which determines
4387         whenever the type holds an object reference.
4388
4389 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
4390
4391         * marshal.c (mono_marshal_get_native_wrapper): cleanups
4392
4393 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
4394
4395         * gc.c (finalizer_thread): Work around a GC bug.
4396
4397 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
4398
4399         * marshal.c (emit_struct_conv): allow unions
4400
4401         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
4402
4403 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
4404
4405         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
4406
4407 2003-05-06  Martin Baulig  <martin@ximian.com>
4408
4409         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
4410
4411 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4412
4413         * socket-io.c:
4414         (Select_internal): allow NULLs, don't create arrays if not needed.
4415         Coupled with Socket.cs changes.
4416
4417         * threadpool.c:
4418         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
4419         register a finalizer for it that will close the semaphore handle. This
4420         fixes the leak and make Lupus' test run with > 4080 loops.
4421
4422 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
4423
4424         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
4425         Jerome Laban (bug #42287)
4426
4427 2003-05-02  Martin Baulig  <martin@ximian.com>
4428
4429         * debug-mono-symfile.h
4430         (MonoSymbolFile): Moved declaration into mono-debug.h.
4431         (MonoDebugMethodJitInfo): Likewise.
4432         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
4433         argument.
4434         (_mono_debug_address_from_il_offset): Take a
4435         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
4436
4437         * mono-debug.h
4438         (MonoDebugDomainData): New struct.
4439         (mono_debug_get_domain_data): New function.
4440         (mono_debug_add_method): Take an additional `MonoDomain *'
4441         argument.
4442         (mono_debug_source_location_from_address): Likewise.
4443         (mono_debug_il_offset_from_address): Likewise.
4444         (mono_debug_address_from_il_offset): Likewise.
4445
4446 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
4447
4448         * reflection.c: one more check for null type in custom attrs.
4449
4450 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4451
4452         * reflection.c: avoid warning (comparison is always false due to limited
4453         range of data type).
4454
4455 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4456
4457         * icall.c: throw an exception in Type.GetField if the argument 'name'
4458         is NULL.
4459
4460 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
4461
4462         * reflection.c: fixed handling of enums in named arguments to custom
4463         attributes (bug #42123).
4464
4465 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
4466
4467         * reflection.c: use the right array element type and handle
4468         a null for a Type argument, too.
4469
4470 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
4471
4472         * reflection.c: handle arrays as arguments to custom attributes.
4473
4474 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
4475
4476         * reflection.c: handle a string value in a custom attr
4477         ctor that takes an object.
4478
4479 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
4480
4481         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
4482         (fix bug #42063)
4483
4484 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
4485
4486         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
4487
4488 2003-04-27  Martin Baulig  <martin@ximian.com>
4489
4490         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
4491         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
4492         MONO_DEBUGGER_EVENT_BREAKPOINT.
4493         (mono_breakpoint_trampoline_code): Removed.
4494         (mono_debugger_event_handler): The last argument is now a
4495         `guint32'.
4496         (mono_debugger_insert_breakpoint_full): Removed the
4497         `use_trampoline' argument.
4498         (mono_debugger_method_has_breakpoint): Likewise.
4499         (mono_debugger_trampoline_breakpoint_callback): Renamed to
4500         mono_debugger_breakpoint_callback(); take the method and
4501         breakpoint number as arguments.
4502
4503 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
4504
4505         * metadata.c: fix off by one when loading parameters attributes.
4506
4507 2003-04-24  Martin Baulig  <martin@ximian.com>
4508
4509         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
4510
4511 2003-04-24  Martin Baulig  <martin@ximian.com>
4512
4513         * mono-debug-debugger.c: Moved all code which interacts with the
4514         Mono Debugger here.
4515
4516         * debug-mono-symfile.c: This code now just deals with the symbol
4517         file itself, the debugger code is now in mono-debug-debugger.c.
4518
4519 2003-04-23  Martin Baulig  <martin@ximian.com>
4520
4521         * mono-debug.c (mono_debug_source_location_from_il_offset):
4522         New method; like mono_debug_source_location_from_address(), but
4523         takes an IL offset instead of a machine address.
4524
4525 2003-04-23  Martin Baulig  <martin@ximian.com>
4526
4527         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
4528         `line' field; this is now computed by the debugger.
4529
4530 2003-04-23  Martin Baulig  <martin@ximian.com>
4531
4532         * mono-debug.[ch]: New files.  This is the new debugging interface.
4533
4534         * mono-debug-debugger.[ch]: New files.  Moved all code which
4535         interacts with the Mono Debugger here.
4536
4537 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
4538
4539         * domain.c (mono_init): initialize mono_defaults.monitor_class
4540
4541 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
4542
4543         * reflection.c (method_encode_code): Add a spicy exception to help
4544         future compiler authors.
4545
4546 2003-04-21  Martin Baulig  <martin@ximian.com>
4547
4548         * icall.c
4549         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
4550         Make this work with relative pathnames; g_filename_to_uri() needs
4551         an absolute filename.
4552
4553 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
4554
4555         * icall.c: Track name changes in Object and ValueType.
4556
4557 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
4558
4559         * metadata.c (mono_type_stack_size): size should be a multiple of
4560         sizeof (gpointer)
4561
4562 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4563
4564         * gc.c:
4565         (internal_domain_finalize): moved into mono_domain_finalize. No need
4566         to create another thread because the finalizers will be run in the
4567         finalizer thread.
4568         
4569         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
4570         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
4571         to be run (MS does this too).
4572
4573 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
4574
4575         * object.c (mono_class_compute_gc_descriptor): Update comment.
4576
4577         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
4578
4579         * image.h: Add synchronized wrapper cache.
4580
4581         * image.c (do_mono_image_open): Initialize cache.
4582
4583         * reflection.c (create_dynamic_mono_image): Initialize cache.
4584
4585 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4586
4587         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
4588         ves_icall_System_Buffer_ByteLengthInternal.
4589
4590 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
4591
4592         * reflection.c: setup klass->nested_in earlier. Allow
4593         a dash in the assembly name.
4594
4595 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
4596
4597         * metadata.c (mono_type_to_unmanaged): dont access
4598         type->data.klass for MONO_TYPE_OBJECT
4599         (mono_type_to_unmanaged): consider System.Delegate class
4600
4601 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
4602
4603         * class.c: just setup supertypes in the proper place instead of
4604         initializing the full element class for arrays.
4605
4606 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
4607
4608         * class.c: ensure the element class of arrays is initialized.
4609         Setup the supertype info for array classes, too.
4610
4611 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
4612
4613         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
4614
4615 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4616
4617         * Makefile.am: re-added -m option when running cygpath. This way,
4618         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
4619         separator.
4620         * mono-config.c: same codepath for locating mono config file for WIN32
4621         and the rest.
4622         * assembly.c: if mono_assembly_setrootdir is called, don't override
4623         the value set.
4624
4625 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4626
4627         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
4628         MONO_ASSEMBLIES variable.
4629
4630 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
4631
4632         * icall.c: added Assembly::GetNamespaces() icall.
4633
4634 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4635
4636         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
4637
4638 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
4639
4640         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
4641         * object.c: fixed bug in the construction of vtable for proxies
4642
4643 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
4644
4645         * object.c (mono_array_new): Mark mono_array_new as an icall.
4646
4647 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4648
4649         * class.c: fixed test for public method when overriding interfaces.
4650         Closes bug #40970.
4651
4652 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
4653
4654         * appdomain.h, domain.c: added mono_domain_foreach() to
4655         be able to access the currently loaded appdomains.
4656         * object.c: make string interning work across sppdomains.
4657         Mark some functions for use as icalls.
4658
4659 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
4660
4661         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
4662
4663         * reflection.h reflection.c: Allocate long living data using 
4664         GC_MALLOC_ATOMIC so the collector does not need to scan it.
4665
4666         * reflection.c: Double the allocation size in streams instead of
4667         increasing it, to prevent unneccesary copying on large assemblies.
4668         
4669         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
4670         creation if the assembly does not have the Run flag set.
4671
4672 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
4673
4674         * class.h: avoid the C++ keywords in header files (Jerome Laban
4675         spotted and fixed this).
4676
4677 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4678
4679         * object.c:
4680         (mono_unhandled_exception): fill in the arguments for the
4681         UnhandledException event. Only trigger that event for the default
4682         domain (as MS does).
4683
4684 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
4685
4686         * object.c: Improve typed allocation stuff based on suggestions from
4687         Paolo. Also turn it on if the GC library supports it.
4688
4689 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
4690
4691         * object.c object.h class.h: Added experimental typed allocation
4692         facility using the interfaces in gc_gcj.h.
4693
4694         * os/gc_wrapper.h: Added new include files.
4695         
4696 2003-04-03  Martin Baulig  <martin@ximian.com>
4697
4698         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
4699         which is not yet enabled by default.
4700
4701         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
4702         functions.
4703         (mono_gc_lock, mono_gc_unlock): New static functions.
4704
4705         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
4706         functions; stop/start the world for the garbage collector.  This
4707         is using the windows API; we need to complete the SuspendThread()/
4708         ResumeThread() implementation in the io-layer to make this work on Unix.
4709         (mono_gc_push_all_stacks): New public function; tells the garbage
4710         collector about the stack pointers from all managed threads.
4711
4712 2003-04-03  Martin Baulig  <martin@ximian.com>
4713
4714         * object.h (MonoThread): Added `gpointer stack_ptr'.
4715
4716         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
4717
4718 2003-04-03  Martin Baulig  <martin@ximian.com>
4719
4720         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
4721
4722 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
4723
4724         * reflection.c (typebuilder_setup_fields): Initialize field.first and
4725         field.last.
4726
4727 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
4728
4729         * loader.c (mono_lookup_internal_call): Report the corlib that is
4730         out of sync.
4731
4732 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
4733
4734         * icall.c (ves_icall_type_GetTypeCode): fixed check for
4735         System.DBNull (it's class not valuetype).
4736
4737 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
4738
4739         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
4740         if the array method was already assigned a token (fixes bug#40646).
4741
4742 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
4743
4744         * reflection.c (mono_reflection_get_type): Attempt type resolve even
4745         if no assembly is given.
4746
4747 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
4748
4749         * metadata.h: Added the new tables.
4750
4751         * row-indexes.h: Added definitions for new tables.
4752
4753         * metadata.c: Add schemas for new tables, and add support for
4754         computing the sizes of them.
4755
4756         * class.c: Update for handling the new type cases.
4757
4758 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
4759
4760         * metadata.h (MONO_TYPE_IS_VOID): new macro
4761
4762 2003-03-31  Martin Baulig  <martin@ximian.com>
4763
4764         * threads.h (MonoThreadCallbacks): Added `thread_created'.
4765
4766         * threads.c (mono_thread_new_init): Call `thread_created' in the
4767         mono_thread_callbacks.
4768
4769 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
4770
4771         * loader.h: added marshalbyrefobject_class to mono_defaults
4772         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
4773         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
4774           generation of output parameters.
4775           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
4776         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
4777           contextbound and the target object belongs to the context of the caller.
4778         * object.h: added context and unwrapped_server variables in MonoRealProxy.
4779         * object.c: Implemented support for interfaces and abstract classes
4780           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
4781           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
4782
4783 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
4784
4785         * class.h class.c (mono_class_is_subclass_of): New function.
4786         
4787         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
4788         routines for most common case (calls from ArrayList::ToArray).
4789
4790         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
4791         routine so programs which call Environment::Exit() can be profiled.
4792
4793         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
4794         Added MONO_ARCH_SAVE_REGS.
4795
4796         * icall.c (ves_icall_type_is_subtype_of): Use new function.
4797
4798 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
4799
4800         * blob.h: Add a couple of new MonoType types definitions.
4801
4802         * tabledefs.h: Add a couple of new call convs.
4803
4804 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
4805
4806         * reflection.h (MonoReflectionDynamicAssembly): track changes in
4807         the layout of the class.
4808
4809         * reflection.c (alloc_table): double the size on overflow to avoid
4810         unnecessary copying.
4811
4812         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
4813         avoid filling out metadata tables and blobs. Also set mb->ilgen to
4814         null so it can be garbage collected.
4815         
4816 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
4817
4818         * reflection.c (mono_reflection_get_type): Return the resolved type
4819         only if it is in the assembly we searched.
4820
4821         * reflection.c (ensure_runtime_vtable): Initialize method slots.
4822
4823         * class.c (mono_class_setup_vtable): Set the slot of the overriding
4824         method.
4825
4826 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4827
4828         * appdomain.c:
4829         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
4830         the right one is 'file:///blah', but MS allows it.
4831         * assembly.c:
4832         (mono_assembly_open): allow 'file://blah'
4833
4834         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
4835
4836 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
4837
4838         * socket-io.c: fixes bug #40310.
4839
4840 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
4841
4842         * reflection.c (mono_reflection_parse_type): handle deeply nested
4843         types correctly.
4844
4845         * reflection.c (mono_image_create_token): Use unique token values
4846         since they will be put into a hash table.
4847
4848         * class.c (mono_class_setup_vtable): If a method occurs in more than
4849         one place in the vtable, and it gets overriden, then change the
4850         other occurances too.
4851
4852         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
4853         object as return type.
4854
4855 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
4856
4857         * icall.c: Deleted "ToString" implementation for double and float
4858         because they are full implemented in managed code.
4859
4860 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
4861
4862         * reflection.c, reflection.h: implemented and exported functions
4863         to retrieve info about custom attributes.
4864
4865 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4866
4867         * appdomain.c: moved Uri handling to assembly.c
4868         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
4869         work when using a file Uri in *nix and windows.
4870
4871         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
4872         GetReferencedAssemblies.
4873
4874 2003-03-18  Dick Porter  <dick@ximian.com>
4875
4876         * icall.c: Rename a couple of internal calls
4877
4878         * threads.c: Set the thread state to Stopped when a thread exits.
4879         Fixes bug 39377.
4880
4881 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
4882
4883         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
4884         New icall.
4885
4886         * object.c (mono_class_vtable): fix warning.
4887
4888 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
4889
4890         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
4891
4892         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
4893         memory.
4894         (method_encode_clauses): Create exception info structures in the right
4895         order.
4896         (mono_reflection_setup_internal_class): Initialize supertypes field.
4897
4898         * class.c object.c: Handle interfaces which implement other interfaces 
4899         correctly.
4900
4901         * class.h class.c: Move the supertypes array initialization code into 
4902         a separate function so it can be used for dynamic types too. Also call
4903         it earlier, in mono_class_init(), since it can be used before the
4904         type is initialized.
4905
4906 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4907
4908         * Makefile.am:
4909         * assembly.c:
4910         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
4911
4912         * appdomain.c:
4913         * appdomain.h:
4914         * marshal.c:
4915         * object.c: remove warnings.
4916
4917 2003-03-13  Martin Baulig  <martin@ximian.com>
4918
4919         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
4920         (MonoDebugLexicalBlockEntry): New types.
4921
4922         * debug-mono-symfile.c
4923         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
4924
4925 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4926
4927         * process.c: ret can be any non-zero value accroding to MS doc.
4928
4929 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
4930
4931         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
4932         fixing a warning for a miss-used prototype, would have cause
4933         random memory corruption.
4934
4935 2003-03-07  Martin Baulig  <martin@ximian.com>
4936
4937         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
4938         getting really annoying ....
4939
4940 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
4941
4942         * reflection.c (fixup_method): added support for array methods.
4943
4944 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
4945
4946         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
4947         (pointed out by Michael Adams).
4948
4949 2003-03-04  Dick Porter  <dick@ximian.com>
4950
4951         * icall.c: Temporarily reverted the Double and Single ToString()
4952         change, because it broke nunit.
4953
4954 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
4955
4956         * object.h, threads.h: make include files compatible with C++
4957         (patch by Jerome Laban <jlaban@wanadoo.fr>).
4958
4959 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
4960
4961         * icall.c: Erased ToString helper functions for Double and Single.
4962         Now, that implementations ar all in managed code (Double and Single
4963         Formatters).
4964
4965 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
4966
4967         * appdomain.c: Added method for initializing the default context of
4968         a domain. Added internal call for getting the default context.
4969         * appdomain.h: Added context variable in MonoDomain struct.
4970         * domain.c: mono_domain_set also sets the default context of the domain
4971         * icall.c: Mapped internal method InternalGetDefaultContext.
4972         * object.c: mono_object_get_virtual_method returns always a remoting
4973         wrapper if the object is a transparent proxy.
4974         mono_runtime_invoke_array: when creating an object by calling the
4975         constructor, if the created object is a proxy, then the constructor should
4976         be called using the a remoting wrapper.
4977
4978 2003-03-03  Dick Porter  <dick@ximian.com>
4979
4980         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
4981         variable so it compiles on solaris.  Problem spotted by
4982         Christopher Taylor <ct@cs.clemson.edu>
4983
4984 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4985
4986         * appdomain.c:
4987         (get_info_from_assembly_name): don't leak value.
4988
4989         * icall.c:
4990         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
4991         result.
4992
4993 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
4994
4995         * assembly.c: export mono_image_load_references ().
4996         * class.c: handle function pointers. mono_class_from_name() now
4997         supports nested type names directly.
4998
4999 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
5000
5001         * reflection.h reflection.c: Encode already created dynamic methods 
5002         and fields correctly as a DEF instead of a REF.
5003
5004         * reflection.c: Get rid of the force_ref argument to 
5005         mono_image_typedef_or_ref since it was wrong in the first place.
5006
5007         * string-icalls.c: add error checking to string constructors according
5008         to the MSDN docs.
5009
5010         * reflection.c: Emit types in the order their TypeBuilders were 
5011         created. Previously, a new table index was assigned to each type before
5012         the tables were emitted. This was wrong because the signature blob
5013         might already refer to a type by its original table index.
5014
5015 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
5016
5017         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
5018         change.
5019         
5020 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5021
5022         * Makefile.am: make assemblies dir have \ instead of / on windows.
5023
5024 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
5025
5026         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
5027         iterate over the NESTEDCLASS table using a linear search since the
5028         table is not guaranteed to be sorted by the secondary key.
5029
5030         * class.c (mono_class_create_from_typedef): fixed up call to
5031         mono_metadata_nesting_typedef.
5032         
5033 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
5034
5035         * marshal.c (mono_string_to_byvalstr): clear the memory as
5036         suggested by Jerome Laban <jlaban@wanadoo.fr>
5037
5038 2003-02-26  Dick Porter  <dick@ximian.com>
5039
5040         * process.c: Cope with padding in .rsrc blocks
5041
5042 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
5043
5044         * metadata.h: reverted the filter_len change, it breaks reflection
5045         
5046 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
5047
5048         * metadata.h: added a new field to store the filter_len
5049         
5050
5051 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
5052
5053         * reflection.c: handle custom attributes for types and members
5054         created with Reflection.Emit (bug#38422).
5055
5056 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
5057
5058         * reflection.c: define RTSpecialName automatically for constructors for
5059         compatibility with MS.NET.
5060
5061         * reflection.c (mono_reflection_create_runtime_class): initialize
5062         nested_in field of dynamically created classes.
5063
5064 2003-02-22  Martin Baulig  <martin@ximian.com>
5065
5066         * debug-mono-symfile.h: Incremented version number.
5067
5068 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
5069
5070         * object.h icall.c process.c: fix warnings.
5071
5072 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
5073
5074         * appdomain.h appdomain.c:
5075         (mono_domain_try_type_resolve): split the 
5076         name_or_tb argument into a name and a tb argument.
5077         (mono_domain_has_type_resolve): new function to check whenever the
5078         application has registered a TypeResolve event handler.
5079         
5080         * icall.c reflection.h reflection.c: move the type resolve logic into
5081         mono_reflection_get_type () so it will be invoked when 
5082         Assembly::GetType () is called.
5083
5084         * reflection.c:
5085         (mono_reflection_get_type): renamed to get_type_internal.
5086         (mono_reflection_get_type): fixed type name generation so it works 
5087         for nested types too.
5088         (mono_reflection_get_type): call has_type_resolve () to avoid the 
5089         costly type name generation if there is no resolve event handler.
5090
5091 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
5092
5093         * class.c, image.c: load exported types from file references.
5094
5095 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
5096
5097         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
5098           used to cache the managed methods used to create proxies and make 
5099           remote invocation of methods.
5100         * class.h: Added in MonoVTable a flag to indicate that a class needs 
5101           to be remotely created.
5102         * object.c: Modified the method mono_class_vtable(). It now initializes 
5103           the remote flag of the vtable. Modified mono_object_new_specific(), 
5104           so now it checks the remote flag.
5105         * icall.c: Added a couple of internal methods, one for enabling instance 
5106           creation interception for a type, and one for creating objects bypassing
5107           the remote check.
5108
5109 2003-02-18  Martin Baulig  <martin@ximian.com>
5110
5111         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
5112         New interncall to get a method's metadata token.
5113
5114         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
5115         New interncall for the debugger.
5116
5117 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
5118
5119         * class.c (mono_class_setup_vtable): allocate supertype array
5120
5121 2003-02-18  Martin Baulig  <martin@ximian.com>
5122
5123         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
5124
5125 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5126
5127         * reflection.c:
5128         (assembly_name_to_aname): jump over unknown properties (i've found
5129         something like: 'type, assembly, version=xxx, custom=null, public...',
5130         so now will ignore custom=null and still get the rest of the values).
5131
5132 2003-02-17  Dick Porter  <dick@ximian.com>
5133
5134         * threads.c: Have Thread.Start() wait for a semaphore to signal
5135         that the thread has set up all its local data.  This fixes bug
5136         34323, where Abort() raced the new thread's TLS data.
5137
5138         Also removes the handle_store() call from start_wrapper, because
5139         threads are now always created suspended and there is no longer a
5140         race between the parent and child threads to store the info.
5141
5142 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
5143
5144         * image.c: explain the #- heap issue in a message, hopefully
5145         avoiding FAQs on mono-list.
5146
5147 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5148
5149         * icall.c:
5150         (GetEntryAssembly): if the domain has not invoked
5151         AppDomain.ExecuteAssembly yet, return the assembly of the default
5152         AppDomain.
5153
5154 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
5155
5156         * class.c (mono_ldtoken): make it work in dynamic assemblies.
5157
5158 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
5159
5160         * metadata.c, reflection.c: simple speedup to type hash
5161         and equals code.
5162
5163 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
5164
5165         * image.c, image.h, class.c, assembly.c: move module loading
5166         to MonoImage. When loading metadata, consider alignemnet from
5167         the start of metadata, not from the metadata address in memory.
5168
5169 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
5170
5171         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
5172         AssemblyBuilder objects. Factored out custom attribute creation into
5173         a separate function.
5174         (create_custom_attr): new function to create custom attributes.
5175
5176 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
5177
5178         * Makefile.am: Got tired of typing the full pathname to pedump.
5179         Until there is another option, am installing this.
5180
5181 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
5182
5183         * class.c (class_compute_field_layout): always set field->parent 
5184         (mono_ldtoken): use mono_defaults.fieldhandle_class;
5185
5186 2003-02-11  Dick Porter  <dick@ximian.com>
5187
5188         * threads-types.h:
5189         * monitor.c: Rewrote Monitor, making lock much faster and
5190         Pulse/Wait work as specified.  Also uses much fewer handles, and only
5191         creates them as needed.
5192
5193         * exception.c: Added SynchronizationLockException
5194
5195         * threads.c: Deleted old Monitor implementation.  The new one is
5196         in a new file.
5197
5198 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
5199
5200         * class.c: handled TypedReference type code. Set the correct size for
5201         class data. Setup interface_offsets for interface classes, too.
5202
5203 2003-02-09  Martin Baulig  <martin@ximian.com>
5204
5205         * debug-mono-symfile.h: Reflect latest symbol writer changes.
5206
5207 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
5208
5209         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
5210         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
5211         * object.c: fixed mono_object_get_virtual_method () for interfaces.
5212         * verify.c: check for code that runs after the end of the method.
5213
5214 2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
5215
5216         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
5217         "System.Math::Round2".
5218         * sysmath.h: Added Floor, Round and Round2 definitions.
5219         * sysmath.c: Modified certain functions that were not 100% compliant
5220         with MS.NET (math precision) and added the implementation of Floor,
5221         Round and Round2.
5222
5223 2003-02-07  Martin Baulig  <martin@ximian.com>
5224
5225         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
5226
5227 2003-02-07  Martin Baulig  <martin@ximian.com>
5228
5229         * debug-mono-symfile.c: Reflected latest symwriter changes.
5230         (mono_debug_create_mono_symbol_file): Removed.
5231         (mono_debug_open_mono_symbol_file): Take an argument which
5232         specifies whether to create a dynamic symbol file.
5233
5234 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
5235
5236         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
5237
5238 2003-02-05  Martin Baulig  <martin@ximian.com>
5239
5240         * reflection.c (mono_image_build_metadata): Make this public,
5241         protect it against being called multiple times, don't create
5242         resources and don't build the compressed metadata here.
5243         (mono_image_create_pefile): Do this here.
5244
5245         * icall.c
5246         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
5247
5248 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5249
5250         * socket-io.c: fixed bug #36322.
5251
5252 2003-02-06  Piers Haken <piersh@friskit.com>
5253
5254         * appdomain.[ch]:
5255         * class.h:
5256         * debug-mono-symfile.c:
5257         * icall.c:
5258         * loader.c:
5259         * mono-config.c:
5260         * monosn.c:
5261         * reflection.c:
5262         * socket-io.c: warning cleanups
5263
5264 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
5265
5266         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
5267         function. works like remoting invoke, but does a check for the Proxy first.
5268
5269 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
5270
5271         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
5272
5273 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
5274
5275         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
5276         array of pointers.
5277         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
5278         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
5279
5280         * object.c (mono_store_remote_field_new): used by the new jit
5281         instead of mono_store_remote_field
5282         (mono_load_remote_field_new): used by the new jit
5283         instead of mono_load_remote_field
5284
5285 2003-02-05  Patrik Torstensson
5286
5287         * appdomain.c: changed unload to take the domain id instead
5288         of domain
5289         
5290         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
5291
5292
5293 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5294
5295         * appdomain.c: don't look for assemblies in ApplicationBase if
5296         PrivateBinPathProbe is set.
5297
5298 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5299
5300         * object.c: make the first argument in main_args contain the absolute
5301         path to the assembly. Fixes bug #37511.
5302
5303 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5304
5305         * icall.c: get correct UTC offset for countries not using daylight
5306         time saving. Fixes bug #30030.
5307
5308 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5309
5310         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
5311         and 1 are the family).
5312
5313 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
5314
5315         * icall.c (ves_icall_InternalExecute): removed wrong assertion
5316
5317         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
5318
5319 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
5320
5321         * reflection.c: added support for SignatureHelper tokens, which is
5322         needed by the Calli opcode.
5323
5324         * reflection.h: track changes to SignatureHelper class.
5325
5326         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
5327
5328 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5329
5330         * appdomain.c: fixed loading assemblies from PrivateBinPath.
5331
5332 2003-02-03  Patrik Torstensson
5333         * appdomain.[c|h], domain.c : 
5334          - Added support for getting a domain via domain id
5335          - Support for setting and getting domain from System.AppDomain 
5336            (used in cross appdomain channel)
5337          - Added support for get/set for a MonoAppContext on a thread 
5338            (Context class in System.Runtime.Remoting.Contexts),
5339          - Removed hack in Get/SetData and ExecuteAssembly.
5340         
5341         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
5342         the managed world to get control when a proxy is created.
5343
5344         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
5345         
5346 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
5347
5348         * icall.c
5349         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
5350         Populate the codebase field as well.
5351
5352 2003-02-02  Martin Baulig  <martin@ximian.com>
5353
5354         * debug-mono-symfile.c
5355         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
5356         (mono_debug_symfile_add_method): Allow interncalls.
5357
5358 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5359
5360         * icall.c: throw parse exception if strtod fails or the string is empty.
5361
5362 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
5363
5364         * marshal.c: handle object type separately from defined
5365         class types.
5366
5367 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
5368
5369         * marshal.c: handle NATIVE_LPSTR for strings when it's
5370         explicitly specified.
5371
5372 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
5373
5374         * reflection.c, reflection.h, icall.c: setup the reflection
5375         handle cache for ModuleBuilders and AssemblyBuilders.
5376
5377 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
5378
5379         * reflection.c (reflection_methodbuilder_to_mono_method): set
5380         pinvoke flag
5381
5382 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5383
5384         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
5385
5386 2003-01-29  Dick Porter  <dick@ximian.com>
5387
5388         * threads.c: No need for the fake_thread kludge now that Thread
5389         doesn't run a class constructor
5390         
5391 2003-01-29  Dick Porter  <dick@ximian.com>
5392
5393         * threads.c: Use g_direct_hash instead of the rather bogus
5394         g_int_hash
5395
5396 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
5397
5398         * marshal.c (mono_marshal_get_native_wrapper): add check for null
5399         (fix pinvoke12.exe)
5400         (mono_marshal_get_struct_to_ptr): generate valid IL code
5401         (mono_marshal_get_ptr_to_struct): generate valid IL code
5402         (*): correctly set sig->pinvoke, we need to memdup the signature
5403         to do that
5404
5405 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
5406
5407         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
5408         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
5409
5410 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
5411
5412         * profiler.c: provide more callers information.
5413
5414 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
5415
5416         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
5417
5418         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
5419
5420         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
5421
5422 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
5423
5424         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
5425         exception instead of going into an infinite loop on dates which it 
5426         can't yet handle.
5427
5428         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
5429         out-of-range exception if needed.
5430
5431         * class.c (mono_class_setup_vtable): allow a virtual method to provide
5432         an implementation for an interface method and to override an inherited
5433         method at the same time. 
5434         Imagine a scenario when a virtual method is used to override a
5435         virtual abstract method in a parent class, and this same method 
5436         provides an implementation for an method inherited from an interface. 
5437         In this case, the interface resolution code will set im->slot, which 
5438         means that the virtual method override pass will skip this method 
5439         which means a pointer to the abstract method inherited from the parent
5440         will remain in the vtable of this non-abstract class.
5441
5442         * class.c: (mono_class_setup_vtable): continue search for a real 
5443         method if only an abstract method is found.     
5444
5445 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
5446
5447         * reflection.c: add size to encoding for ByValStr and ByValArray
5448         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
5449
5450 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
5451
5452         * class.c (mono_class_setup_vtable): pass the override info as an
5453         argument.
5454
5455         * class.c (mono_class_setup_vtable): set the slot of overriding methods
5456         correctly.
5457         
5458         * reflection.c (ensure_runtime_vtable); add support for method 
5459         overrides.
5460         
5461 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
5462
5463         * reflection.c (resolution_scope_from_image): Hack to work to work with
5464         dynamic assemblies.
5465
5466         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
5467         added a 'force_ref' argument to force this function to allways return 
5468         a TypeRef. This is needed by mono_image_get_memberref_token ().
5469         
5470 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
5471
5472         * reflection.c (mono_image_get_type_info): interfaces really don't have
5473         a parent.
5474
5475         * reflection.c (mono_image_basic_init): fill out missing fields of
5476         image structure.
5477
5478         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
5479         dynamic assemblies. This is required so dynamic assemblies show up in
5480         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
5481         Type::GetType() etc. This is consistent with MS behaviour.
5482
5483         * image.c image.h reflection.c: add newly created classes to the name 
5484         cache so mono_class_get () will find them.      
5485
5486 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
5487
5488         First part of changes to get IKVM.NET running under mono.
5489         
5490         * appdomain.h, appdomain.c: added new function 
5491         mono_domain_try_type_resolve() which will emit TypeResolve events. 
5492         This function will call AppDomain::DoTypeResolve to do the actual work.
5493
5494         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
5495         moved existing code dealing with dynamic tokens to a new function 
5496         called mono_reflection_lookup_dynamic_token (). This function will 
5497         raise TypeResolve events when appropriate. Since reflection.c is not 
5498         part of libmetadata, a new hook function called 
5499         mono_lookup_dynamic_token() is added to class.c which will call this.
5500
5501         * assembly.h assembly.c: make the invoke_load_hook function public,
5502         so it can be called for dynamic assemblies.
5503
5504         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
5505
5506         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
5507         type isn't found.
5508
5509         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
5510         MonoGHashTable, since it contains pointers to objects which the GC 
5511         needs to track.
5512
5513         * assembly.c (search_loaded): remove unused variable.
5514         
5515 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
5516
5517         * object.c: fixed issue exposed by gcc-generated IL programs
5518         that use RVA data for pointers.
5519
5520 2003-01-25  Martin Baulig  <martin@ximian.com>
5521
5522         * threads.c (start_wrapper): Moved the initialization of
5523         `start_func' above the mono_new_thread_init() call to which we
5524         pass it as argument.
5525
5526 2003-01-24  Martin Baulig  <martin@ximian.com>
5527
5528         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
5529         the MonoThread pointer.
5530
5531 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
5532
5533         * icall.c: Rename `PowImpl' to Pow.
5534
5535 2003-01-23  Dick Porter  <dick@ximian.com>
5536
5537         * threads.c (start_wrapper): Create a Thread object if needed, so
5538         the Main() thread can do the class initialisation in a subthread
5539         that has been set up to allow managed code execution.
5540
5541         Pass the thread ID instead of the MonoThread pointer to the thread
5542         start and attach callbacks.  This change is required, because the
5543         jit thread start callback must be called _before_ the Thread
5544         object can be created.
5545         
5546         (mono_thread_init): Removed much object creation code that is no
5547         longer needed.  No managed code is called from here now.
5548
5549         * object.c (mono_runtime_exec_managed_code): Create a subthread
5550         for Main, and call back to the runtime to use it.
5551         Set the exit code when Main exits.
5552
5553         * gc.c: Make sure domain finalisation happens in a subthread.
5554         Re-enable threaded GC, fixing bug 31333 (again).
5555
5556         * environment.c: System.Environment internall calls (so far just
5557         ExitCode is here, the others are still in icall.c)
5558
5559         * appdomain.c (mono_runtime_cleanup): All threads running managed
5560         code should have finished before mono_runtime_cleanup() is
5561         reached, so no need to clean up threads.
5562
5563 2003-01-22  Martin Baulig  <martin@ximian.com>
5564
5565         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
5566         `gpointer func' arguments.      
5567         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
5568         but added `MonoThread *thread' argument.
5569         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
5570
5571         * threads.c (mono_new_thread_init): Added `gpointer func' argument
5572         and pass it to the mono_thread_start_cb callback.
5573         (mono_install_thread_callbacks): New public function to install a
5574         set of callbacks which are set by the debugger.
5575         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
5576
5577 2003-01-22  Martin Baulig  <martin@ximian.com>
5578
5579         * Makefile.am: Install debug-mono-symfile.h.
5580
5581 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
5582
5583         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
5584
5585 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
5586
5587         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
5588         * class.c (mono_ptr_class_get): correctly set access levels of pointers
5589         (mono_array_class_get): correctly set access levels of arrays
5590
5591 2003-01-20      Patrik Torstensson
5592         * image.h (MonoAssemblyName): changed major, minor, build, revision
5593         from signed to unsigned.
5594
5595 2003-01-20  sean kasun <skasun@azstarnet.com>
5596
5597         * reflection.c (load_cattr_value): Now this handles
5598         MONO_TYPE_SZARRAY.  Fixes bug #35629
5599
5600 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
5601
5602         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
5603         integer value
5604
5605 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5606
5607         * decimal.c: fixed bug #26056.
5608
5609 2003-01-17  Martin Baulig  <martin@ximian.com>
5610
5611         * gc.c: Raise an ExecutionEngineException instead of using g_error().
5612
5613 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5614
5615         * exception.[ch]:
5616         (mono_get_exception_type_initialization): new function.
5617
5618         * object.c: throw a TypeInitializationException when an exception is
5619         thrown invoking the class constructor.
5620
5621 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5622
5623         * reflection.c: fixed attribute reading.
5624
5625 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5626
5627         * icall.c:
5628         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
5629         provided, look for the type in the calling assembly and then in
5630         mscorlib; if the assembly name is provided, only try that one.
5631
5632 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
5633
5634         * object.c: register the vtable before there is a chance it's
5635         queried again recursively.
5636
5637 2003-01-13  Duncan Mak  <duncan@ximian.com>
5638
5639         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
5640         gc-internal.h. 
5641         
5642 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
5643
5644         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
5645
5646 2003-01-11  Martin Baulig  <martin@ximian.com>
5647
5648         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
5649         this to 20 for the release.
5650
5651 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
5652
5653         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
5654
5655         * loader.c (mono_method_get_marshal_info): bug fix
5656
5657         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
5658         structures with explicit layout
5659
5660 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
5661
5662         * profiler.c: made the output more readable (and sorted). 
5663         Added caller information for the allocation profiler.
5664
5665 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
5666
5667         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
5668
5669 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5670
5671         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
5672         to get value types.
5673         
5674 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
5675
5676         * object.c, profiler.h, profiler.c, profiler-private.h:
5677         Added object allocation profiler.
5678
5679 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
5680
5681         * reflection.h, reflection.c: handle global methods.
5682         Compress blob entries.
5683
5684 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
5685
5686         * marshal.c: fix compilation.
5687
5688 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
5689
5690         * loader.c (mono_method_get_marshal_info): impl.
5691
5692         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
5693
5694 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5695
5696         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
5697         for reference types.
5698
5699 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
5700
5701         * loader.c: fixed off by one error in loaded parameter names.
5702
5703 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
5704
5705         * marshal.c (mono_marshal_get_icall_wrapper): like
5706         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
5707         instead of a MonoMethod.
5708
5709 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5710
5711         * decimal.c: fixed bug #36537.
5712
5713 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
5714
5715         * marshal.c: throw a missing method exception if a
5716         P/Invoke method is not found.
5717
5718 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
5719
5720         * icall.c: allow a null this for constructors.
5721
5722 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
5723
5724         * icall.c: raise the proper exceptions if the arguments to the
5725         internal Invoke are incorrect.
5726
5727 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
5728
5729         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
5730
5731 2003-01-03  Martin Baulig  <martin@ximian.com>
5732
5733         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
5734
5735 2002-12-31  Martin Baulig  <martin@ximian.com>
5736
5737         * debug-mono-symfile.c: Completely rewrote the type section.
5738         Instead of using individual malloc()ed fields, we use one big
5739         continuous memory area and offsets into this area.
5740         See the comments in the source code for details.
5741
5742 2002-12-30  Martin Baulig  <martin@ximian.com>
5743
5744         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
5745
5746 2002-12-30  Martin Baulig  <martin@ximian.com>
5747
5748         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
5749         line number table in this data blob instead of using an external
5750         pointer.
5751
5752 2002-12-28  Martin Baulig  <martin@ximian.com>
5753
5754         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
5755
5756 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
5757
5758         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
5759         as a boxed return type.
5760
5761 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
5762
5763         * appdomain.c
5764         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
5765         g_build_filename to properly get separators on the filename created.
5766
5767         * object.h: Small change, introduce MonoMarshalByRefObject to
5768         track the layout of that structure in the C# universe as we make
5769         changes there.
5770
5771 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
5772
5773         * object.c: removed assert to allow static fields on interfaces.
5774         * loader.c: a TypeSpec may be used for any type, not just arrays.
5775
5776 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
5777
5778         * class.c, class.h: added mono_class_array_element_size ().
5779         Ignore static methods in interfaces.
5780
5781 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5782
5783         * threads.c: fixed the build under cygwin.
5784
5785 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
5786
5787         * reflection.c: handle nullref constants. Allocate keys for
5788         reflection handles with the GC.
5789
5790 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
5791
5792         * threads.c, threads.h: added mono_thread_get_abort_signal()
5793         to get a suitable signal for thread abort.
5794
5795 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
5796
5797         * metadata.c: fix handling of ExportedType table.
5798
5799 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5800
5801         * icall.c: added WriteWindowsDebugString internal call.
5802
5803 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5804
5805         * reflection.h: added fields to match C# implementation.
5806
5807 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5808
5809         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
5810
5811 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
5812
5813         * gc.h, gc-internal.h: Rename header for GC internal calls to
5814         gc-internal.h from gc.h as to not clash with Boehm GC having its
5815         header installed as <gc.h> in outside include paths.
5816         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
5817         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
5818
5819 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5820
5821         * icall.c: assign minor, build and revision in FillName.
5822
5823 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
5824
5825         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
5826         Added support for running code generated by Reflection.Emit.
5827
5828 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5829
5830         * appdomain.c: check for NULL argument in LoadFrom.
5831
5832 2002-12-10  Dick Porter  <dick@ximian.com>
5833
5834         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
5835
5836 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5837
5838         * appdomain.c: fix buglet when building exe file name.  Handle full
5839         assembly name (needed after latest changes to AssemblyName).
5840         * image.c:
5841         (mono_image_close): free some hashtables.
5842
5843 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
5844
5845         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
5846         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
5847         on some systems (redhat 7.3) 
5848
5849 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
5850
5851         * threads.c: delete the critical section of a sync block,
5852         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
5853
5854 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
5855
5856         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
5857
5858 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5859
5860         * appdomain.[ch]: handle the assembly preload event to try loading the
5861         assemblies using the paths we have in the current domain.
5862
5863         * assembly.[ch]: created an assembly preload hook that is called to try
5864         loading the assembly by other means that the ones provided here.
5865
5866         * domain.c: initialize the domain search path.
5867
5868         From now on, assemblies (TODO: except corlib and System) are loaded
5869         according to these rules when using mono_assembly_load ():
5870
5871                 1. It tries to load the assembly from the ApplicationBase
5872                 of the current domain appending .dll and .exe (TODO: have to
5873                 try loading from name/name.dll and name/name.exe).
5874
5875                 2. It tries the search path specified in PrivateBinPath for the
5876                 current domain (if any).
5877
5878                 3. Previous behavior.
5879
5880 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
5881
5882         * icall.c: implemented GetInterfaceMap() related icall.
5883         * domain.c, loader.h: load MethodInfo in mono_defaults.
5884
5885 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
5886
5887         * gc.c: disable the finalizer thread for now, untill all the issues
5888         with it are resolved.
5889
5890 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
5891
5892         * string-icalls.c: handle embedded nulls in string ctor when the
5893         length is specified.
5894
5895 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
5896
5897         * class.c: look for explicit interface implementation in parent
5898         classes, too.
5899
5900 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
5901
5902         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
5903
5904 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
5905
5906         * gc.c: protect handles with a critical section.
5907
5908 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5909
5910         * icall.c:
5911         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
5912         parameters. If no assembly specified, try getting the type from all
5913         the assemblies in the current domain, else, load the assembly and get
5914         the type from it.
5915
5916 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5917
5918         * marshal.c: applied patch from Aleksey Demakov that fixes
5919         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
5920
5921 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5922
5923         * icall.c: fixed get_location.
5924
5925 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
5926
5927         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
5928         declarations to make it work with older gcc. 
5929
5930         * loader.c (mono_get_method): set signature->pinvoke for native calls
5931
5932 2002-11-20  Dick Porter  <dick@ximian.com>
5933
5934         * threads.c (mono_thread_init): Set the main thread's handle
5935
5936 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
5937
5938         * gc.c: allow compilation without GC support. Changed to match the
5939         mono coding style.
5940
5941 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
5942
5943         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
5944
5945 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
5946
5947         * reflection.c: set a public key token on the core assemblies.
5948
5949 2002-11-18  Dick Porter  <dick@ximian.com>
5950
5951         * threads.c: Split out some thread initialisation so that other
5952         files can set the start callback function.
5953
5954         * gc.c: Run finalisers in a separate thread, to avoid stack
5955         overflow.  Fixes bug 31333.
5956
5957         * appdomain.c: Set up GC finalisation thread.
5958
5959         * reflection.c: 
5960         * object.c: 
5961         * domain.c: Use gc.h macros for GC_malloc
5962         
5963 2002-11-15  Dick Porter  <dick@ximian.com>
5964
5965         * threadpool.c: 
5966         * threads.c:
5967         * appdomain.c: Removed mono_runtime_init_with_attach(),
5968         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
5969         merging the extra parameter with the existing function.  Removed
5970         unneeded code in mono_thread_attach().
5971
5972 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
5973
5974         * image.c (mono_image_loaded_by_guid): a method to get loaded
5975         images by guid. 
5976         (load_metadata_ptrs): we store the guid as string.
5977
5978 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
5979
5980         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
5981
5982         * metadata.c (mono_guid_to_string): imported method form Zoltan
5983         Varga (slightly modified)
5984
5985         * assembly.c (mono_assembly_open): load precompiled code
5986
5987         * loader.h (MonoMethod): we store the method token for use in the
5988         aot compiler. 
5989
5990 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5991
5992         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
5993         the hook function called when an assembly is loaded.
5994         
5995         * domain.c: Modified file.
5996         (mono_domain_assembly_load): removed hash table insertion of assemblies.
5997
5998         Fixes bug #33196.
5999
6000 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
6001
6002         * reflection.c: Map PEFileKind to the value expected by the WinNT
6003         image loader. 
6004
6005 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6006
6007         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
6008         Read until the buffer is filled completely.
6009
6010 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6011
6012         * icall.c: implemented MonoType.InternalGetEvent ().
6013
6014 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6015
6016         * appdomain.c: implemented InitAppDomainSetup. Delayed
6017         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
6018         the entry_assembly.
6019
6020         * assembly.c: base_dir is now an absolute path ending with
6021         G_DIR_SEPARATOR.
6022
6023         * icall.c: modified get_location according to the above changes.
6024
6025         * object.c: init AppDomain.SetupInformation for the default domain after
6026         we have the entry assembly.
6027
6028         * domain.c: when unloading a domain, setup = NULL.
6029
6030 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
6031
6032         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
6033
6034 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
6035
6036         * object.h, object.c: introduced mono_object_get_virtual_method ()
6037         to lookup the method invoked on an object when a callvirt is done on
6038         a method.
6039         * icall.c: make MethodInfo::Invoke() always do a virtual call.
6040
6041 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6042
6043         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
6044         current domain when loaded an assembly and failed to load it.
6045
6046         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
6047
6048 2002-10-31  Dick Porter  <dick@ximian.com>
6049
6050         * icall.c: 
6051         * file-io.h: 
6052         * file-io.c: Return the error status in a parameter, as the
6053         GetLastError() value has long since been blown away if we try and
6054         look it up in a subsequent internal call invocation.  Delete the
6055         GetLastError() internal call, because it's useless.
6056
6057 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
6058
6059         * class.[ch]: added cast_class to fix bug 29517
6060
6061 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
6062
6063         * marshal.c: create valid IL code in the filter clause:
6064         the new JIT is less forgiving:-)
6065
6066 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6067
6068         * icall.c: removed get_property internal call.
6069
6070 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
6071
6072         * appdomain.h domain.c: Added an ID to appdomains.
6073         
6074         * threads.c threads.h icall.c: Implement icall
6075         Thread:GetDomainID(), and remove unused icall 
6076         CurrentThreadDomain_internal.
6077
6078 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6079
6080         * icall.c: Don't recurse through the base types in GetConstructor.
6081         Fixes bug #32063. 
6082
6083 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
6084
6085         * mempool.h, mempool.c: added mono_mempool_empty() and
6086         mono_mempool_stats().
6087
6088 2002-10-23  Dick Porter  <dick@ximian.com>
6089
6090         * file-io.c: 
6091         * file-io.h: 
6092         * icall.c: Added MonoIO.GetFileType internal call
6093
6094 2002-10-17  Dick Porter  <dick@ximian.com>
6095
6096         * appdomain.c (mono_runtime_cleanup): Don't signal the async
6097         delegate semaphore before waiting for all threads to finish,
6098         because new threads can also call async delegates.  Fixes bug
6099         32004.
6100
6101         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
6102         of 3 seconds, in case another async job is queued.  (This part is
6103         needed because the bug fix reintroduced the 3s exit lag.)  This
6104         makes the mono_runtime_shutdown flag superfluous.
6105
6106 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
6107
6108         * reflection.c: include ehader size in method section headers.
6109         Really check for suplicated modules entries.
6110
6111 2002-10-17  Martin Baulig  <martin@gnome.org>
6112
6113         * debug-mono-symfile.c: Added back support for locals.
6114
6115 2002-10-14  Martin Baulig  <martin@gnome.org>
6116
6117         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
6118         MONO_TYPE_VOID.
6119
6120 2002-10-14  Martin Baulig  <martin@gnome.org>
6121
6122         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
6123         mono_class_get() instead of looking in the class cache. 
6124
6125 2002-10-13  Martin Baulig  <martin@gnome.org>
6126
6127         * debug-mono-symfile.c: Set version number to 28, include the
6128         signature in method names.
6129
6130 2002-10-13  Martin Baulig  <martin@gnome.org>
6131
6132         * debug-mono-symfile.h: Set version number to 27.
6133
6134 2002-10-11  Martin Baulig  <martin@gnome.org>
6135
6136         * gc.c: Don't register/unregister NULL pointers as disappearing links.
6137
6138 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
6139
6140         * metadata.c, metadata.h: added helper function to allocate signatures.
6141
6142 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6143
6144         * icall.c: added internal call to get the location of machine.config.
6145
6146 2002-10-08  Martin Baulig  <martin@gnome.org>
6147
6148         * debug-mono-symfile.c: Ignore classes with a pending init for the
6149         moment.
6150
6151 2002-10-03  Dick Porter  <dick@ximian.com>
6152
6153         * threads.c: Freebsd pthread_t is a pointer
6154
6155 2002-10-03  Dick Porter  <dick@ximian.com>
6156
6157         * socket-io.c: Implemented GetHostName_internal
6158
6159 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6160
6161         * mono-config.c:
6162         (mono_config_parse_file): don't leak the text.
6163
6164 2002-10-02  Martin Baulig  <martin@gnome.org>
6165
6166         * debug-mono-symfile.c: Added support for methods.
6167
6168 2002-10-01  Martin Baulig  <martin@gnome.org>
6169
6170         * debug-mono-symfile.c: Don't emit methods and line numbers for
6171         the dynamic symbol file, just write the type table.  We can easily
6172         have an external helper program which creates a symbol file for an
6173         IL file.        
6174
6175 2002-10-01  Dick Porter  <dick@ximian.com>
6176
6177         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
6178         Only add the handle to the cleanup array when we're about to
6179         launch the thread.  Bug 31425 deadlocked when the test was run on
6180         mono under w32.
6181
6182 2002-10-01  Martin Baulig  <martin@gnome.org>
6183
6184         * debug-mono-symfile.c: Added support for properties.
6185
6186 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
6187
6188         * reflection.c: unaligned store fix from Mark Crichton
6189         <crichton@gimp.org>.
6190
6191 2002-09-27  Martin Baulig  <martin@gnome.org>
6192
6193         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
6194         New interncall.
6195
6196 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
6197
6198         * assembly.h, assembly.c: use a sane API to hook into the assembly
6199         loading process instead of a useless special-purpouse hack
6200         (ngen needs a hook, too, for example).
6201
6202 2002-09-27  Dick Porter  <dick@ximian.com>
6203
6204         * threads.c (mono_thread_init): Call GetCurrentProcess() so
6205         io-layer can set up some process handle info.  Not needed on w32,
6206         but doesn't hurt either.
6207
6208         * process.c: Pass the program name in the second parameter to
6209         CreateProcess, so the path is searched.  Include the working
6210         directory. Implemented process name, process enumeration, and some
6211         process detail internal calls.
6212         
6213         * icall.c: Added internal calls for process lookup, and some
6214         process details
6215
6216 2002-09-26  Martin Baulig  <martin@gnome.org>
6217
6218         * assembly.c (mono_install_open_assembly_hook): New global
6219         function to install a function to be invoked each time a new
6220         assembly is loaded.
6221         (mono_assembly_open): Run this callback function if set.
6222
6223         * debug-mono-symfile.c: Put back line numbers for the dynamic
6224         symbol file and also record the .il file as source file.  This
6225         allows us to install the temporary symbol file as `file.dbg' just
6226         like a compiler-generated one.
6227
6228 2002-09-26  Nick Zigarovich <nick@chemlab.org>
6229
6230         * Corrected typo in gc.c (BOHEM vs BOEHM).
6231
6232 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6233
6234         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
6235         GetProperties. Also avoid calling g_slist_length in GetProperties and
6236         GetMethods.
6237
6238 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
6239
6240         * reflection.c: avoid unaligned stores (bug spotted by
6241         Mark Crichton  <crichton@gimp.org>).
6242
6243 2002-09-25  Martin Baulig  <martin@gnome.org>
6244
6245         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
6246         instead of guint64 for addresses and added prologue/epilogue info.
6247
6248 2002-09-25  Martin Baulig  <martin@gnome.org>
6249
6250         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
6251         store line number info.  For the dynamic symbol file, we only need
6252         to provide the JIT generated dynamic line number info for the dynamic
6253         symbol file.
6254
6255 2002-09-25  Martin Baulig  <martin@gnome.org>
6256
6257         * debug-mono-symfile.h: Incremented version number.
6258
6259 2002-09-24  Martin Baulig  <martin@gnome.org>
6260
6261         * class.c (mono_debugger_class_init_func): New global function
6262         pointer variable.
6263         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
6264         call it.
6265
6266         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
6267         function.  This is called via the mono_debugger_class_init_func
6268         hook to add all types to the dynamic type table.
6269         (ves_icall_MonoDebugger_GetType): New interncall to get a class
6270         from its metadata token.
6271
6272         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
6273         New interncall for the debugger.
6274
6275 2002-09-24  Nick Drochak <ndrochak@gol.com>
6276
6277         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
6278         before using it in case it is null.
6279         
6280 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
6281
6282         * metadata.c: allow custom modifiers in local var signatures
6283         (bug spotted by Zoltan Varga).
6284
6285 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
6286
6287         * class.c: deal with the <Module> class that may have a NULL vtable.
6288         Eliminate warnings.
6289
6290 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
6291
6292         * image.c, image.h: more strong name helpers.
6293         * monosn.c: more work: convert pem keys to cryptoapi format.
6294
6295 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
6296
6297         * string-icalls.c: speedup IndexOf.
6298
6299 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
6300
6301         * icall.c: updates from Zoltan.2.Varga@nokia.com.
6302
6303 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
6304
6305         * icall.c: cleanup: use mono_object_domain ().
6306
6307 2002-09-23  Martin Baulig  <martin@gnome.org>
6308
6309         * debug-mono-symfile.c: Improved type support.
6310
6311 2002-09-22  Martin Baulig  <martin@gnome.org>
6312
6313         * debug-mono-symfile.c: Added support for reference types and strings.
6314
6315 2002-09-22  Martin Baulig  <martin@gnome.org>
6316
6317         * debug-mono-symfile.c: Started to work on the type table.
6318
6319 2002-09-21  Martin Baulig  <martin@gnome.org>
6320
6321         * debug-mono-symfile.c: Largely reworked the symbol table format.
6322         The symbol table is now incrementally updated each time a new
6323         method is added.  We're now also using our own magic and version
6324         so that you don't need to recompile all your classes if the
6325         dynamic table changes.
6326         (mono_debug_update_mono_symbol_file): Removed.
6327         (mono_debug_symfile_add_method): New function to add a method.
6328
6329 2002-09-21  Martin Baulig  <martin@gnome.org>
6330
6331         * icall.c
6332         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
6333         New interncall.
6334
6335         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
6336         New interncall to get a method from its metadata token.
6337
6338 2002-09-21  Martin Baulig  <martin@gnome.org>
6339
6340         * debug-mono-symfile.c: Create type table.
6341
6342 2002-09-20  Martin Baulig  <martin@gnome.org>
6343
6344         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
6345
6346 2002-09-20  Martin Baulig  <martin@gnome.org>
6347
6348         * debug-mono-symfile.c: Provide information about params and locals.
6349
6350 2002-09-20  Martin Baulig  <martin@gnome.org>
6351
6352         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
6353         New interncall.
6354
6355         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
6356         interncall to get a method from its metadata token.
6357
6358 2002-09-20  Martin Baulig  <martin@gnome.org>
6359
6360         * debug-mono-symfile.c: Added a few checks for method->header
6361         being non-NULL.  This should never happen, but for the moment
6362         let's use a g_warning() rather than a g_assert().
6363
6364 2002-09-19  Mark Crichton  <crichton@gimp.org>
6365
6366         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
6367         even if support for it isn't present.  Added an #ifdef to fix this.
6368
6369         * socket-io.c: Added checks back for Solaris support.
6370
6371 2002-09-19  Martin Baulig  <martin@gnome.org>
6372
6373         * debug-mono-symfile.c (read_string, write_string): Reflect latest
6374         changes in the symbol file format.
6375
6376 2002-09-18  Martin Baulig  <martin@gnome.org>
6377
6378         * debug-mono-symfile.c: Set version number to 21.
6379
6380 2002-09-18  Dick Porter  <dick@ximian.com>
6381
6382         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
6383         on netbsd.  Fixes bug 30051.
6384
6385 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6386
6387         * reflection.c:
6388         (set_version_from_string): little fix.
6389
6390 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
6391
6392         * monosn.c, Makefile.am: added strong name utility.
6393         * reflection.h, reflection.c: implemented delayed signing,
6394         locale, version and hash id assembly attributes.
6395
6396 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
6397
6398         * loader.c, metadata.c: load param attributes in signatures.
6399
6400 2002-09-16  Martin Baulig  <martin@gnome.org>
6401
6402         * debug-mono-symfile.c: Added string table with all method names.
6403
6404 2002-09-14  Martin Baulig  <martin@gnome.org>
6405
6406         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
6407         fast method lookup.
6408
6409 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
6410
6411         * reflection.c: record the public key token of referenced assemblies.
6412
6413 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
6414
6415         * image.c, image.h: added functions to get the strong name and the
6416         public key of an assembly.
6417         * pedump.c: use them.
6418
6419 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
6420
6421         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
6422
6423 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
6424
6425         * marshal.c (mono_marshal_get_managed_wrapper): Added
6426         MONO_TYPE_BOOLEAN 
6427
6428 2002-09-11  Martin Baulig  <martin@gnome.org>
6429
6430         * gc.c: Call GC_unregister_disappearing_link() on all links when
6431         finalizing them, this is necessary to aviod a crash in boehm's
6432         finalize handler.
6433
6434 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
6435
6436         * gc.c: handle GetTarget for finalized objects spotted and fixed by
6437         nick@chemlab.org.
6438
6439 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
6440
6441         * icall.c: implemented MonoType::Module.
6442         * reflection.c, reflection.h: mono_module_get_object () from
6443         Tomi Pakarinen <tomi.pakarinen@welho.com>.
6444
6445 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
6446
6447         * icall.c: ignore overridden methods in GetMethods ().
6448         Fix for FieldInfo::SetValue().
6449         * object.c: handle float/double in runtime invoke.
6450
6451 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
6452
6453         * object.c: allow a constructor to be called again on an object.
6454
6455 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
6456
6457         * class.h, class.c: move field layout code to it's own function and
6458         export it. Get an interface id earlier. Move fields in MonoClass
6459         so they are more cache friendly and align the bitfields.
6460         * loader.c: temporary handle get_param_names() for a runtime method.
6461         * reflection.c, reflection.h: more code to handle runtime creation of
6462         types.
6463
6464 2002-09-09  Martin Baulig  <martin@gnome.org>
6465
6466         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
6467         signature with the pinvoke field being set for the actual call.
6468
6469 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
6470
6471         * icall.c: removed some unused icalls. Start of map of glib charsets
6472         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
6473
6474 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
6475
6476         * debug-helpers.c: break infinite loop (found and fixed by
6477         Holger Arnold <harnold@gmx.de>).
6478
6479 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
6480
6481         * icall.c: target may be null in create_delegate.
6482
6483 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
6484
6485         * marshal.c: handle a boolean return type.
6486
6487 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
6488
6489         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
6490
6491 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
6492
6493         * gc.c: fix weakreferences.
6494
6495 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
6496
6497         * icall.c: added icall to get default codepage.
6498
6499 2002-09-03  Dick Porter  <dick@ximian.com>
6500
6501         * threads.h: 
6502         * threads.c: Use MonoThread instead of MonoObject where
6503         apropriate.
6504
6505         Store running thread objects in a hash table, so that we have all
6506         the info to hand when waiting for them to finish
6507         (means we don't need OpenThread() any more, so mingw builds should
6508         be fully functional again.)
6509
6510         * verify.c:
6511         * object.h: Added thread ID to MonoThread
6512
6513 2002-09-03  Martin Baulig  <martin@gnome.org>
6514
6515         * icall.c (System.Reflection.Assembly::get_location): New interncall.
6516
6517 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6518
6519         * icall.c: fixed leak in get_temp_path. Thanks lupus.
6520
6521 2002-09-03  Martin Baulig  <martin@gnome.org>
6522
6523         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
6524         argument to store the end address of the disassembled instruction.
6525
6526         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
6527         here from debug-symfile.h.
6528         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
6529         JIT into this struct.
6530         (MonoSymbolFile): Added `char *image_file' field.
6531         (MonoDebugGetMethodFunc): Removed.
6532         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
6533         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
6534         (mono_debug_find_method): New method.
6535
6536         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
6537         create a full symbol file.
6538         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
6539         and static symbol files.
6540         (mono_debug_find_method): The symbol file keeps an internal method hash,
6541         call this to get a MonoDebugMethodInfo from a MonoMethod.
6542
6543         * debug-symfile.[ch]: Removed.
6544
6545 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
6546
6547         * image.c (do_mono_image_open): Remove linker version check.
6548
6549 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
6550
6551         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
6552         wrappers for instance methods.
6553         
6554 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6555
6556         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
6557
6558 2002-08-28  Dick Porter  <dick@ximian.com>
6559
6560         * Makefile.am: Export HOST_CC for w32 builds
6561
6562 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
6563
6564         * file-io.c process.c: MonoString are null terminated, no
6565         need for mono_string_to_utf16() anymore.
6566
6567 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
6568
6569         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
6570
6571 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
6572
6573         * icall.c, reflection.h: speedup System.MonoType.
6574
6575 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
6576
6577         * reflection.c: allow null as the value of a string argument in
6578         custom attributes constructors.
6579
6580 2002-08-27  Martin Baulig  <martin@gnome.org>
6581
6582         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
6583         `trampoline_address' field.
6584
6585 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
6586
6587         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
6588         check (fixes bug #29486) 
6589
6590 2002-08-27  Martin Baulig  <martin@gnome.org>
6591
6592         * debug-mono-symfile.c: Changed the file format in a way that allows us
6593         open it read-only and to use a specially malloced area for all the
6594         dynamic data.  We can now also generate a symbol file on-the-fly if we're
6595         debugging IL code and there is no MCS generated symbol file for it.
6596
6597 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
6598
6599         * object.c: added a define for a good string and array
6600         creation speedup (not enabled by default because we need to deal with
6601         the synch stuff).
6602
6603 2002-08-26  Martin Baulig  <martin@gnome.org>
6604
6605         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
6606         function to create a dynamic symbol file.  This is used by the
6607         debugger to create a symbol file for IL code on-the-fly.
6608
6609 2002-08-26  Martin Baulig  <martin@gnome.org>
6610
6611         * loader.c (mono_lookup_pinvoke_call): Include the error message
6612         from g_module_error() in the error message.
6613
6614 2002-08-24  Martin Baulig  <martin@gnome.org>
6615
6616         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
6617         function to update the symbol file.  The symbol file is mmap()ed
6618         writable, but private.  This allows us to install the symbol file
6619         together with the assembly.
6620
6621 2002-08-24  Martin Baulig  <martin@gnome.org>
6622
6623         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
6624         but they can read the new symbol file format which mcs is now creating.
6625
6626         * debug-symfile.c (mono_debug_find_source_location): Moved to
6627         debug-mono-symfile.c; this is now operating on the new symbol file.
6628
6629 2002-08-23  Martin Baulig  <martin@gnome.org>
6630
6631         * debug-helpers.c (mono_method_desc_from_method): New function to get
6632         a MonoMethodDesc from a MonoMethod.
6633
6634 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
6635
6636         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
6637         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
6638
6639 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
6640
6641         * string-icalls.[ch]: make helper methods static.
6642
6643 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6644
6645         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
6646         types to it and to SetValueInternal.
6647
6648         * object.c: Moved handle_enum label to its proper place. This was the
6649         f... bug! ;-)
6650
6651         This time i compiled mcs and gtk-sharp and they both work.
6652
6653 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6654
6655         * icall.c: reverted partially my previous patch until 
6656         object.c:set_value handles enums correcly.
6657
6658 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6659
6660         * icall.c:
6661         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
6662         (ves_icall_System_Environment_get_MachineName): removed warning when
6663         compiling under cygwin.
6664
6665 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
6666
6667         * object.c: fixed field_get_value() for reference types.
6668
6669 2002-08-22  Dick Porter  <dick@ximian.com>
6670
6671         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
6672         Don't free a buffer while it's still needed.  Patch from Jonathan
6673         Liger <Jonathan.liger@wanadoo.fr>
6674
6675 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
6676
6677         * icall.c (ves_icall_System_Environment_get_Platform): Add new
6678         internal call.
6679
6680 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
6681
6682         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
6683         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
6684
6685         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
6686         we call unmanaged code which throws exceptions.
6687
6688 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
6689
6690         * appdomain.h: added per-domain entry_assembly.
6691         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
6692         arguments.
6693         * icall.c: Assembly::GetEntryAssembly icall.
6694         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
6695         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
6696
6697 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
6698
6699         * appdomain.h, gc.c: added mono_domain_finalize ().
6700
6701 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6702
6703         * object.c:
6704         (mono_print_unhandled_exception): changed g_warning by g_printerr
6705         because g_log has a 1024 characters limit (yeah, i got a big stack
6706         trace). Don't print exception name, that should be in ToString 
6707         returned string.
6708
6709 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6710
6711         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
6712         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
6713
6714 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6715
6716         * object.c:
6717         (mono_print_unhandled_exception): after previous commit, i realized
6718         that MS calls ToString on the exception. I changed this function to
6719         do that. This way we get stack_trace for free.
6720
6721 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6722
6723         * object.c:
6724         (mono_print_unhandled_exception): invoke Message property instead of
6725         getting 'message' field from Exception. Don't allocate memory for
6726         'trace' and 'message' if not needed.
6727
6728 2002-08-18  Dick Porter  <dick@ximian.com>
6729
6730         * unicode.c: Fix asserts to match Encoder.cs checks
6731
6732 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
6733
6734         * marshal.c: fix unaligned store issue and a few wrong
6735         opcode argument types.
6736
6737 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6738
6739         * icall.c: added GetUninitializedObjectInternal internal call.
6740
6741 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
6742
6743         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
6744         to the right domain.
6745
6746 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
6747
6748         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
6749
6750         * class.c (class_compute_field_layout): set blittable to false for Strings
6751
6752         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
6753
6754 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
6755
6756         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
6757         first chunk of code to create types at runtime. Code to
6758         handle ReflectedType/DeclaringType. Make reflection handles
6759         domain specific.
6760
6761 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
6762
6763         * class.c: set correct name in arrays.
6764
6765 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
6766
6767         * appdomain.c (mono_domain_transfer_object): make it work with
6768         valuetypes. bug fixes.
6769
6770 2002-08-12  Dick Porter  <dick@ximian.com>
6771
6772         * object.h: Rename some parameters to avoid c++ keywords (Patch
6773         from Joseph Wenninger <kde@jowenn.at>)
6774
6775 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
6776
6777         * icall.c: added icall to implement Assembly.GetFile*.
6778
6779 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
6780
6781         * reflection.h, reflection.c: code to embed managed resources.
6782
6783 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
6784
6785         * class.c: move all the type size stuff into
6786         class_compute_field_layout().
6787
6788 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
6789
6790         * class.c: ensure enums have always the correct instance size.
6791         * unicode.c: remove wrong assert.
6792
6793 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
6794
6795         * assembly.c: fix mem corruption issue.
6796         * image.h, image.c: added mono_image_get_resource () to access
6797         managed resources.
6798         * icall.c: implemented Assembly.EntryPoint property and some
6799         Managed Resources related internalcalls.
6800
6801
6802 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
6803
6804         * image.c, image.h: impemented mono_image_get_entry_point ().
6805         * appdomain.c: use mono_image_get_entry_point.
6806
6807 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
6808
6809         * reflection.c: support the object type argument when loading
6810         custom attributes.
6811
6812 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
6813
6814         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
6815         String as return type.
6816
6817 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
6818
6819         * reflection.c: fix encoding of named args for custom attrs to match
6820         the ms implementation. Read them back when instantiating custom
6821         attributes.
6822
6823 2002-08-02  Radek Doulik  <rodo@ximian.com>
6824
6825         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
6826         by Dietmar as quick fix
6827         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
6828         16 as stack size, used on more places as quick fix before Dietmar
6829         will fix it properly
6830
6831 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
6832
6833         * object.h, object.c: added accessors for fields and properties.
6834
6835 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
6836
6837         * class.c, class.h: made mono_class_get_field_from_name ()
6838         loop on parent types.
6839         Added mono_class_get_property_from_name ().
6840
6841 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
6842
6843         * class.c, class.h: move the code to setup the type vtable in its own
6844         function so that it can be reused also for types created at runtime.
6845         Eliminate the "class" identifier from the header file.
6846         * reflection.c: setup the vtable for enums so that we can create
6847         objects for use in SetConstant ().
6848
6849 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
6850
6851         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
6852         instead of the delegate itself as this pointer (bug #28383)
6853
6854 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
6855
6856         * marshal.c (mono_marshal_get_managed_wrapper): added return type
6857         conversions.
6858
6859 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
6860
6861         * loader.c: don't set the pinvoke bit on icalls.
6862
6863 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
6864
6865         * debug-helpers.c (mono_method_full_name): only print a number to
6866         indicate wrapper type (so that the output is more readable in traces).
6867
6868 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
6869
6870         * class.c (mono_class_init): include method override patch from Paolo
6871
6872 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
6873
6874         * icall.c: fixed GetTypeCode().
6875
6876 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
6877
6878         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
6879         use real delegate invoke function to make it work with multicast
6880         delegates (fix bug# 28291).
6881
6882 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
6883
6884         * object.c: load constant strings.
6885
6886 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
6887
6888         * reflection.c: no magic numbers.
6889         * tabledefs.h: security action enum.
6890
6891 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
6892
6893         * assembly.c: fix possible memory corruption.
6894
6895 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
6896
6897         * reflection.h, reflection.c: added support for linking resources.
6898         * verify.c: check we have an updated corlib.
6899
6900 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
6901
6902         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
6903         string arrays.
6904         (mono_marshal_string_array): null terminate unmanaged string arrays.
6905         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
6906
6907 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
6908
6909         * icall.c: Type.GetType () can now return also types from the
6910         calling assembly.
6911
6912 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
6913
6914         * loader.h, loader.c: stack walking support.
6915         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
6916         GetCallingAssembly.
6917
6918 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
6919
6920         * marshal.c: added optimisations for blittable types 
6921
6922         * class.c (mono_array_class_get): do not set blittable attribute on arrays
6923         (mono_class_setup_mono_type): set blittable attribute for single
6924         and double.
6925
6926         * marshal.c (mono_string_utf8_to_builder): impl.
6927         (mono_string_builder_to_utf8): impl.
6928         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
6929
6930 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
6931
6932         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
6933         (mono_marshal_get_managed_wrapper): impl. byref types
6934
6935 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6936
6937         * icall.c:
6938         (search_method): don't display debug message. 
6939
6940 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
6941
6942         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
6943
6944 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
6945
6946         * appdomain.c: set the missing filename when throwing exception.
6947
6948 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
6949
6950         * metadata.c (mono_type_size): code cleanup
6951         (mono_type_stack_size): removed some test code
6952
6953 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
6954
6955         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
6956         mono_get_exception_file_not_found now.
6957
6958         * exception.c (mono_exception_from_name_two_strings): New version
6959         that will call a constructor with two string arguments. 
6960         (mono_get_exception_file_not_found): New helper routine, used to
6961         report file-not-found errors.
6962
6963 2002-07-20  Dick Porter  <dick@ximian.com>
6964
6965         * process.h:
6966         * process.c: Pass file handles to CreateProcess
6967         
6968         * icall.c:
6969         * file-io.h:
6970         * file-io.c: Implemented CreatePipe
6971
6972 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
6973
6974         * metadata.c (mono_get_param_info): set alignment for value types
6975
6976 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
6977
6978         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
6979         Constify mono_domain_assembly_open().
6980         * loader.c: handle null namespace in icalls.
6981
6982 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
6983
6984         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
6985         (emit_str_to_ptr_conv): marshal object as structs
6986
6987         * metadata.c (mono_type_to_unmanaged): marshal object as structs
6988
6989         * marshal.c (mono_marshal_get_runtime_invoke): support value types
6990
6991 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
6992
6993         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
6994         (mono_marshal_get_native_wrapper): we an now return value types
6995
6996 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
6997
6998         * verify.c: more checks implemented.
6999
7000 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
7001
7002         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
7003         (fix bug #27695)
7004         (mono_marshal_get_native_wrapper): allow byref arguments
7005         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
7006         impl. PtrToStringXXX methods
7007         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
7008         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
7009         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
7010         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
7011         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
7012
7013 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
7014
7015         * reflection.c: fix buglet in parsing an assembly name.
7016
7017 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
7018
7019         * marshal.c (emit_ptr_to_str_conv): first impl.
7020
7021 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
7022
7023         * object.c, class.h: cache the vtable in the class as suggested by
7024         vargaz@freemail.hu (Zoltan Varga).
7025
7026 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
7027
7028         * class.h, loader.c: added mono_field_from_token().
7029         * verify.c: first cut of type checking code.
7030
7031 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
7032
7033         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
7034
7035 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
7036
7037         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
7038         (fix bug #27782)
7039         (mono_marshal_get_remoting_invoke): impl.
7040         (mono_delegate_begin_invoke): impl.
7041         (mono_mb_emit_save_args): impl.
7042         (mono_delegate_end_invoke): impl.
7043         (mono_marshal_get_delegate_begin_invoke):
7044         (mono_marshal_get_delegate_end_invoke):
7045         (mono_marshal_get_delegate_invoke): generate a special name for
7046         those methods (including the signature) and associate them whith
7047         the delegate class. 
7048
7049 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
7050
7051         * reflection.[ch]: 
7052         (mono_reflection_type_from_name): now it has a MonoImage parameter
7053         which is used as the default image to search the type in. If the image
7054         is NULL or getting the type from it fails, it defaults to corlib.
7055
7056         * icall.c: changed 1 call to mono_reflection_type_from_name to match
7057         new parameter.
7058
7059 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
7060
7061         * reflection.c: update the parameter table index.
7062
7063 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
7064
7065         * domain.c: don't include the mark byte in the string hash.
7066
7067 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
7068
7069         * icall.cs: icall for Type.GetTypeCode ().
7070         * verify: a couple of fixes and disabled local initialization checks.
7071
7072 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
7073
7074         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
7075
7076         * debug-helpers.c (mono_method_full_name): print the type of the
7077         runtime wrapper
7078
7079         * metadata.c (mono_signature_hash): a hash function for signatures
7080         (mono_signature_hash): better hash algorithm
7081
7082         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
7083
7084         * debug-helpers.c (mono_method_full_name): this can now generate
7085         method names with signatures
7086
7087         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
7088         method dont have this pointers.
7089
7090 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
7091
7092         * reflection.c: fixup typebuilder tokens.
7093         * image.c: fix buglet.
7094         * marshal.h: remove whitespace.
7095         * metadata.h, metadata.c: reinstate code that was removed.
7096         * verify.c: handle catch directives and fix another couple of bugs.
7097
7098 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
7099
7100         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
7101         (mono_marshal_get_native_wrapper): make it comp. with the old code
7102         (mono_marshal_get_native_wrapper): support boolean
7103         (mono_marshal_get_managed_wrapper): support more types
7104
7105 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
7106
7107         * class.c (class_compute_field_layout): compute class->blittable attribute.
7108
7109 2002-07-09  Dick Porter  <dick@ximian.com>
7110
7111         * threads.c: Make the thread cleaning up cope with threads that
7112         call ExitThread()
7113
7114 2002-07-08  Radek Doulik  <rodo@ximian.com>
7115
7116         * reflection.c (method_encode_code): use non-translated values to
7117         compute finally_start, this fixes exception handling on ppc, yay!
7118
7119         * decimal.h (struct signscale): fix endianess
7120
7121 2002-07-07  Radek Doulik  <rodo@ximian.com>
7122
7123         * reflection.c: swap box_val and not val
7124
7125 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
7126
7127         * reflection.c, reflection.h: handle full assembly info in type name.
7128         Handle Type arguments when loading custom attributes.
7129         * icall.c: updated to use new mono_reflection_type_from_name () method.
7130
7131 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7132
7133         * loader.c:
7134         (method_from_memberref): also print assembly name when method not found.
7135
7136 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7137
7138         * icall.c:
7139         (ves_icall_TypeGetProperties): fixed bug #27473. 
7140
7141 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7142
7143         * reflection.c: display image name and token when cannot find the
7144         .ctor for an attribute.
7145
7146 2002-07-05  Martin Baulig  <martin@gnome.org>
7147
7148         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
7149
7150 2002-07-04  Dick Porter  <dick@ximian.com>
7151
7152         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
7153         compile on mingw.  This will cause mingw builds to not wait for
7154         subthreads to terminate after the main thread does.  I've lodged a
7155         bug with the mingw developers for them to wrap OpenThread().
7156
7157 2002-07-03  Dick Porter  <dick@ximian.com>
7158
7159         * threads.c: Store thread IDs instead of handles, because
7160         GetCurrentThread() returns a pseudohandle and therefore stores
7161         useless values.  mono_thread_cleanup() continues checking the
7162         array of threads until it is empty, to cope with subthreads
7163         spawning new threads after the main thread has finished.
7164
7165         * profiler.h:
7166         * profiler.c:
7167         * profiler-private.h: Pass the thread ID to thread profiler
7168         functions, instead of a handle
7169
7170 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
7171
7172         * verify.c: fixes to make it more usable.
7173         * pedump.c: added --verify code to verify IL code in an assembly.
7174
7175 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7176
7177         * reflection.c: turn errors into warnings to allow compiling corlib.
7178
7179 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
7180
7181         * reflection.c: add special cases to compile corlib.
7182
7183 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
7184
7185         * reflection.c: handle properties with only a set method.
7186
7187 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
7188
7189         * opcodes.h: add enum with opcodes in opval order.
7190
7191 2002-07-01  Dick Porter  <dick@ximian.com>
7192         
7193         * object.h:
7194         * object.c (mono_runtime_run_main): Removed unneeded argument
7195
7196 2002-06-28  Martin Baulig  <martin@gnome.org>
7197
7198         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
7199
7200 2002-06-27  Dick Porter  <dick@ximian.com>
7201
7202         * threads.c: Store the handle in both the parent thread and in the
7203         subthread, to minimise the time between starting a new thread and
7204         storing its ID.
7205
7206 2002-06-26  Dick Porter  <dick@ximian.com>
7207
7208         * appdomain.c (mono_runtime_cleanup): Close the socket library
7209         after all the threads have finished, not before
7210
7211 2002-06-26  Martin Baulig  <martin@gnome.org>
7212
7213         * debug-symfile.c (mono_debug_find_source_location): Added
7214         `guint32 *line_number' argument.  If it's not NULL, store the line number
7215         there and return the file name without the line number.
7216
7217 2002-06-25  Dick Porter  <dick@ximian.com>
7218
7219         * icall.c:
7220         * process.h:
7221         * process.c: Process forking and other support functions
7222
7223 2002-06-25  Dick Porter  <dick@ximian.com>
7224
7225         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
7226         things dont happen when the image is closed.
7227         (mono_image_lookup_resource): Walk the resource section looking
7228         for a particular entry
7229
7230         * cil-coff.h: PE resource section decoding
7231
7232 2002-06-25  Dick Porter  <dick@ximian.com>
7233         
7234         * assembly.h:
7235         * assembly.c: 
7236         (mono_assembly_foreach): Accessor functions to walk the list of
7237         loaded assemblies
7238         (mono_assembly_set_main):
7239         (mono_assembly_get_main): Process methods need to know which
7240         assembly is the "main" one
7241
7242         * object.c (mono_runtime_run_main): Record the main assembly
7243
7244         * debug-helpers.c: Fix typo
7245
7246 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
7247
7248         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
7249         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
7250
7251 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
7252
7253         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
7254
7255 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
7256
7257         * image.c (do_mono_image_open): Initialize reference count,
7258         otherwise we leak the MonoImage.
7259
7260 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
7261
7262         * reflection.c: small tweak to handle self-hosting.
7263
7264 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
7265
7266         * reflection.c: fix type name parse code.
7267
7268 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
7269
7270         * reflection.c: break out of the loop.
7271         * image.c: special case corlib.
7272
7273 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
7274
7275         * reflection.c: add all the custom attrs at the end to ensure the
7276         ctors have been properly initialized when the attributes are defined
7277         in the current assembly.
7278
7279 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
7280
7281         * reflection.c: handle correctly multiple-nested types.
7282
7283 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
7284
7285         * row-indexes.h: fix typos.
7286         * reflection.c: adjust for typos and fix method_def_or_ref
7287         encoding in MethodImpl table.
7288
7289 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
7290
7291         * reflection.c: fix entry point patching (thanks Serge!).
7292
7293 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
7294
7295         * verify.c: add check for System.Exception
7296
7297 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
7298
7299         * image.c, class.c: minifix for code just c&p'ed.
7300         * reflection.c: warning fix.
7301         * object.h, loader.h, domain.c: load also StringBuilder.
7302
7303 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
7304
7305         * marshal.h, marshal.c: some support code to handle complex marshaling.
7306
7307 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7308
7309         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
7310         Better signatures with vtable error dump.
7311
7312 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
7313
7314         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
7315
7316 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
7317
7318         * icall.c (ves_icall_Type_GetField): impl.
7319
7320 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7321
7322         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
7323         to retrieve a marshal description blob for a field or param.
7324
7325 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
7326
7327         * reflection.h, reflection.c: change order of nested type emission
7328         to avoid table corruption. The NestedTypes table is sorted.
7329         * icall.c: change order of GetConstructor results to workaround mcs bug.
7330
7331 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
7332
7333         * reflection.h, reflection.c: handle field and param marshal
7334         information.
7335
7336 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
7337
7338         * icall.c, marshal.c marshal.h: more Marshal class implementation.
7339
7340 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
7341
7342         * reflection.c: fix call convention.
7343
7344 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
7345
7346         * reflection.h, reflection.c: mono_image_get_memberref_token()
7347         takes a type instead of a class, now. Added
7348         mono_image_get_array_token() to create tokens for the special
7349         multi-dim array methods.
7350
7351 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
7352
7353         * assembly.c: handle modules (no assembly table). Split
7354         loading references in its own function.
7355         * class.c: handle moduleref resolution scope.
7356         * image.c, image.h: cache module name in image.
7357
7358 2002-06-07  Martin Baulig  <martin@gnome.org>
7359
7360         * reflection.c (mono_image_get_type_info): Only add a class layout entry
7361         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
7362
7363 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
7364
7365         * icall.c: more signature fixes that used uint instead of int.
7366
7367 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7368
7369         * reflection.c: fixed signature of field refs.
7370
7371 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
7372
7373         * class.c, reflection.c: handle typerefs of nested types
7374         (both on read and when writing files).
7375
7376 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
7377
7378         * icall.c: fix method signatures that tried to workaround the previous
7379         typo, d'oh!
7380
7381 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
7382
7383         * debug-helpers.c: fix typo.
7384
7385 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
7386
7387         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
7388         rewrote the PE/COFF writing code (our programs are understood by the
7389         ms runtime, now).
7390
7391 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
7392
7393         * gc.c, gc.h, icall.c: weakreference support.
7394
7395 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
7396
7397         * Makefile.am, mono-config.c: use $(sysconfdir).
7398
7399 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
7400
7401         * icall.c: changed default precision of Double.ToString() to 15.
7402         Fixed memory leak. Unified with Single.ToString.
7403
7404 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
7405
7406         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
7407
7408 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
7409
7410         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
7411         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
7412         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
7413         and myself.
7414
7415 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
7416
7417         * debug-symfile.c, sysmath.c: yet more compilation fixes.
7418
7419 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7420
7421         * reflection.c, socket-io.c: more compilation fixes.
7422
7423 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
7424
7425         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
7426         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
7427         unicode.c: warning and compiler compatibility fixes.
7428
7429 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
7430
7431         * class.h, metadata.c: fixed warnings/compilation errors.
7432
7433 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
7434
7435         * Makefile.am, mono-config.c, mono-config.h: configuration file
7436         support routines.
7437         * loader.c, loader.h: make Dll mapping configurable at runtime in the
7438         config file. Export methods to insert and lookup mappings.
7439
7440 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
7441
7442         * reflection.c: handle types and boxed objects in custom attr
7443         constructors.
7444
7445 2002-05-30  Martin Baulig  <martin@gnome.org>
7446
7447         * debug-symfile.c
7448         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
7449
7450 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
7451
7452         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
7453         to lookup the implmap row for a P/Invoke method.
7454         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
7455         P/Invoke method from the runtime on an as needed basis.
7456
7457 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
7458
7459         * metadata.c (mono_metadata_parse_signature): impl.
7460
7461 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
7462
7463         * class.c: handle .pack directive.
7464
7465 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
7466
7467         * object.c: initialize static fields with RVA data.
7468
7469 2002-05-25  Martin Baulig  <martin@gnome.org>
7470
7471         * debug-symfile.c
7472         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
7473
7474 2002-05-24  Martin Baulig  <martin@gnome.org>
7475
7476         * debug-symfile.c
7477         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
7478         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
7479         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
7480
7481 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
7482
7483         * object.c: special case string ctros in invoke.
7484         * gc.c: silly whitespace changes.
7485
7486 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
7487
7488         * threadpool.[ch]: impl. a threadpool that can
7489         be used by mint and mono.
7490
7491 2002-05-22  Martin Baulig  <martin@gnome.org>
7492
7493         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
7494         The first argument is now a `MonoReflectionModuleBuilder *', the return
7495         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
7496         `methods' field to get the method builder.  The `token' argument is the
7497         unfixed token.
7498
7499         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
7500         invalid characters instead of g_assert_not_reached()ing.  This seems
7501         to be the behaviour of mscorlib.
7502
7503 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
7504
7505         * object.c (mono_runtime_invoke_array): applied patch from Rachel
7506         Hestilow to fix bug #25104
7507
7508 2002-05-21  Martin Baulig  <martin@gnome.org>
7509
7510         * debug-symfile.c (mono_debug_find_source_location): New function.
7511         Looks up an IL offset in the line number table and returns the source
7512         location as a string.
7513
7514 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7515
7516         * icall.c:
7517         (mono_double_ToStringImpl): changed %f by %g until we have something
7518         better.
7519
7520 2002-05-21  Nick Drochak  <ndrochak@gol.com>
7521
7522         * icall.c : Use different name for Math.Pow's icall.  Needed to check
7523         parameters first in C#.
7524
7525 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
7526
7527         * icall.c, reflection.h: added icall to get info about an event.
7528
7529 2002-05-20  Radek Doulik  <rodo@ximian.com>
7530
7531         * object.c (mono_value_box): don't use memcpy for boxing on BIG
7532         endian
7533         (mono_value_box): don't use memcpy for small sizes on
7534         architectures with unaligned access
7535
7536 2002-05-20  Martin Baulig  <martin@gnome.org>
7537
7538         * reflection.c (mono_reflection_setup_internal_class): Don't crash
7539         if `tb->parent == NULL'.
7540         (mono_reflection_create_internal_class): New function.  This is
7541         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
7542         for enum types.
7543
7544         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
7545         New interncall.
7546
7547 2002-05-19  Martin Baulig  <martin@gnome.org>
7548
7549         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
7550         argument to get the length, don't default to the array length.
7551
7552 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
7553
7554         * assembly.c (mono_assembly_setrootdir): New function used to
7555         override the MONO_ASSEMBLIES directory.
7556
7557 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
7558
7559         * icall.c: ValueType_GetHashCode() initialize local var.
7560
7561 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
7562
7563         * reflection.c: sort custom attributes table.
7564
7565 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
7566
7567         * reflection.c: support named args in custom attributes (write support).
7568
7569 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
7570
7571         * reflection.c: fix finally position calculation.
7572
7573 2002-05-15  Radek Doulik  <rodo@ximian.com>
7574
7575         * reflection.c: fixed endianess at many places
7576
7577         * icall.c (ves_icall_InitializeArray): comment out debug msg
7578
7579 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
7580
7581         * object.c (mono_unhandled_exception): new function to handle
7582         unhandled exceptions.
7583         (mono_unhandled_exception): call the UnhandledException event.
7584         (mono_runtime_delegate_invoke): impl.
7585
7586 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
7587
7588         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
7589         returns the RVA, not the direct pointer to the data. Handle the case
7590         when the class size is fixed.
7591
7592 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
7593
7594         * reflection.c: fix some endianess issues.
7595
7596 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
7597
7598         * object.c (mono_runtime_invoke): is now able to catch exceptions.
7599
7600         * threads.c (mono_thread_init): added a callback which is invoked
7601         at thread start.
7602
7603 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
7604         
7605         * icall.c: make GetHashCode return non-negative values.
7606
7607 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
7608
7609         * object.c, icall.c, gc.c: revert to address-based hashcode.
7610
7611 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
7612
7613         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
7614
7615 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
7616
7617         * icall.c, class.c: special case <Module>.
7618
7619 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
7620
7621         * icall.c: fix bug in GetNow().
7622
7623 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
7624
7625         * object.c (mono_runtime_class_init): make sure that we call all
7626         static class constructors.
7627
7628 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
7629
7630         * reflection.c: sort methodsemantics table.
7631
7632 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
7633
7634         * reflection.h, reflection.c: honour init locals setting.
7635
7636 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
7637
7638         * icall.c: copied Double ToStringImpl for Single ToStringImpl
7639
7640 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
7641
7642         * reflection.c: support ContructorBuilders in attribute blob creation.
7643
7644 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
7645
7646         * reflection.c: some changes to build a binary that can be run
7647         directly in windows.
7648
7649 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
7650
7651         * loader.c: print a big message when an icall can't be found.
7652
7653 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7654
7655         * string-icalls.c: fix bug 24248.
7656
7657 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
7658
7659         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
7660         icall.c, reflection.h: separate assembly loading by pathname and by
7661         assembly name. Use the MONO_PATH env var to search for assemblies.
7662
7663 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
7664
7665         * assembly.c, image.h: add some support for assemblies
7666         with multiple modules.
7667         * class.c, class.h: export mono_class_from_typeref().
7668         * loader.c: remove duplicated code and use mono_class_from_typeref(),
7669         instead.
7670
7671 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
7672
7673         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
7674         documentation says (the ECMA one is correct).
7675
7676 2002-05-02  Dick Porter  <dick@ximian.com>
7677
7678         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
7679         Don't name the synchronisation mutex.
7680
7681 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
7682
7683         * rand.c
7684         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
7685         Make the prototypes match.
7686         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
7687         Same.
7688
7689         * icall.c
7690         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
7691         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
7692         all systems have tm.tm_zone, so use strftime() with %Z to print
7693         the timezone abreviation into a temp string.
7694
7695         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
7696         rather than mono_array_addr() on a MonoString on Big Endian
7697         machines.
7698
7699 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
7700
7701         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
7702         fix bug 24041
7703
7704 2002-04-30  Dick Porter  <dick@ximian.com>
7705
7706         * socket-io.c: Cope with SOCKET being an integer rather than a
7707         pointer now.
7708
7709         * threads.c: Added Thread_free_internal, to deal with thread
7710         handle cleanup.  Moved calls to handle_store() and handle_remove()
7711         to start_wrapper(), so each can only be called once.  Allocate
7712         synchronisation blocks with GC_malloc(), and use GC finalisation
7713         to close the handles.
7714
7715         * icall.c: added System.Threading.Thread::Thread_free_internal
7716
7717 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
7718
7719         * icall.c: support Environment.Exit, CommandLineArgs().
7720
7721 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
7722
7723         * object.c, object.h: added mono_runtime_run_main () and
7724         mono_runtime_get_main_args () for use in System.Environment.
7725
7726 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
7727
7728         * gc.c: fix thinko, enable actual finalization since the jit is now
7729         fixed.
7730
7731 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
7732
7733         * gc.c, object.c: take into account that an object may be offset wrt the address
7734         returned by GC_malloc().
7735
7736 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
7737
7738         * image.c: handle files without entries in the assembly table (modules).
7739
7740 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
7741
7742         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
7743         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
7744         allowed to be null when it's System.Object class setup.
7745
7746 2002-04-27  Martin Baulig  <martin@gnome.org>
7747
7748         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
7749         if `tb->parent == NULL' rather than crashing.
7750
7751 2002-04-28  Nick Drochak  <ndrochak@gol.com>
7752
7753         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
7754         calling acos() where asin() should have been called.
7755
7756 2002-04-26  Martin Baulig  <martin@gnome.org>
7757
7758         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
7759         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
7760         there's a subdirectory called `System', but we don't want to read that
7761         subdirectory as an assembly.
7762
7763 2002-04-25  Martin Baulig  <martin@gnome.org>
7764
7765         * debug-symfile.c: Reflect latest MonoString changes.
7766
7767 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
7768
7769         * rand.c, rand.h: instance method icalls need to have an explicit
7770         this pointer as first argument in the C implementation.
7771
7772 2002-04-25  Nick Drochak <ndrochak@gol.com>
7773
7774         * icall.c: Fix typo in map for GetNonZeroBytes
7775
7776 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
7777
7778         * string-icalls.c : String does now passes unit tests without any 
7779         errors, the following changes has been made:
7780         
7781         Implemented replace methods.
7782         Renaming of methods to (try) follow the standard.
7783         Fixed compare ordinal
7784         Made all memory allocated directly to function instead of via icall function.
7785         Small performance fix in is_in_array function
7786                         
7787  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
7788
7789         c (mono_string_Internal_ctor_charp_int_int):
7790         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
7791         sindex < 0, throw ArgumentOutOfRangeException instead of
7792         ArgumentNullException.
7793
7794         Added new check for length == 0, however
7795         I need to make it return String.Empty from the C code.
7796         
7797         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
7798         that calculate the length for us here.
7799         
7800         (mono_string_Internal_ctor_sbytep_int_int): Replaced
7801         mono_string_new_utf16 with mono_string_new, since value is utf8.
7802
7803 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
7804
7805         * object.c: register the object for finalization if needed.
7806         Allocate one more char in the string for the terminating 0 char.
7807
7808 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
7809
7810         * class.c, class.h, image.c: check if a type implemenst a destructor.
7811         Use the proper key for array class lookups.
7812         * icall.c: register the icalls in the System.GC class.
7813         * gc.c, gc.h: GC-related functions and icalls.
7814
7815 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7816
7817         * icall.c:
7818         * socket-io.c:
7819         * unicode.c: free some strings gotten from mono_string_to_utf8 and
7820         changed a couple of free () by g_free ().
7821
7822         * decimal.c: one-liner in the comments for decimal2string ().
7823
7824 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
7825
7826         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
7827
7828 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
7829
7830         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
7831         * object.c (mono_runtime_invoke_array) : handle null in params
7832
7833 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
7834
7835         * string-icalls.c: fixed bug in split (one off bug)
7836
7837 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
7838
7839         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
7840         * icalls.c: added String::Equals as internal method
7841
7842 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
7843
7844         * threads.c: fixed bug in the double interlocked functions
7845
7846 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
7847
7848         * threads.c: implemented all of the new interlocked icalls.
7849         * string-icalls.c: fix a bug in insert.
7850         * icalls.c: added the icalls for interlocked, removed old string functions.
7851         
7852 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
7853
7854         * loader.c: fix off-by-one error when reading argument names.
7855
7856 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
7857
7858         * profiler.c: win32 counter implementation (untested).
7859         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
7860         (the latter needs testing and more complete impl. from win32 folks).
7861
7862 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
7863
7864         * object.c: mono_array_new_full workaround mono_array_class_get
7865         problem.
7866
7867 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
7868
7869         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
7870         * object.h (mono_string_chars): Changed casting type.
7871
7872 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
7873
7874         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
7875                            method signatures to use gunichar2 instead of gint16.
7876
7877 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
7878
7879         * object.h, object.c: domain-specific versions of mono_object_new and
7880         mono_array_new.
7881
7882 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
7883
7884         * object.c: changed String layout
7885
7886         * string-icalls.c (mono_string_Internal_ctor_chara): added
7887         internal string constructors.
7888
7889 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
7890
7891         * threads.c: pass 'this' to the thread start routine.
7892
7893 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7894
7895         * string-icalls.c: fix IndexOf and LastIndexOf. Now
7896         InternalCompareStr don't call twice mono_string_cmp_char for the last
7897         character. Improved performance in mono_string_cmp_char.
7898
7899 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
7900
7901         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
7902         code into its own library: libmonoruntime.
7903
7904 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
7905
7906         * object.h, object.c: changed array format so that szarrays do not
7907         require a bounds structure.
7908         * icall.c, appdomain.c: support for new szarray format.
7909
7910 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
7911
7912         * metadata.c: compare also the retuns type when comparing signatures:
7913         we didn't do this as an optimization since really overloaded methods
7914         must differ also in the arguments, but this doesn't work with
7915         low-level IL code (or when using explicit conversion operators: see
7916         bug#23498 for an example).
7917
7918 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
7919
7920         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
7921
7922 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
7923
7924         * icall.c: make MonoType::GetElementType its own icall.
7925
7926 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
7927
7928         * icall.c: remove MonoMethod_get_Name().
7929         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
7930         object.
7931
7932 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
7933
7934         * string-icalls.c: optimized a few methods.
7935
7936 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
7937
7938         * icall.c: added all new string internal calls
7939         * string-icalls.c: added, new string internal call implementation.
7940         * object.c: added mono_string_new_size for allocating a string a size
7941
7942 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
7943
7944         * object.c (mono_object_isinst): use the same code as in the
7945         optimized x86 version.
7946
7947 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
7948
7949         * profiler.c: TSC-based timer code (faster and more accurate).
7950         Not hooked up in configure, yet (set USE_X86TSC to 1).
7951
7952 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
7953
7954         * profiler.c, profiler.h: track time spent compiling methods.
7955         * threads.c: track thread creation/destruction.
7956
7957 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
7958
7959         * profiler.c, profiler.h, profiler-private.h: profiling interface
7960         and sample implementation. Moved here so that it can be used also by
7961         the jit.
7962
7963 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
7964
7965         * reflection.c, reflection.h: keep types and other handles separate in
7966         the hash tables for referred tokens. Add guid for modules.
7967
7968 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
7969
7970         * assembly.c: fix bugs found with valgrind.
7971         * metadata.h, metadata.c: added mono_metadata_guid_heap().
7972
7973 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
7974
7975         * threads: added icall support for getting current domain for
7976                    the thread.
7977  
7978 2002-04-13  Martin Baulig  <martin@gnome.org>
7979
7980         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
7981         (MonoDebugVarInfo): Added `index' field for register based addresses.
7982         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
7983         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
7984         `MonoDebugVarInfo *params' and `guint32 this_offset' with
7985         `MonoDebugVarInfo *this_var'.
7986
7987         * debug-symfile.c (relocate_variable): New static function to write
7988         a location description for a local variable or method parameter.
7989
7990 2002-04-12  Martin Baulig  <martin@gnome.org>
7991
7992         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
7993         stack offset and begin/end scope address of a local variable.
7994         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
7995         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
7996         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
7997
7998         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
7999         Added new relocation types for start/end scope of a local variable.
8000
8001 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8002
8003         * object.h: add mono_object_domain() macro.
8004         * reflection.c: handle typespecs.
8005         * icall.c: MonoMethod::get_Name() implementation.
8006
8007 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8008
8009         * icall.c: String::GetHashCode() icall implementation.
8010
8011 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8012
8013         * icall.c: String::IndexOfAny icall.
8014         * object.c, object.h: make array->max_length more useful.
8015         Intrduced mono_object_class() and mono_string_length() macros.
8016
8017 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8018
8019         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
8020         instead of g_unichar_isdigit.
8021
8022 2002-04-11  Nick Drochak  <ndrochak@gol.com>
8023
8024         * icall.c: Implement a simple Double.ToString().
8025
8026 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
8027
8028         * appdomain.h: only io-layer.h is supposed to be included.
8029         * icall.c: explicitly import environ. Fix warning.
8030
8031 2002-04-10  Nick Drochak  <ndrochak@gol.com>
8032
8033         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
8034                 return true even if it's not Daylight Savings time.
8035                 Only return false for the case where the function isn't
8036                 implemented for a plaform (read Windows).
8037
8038 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8039
8040         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
8041         data with a mutex.
8042
8043 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
8044
8045         * mempool.c (mono_mempool_alloc): only use g_malloc when
8046         absolutely necessary.
8047
8048 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
8049
8050         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
8051
8052         * class.c (mono_class_vtable): use domain mempool to allocate vtable
8053         (mono_class_proxy_vtable): use domain mempool
8054
8055 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
8056
8057         * appdomain.h, appdomain.c: split initialization that requires the
8058         execution engine support into mono_runtime_init().
8059
8060 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
8061
8062         * class.c (mono_class_init): don't include vtable inside MonoClass
8063         to save some memory, gather some statistics.
8064         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
8065
8066 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
8067
8068         * icall.c: internalcall implementation for ValueType.Equals().
8069
8070 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
8071
8072         * object.c (mono_message_init): moved 
8073         (mono_runtime_exec_main): new arch. independent impl.
8074         (mono_runtime_invoke_array): new method - like
8075         mono_runtime_invoke, but you can pass an array of objects.
8076         (mono_remoting_invoke): new arch. independent impl.
8077         (mono_message_invoke): new arch. independent impl.
8078         (mono_runtime_class_init): new arch. independent impl.
8079         (mono_runtime_object_init): new arch. independent impl.
8080
8081 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8082
8083         * metadata.c, object.c, reflection.c: documented the exported
8084         functions.
8085
8086 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
8087
8088         * icall.c: simpler code to pass the assembly builder data to corlib.
8089         Implement GetNestedTypes() internalcall.
8090
8091 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
8092
8093         * class.c: warn if a type can't be loaded.
8094
8095 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
8096
8097         * image.h: typedef MonoImageOpenStatus
8098         * types.h: removed unused file
8099         
8100 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
8101
8102         * icall.c: Enum_ToObject accepts enum value arguments.
8103
8104 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
8105
8106         * class.c: move initialization of properties, events and nested
8107         classes, so that they happen for interfaces, too.
8108
8109 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
8110
8111         * icall.c: cleanup some ugly casts in Array_SetValue*.
8112
8113 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
8114
8115         * icall.c: the values array fro enums is of the correct type, now.
8116         Implement (correctly) getFullName instead of assQualifiedName for
8117         MonoType.
8118         * reflection.h, reflection.c: added mono_type_get_name ().
8119
8120 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
8121
8122         * assembly.c, image.h: for each MonoImage, record from wich assembly
8123         it was loaded.
8124         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
8125         Make Type.Assembly work.
8126
8127 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
8128
8129         * debug-symfile.h: use char* instead of gpointer to avoid
8130         unnecessary casts.
8131
8132         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
8133
8134         * icall.c (ves_icall_InternalExecute): impl. FielSetter
8135         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
8136
8137 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
8138
8139         * icall.c (mono_message_init): impl. (code cleanup)
8140         (ves_icall_InternalExecute): impl. FieldGetter
8141
8142         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
8143         defined we call all (non-static)methods through the vtable. 
8144
8145 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
8146
8147         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
8148         finalizer even though the memory is still referenced (and the chunk of
8149         memory is not freed).
8150
8151 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
8152
8153         * assembly.c: fix brokeness.
8154
8155 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
8156
8157         * class.c: kill some warnings. Check explicit interface method
8158         implementation also without considering the namespace.
8159         Load also literal strings in static class data.
8160
8161 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
8162
8163         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
8164         (default_assembly_name_resolver): Make the resolver take the
8165         "base" directory where the assembly was originally defined, so we
8166         can load DLLs that are in the same directory as the assembly that
8167         is being referenced.
8168
8169 2002-03-28  Dick Porter  <dick@ximian.com>
8170
8171         * file-io.h: 
8172         * file-io.c:
8173         * socket-io.c: 
8174         * unicode.h: 
8175         * unicode.c: Warning cleanups
8176
8177 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
8178
8179         * object.h, reflection.h: use the correct type instead of MonoObject.
8180
8181 2002-03-28  Martin Baulig  <martin@gnome.org>
8182
8183         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
8184         (mono_debug_update_symbol_file): Initialize classes if necessary.
8185
8186 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
8187
8188         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
8189         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
8190
8191 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
8192
8193         * assembly.h: fix function prototype.
8194         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
8195         * mono-endian.h: use const cast.
8196
8197 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
8198
8199         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
8200
8201 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
8202
8203         * loader.c: don't assert when a typeref can't be loaded, give
8204         a chance to the runtime to trow an exception instead.
8205         * loader.h: fix warning.
8206
8207 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
8208
8209         * class.c (mono_class_proxy_vtable): added proxy support
8210
8211 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
8212
8213         * icall.c: removed last of PAL calls, added System.Environment
8214         * file-io.h, file-io.c: MonoIO implementation
8215         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
8216
8217 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
8218
8219         * appdomain.c: do not use the byte marker in ldstr table lookup.
8220         * debug-helpers.c: allow two ':' to separate class and method name.
8221         * object.c: allocate arrays bounds with the GC, too.
8222         * verify: add a few more checks.
8223
8224 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
8225
8226         * reflection.c: output also literal strings. Allocate parameter data
8227         with GC_malloc() (thanks, Martin, for catching this!).
8228
8229 2002-03-26  Martin Baulig  <martin@gnome.org>
8230
8231         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
8232         include the `this' offset in the `param_offsets'.
8233
8234 2002-03-25  Martin Baulig  <martin@gnome.org>
8235
8236         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
8237         mono_debug_get_class() function to get the classes. Added new
8238         relocation types for arrays and strings.
8239         (mono_debug_get_class): New static function to search in all
8240         referenced assemblies for a metadata token.
8241
8242         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
8243
8244 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
8245
8246         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
8247         hold gc-allocated objects. Make the string heap a stream like the
8248         others. Removed duplicated code when writing stream info.
8249         Added asserts to catch possible buffer overflows. Set the sorted map
8250         for tables that need sorting. Added some documentation.
8251
8252 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
8253
8254         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
8255         for interned strings and vtables.
8256
8257 2002-03-24  Martin Baulig  <martin@gnome.org>
8258
8259         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
8260         it in the array since it was created with g_slist_prepend().
8261
8262 2002-03-24  Martin Baulig  <martin@gnome.org>
8263
8264         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
8265         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
8266         (mono_debug_method_from_token): Renamed to
8267         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
8268         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
8269
8270         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
8271         relocation types.
8272
8273         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
8274
8275 2002-03-24  Martin Baulig  <martin@gnome.org>
8276
8277         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
8278         (mono_debug_method_from_token): New func.
8279
8280         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
8281         New interncall, calls mono_debug_local_type_from_signature().
8282         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
8283         calls mono_debug_method_from_token().
8284
8285 2002-03-23  Martin Baulig  <martin@gnome.org>
8286
8287         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
8288         specifies the number of bytes to be converted, not the array size.
8289         Return the number of chars, not the number of bytes.
8290         (ves_icall_iconv_get_chars): The `byteCount' argument
8291         specifies the number of bytes to be converted, not the array size.
8292
8293 2002-03-23  Martin Baulig  <martin@gnome.org>
8294
8295         * reflection.h (MonoReflectionSigHelper): New type.
8296
8297         * reflection.c (mono_reflection_sighelper_get_signature_local),
8298         (mono_reflection_sighelper_get_signature_local): New functions.
8299
8300         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
8301         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
8302         interncalls.
8303
8304 2002-03-23  Martin Baulig  <martin@gnome.org>
8305
8306         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
8307         is_writeable is set.
8308         (mono_raw_buffer_update): New function to write the modified map
8309         back to disk.
8310
8311         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
8312
8313         * debug-symfile.c (mono_debug_update_symbol_file): Call
8314         mono_raw_buffer_update() when done writing.
8315
8316 2002-03-23  Martin Baulig  <martin@gnome.org>
8317
8318         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
8319
8320         * debug-symfile.c: Added support for arguments and local variables.
8321
8322 2002-03-23  Dick Porter  <dick@ximian.com>
8323
8324         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
8325         protected by ifdefs, hence breaking the w32 build.
8326
8327 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
8328
8329         * object.c: implement is_interned() the right way.
8330
8331 2002-03-21  Martin Baulig  <martin@gnome.org>
8332
8333         * debug-symfile.[ch]: New files to handle debugging information
8334         files. There's also support to dynamically update these symbol
8335         files to include machine dependent information.
8336
8337 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
8338
8339         * threads.c (mono_thread_create): new function to create thread
8340         from C
8341
8342 2002-03-20  Martin Baulig  <martin@gnome.org>
8343
8344         * icall.c (ves_icall_InternalInvoke): Create a new object if the
8345         method is a constructor.
8346         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
8347         points to ves_icall_InternalInvoke().
8348
8349 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
8350
8351         * file-io.c: Flush shouldn't throw exceptions.
8352
8353 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
8354
8355         * file-io.c: FileStream flush support; FileSetLength now
8356         restores file pointer.
8357
8358 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
8359
8360         * class.c: set image for pointer classes.
8361
8362 2002/03/19  Nick Drochak <ndrochak@gol.com>
8363
8364         * sysmath.c: Forgot one.
8365
8366 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
8367
8368         * sysmath.c: Avoid redefining existing names.
8369
8370 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
8371
8372         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
8373         handled by runtime as icall rather than dllimport from libm.so
8374         * file-io.c, file-io.h: fixed handle argument type.
8375
8376 2002-03-18  Dick Porter  <dick@ximian.com>
8377
8378         * reflection.c (mono_image_get_type_info): rename interface to
8379         iface, because of "#define interface struct" on windows.
8380
8381 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
8382
8383         * class.c, class.h: rename and export mono_ptr_class_get().
8384         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
8385         * reflection.c, reflection.h, icall.c: better/saner type name
8386         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
8387         method signatures.
8388
8389 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
8390
8391         * class.c (mono_class_init): removed hardcoded GHC_SLOT
8392
8393         * icall.c (ves_icall_InternalInvoke): impl.
8394
8395 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
8396
8397         * reflection.c: output the interface map table, too.
8398
8399 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
8400
8401         * class.c (class_compute_field_layout): separate computation of 
8402         static field layout
8403
8404 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
8405
8406         * icall.c: added System.Buffer support.
8407         * file-io.c: moved file icalls from PAL to FileStream.
8408
8409 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
8410
8411         * icall.c (ves_icall_System_Object_GetHashCode): impl.
8412
8413 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
8414
8415         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
8416
8417 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
8418
8419         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
8420
8421 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
8422
8423         * debug-helpers.{c,h}: moved here from monograph some useful functions
8424         to locate a method by name/signature in a class or image. Included
8425         also a small and flexible IL disassembler.
8426
8427 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
8428
8429         * reflection.c: fixup tokens in methods with small header size, too.
8430
8431 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
8432
8433         * object.c (mono_string_to_utf8): remove assert(!error), instead
8434         print a warning. 
8435
8436 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
8437
8438         * icall.c: update to the new mono_Array_class_get interface.
8439
8440 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
8441
8442         * appdomain.c, object.c: Boehm-GC enable.
8443         * icall.c: make get_data_chunk() support split data requests.
8444         Ensure a class is initialized in more cases. Return only the first
8445         property found in GetProperties() or the compiler gets confused. 
8446         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
8447         * reflection.h, reflection.c: add fixup mechanism for field and method
8448         tokens. Initialize assembly->typeref in a single place. Output
8449         properties after events. Support custom attributes for events, too.
8450         Typo fix for paramter custom attrs.
8451
8452 2002-03-07  Martin Baulig  <martin@gnome.org>
8453
8454         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
8455
8456 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
8457
8458         * class.c (mono_array_class_get): fix. for multi. dim. arrays
8459
8460 2002-03-06  Martin Baulig  <martin@gnome.org>
8461
8462         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
8463         non-zero lower bounds. See testcases #F10-#F13.
8464
8465 2002-03-05  Martin Baulig  <martin@gnome.org>
8466
8467         * exception.c (mono_get_exception_argument_out_of_range): New exception.
8468
8469         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
8470         ves_icall_System_Array_GetValue(), only calculate the absolute array position
8471         here.
8472         (ves_icall_System_Array_SetValue): Likewise.
8473         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
8474         as argument and does the actual work. This function is used when copying a
8475         multi-dimensional array.
8476         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
8477         now do all the widening conversions of value types.
8478         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
8479
8480 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
8481
8482         * class.c: remove some magic numbers and use the smbolic names,
8483         instead. Added init_events() to load event info at class init time.
8484         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
8485         and mono_metadata_methods_from_event().
8486         * reflection.h, reflection.c: added support for writing out the evnets
8487         related information.
8488
8489 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
8490
8491         * reflection.h, icall.c: use a different method (GetInterfaces)
8492         to gather interface info and add isbyref, isprimitive and
8493         ispointer to the ves_icall_get_type_info() return value.
8494
8495 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
8496
8497         * class.h: stared adding support for events.
8498         * icall.c: split find_members implementation. Added debug icall to get
8499         the address of an object.
8500         * reflection.c: handle TypeBuilders in mono_type_get_object().
8501
8502 2002-03-01  Martin Baulig  <martin@gnome.org>
8503
8504         * icall.c (ves_icall_System_Array_GetLength): This must throw an
8505         ArgumentOutOfRangeException(), not an ArgumentException().
8506         (ves_icall_System_Array_GetLowerBound): Likewise.
8507         (ves_icall_System_Array_GetValue): Improved argument checking.
8508         (ves_icall_System_Array_SetValue): Improved argument checking.
8509
8510 2002-03-01  Martin Baulig  <martin@gnome.org>
8511
8512         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
8513         called with invalid arguments rather than just dying with g_assert().
8514         (ves_icall_System_Array_SetValue): Likewise.
8515         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
8516         raise a NotImplementedException instead.
8517         (ves_icall_System_Array_GetLength): Added argument checking.
8518         (ves_icall_System_Array_GetLowerBound): Added argument checking.
8519
8520 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
8521
8522         * object.h (mono_assert): new macros mono_assert and
8523         mono_assert_not_reached
8524
8525 2002-02-28  Martin Baulig  <martin@gnome.org>
8526
8527         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
8528         and "System::String::IsInterned" to "System::String::_IsInterned".
8529
8530 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
8531
8532         * icall.c: remove hacks for typebuilder. Added icall to create a
8533         modified type from a tybebuilder.
8534         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
8535         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
8536         to create a backing MonoClass for a TypeBuilder.
8537
8538 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
8539
8540         * class.c, class.h: more refactoring of class init.
8541         Export mono_class_setup_mono_type() and mono_class_setup_parent().
8542
8543 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
8544
8545         * marshal.c, marshal.h: start of marshaling interface.
8546
8547 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
8548
8549         * icall.c: fix order in assembly qualified name icall.
8550
8551 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
8552
8553         * class.c: do not free str, since we store it in the hash table.
8554         * reflection.h: add label field to MonoILExceptionInfo.
8555         * reflection.c: handle references to more than one assembly. Handle
8556         case when there isn't a module created in the assembly.
8557
8558 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
8559
8560         * class.c: Fix typo. Start refactoring of class init code.
8561
8562 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
8563
8564         * appdomain.c: exit with 1 on error.
8565         * class.c: we already have the name in MonoClassField.
8566         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
8567         MonoStreamHeader instead of an offset of image->raw_metadata.
8568
8569 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
8570
8571         * appdomain.c (mono_init): Be even more descriptive about the error.
8572
8573 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
8574
8575         * appdomain.c: give the user an informative message when corlib can't
8576         be loaded.
8577
8578 2002-02-26  Martin Baulig  <martin@gnome.org>
8579
8580         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
8581         New icall to get the time zone data.
8582
8583 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
8584
8585         * reflection.c: set virtual and raw size of section correctly.
8586         * threads.c: transfer domain information to newly created threads.
8587
8588 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
8589
8590         * class.c: when instancing a class in a domain, load the default
8591         vaules for static fields from the constant table. Fix System.Enum to
8592         not be an enum.
8593         * icall.c: implement Object::GetType() internalcall. Implemented
8594         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
8595         Fixed checking of binding flags in find_members().
8596         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
8597         * reflection.c: handle enumerations when writing to the constant
8598         table. Use a different object cache for types.
8599
8600
8601 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
8602
8603         * object.c (mono_object_isinst): fix for arrays
8604
8605         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
8606
8607 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
8608
8609         * object.c: don't use mprotect ()  and fix intern pool hash table
8610         lookup for big endian systems.
8611
8612 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
8613
8614         * icall.c: change type_is_subtype_of () signature.
8615
8616 2002-02-21  Mark Crichton  <crichton@gimp.org>
8617
8618         * rand.c, rand.h: Added random number generator for
8619         System.Security.Cryptography classes.
8620
8621         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
8622
8623         * icall.c: Added System.Security.Cryptography calls.
8624
8625 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
8626
8627         * class.c, icall.c, metadata.c: better support for pointer types.
8628         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
8629         * reflection.c: Add support for getting custom attrs for properties
8630         and simplify some code.
8631
8632 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
8633
8634         * icall.c: change getToken () and add custom attribute GetBlob()helper
8635         method.
8636         * reflection.h: add custom attrs array to the reflection builder structures.
8637         * reflection.c: encode and emit custom attributes for all the relevant
8638         reflection objects. Cache fieldref and methodref tokens. Change
8639         mono_image_create_token() interface to take a MonoDynamicAssembly.
8640         More complete custom attributes decoder. Load custom attributes for
8641         Assembly, Field, Method and Constructor objects, too. Make the
8642         returned array an Attribute[] one, not object[]. Added
8643         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
8644         custom attribute constructor.
8645
8646 2002-02-20  Dick Porter  <dick@ximian.com>
8647
8648         * icall.c:
8649         * rawbuffer.c:
8650         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
8651         problem code out for now).
8652
8653 2002-02-19  Radek Doulik  <rodo@ximian.com>
8654
8655         * object.c (mono_ldstr): use hash table to avoid multiple swapping
8656
8657 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
8658
8659         * icall.c: register the GetCustomAttributes method.
8660         * object.c, object.h: add mono_string_new_len ().
8661         * reflection.h, reflection.c: added mono_runtime_invoke(),
8662         mono_install_runtime_invoke(). Added
8663         mono_reflection_get_custom_attrs () to load custom attributes and
8664         create the attribute objects.
8665
8666 2002-02-19  Dick Porter  <dick@ximian.com>
8667         * threads-dummy-types.c:
8668         * threads-dummy-types.h:
8669         * threads-dummy.c:
8670         * threads-dummy.h:
8671         * threads-pthread-types.c:
8672         * threads-pthread-types.h:
8673         * threads-pthread.c:
8674         * threads-pthread.h:  Deleted obsolete files
8675
8676 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
8677
8678         * class.c (mono_class_vtable): runtime init the class when we
8679         allocate static class data.
8680
8681         * icall.c (ves_icall_System_Array_SetValue): check for null values.
8682
8683         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
8684         and String - but we will need generic marshalling support in the
8685         future. 
8686         (mono_init): set the domain name in a ms compatible way
8687
8688         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
8689         String[].
8690
8691 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
8692
8693         * object.c (mono_array_clone): use alloca() instead of g_malloc  
8694         for sizes
8695
8696         * appdomain.c (mono_domain_unload): impl.
8697
8698 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
8699
8700         * appdomain.c, object.c: fix intern pool implementation.
8701         * class.c: fix alignment code.
8702
8703 2002-02-16  Radek Doulik  <rodo@ximian.com>
8704
8705         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
8706         and s2 > s1, just copy lower bytes to be compatible with little
8707         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
8708         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
8709
8710         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
8711         force big_endian to be 1 for big endian machines 
8712         (ves_icall_iconv_new_decoder): ditto
8713
8714 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
8715
8716         * socket-io.c (convert_sockopt_level_and_name): If the system
8717         doesn't define SOL_IP or SOL_TCP, get them by hand using
8718         getprotobyname() and caching the values (because this could be a
8719         slow operation).
8720         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
8721         Use the appropriate struct when the system does support it. Ie,
8722         not all systems have struct ip_mreqn so use struct ip_mreq when
8723         appropriate.
8724
8725 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
8726
8727         * reflection.c: handle finally clauses.
8728
8729 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
8730
8731         * socket-io.c: use g_snprintf() instead of snprintf.
8732
8733 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
8734
8735         * reflection.c (mono_param_get_objects): Cast second argument to
8736         mono_method_get_param_names to a const char** to silence the
8737         compiler warning.
8738
8739         * appdomain.c (mono_domain_assembly_open): Put parens around the
8740         truth statement in the for-loop.
8741
8742         * unicode.c (iconv_convert): Got rid of a compiler warning about
8743         int i being unused when the system has a new iconv.
8744         (iconv_get_length): Same.
8745
8746         * image.c (load_class_names): Cast the second argument to
8747         g_hash_table_insert() to char* to hush compiler warnings about the
8748         arg being a const.
8749         (mono_image_open): Same here.
8750
8751         * socket-io.c: Don't conditionally include sys/filio.h or
8752         sys/sockio.h here anymore since we now get them from
8753         io-layer/io-layer.h
8754         (inet_pton): If the system doesn't support inet_aton, implement
8755         using inet_addr and also #define INADDR_NONE if it isn't defined
8756         by the system.
8757
8758 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
8759
8760         * metadata.c, metadata.h: added function to get packing and size info
8761         of a typedef.
8762         * reflection.h, reflection.c: handle field RVA data. Save info about
8763         the table layout if needed. Assign typedef indexes to all the types
8764         before dumping the info about them to avoid forward reference problems.
8765
8766 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
8767
8768         * socket-io.c (convert_sockopt_level_and_name): ifdef
8769         SO_ACCEPTCONN because it is not defined on my system (old debian)
8770
8771 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
8772
8773         * opcode.c: use stddef.h to get NULL.
8774
8775 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
8776
8777         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
8778         for FIONBIO, FIONREAD and SIOCATMARK.
8779         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
8780         define INADDR_NONE and besides, inet_addr() is deprecated and
8781         should not be used. Use inet_pton() instead - it also has the
8782         added bonus that it can easily handle IPv6 addresses as well.
8783         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
8784
8785 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
8786
8787         * decimal.c: remove _MSC_VER conditional.
8788
8789 2002-02-13  Dick Porter  <dick@ximian.com>
8790
8791         * socket-io.c: 
8792         * icall.c: Internal calls for Blocking, Select, Shutdown,
8793         GetSocketOption and SetSocketOption
8794
8795 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
8796
8797         * assembly.cs: better resolver: use it instead of some kludgy
8798         code.
8799
8800 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
8801
8802         * reflection.c: the best way to speed-up the compiler is to avoid
8803         infinite loops.
8804
8805 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
8806
8807         * class.c (mono_class_vtable): changed the object layout
8808         (obj->vtable->class). 
8809         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
8810
8811 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
8812
8813         * assembly.c: look for assemblies in the assembly dir, too.
8814
8815 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
8816
8817         * class.c: fix thinko in mono_class_from_type().
8818
8819 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
8820
8821         * exception.h, exception.c: added TypeLoadException.
8822         * object.h, object.c: added mono_array_clone ().
8823         * icall.c: handle throwOnError in AssemblyGetType().
8824         Added Array.Clone().
8825         * opcode.h, opcode.c: use a single value for the opcode val.
8826         Compile fix for non-gcc compilers.
8827
8828 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
8829
8830         * opcodes.c, opcodes.h: export interesting info about opcodes.
8831
8832 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
8833
8834         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
8835         icalls. 
8836
8837         * class.c (class_compute_field_layout): set element_class for enums
8838         (mono_class_create_from_typedef): set element_class for normal classes
8839
8840         * icall.c (ves_icall_System_Enum_get_value): impl.
8841
8842         * class.c (mono_class_create_from_typedef): do not set valuetype
8843         flag for System.ValueType and System.Enum
8844
8845 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
8846
8847         * unicode.c (iconv_convert): fix big endian problem.
8848
8849 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
8850
8851         * class.c: add asserts if we are ever going to scribble over memory.
8852         * socket-io.c: not all systems have AF_IRDA defined.
8853
8854 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
8855
8856         * class.c (class_compute_field_layout): do not consider static
8857         fields to compute alignment
8858
8859 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
8860
8861         * appdomain.c (mono_appdomain_get): impl.
8862         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
8863
8864 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
8865
8866         * icall.c: ignore "file://" prefix when loading an assembly.
8867
8868 2002-01-23  Dick Porter  <dick@ximian.com>
8869
8870         * socket-io.c:
8871         * icall.c:
8872         * Makefile.am: Added socket support
8873
8874 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
8875
8876         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
8877         code back.  This should return the assemblies that are loaded by
8878         the runtime on behalf of an application domain. 
8879
8880         The current implementation is still broken, it just returns every
8881         assembly loaded, but until we get real applications domain this
8882         will do.
8883
8884 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
8885
8886         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
8887         AppDomain object.
8888
8889 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
8890
8891         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
8892         the mono_class_from_name lookup.
8893         (ves_icall_get_parameter_info): ditto.
8894         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
8895         method.
8896         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
8897
8898 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
8899
8900         * class.c: load also nested classes on class init.
8901         System.ValueType instance methods gets passed boxed
8902         values, unless methods in derived classed that get a pointer to the
8903         data.
8904         * icall.c: use better name parsing code in GetType().
8905         * image.c, image.h: add mono_image_loaded ().
8906         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
8907         * reflection.c, reflection.h: added mono_reflection_parse_type().
8908
8909 2002-01-22  Veronica De Santis <veron78@interfree.it>
8910
8911         * icall.c : Added mapping of internal calls for Manual and Auto reset events
8912         * threads.c : Added the implementation of internal calls for events
8913         * threads.h : Added prototypes of internal calls for events
8914         
8915 2002-01-21  Radek Doulik  <rodo@ximian.com>
8916
8917         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
8918
8919 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
8920
8921         * class.c (mono_class_init): set min_align to 1 (instead of 0)
8922         (mono_class_value_size): use min_align
8923
8924 2002-01-20  Dick Porter  <dick@ximian.com>
8925
8926         * threads.h:
8927         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
8928         so it compiles on w32.
8929
8930 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
8931
8932         * metadata.c (mono_type_stack_size): impl.
8933
8934         * class.c (mono_class_get_field): impl. memberref token
8935
8936 2002-01-16 Veronica De Santis <veron78@@interfree.it>
8937
8938         * icall.h : Added the internal calls mapping for CreateMutex_internal
8939                     and ReleaseMutex_internal.
8940         * threads.h : Added the prototype of mutexes internal calls.
8941         * threads.c : Added the implementations of mutexes internal calls.
8942
8943 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
8944
8945         * metaparse.h: removed unused file.
8946         * reflection.c, reflection.h: added stream_data_align () function 
8947         to align data in streams and keep stream aligned. Add support for
8948         exception support in method headers.
8949
8950 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
8951
8952         * unicode.c: make iconv_convert () return the number of bytess written
8953         in the output buffer.
8954
8955 2002-01-15  Dick Porter  <dick@ximian.com>
8956         * threads.c: Make the runtime's idea of infinite timeouts coincide
8957         with the class library's
8958
8959         Fix a particularly egregious bug in mono_thread_cleanup(). That
8960         code was so utterly bogus it must have been written on a Monday.
8961
8962 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
8963
8964         * reflection.h: add subtypes field to TypeBuilder.
8965         * reflection.c: encode constants for literal fields.
8966         Handle subtypes. Fix user string token (and add a zero byte)
8967         at the end.
8968         
8969 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
8970
8971         * class.c (mono_class_init): bug fix: assign slot numbers for
8972         abstract methods.
8973
8974 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
8975
8976         * reflection.c: don't try to output a code RVA for abstract methods.
8977         Small fixes for method header format. Output parameter info to the
8978         ParamDef table. Save method overriding info to MethodImpl table.
8979         Fix property support. Allow typedef.extends to be a type in the
8980         building assembly.
8981         * verify.c: fix off-by-one error.
8982
8983 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
8984
8985         * class.c: fix mono_class_from_mono_type () for szarray types.
8986         Remove unused cache check in mono_class_from_type_spec().
8987         * icall.c: *type_from_name () functions handle simple arrays and byref.
8988         * reflection.c: handle byref and szarray types. Handle methods without
8989         body (gets P/Invoke compilation working). Handle types and fields in
8990         get_token ().
8991         * reflection.h: add rank to MonoTypeInfo.
8992
8993 2002-01-10  Dick Porter  <dick@ximian.com>
8994
8995         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
8996         internal calls
8997
8998 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
8999
9000         * icall.c: initialize class in type_from_handle ().
9001         Loop also in parent classes for get_method ().
9002         * reflection.c: properly encode class and valuetype types.
9003         Start on encoding TypeBuilder types. Handle fieldrefs.
9004         Use correct length when registering a user string.
9005         Handle ConstructorBuilder and MonoMethod in get_token ().
9006         Make mono_type_get_object () aware of cached types.
9007         * object.c: back out change to mono_string_new ().
9008
9009 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
9010         * object.c: mono_string_new should return a NULL when the string 
9011         passed in is NULL -- not try to deference it.
9012         
9013 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
9014
9015         * icall.c: hack to make IsSubType work for TypeBuilders.
9016         * reflection.c: emit constructors before methods.
9017         Retrieve param names in mono_param_get_objects().
9018
9019 2002/01/05  Nick Drochak  <ndrochak@gol.com>
9020
9021         * Makefile.am: fix list of headers and sources so automake 1.5
9022         doesn't complain. Removed \# at end of list.
9023
9024 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
9025
9026         * reflection.c: get token for a method ref. Set return type of
9027         constructor to void.
9028         * loader.c: debug message.
9029         * class.c: typo fix.
9030
9031 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
9032
9033         * icall.c: fix array init with rank > 1. FindMembers
9034         loops in parent class as well.
9035         * image.c: do not insert nested types in name cache.
9036         * reflection.c: warning fix.
9037         * reflection.h: add override method (for interface impl).
9038
9039 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
9040
9041         * metadata.c: fix customattr decoding.
9042
9043 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
9044
9045         * rawbuffer.cs: Added native Win32 implementation, avoids using
9046         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
9047
9048 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
9049
9050         * class.c: make the low-level routines handle the cache.
9051
9052 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
9053
9054         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
9055
9056 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
9057
9058         * class.c: fix mono_array_element_size() for objects.
9059         * class.h, class.c: add properties to MonoClass and load them
9060         at init time.
9061         * icall.c: check with isinst() when assigning a value to an array
9062         instead of requiring the classes to match exactly.
9063         Implemented icall for System.Type::GetType().
9064         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
9065         enums. Handle bindingflags when looking for methods and fields.
9066         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
9067         and mono_metadata_methods_from_property().
9068         * reflection.h, reflection.c: added structures for propreties,
9069         parameters and enums. Implemented mono_property_get_object() and
9070         mono_param_get_objects().
9071
9072 2001-12-18  Dick Porter  <dick@ximian.com>
9073
9074         * file-io.c: Use mono_string_to_utf16() instead of
9075         mono_string_chars()
9076
9077         * object.c: Added mono_string_to_utf16(), which copies the non
9078         NULL-terminated MonoString into a new double-null-terminated
9079         buffer.
9080
9081 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
9082
9083         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
9084
9085 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
9086
9087         * file-io.c: raise exceptions if handle is invalid.
9088
9089 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
9090
9091         * assembly.c: yet another check for mscorlib.
9092         * class.c, class.h: load nesting info for classes.
9093         * icall.c: many new functions to support the Reflection classes.
9094         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
9095         * reflection.h, reflection.c: mono_image_create_token(),
9096         mono_assembly_get_object(), mono_type_get_object(),
9097         mono_method_get_object(), mono_field_get_object(): methods to return
9098         objects that parallel the C representation of assemblies, types,
9099         methods, fields.
9100
9101 2001-12-11  Dick Porter  <dick@ximian.com>
9102
9103         * icall.c:
9104         * file-io.c: Internal calls for file IO.
9105
9106 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
9107
9108         * tabledefs.h: missing FileAttributes.
9109         * verify.h, verify.c: use is_valid_string () to simplify and check for
9110         valid strings more correctly. Fix warnings and speeling.
9111         Check more tables: Filed, File, ModuleRef, StandAloneSig.
9112         Check code: branches, maxstack, method calls.
9113
9114 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
9115
9116         * object.c (mono_object_allocate): removed static, so that the jit
9117         can allocate value types.
9118
9119         * icall.c (ves_icall_System_DateTime_GetNow): impl.
9120
9121 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
9122
9123         * class.c: init enum types right away and register the
9124         token->MonoClass map in mono_class_create_from_typedef ().
9125         * verify.h, verify.c: first cut of the verifier.
9126         * pedump.c: add --verify switch to verify metadata tables.
9127         * tabledefs.h: add some missing enums.
9128
9129 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
9130
9131         * class.c (mono_install_runtime_class_init): impl.
9132         (mono_class_init): renamed mono_class_metadata_init to
9133         mono_class_init, also removed the metadata_inited flag
9134
9135         * object.c (mono_object_isinst): use faster algorithm
9136
9137 2001-11-30  Radek Doulik  <rodo@ximian.com>
9138
9139         * mono-endian.h: reverted last change
9140         added function prototypes
9141
9142         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
9143         add mono-endian.c back
9144
9145         * mono-endian.c: returned back, as Paolo pointed out, it's needed
9146         for unaligned access, I've mistaked it with endianess. I am
9147         sorry.
9148         (mono_read16): fix reverted endianess
9149         (mono_read64): ditto
9150         (mono_read32): ditto
9151
9152 2001-11-30  Dick Porter  <dick@ximian.com>
9153
9154         * exception.c: Implement mono_exception_from_name()
9155
9156 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
9157
9158         * metadata.h, metadata.c: remove params_size and locals_size and their
9159         calculation from the metadata code: they are only usefult to the
9160         interp.
9161
9162 2001-11-29  Radek Doulik  <rodo@ximian.com>
9163
9164         * object.c (mono_ldstr): swap bytes here, it's probably not the
9165         best place, but works for me now, I'll redo it once I know mono
9166         better, also note that I add PROT_WRITE and don't reset back, also
9167         note that it's only affects big endians, so x86 should be OK
9168
9169         * mono-endian.h (read16): use just glib macros for both endians
9170
9171         * mono-endian.c: removed as glib macros are used in in
9172         mono-endian.h so we don't need to care about endianess for read
9173         macros as glib does that for us already
9174
9175 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
9176
9177         * class.h, class.h: take minimum alignment into consideration so
9178         that the fields of a class remain aligned also when in an array.
9179
9180 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
9181
9182         * loader.h, loader.c: add mono_method_get_param_names().
9183         * class.c: 0-init class fields.
9184
9185 2001-11-26  Dick Porter  <dick@ximian.com>
9186
9187         * icall.c:
9188         * threads-types.h:
9189         * threads.c: New file that handles System.Threading on all platforms
9190
9191         * object.c: 
9192         * object.h: Remove the synchronisation struct from MonoObject,
9193         replace it with a pointer that gets initialised on demand
9194
9195         * Makefile.am: Replace all the system-specific threading code with
9196         a single file that uses the new wrapper library
9197
9198 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
9199
9200         * class.c, class.h: add mono_install_trampoline() so that the runtime
9201         can register a function to create a trampoline: removes the ugly
9202         requirement that a runtime needed to export arch_create_jit_trampoline.
9203         * object.h, object.c: added mono_install_handler() so that the runtime
9204         can install an handler for exceptions generated in C code (with
9205         mono_raise_exception()). Added C struct for System.Delegate.
9206         * pedump.c: removed arch_create_jit_trampoline.
9207         * reflection.c: some cleanups to allow registering user strings and
9208         later getting a token for methodrefs and fieldrefs before the assembly
9209         is built.
9210         * row-indexes.h: updates and fixes from the new ECMA specs.
9211
9212 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
9213
9214         * class.h, class.c: add enum_basetype field to MonoClass.
9215         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
9216         to get index in the constant table reated to a field, param or
9217         property.
9218         * reflection.h, reflection.c: handle constructors. Set public-key and
9219         version number of the built assembly to 0.
9220         * row-indexes.h: update from new ECMA spec.
9221
9222 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
9223
9224         * class.h, class.c: add a max_interface_id to MonoClass.
9225         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
9226         since it's used to do that. Added mono_type_type_from_obj().
9227         Make GetType() return NULL instead of segfaulting if the type was not
9228         found. Handle simple arrays in assQualifiedName.
9229         * object.h: add a struct to represent an Exception.
9230         * reflection.c: output call convention in method signature.
9231         Add code to support P/Invoke methods and fixed offsets for fields.
9232
9233 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
9234
9235         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
9236         the value.
9237         * icall.c: use mono_array_addr instead of array->vector: fixes the
9238         reflection image writing.
9239         * reflection.c: init call convention byte to 0 in method signature.
9240         Encode the property signature. Don't output property-related methods
9241         twice. Really process the properties for a type (don't cast a field to
9242         a property, my mom always told me that).
9243         Fix 64 bit issues in pointer alignment in a different and more
9244         readable way.
9245
9246 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
9247
9248         * loader.h: Removed type class from MonoDefaults, added monotype
9249
9250         * loader.c: Loaded MonoType, removed loading of Type
9251
9252         * icall.c (my_mono_new_object): Now returns a System.MonoType,
9253         and fills in System.Type._impl with a RuntimeTypeHandle rather
9254         than the actual MonoClass *
9255
9256         (ves_icall_type_from_handle): change from type_class to
9257         monotype_class
9258
9259         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
9260         implemented
9261
9262         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
9263         implemented
9264
9265         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
9266
9267         (ves_icall_System_Reflection_Assembly_GetType): implemented
9268
9269         (ves_icall_System_MonoType_assQualifiedName): implemented
9270
9271         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
9272
9273 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
9274
9275         * assembly.c (mono_assembly_open): Implement a cache for the
9276         assemblies. 
9277
9278         (mono_assembly_close): only destroy the assembly when the last
9279         reference is gone.
9280         
9281 2001-11-09  Dick Porter  <dick@ximian.com>
9282
9283         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
9284
9285 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
9286
9287         * class.c (mono_class_metadata_init): bug fix: compute the right slot
9288
9289 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
9290
9291         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
9292         from Martin Weindel.
9293         * object.h: add mono_string_chars ().
9294
9295 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
9296
9297         * reflection.c (build_compressed_metadata): Eliminates warnings
9298         and uses 64-bit clean code.
9299
9300         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
9301         (mono_type_equal): Change signature to eliminate warnings.
9302
9303 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
9304
9305         * icall.c, loader.c: remove the internalcall array constructors.
9306         Changes to match the new MonoArray structure.
9307         * object.h, object.c: an array object doesn't allocate an extra
9308         vector. Add mono_array_new_full () to create jagged arrays easily.
9309
9310 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
9311
9312         * metadata.h, metadata.c: add mono_metadata_field_info () to
9313         retreive all the info about a field from vairous tables.
9314         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
9315         * class.h, class.c: augment MonoClassField with more info.
9316         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
9317         policy and load a field's RVA if needed.
9318
9319 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
9320
9321         * class.c (mono_class_metadata_init): create a trampoline for all
9322         virtual functions instead of actually compiling them.
9323
9324 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
9325
9326         * class.h, class.c: include name in MonoClassField.
9327         * class.c: fix fundamental type of System.Object and System.String.
9328         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
9329         tokens in ldtoken.
9330         * icall.c: remove internalcalls for the Reflection stuff that is now
9331         done in C# code.
9332         * loader.c: mono_field_from_memberref () implementation.
9333         * mono-endian.c: thinko (s/struct/union/g).
9334         * object.c, object.h: make the mono_string_* prototypes actually use
9335         MonoString instead of MonoObject.
9336         * reflection.c, reflection.h: updates for changes in the reflection
9337         code in corlib: we use C structures that map to the actual C# classes.
9338         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
9339         fat method header if needed and use the info from the ILGenerator for
9340         methods. Handle fields in types. Misc fixes.
9341
9342 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
9343
9344         * class.c (mono_class_metadata_init): bug fix: always allocate
9345         space for static class data
9346
9347 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
9348
9349         * class.c (mono_compute_relative_numbering): use relative
9350         numbering to support fast runtime type checks.
9351
9352 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
9353
9354         * class.c (mono_class_create_from_typeref): added debugging output
9355         to print class name when MonoDummy is returned instead of real class
9356
9357 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
9358
9359         * class.c (mono_class_metadata_init): interface offset table now
9360         contains pointers into the vtable - this is more efficient for the jit
9361
9362 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
9363
9364         * class.c (mono_class_metadata_init): use a temporary vtable (the
9365         old algorithm only worked for the interpreter, but not for the jit)
9366
9367 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
9368
9369         * loader.c (method_from_memberref): use mono_class_get to get the
9370         class of an array instead of using System.Array directly.
9371         (mono_get_method): also add MEMBERREF methods to the method cache
9372         which usefull for arrays.
9373
9374 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
9375
9376         * pedump.c (arch_compile_method): added to compute vtable entry
9377
9378         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
9379         number of interfaces.
9380         
9381         * class.h: merged MonoArrayClass into MonoClass
9382
9383         * class.c (mono_class_create_from_typedef): compute the vtable size and
9384         allocate space to include the vtable inside MonoClass
9385         (mono_class_metadata_init): initialize the vtable
9386
9387 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
9388
9389         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
9390         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
9391         * image.c: endian fixes by Laurent Rioux.
9392         * object.h, object.c: rename MonoStringObject to MonoString and
9393         MonoArrayObject to MonoArray. Change some function names to conform to
9394         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
9395         guint16* as first argument, so don't use char*.
9396         Provide macros to do the interesting things on arrays in a portable way.
9397         * threads-pthread.c: updates for the API changes and #include <sched.h>
9398         (required for sched_yield()).
9399         * icall.c: updates for the API changes above.
9400         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
9401         platforms that need them.
9402
9403 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
9404
9405         * class.c: set the correct type for all the fundamental
9406         type when loading the class.
9407
9408 2001-10-05  Dick Porter  <dick@ximian.com>
9409
9410         * threads-pthread.c (pthread_mutex_timedlock): Simple
9411         compatibility version for C libraries that lack this call.
9412
9413 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
9414
9415         * class.c: MonoTypes stored in MonoClass are stored as
9416         fundamental MonoTypes when the class represents a
9417         fundamental type (System.Int32, ...).
9418         The TypeHandle return by ldtoken is a MonoType*.
9419         * icall.c: ves_icall_get_data_chunk () write out all the
9420         PE/COFF stuff. Implement ves_icall_define_method (),
9421         ves_icall_set_method_body (), ves_icall_type_from_handle ().
9422         * image.c: properly skip unknown streams.
9423         * loader.h, loader.c: add type_class to mono_defaults.
9424         * metadata.c, metadata.h: export compute_size () as
9425         mono_metadata_compute_size () with a better interface.
9426         Typo and C&P fixes.
9427         * pedump.c: don't try to print the entry point RVA if there is no entry point.
9428         * reflection.c, reflection.h: many cleanups, fixes, output method
9429         signatures and headers, typedef and typeref info, compress the metadata
9430         tables, output all the heap streams, cli header etc.
9431         * row-indexes.h: typo fixes.
9432
9433 2001-10-04  Dick Porter  <dick@ximian.com>
9434
9435         * object.h: Add a synchronisation mutex struct to MonoObject
9436
9437         * object.c (mono_new_object): Initialise the object
9438         synchronisation mutexes
9439
9440         * icall.c: System.Threading.Monitor internal calls
9441         
9442         * threads-pthread.h:
9443         * threads-pthread.c: System.Threading.Monitor internal calls
9444
9445         * threads-types.h: New file, includes the system-specific thread
9446         structures
9447         
9448         * threads-pthread-types.h:
9449         * threads-pthread-types.c: New files, handle pthread-specific
9450         synchronisation types
9451
9452         * threads-dummy-types.h: 
9453         * threads-dummy-types.c: New files of dummy support for
9454         thread-specific types
9455
9456         * metadata.c:
9457         * image.c:
9458         * pedump.c: include mono-endian.h not endian.h
9459         
9460         * Makefile.am: More threads files.
9461         Name mono-endian.h not endian.h
9462
9463 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
9464
9465         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
9466         stuff and implement a few more bits.
9467         * icall.c: a field needs to be dereferenced twice. Do not use the same
9468         name for two variables in the same scope.
9469         * image.c, image.h: cleanups.
9470
9471 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
9472
9473         * class.c (mono_class_metadata_init): bug fix: compute the right size
9474
9475 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
9476
9477         * icall.c: implemented some of the Reflection internalcalls.
9478         * image.c, image.h: start writing out the PE/COFF image.
9479         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
9480         that does the reverse than decode_blob_size ().
9481         * object.c: use mono_metadata_encode_value (). Move here
9482         temporary implementation of mono_string_to_utf8 ().
9483         * rawbuffer.c: make malloc_map static.
9484
9485 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
9486
9487         * metadata.c: fix type comparison for arrays.
9488         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
9489         Added a couple of new classes to monodefaults.
9490         * icall.c: added a couple of Reflection-related internalcalls.
9491         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
9492         Added a byval_arg MonoType to MonoClass.
9493
9494 2001-09-28  Dick Porter  <dick@ximian.com>
9495
9496         * icall.c:
9497         * threads-pthread.h: 
9498         * threads-pthread.c: Implemented internal calls for
9499         LocalDataStoreSlot operations.  Applied mutexes around all shared
9500         data.  Reworked the thread creation and Start() operations to
9501         avoid a race condition.
9502         
9503         * threads-dummy.h:
9504         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
9505
9506 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
9507
9508         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
9509
9510 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
9511
9512         * class.c, loader.c: warn and return NULL instead of erroring out.
9513         * icall.c: added System.AppDomain::getCurDomain().
9514         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
9515
9516 2001-09-25  Dick Porter  <dick@ximian.com>
9517
9518         * threads-pthread.h:
9519         * threads-pthread.c: Implemented timed thread joining and added
9520         System.Threading.Thread::Join_internal internal call
9521
9522         * icall.c: Added System.Threading.Thread::Join_internal internal call
9523
9524         * threads-dummy.h:
9525         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
9526
9527 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
9528
9529         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
9530         mono_string_intern () to implement the semantics of the ldstr opcode
9531         and the interning of System.Strings.
9532         * icall.c: provide hooks to make String::IsIntern and String::Intern
9533         internalcalls.
9534
9535 2001-09-23  Dick Porter  <dick@ximian.com>
9536
9537         * threads-dummy.c: 
9538         * threads-dummy.h: New files of dummy threading routines
9539
9540         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
9541         support code based on system specifics
9542
9543         Rename PTHREAD_LIBS to THREAD_LIBS
9544         
9545 2001-09-23  Dick Porter  <dick@ximian.com>
9546
9547         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
9548         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
9549         internal calls.
9550         (mono_thread_init): Set up a Thread object instance to return when
9551         the main thread calls Thread.CurrentThread
9552         (mono_thread_cleanup): Wait for all subthreads to exit
9553
9554         * icall.c: New internal calls for System.Threading.Thread::Sleep
9555         (including Schedule) and CurrentThread
9556
9557         * threads.h: New file, to insulate thread-specific stuff from the
9558         rest of the code
9559
9560 2001-09-21  Dick Porter  <dick@ximian.com>
9561
9562         * threads-pthread.h: 
9563         * threads-pthread.c: New file, for handling pthreads-style
9564         threading support.  Start() now starts a new thread and executes
9565         the ThreadStart delegate instance.
9566
9567         * icall.c: Added the internalcall for
9568         System.Threading.Thread::Start_internal
9569
9570         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
9571
9572 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
9573
9574         * loader.c: work around the different signatures for delegates
9575         constructors csc generates in compiled code vs the ones compiled in mscorlib.
9576
9577 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
9578
9579         * class.h, class.c: add mono_class_get_field_from_name ().
9580         * *: Fix C comments and other ANSI C issues.
9581
9582 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
9583
9584         * endian.h, assembly.c: fix some endianness issues.
9585
9586 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
9587
9588         * loader.h, load.c: add delegate_class to mono_defaults.
9589         Handle runtime provided methods in mono_get_method ().
9590
9591 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
9592
9593         * loader.c (mono_get_method): use pinvoke for internal call
9594
9595         * icall.c: use pinvoke for internal call
9596
9597         * loader.c (method_from_memberref): set the method name
9598
9599 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
9600
9601         * metadata.c: help the compiler generate better code for
9602         mono_class_from_mono_type ().
9603
9604 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
9605
9606         * class.c (mono_class_metadata_init): delayed computing of the
9607         class size to mono_class_metadata_init ()
9608
9609 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
9610
9611         * class.c, class.h: add an interfaces member to MonoClass.
9612         * image.c, image.h: add assembly_name field to MonoImage
9613         from the assembly table.
9614         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
9615
9616 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
9617
9618         * class.c: Handle Array in mono_class_from_mono_type ().
9619         * metadata.c, pedump.c: some endian fixes.
9620
9621 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
9622
9623         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
9624         * metadata.c: fix small problem introduced with the latest commit.
9625
9626 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
9627
9628         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
9629         We don't need a MonoMetadata pointer anymore to compare signatures in
9630         mono_metadata_signature_equal (), update callers.
9631         Reduced memory usage an number of allocations for MonoMethodHeader and
9632         MonoMethodSignature.
9633
9634 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
9635
9636         * metadata.c: added compare for szarray.
9637
9638 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
9639
9640         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
9641         and add a couple more types to it and mono_defaults. Give an hint on
9642         classes that need implementing in our corlib and are referenced
9643         in mscorlib.
9644
9645 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
9646
9647         * class.h, class.c: keep track if a class is also an Enum.
9648         * loader.c: Implement a couple more types for use in libffi
9649         marshalling. Gives better diagnostics when failing to dlopen
9650         a library. Set method->klass for P/Invoke methods, too.
9651
9652 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
9653
9654         * class.c, class.h: add a MonoType this_arg to MonoClass that
9655         represents a pointer to an object of the class' type that
9656         can be used by the interpreter and later the type cache.
9657         Add best guess alignment info for valuetype objects.
9658
9659 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
9660
9661         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
9662         into MonoType: one less level of indirection and allocation and
9663         simplifies quite a bit of code. Added cache for MonoTypes that are
9664         used frequently, so that we don't need to allocate them all the time.
9665
9666 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
9667
9668         * class.c (mono_class_create_from_typedef): System.Enum is also a
9669         value type, although it does not derive from System.ValueType
9670         (maybe a bug in the ms compiler?)
9671
9672         * metadata.c (mono_type_size): return the right size for value types
9673
9674         * loader.c (mono_get_method): only initialize method header if not abstract
9675
9676         * class.c (mono_class_from_mono_type): use mono_default values. 
9677
9678 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
9679
9680         * *: use MonoClass pointers instead of <type_tokens>
9681         
9682         * class.h: new flag: metadata_inited.
9683
9684         * class.c (mono_class_metadata_init): impl.
9685         (mono_class_instance_size): impl.
9686         (mono_class_data_size): impl.
9687
9688 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
9689
9690         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
9691         MonoClass now has the name and name_space fields. 
9692         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
9693         mono_get_method () takes and optional MonoClass as argument.
9694         Removed mono_typedef_from_name() and added mono_class_token_from_name()
9695         instead that takes advantage of a map from class names to typedef
9696         tokens in MonoImage.
9697
9698 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
9699
9700         * metadata.c: zero is not a valid alignment boundary.
9701         Merge MONO_TYPE_VOID in default decoding code.
9702
9703 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
9704
9705         * image.h: merged MonoMetadata into MonoImage
9706
9707         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
9708         identify the type of elements.
9709
9710 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
9711
9712         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
9713         * cil-coff.h: split MonoMSDOSHeader and add size info.
9714         * image.c: add some consistency checks.
9715         * metadata.c: fix row size computation: one programmer
9716         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
9717         add explanation for the locator routine.
9718         Fix decoding of size in method header.
9719         
9720 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
9721
9722         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
9723         (g_concat_dir_and_file): Bring g_concat_dir_and_file
9724         function from gnome-libs.  This uses the right path separator
9725         based on the OS, and also works around a bug in some systems where
9726         a double slash is not allowed. 
9727         (default_assembly_name_resolver): Use g_concat_dir_and_file
9728         (mono_assembly_open): ditto.
9729
9730 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
9731
9732         * metadata.c (mono_metadata_signature_equal): impl.
9733
9734         * *: void is now a realy MonoType (instead of using NULL)
9735         
9736         * metadata.c (do_mono_metadata_parse_type): use
9737         mono_metadata_parse_type to parse void value.
9738
9739 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
9740
9741         * metadata.c, metadata.h: in the signature and method header store
9742         only the space required for holding the loca vars and incoming arguments.
9743
9744 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
9745
9746         * metadata.c (do_mono_metadata_parse_type): treat void like any
9747         other type (instead of assigning NULL);
9748
9749 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
9750
9751         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
9752
9753 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
9754
9755         * image.c (do_mono_image_open): added a cache for arrays.
9756
9757 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
9758
9759         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
9760         decode a single column from a row in a metadata table and changes
9761         to take advantage of it in the typedef locator (gives a nice speed up).
9762         Store offset info for function params.
9763
9764 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
9765
9766         * image.h (MONO_IMAGE_IS_CORLIB): removed 
9767
9768 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
9769
9770         * assembly.c: how could mono_assembly_close () had ever worked?
9771         * metadata.c, metadata.h: provide offset info for local vars.
9772         Implement mono_type_size () to take care of alignment as well
9773         as size (it was mono_field_type_size in cli/class.c before).
9774
9775 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
9776
9777         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
9778
9779         * assembly.h (CORLIB_NAME): set to corlib.dll
9780
9781         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
9782
9783 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
9784
9785         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
9786         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
9787         tokentype.h: massive namespace cleanup.
9788
9789 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
9790
9791         * metadata.h, metadata.c: decode exception clauses when parsing method header.
9792
9793 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
9794
9795         * metadata.c (mono_metadata_free_type): added check for type !=
9796         NULL (void) before calling mono_metadata_free_type()
9797
9798 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
9799
9800         * metadata.h, row_indexes.h: added header with enumerations to use
9801         to index in the columns from tables in metadata and to decode coded
9802         tokens: we should start using this instead of embedding magic numbers
9803         all over the code.
9804
9805 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
9806
9807         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
9808         Move metadata_t info from cli_image_info_t to MonoImage, where
9809         it's easily accessible. Changed all the uses accordingly.
9810         Added the method and class caches to MonoImage.
9811         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
9812         and mono_metadata_decode_value () signature to be more consistent
9813         with the other parse functions (and simplify code). Taken advantage
9814         of zero-length array allocation with GCC. Removed reduntant (and
9815         wrong) MonoFieldType struct and use MonoParam instead. Changed
9816         mono_metadata_parse_field_type () to use common code for parsing.
9817         Added mono_metadata_typedef_from_field () and
9818         mono_metadata_typedef_from_method () to lookup a typedef index from a
9819         field or method token.
9820         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
9821
9822 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
9823
9824         * metadata.c (mono_metadata_parse_field_type): Implement. 
9825         (do_mono_metadata_parse_type): Split engine from
9826         mono_metadata_parse_type, so that we can create smaller structures
9827         for things that just have one pointer to the MonoType (look at
9828         the MonoFieldType)
9829
9830 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
9831
9832         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
9833         as Jan Gray found out, it is incorrect. 
9834
9835 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
9836
9837         * assembly.c: Implement asssembly loading.  This loads an image
9838         and loads all the referenced assemblies.  Come to think of it, we
9839         could always do lazy loading of the assemblies. 
9840
9841         * image.c (mono_image_open): Keep loaded images in a hashtable.
9842
9843         * image.h (MonoImage): Add reference count.
9844
9845 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
9846
9847         * assembly.c (mono_assembly_open): Keep track of the file name in
9848         case the assembly has no ASSEMBLY table.
9849
9850         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
9851         from get.c here.
9852
9853 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
9854
9855         * metadata.c, metadata.h: decode local vars in method header
9856         parse function. Change callers accordingly.
9857
9858 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
9859
9860         * metadata.h, cil-coff.h: protect against multiple inclusion.
9861         Added some new structures to hold information decoded from metadata:
9862         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
9863         and relevant decoding/free functions.
9864         * metadata.c: implement decoding functions. Add warning for out of bounds
9865         index in mono_metadata_locate(). Implement mono_get_method () to retreive
9866         all the info about a method signature and invocation. Remove check on
9867         uninitialized local var in parse_mh() and fix memory leak.
9868
9869 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
9870
9871         * metadata.h: More macros.
9872
9873         * tokentype.h: New file.
9874
9875 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
9876
9877         * assembly.c: added a consistency check and initialize
9878         some structures with g_new0().
9879         * metadata.c: fixed a couple more bugs in table size computation
9880         and add other checks for out-of bound access to metadata.
9881
9882 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
9883
9884         * metatada.c: fix bugs computing table sizes. Spew a
9885         warning when index in string heap is out of bounds.
9886
9887 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
9888
9889         * metadata.h: Add a couple of macros to manipulate tokens. 
9890
9891 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
9892
9893         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
9894         cli_section_tables).
9895
9896 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
9897
9898         * metadata.c (mono_metadata_user_string): New function, provides
9899         access to the UserString heap. 
9900
9901 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
9902
9903         * metadata.c: Add inline documentation.
9904
9905 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
9906
9907         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
9908         files. 
9909
9910 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
9911
9912         * typeattr.h: New file, TypeAttribute flags. 
9913
9914 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
9915
9916         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
9917         mono_assembly_ensure_section): Section loading code.
9918         (load_section_tables): Load the sections.
9919
9920         * mono/metadata/metadata.c (mono_metadata_locate_token,
9921         mono_metadata_locate): Functions to locate the information
9922         definition given a token or a table and an index.
9923         (mono_metadata_compute_table_bases): New.
9924         (compute_size): New function to compute the sizes of the various
9925         tables.
9926
9927         * mono/metadata/metadata.h: Finish listing the different index
9928         types. 
9929
9930         * mono/metadata/pedump.c: Improve to dump new information.
9931
9932 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
9933
9934         * mono/metadata/metadata.c: Entered all the tables matching
9935         Beta2. 
9936
9937         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
9938
9939
9940
9941
9942
9943
9944
9945