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