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