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