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