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