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