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