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