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