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