2004-12-12 Ben Maurer <bmaurer@ximian.com>
[mono-project.git] / mono / metadata / ChangeLog
blobdc2a3e104b400f917c2572649a37495c3d40cb5d
1 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
3         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
4         (ves_icall_ModuleBuilder_getMethodToken): Ditto
6 2004-12-12  Martin Baulig  <martin@ximian.com>
8         * mono-debug-debugger.c (write_type): If we're an enum and the
9         builtin types have already been initialized, call mono_class_init().
11 2004-12-11  Martin Baulig  <martin@ximian.com>
13         * metadata.c (mono_metadata_load_generic_params): Added
14         `MonoGenericContainer *parent_container' argument; automatically
15         compute `container->is_method'; pass the correct owner to
16         get_constraints().      
18         * reflection.c (compare_genericparam): Sort the GenericParam table
19         according to increasing owners. 
21 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
23         * profiler.c: allow disabling the default profiler.
25 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
27         * decimal.c, icall.c: allow disabling System.Decimal support.
29 2004-12-09  Marek Safar <marek.safar@seznam.cz>
31         * reflection.c: Add support for null attribute arguments.
33 2004-12-09  Martin Baulig  <martin@ximian.com>
35         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
36         names to get rid of compiler warnings.
38 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
40         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
41         mono_marshal_load_type_info (). Fixes #69625.
42         (mono_marshal_get_ptr_to_struct): Likewise.
44 2004-12-08  Martin Baulig  <martin@ximian.com>
46         * mono-debug.h: Bumped version number to 47.
48         * mono-debug-debugger.c
49         (mono_debugger_event_handler, mono_debugger_event): Take two
50         guint64 arguments insteed of a gpointer and a guint32.  
52 2004-12-08  Martin Baulig  <martin@ximian.com>
54         * debug-mono-symfile.h
55         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
56         `address' to `native_offset'.
58 2004-12-08  Martin Baulig  <martin@ximian.com>
60         * class.c (mono_class_create_from_typespec): Only inflate if we
61         either have `context->gclass' or `context->gmethod'.
63 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
65         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
67         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
69         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
71         * reflection.c (mono_assembly_get_object): Remove the workaround put
72         in for the release.
73         
74         * appdomain.c: Use the corlib_internal field from MonoAssembly.
76         * appdomain.c: Bump corlib version.
78         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
79         be visible in other appdomains.
81 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
83         * threads.c: Interlocked inc and dec for longs were messed up,
84         use a KISS based impl for this. Fixes 70234
86 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
88         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
90 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
92         * icall.c: fix to follow policy not to allow struct
93         arguments in icalls.
95 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
97         * process.c: make the patch that handles spaces in file paths work
98         on mono/windows too.
100 2004-12-06  Martin Baulig  <martin@ximian.com>
102         * class.c (mono_class_create_generic): Call
103         mono_class_setup_supertypes() if we're dynamic.
104         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
106 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
108         * object-internals.h: Add new fields to MonoThread.
110         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
112         * icall.c threads-types.h threads.c: Add new icalls.
114         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
116         * object-internals.h (MonoReflectionAssembly): Sync object layout with
117         managed side.
119         * appdomain.c: Bump corlib version.
121         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
122         internal assemblies. Fixes #69181.
124 2004-12-05  Martin Baulig  <martin@ximian.com>
126         * class.c (mono_class_inflate_generic_signature): Make this a
127         no-op if `context' is NULL or we don't have any type parameters;
128         also copy `sentinelpos'.        
130 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
132         * image.c: Add unbox_wrapper_cache.
134         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
136         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
137         function generator.
138         
139         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
140         Fixes #70173.
142         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
143         
144 2004-12-04  Martin Baulig  <martin@ximian.com>
146         * loader.c (mono_method_get_signature_full): New public function;
147         like mono_method_get_signature(), but with an additional
148         `MonoGenericContext *' argument.
150         * class.c (mono_class_inflate_generic_signature): Formerly known
151         as inflate_generic_signature(); make this public.
153 2004-12-04  Martin Baulig  <martin@ximian.com>
155         * metadata.c
156         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
157         instead of a `MonoGenericContainer *'.  
158         (mono_metadata_parse_array_full): Likewise.
159         (mono_metadata_parse_signature_full): Likewise.
160         (mono_metadata_parse_method_signature_full): Likewise.
161         (mono_metadata_parse_generic_inst): Likewise.
162         (mono_metadata_parse_generic_param): Likewise.
163         (mono_metadata_parse_mh_full): Likewise.
164         (mono_type_create_from_typespec_full): Likewise.
166 2004-12-03  Martin Baulig  <martin@ximian.com>
168         * class-internals.h (MonoGenericContainer): Replaced the
169         `MonoGenericContext * pointer with a `MonoGenericContext'
170         structure and made it the first element.
172 2004-12-03  Martin Baulig  <martin@ximian.com>
174         * class.c
175         (inflate_generic_type): Set the `context->container' when creating
176         a new MonoGenericContext.
177         (mono_class_inflate_generic_method): Likewise.
178         (mono_class_create_from_typespec): Just use `context->container'
179         to get the container.
181         * loader.c (method_from_methodspec): Set `context->parent' from
182         `context->container' - and if that's a method container, use its
183         parent.  Also set the `context->container' when creating a new
184         MonoGenericContext.
185         (mono_get_method_from_token): Use just `context->container' to get
186         the container.
188         * metadata.c (do_mono_metadata_parse_generic_class): Also set
189         `gclass->context->container'.
191         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
192         the `context->container' when creating a new MonoGenericContext.
194 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
196         * reflection.c (compare_genericparam): Sort params with identical
197         owner by their number. Fixes gen-111 on sparc.
199 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
201         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
202         around the domain changes.
204         * appdomain.c (mono_domain_unload): Handle the case when the thread
205         calling Unload is itself being aborted during unloading. Fixes #70022.
207         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
209         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
210         checkpoint_func as an icall so it gets a wrapper.
211         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
212         in the cross-appdomain wrappers too.
214         * threads.c (mono_thread_has_appdomain_ref): Make this public.
216         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
218         * reflection.c: Fix some memory leaks.
219         
220 2004-12-02  Martin Baulig  <martin@ximian.com>
222         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
224         * metadata.c (generic_class_cache): New static hashtable.
225         (mono_metadata_lookup_generic_class): New public method.
227 2004-12-02  Martin Baulig  <martin@ximian.com>
229         * class.c (mono_class_create_from_typedef): Call
230         mono_class_setup_parent() and mono_class_create_mono_type() before
231         parsing the interfaces.
233 2004-12-02  Martin Baulig  <martin@ximian.com>
235         * metadata.c (generic_inst_cache): New static hashtable.
236         (mono_metadata_lookup_generic_inst): New public function.
237         (mono_metadata_inflate_generic_inst): New public function.
238         (mono_metadata_parse_generic_inst): New public function.
239         (do_mono_metadata_parse_generic_class): Use the new
240         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
241         since this'll also use the cache.
243         * reflection.c (mono_reflection_bind_generic_method_parameters):
244         Use mono_metadata_lookup_generic_inst() to use the new cache.
246         * class.c (inflate_mono_type): Use
247         mono_metadata_inflate_generic_inst() to inflate a generic
248         instance; this'll also use the new cache.
250         * loader.c (method_from_methodspec): Use
251         mono_metadata_parse_generic_inst() and
252         mono_metadata_inflate_generic_inst() rather than parsing it
253         manually, so we can use the new cache.
255 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
257         * threads.c (wait_for_tids): Do not incorrectly free threads when 
258         the wait times out.
260 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
262         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
263         iter->args based on whether parameters are passed in registers (i.e.
264         MONO_ARCH_REGPARMS is defined)
266 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
268         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
269         the exception message. Fixes #70070.
270         (method_from_methodspec): Fix warnings.
272 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
274         * process.c: (complete_path) return the path quoted
276 2004-12-01  Martin Baulig  <martin@ximian.com>
278         * class-internals.h (MonoGenericInst): New structure.
279         (MonoGenericClass): Replaced `type_argc', `type_argv' and
280         `is_open' with `MonoGenericInst *inst'.
281         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
282         `is_open' with `MonoGenericInst *inst'.
284 2004-11-30  Martin Baulig  <martin@ximian.com>
286         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
288         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
289         to `generic_class_cache'.
291         * metadata.c
292         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
293         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
294         (mono_generic_inst_is_valuetype): Renamed to
295         mono_generic_class_is_valuetype().
297         * class-internals.h
298         (MonoGenericInst): Renamed to MonoGenericClass.
299         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
300         (MonoClass): Renamed `generic_inst' to `generic_class'.
301         (MonoGenericContext): Renamed `ginst' to `gclass'.
303         * object-internals.h
304         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
306         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
307         mono_reflection_generic_class_initialize().
309         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
310         now known as "System.Reflection.MonoGenericClass".
311         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
313 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
315         * class-internals.h: Added a flag field to MonoClass to cache the
316         declarative security attributes actions associated with the class.
317         * domain-internals.h: Added booleans to MonoJitInfo to cache the
318         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
319         applicable to the JITted method.
320         * reflection.c|h: Added functions to extract (as flags) which security
321         actions are available (declaratively) for a method, class or assembly.
322         * metadata.c|h: Added functions to search the declarative security
323         table in the metadata.
324         
325 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
327         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
328         EXPORTEDTYPES are already in the class name cache, so there is no
329         need to add extra code here to look at them. Just removes a bit of
330         cruft.
332         (ves_icall_System_Environment_get_TickCount): No need for #if
333         WINDOWS. We already have the code in io-layer.
335 2004-11-28  Martin Baulig  <martin@ximian.com>
337         * loader.c
338         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
339         Fixes gen-112.cs.
341 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
343         * assembly.c (do_mono_assembly_open): Instead of having a
344         conditional WITH_BUNDLE, incorporate support for bundles here, by
345         having a global `bundles' variable holding a pointer to the actual
346         bundles. 
348         (mono_register_bundled_assemblies): New API call used by the
349         bundle code. 
351         See mkbundle.1 for details.
352         
353 2004-11-27  Martin Baulig  <martin@ximian.com>
355         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
356         the vtable for generic methods.
358 2004-11-26  Martin Baulig  <martin@ximian.com>
360         * metadata.c
361         (mono_metadata_generic_method_hash): New public function.
362         (mono_metadata_generic_method_equal): Likewise.
364         * class-internals.h
365         (MonoGenericContainer): Added `GHashTable *method_hash'.
367         * reflection.c (ReflectionMethodBuilder): Added
368         `MonoGenericContainer *generic_container'.
369         (reflection_methodbuilder_to_mono_method): Don't create a new
370         MonoGenericContainer each time we're called.
371         (mono_reflection_bind_generic_method_parameters): Use
372         `container->method_hash' to cache the results so we don't create a
373         different method if we're called several times with the same
374         arguments.
376         * loader.c (method_from_methodspec): Use the new
377         `container->method_hash' here, too.
379 2004-11-26  Martin Baulig  <martin@ximian.com>
381         * class.c (inflate_generic_signature): Correctly compute
382         `res->has_type_parameters'.
383         (mono_class_vtable): Use the `has_type_parameters' flag to
384         determine whether we're a generic method.
386         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
388 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
390         * object.c (mono_runtime_run_main): Fix a small memory leak.
392 2004-11-25  Martin Baulig  <martin@ximian.com>
394         * class.c (set_generic_param_owner): Fixed the loop.
396 2004-11-25  Martin Baulig  <martin@ximian.com>
398         * object.c (mono_class_vtable): Don't create any JIT wrappers for
399         generic methods.
401 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
403         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
404         names. Fixes #69787.
406 2004-11-24  Martin Baulig  <martin@ximian.com>
408         * class.c (mono_class_create_generic_2): If we don't have a
409         `ginst->parent', inflate `gklass->parent' to get our parent.
411 2004-11-24  Martin Baulig  <martin@ximian.com>
413         * reflection.c (compare_genericparam): Correctly sort the
414         GenericParam table; fixes #69779.
416 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
418         * reflection.c: When writing a PE file, don't create a huge
419         buffer in memory. Just write the arrays we have to the file.
420         This reduces memory usage.
422         * metadata-internals.h: MonoDynamicStream pefile is no longer used
423         globally.
425 2004-11-17  Martin Baulig  <martin@ximian.com>
427         * class.c (mono_class_init): Don't setup `class->parent' for
428         dynamic instances; moved this to mono_class_generic_2().
429         (mono_class_create_generic): Also set `klass->inited' for dynamic
430         generic instances.
431         (mono_class_create_generic_2): Don't do anything for dynamic
432         generic instances.  Set `klass->parent' here and also call
433         mono_class_setup_parent() here. 
435         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
436         `MonoType *parent' argument; set `ginst->parent' before calling
437         mono_class_create_generic_2(), so we set the correct parent.
439 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
441         * reflection.c: allow getting attributes from ModuleBuilder
442         (used by ikvm).
444 2004-11-17  Martin Baulig  <martin@ximian.com>
446         * class.c (mono_class_create_from_typedef): If a type parameter is
447         inherited from an outer class, set its owner to that class.
449 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
451         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
452           for (int*) written size. This fixes bug #69592.
454 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
456         * icall.c: Added IsAuthenticodePresnet internal call.
457         * image.c|h: New function that check a MonoImage for an Authenticode
458         signature in the certificate PE data directory.
459         * security.c|h: New internal call to ask the runtime if an 
460         Authenticode signature seems referenced in the PE header.
462 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
464         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
466         * reflection.c (mono_image_create_pefile): Free the assembly streams
467         after writing out the assembly file.
469         * object.c (mono_runtime_run_main): Fix small memory leak.
471         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
472         property access modifiers. Fixes #69389.
474 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
476         * domain.c, object.c, object-internals.h, domain-internals.h,
477         object.h, marshal.c: keep dynamic code info per domain.
479 2004-11-15  Martin Baulig  <martin@ximian.com>
481         * class.c (mono_type_get_name_recurse): Put type arguments in
482         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
483         see bug #68387.
485 2004-11-15  Martin Baulig  <martin@ximian.com>
487         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
488         (mono_class_setup_vtable): When computing `the_cname' for a
489         generic instance, don't include the namespace since we'd otherwise
490         add it twice.
492 2004-11-15  Martin Baulig  <martin@ximian.com>
494         * class.c (mono_class_create_generic): Changed return type to void.
495         (mono_class_create_generic_2): New public function; setup
496         `class->method', `class->field' and `class->interfaces' here
497         instead of in mono_class_init().
499         * class.h (mono_class_create_generic): Moved to class-internals.h.
501 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
503         * reflection.c (mono_image_create_pefile): take a file HANDLE.
504         rather than writing to memory, write to this file. Right now,
505         we are just writting into a buffer, and copying that. However
506         we can avoid the buffer later.
508         (mono_dynamic_stream_reset): new function
510         * icall.c, object-internals.h: update for the above.
512 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
514         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
515         have been using gc'd memory. First it is slower, unlikely
516         the comment in the source code said, secondly, it increases
517         our footprint to do it in the gc.
519         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
520         the method so that it does not have to copy to managed code.
522 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
524         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
526 2004-11-12  Martin Baulig  <martin@localhost>
528         * reflection.c (mono_image_create_token): Allow generic method
529         definitions here, since they may appear in an `.override'; see
530         gen-98/gen-99 for an example.
532 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
534         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
535         #69365.
537         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
538         descriptive.
540 2004-11-11  Martin Baulig  <martin@ximian.com>
542         * class.c (mono_class_setup_vtable): In an explicit interface
543         implementation, the method name now includes the arity.
545 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
547         * object.c (mono_array_full_copy): Fix warning.
549 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
551         * appdomain.c: Removed look_for_method_by_name(). Use the new method
552         mono_class_get_method_from_name() instead.
553         
554         * class-internals.h: Added two new types of wrappers. 
555         Added MonoRemotingTarget enum. Added new trampoline function type, which
556         takes an additional MonoRemotingTarget value as parameter, so it is
557         possible to request a trampoline for a specific target.
558         
559         * class.c: Added new mono_class_get_method_from_name() method.
560         
561         * class.h: In MonoRemoteClass, we can have now to vtables, one for
562         general remoting sinks and one specific for cross domain calls.
563         
564         * debug-helpers.c: Added new wrapper names.
565         
566         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
567         of a remote class.
568         
569         * image.c: Porperly delete value objects form the remoting invoke hashtable.
570         
571         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
572         with several other methods (mono_marshal_get_xappdomain_dispatch,
573         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
574         and others) can generate a fast remoting wrapper for cross domain calls.
575         More information can be found in docs/remoting.
576         Other changes: Removed mono_find_method_by_name, and used
577         mono_class_get_method_from_name instead.
578         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
579         is stored in the remoting invoke hashtable.
580         
581         * marshal.h: published the new method for getting the xdomain wrapper,
582         and also added a method for getting the adequate wrapper for a given
583         method and target.
584         
585         * object-internals.h, object.c: Added a couple of methods for capying and
586         cloning arrays.
587         Modified mono_install_remoting_trampoline, which takes the new remoting
588         trampoline that has a remoting target as parameter.
589         mono_class_proxy_vtable now also takes a remoting target as parameter, and
590         will return the most suitable vtable for the target.
591         Added mono_remote_class_vtable, which returns the vtable of a remote class
592         (which can be the normal remoting vtable or the xdomain vtable).
593         
594         * threads.c: the xdomain invoke and dispatch wrappers must also be
595         protected against interruptions.
597 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
599         * icall.c: use memmove in BlockCopyInternal when the source and
600         destination arrays are the same.
602 2004-11-09  Martin Baulig  <martin@ximian.com>
604         * class-internals.h (MonoGenericContainer): Removed `method' and
605         `signature', replaced them with `is_method' and `is_signature'
606         flags.  Added `context'.
608         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
609         instead of a `MonoGenericContainer *'.
611         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
612         for dynamic type parameters.
613         (mono_metadata_load_generic_params): Setup `container->context'.
615         * reflection.c (mono_reflection_setup_generic_class): Setup
616         `tb->generic_container->context'.
617         (do_mono_reflection_bind_generic_parameters): Use
618         mono_class_inflate_generic_type() to correctly inflate types,
619         rather than using our own hack just for MONO_TYPE_VAR.
621 2004-11-09  Martin Baulig  <martin@ximian.com>
623         * class.c (mono_class_inflate_generic_method): Small fix; don't
624         crash here.
626         * icall.c
627         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
628         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
629         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
630         (ves_icall_Type_BindGenericParameters): Likewise.
631         (ves_icall_Type_get_IsGenericInstance): Likewise.
632         (ves_icall_Type_GetGenericParameterPosition): Likewise.
633         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
634         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
635         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
637 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
639         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
640         assembly versions and public key tokens. Fixes #69113.
642 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
644         * metadata.c: fix bug introduced with the type cache changes
645         on 2004-11-06.
647 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
649         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
650         the MonoClass pointer instead of the token in exception clauses.
651         * reflection.c: updates for the above and make the code not depend
652         on the structure of MonoExceptionClause.
654 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
656         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
657         Add support for dynamic assemblies. Fixes #69114.
659         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
661 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
663         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
664         since most only those methods use it. the code member of
665         MonoMethodPInvoke was dead, so that can be removed too. Also,
666         remove inline_count (again, not used), and move slot so that it
667         can share bits with some other flags. This saves 8 bytes in the
668         structure and gives us about 50 kb back for mcs helloworld.cs
670         * *.[ch]: Do naming changes for the above.
672         * loader.c (mono_method_get_header): Lazily init the header
673         on first access.
674         (mono_get_method_from_token): don't init the header here
675         (mono_free_method): the header may never be allocated
677         Overall, this saves 150 kb of unmanaged allocations
678         for mcs helloworld.cs. That accounts for 10% of the unmanaged
679         memory at runtime.
680         
681         * loader.c, loader.h (mono_method_get_header): new accessor.
683         * *.[ch]: use the above method. Prepares us to lazily load
684         the header.
686         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
687         three warnings, which are actual bugs (see 69206).
689         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
690         unused. Saves a cool 4 bytes / method.
692 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
694         * metadata.c (builtin_types): Add types for System.Object here.
695         (mono_metadata_parse_type_full): Cache MonoType*'s that are
696         for a class or valuetype from klass->this_arg or klass->byval_arg.
698         On mcs for a hello world, this gets us down from 21836 MonoType's
699         to 14560.
701         (mono_metadata_free_type): Account for the above change.
703 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
705         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
706         exception instead of asserting if name is null.
707         (ves_icall_System_AppDomain_GetData): Ditto.
709 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
711         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
712         EnumBuilder.
714         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
715         Return NULL when the domain does not have entry_assembly set.
717         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
718         Add a 'resource_modules' argument.
719         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
721         * reflection.c (mono_reflection_create_runtime_class): Move setting
722         of wastypebuilder here, so mono_get_type_object () returns a MonoType
723         for enums too.
725         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
726         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
727         Throw an ArgumentNullException if 'ptr' is null.
729         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
730         assemblies here. Fixes #69020.
732 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
734         * reflection.c (build_compressed_metadata): Fix the previous patch for
735         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
736         the stack.
738 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
740         * assembly.c (mono_assembly_names_equal): Allow a match if one of
741         the cultures is false. Fixes #69090.
743         * reflection.c (build_compressed_metadata): Fix invalid memory read 
744         detected by valgrind.
745         
746         * reflection.c (mono_reflection_get_type): Avoid triggering a 
747         TypeResolve multiple times for the same type. Fixes #65577.
749 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
751         * marshal.c: Avoid using ldftn to call managed functions. It is
752         much slower than just a call.
754         * reflection.c (mono_module_get_object): free the basename we
755         allocate here from glib.
756         
757         * reflection.c (ensure_runtime_vtable): make sure to free
758         overrides.  Also, we were allocating an array of MonoMethod not an
759         array of MonoMethod*.
761         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
763         * image.c (mono_image_close): free image->guid here.
765 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
767         * reflection.c: Fix some spec conformance issues with the PE file
768         structures so mcs compiled apps run on the Net 2.0 beta.
770 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
772         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
773         Implement this. Fixes #67264.
775         * debug-helpers.h debug-helpers.c marshal.c: Move 
776         mono_find_method_by_name to debug-helpers.c.
778 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
780         * object.c (mono_release_type_locks): type_initialization_hash is
781         a GHashTable.
783         * reflection.c object.c object-internals.h: Fix warnings.
785         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
786         without accessors. Fixes #61561.
788         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
789         application base from the root domain if not set. Fixes #65641.
790         (mono_runtime_init): Fix warning.
792 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
794         * appdomain.c: call mono_thread_pool_init.
795         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
796         of worker threads based on the number of CPUs and the environment
797         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
798         for non-windows (windows) systems.
800 2004-10-27  Chris Toshok  <toshok@ximian.com>
802         * mono-debug-debugger.c (write_class): don't call mono_class_init
803         here, as even with the check for (!klass->init_pending), we get
804         into a situation where we're hitting cycles in class
805         initialization.  Fixes #68816.
807 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
809         * image.c: Avoid overwriting values in the loaded_images_hash when an
810         assembly is loaded multiple times. Fixes #61152.
812         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
813         so multiple satellite assemblies for the same name can be loaded.
814         Fixes #68259.
816         * mono_domain_assembly_preload: Actually return the loaded assembly, 
817         not NULL.
819         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
820         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
822         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
823         pending finalizers are not invoked after the appdomain has been 
824         unloaded. Fixes #67862.
826 2004-10-22  Martin Baulig  <martin@ximian.com>
828         * mono-debug-debugger.c
829         (mono_debugger_runtime_invoke): Don't box valuetypes.
831 2004-10-22  Chris Toshok  <toshok@ximian.com>
833         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
834         don't hide private methods.
836 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
838         * icall.c: Allows the runtime to "share" (when known) the public key
839         token of an assembly. This avoid the need to recalculate the token 
840         (from the public key) in managed code.
842 2004-10-21  Chris Toshok  <toshok@ximian.com>
844         * debug-helpers.c (append_class_name): argh, revert last patch.
845         
846 2004-10-21  Chris Toshok  <toshok@ximian.com>
848         * debug-helpers.c (append_class_name): use '+' as the delimiter,
849         not '/', so that it matches what the debugger uses to look up
850         methods.
852 2004-10-21  Martin Baulig  <martin@ximian.com>
854         * mono-debug-debugger.c (mono_debugger_throw_exception): New
855         public method; this is called each time an exception is thrown and
856         allows the debugger to use exception catch points.
858 2004-10-21  Martin Baulig  <martin@ximian.com>
860         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
861         the stack pointer and the exception object in some struct and pass
862         that to the debugger.
864 2004-10-21  Chris Toshok  <toshok@ximian.com>
866         * mono-debug-debugger.c (do_write_class): add instance/static
867         event support.  We don't expose "raise" or "other" yet.
868         (event_is_static): new method.
870 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
872         * mono-debug-debugger.c
873         (mono_debugger_handle_exception): Remove
874         bogus return value for fussy compilers.
876 2004-10-20  Martin Baulig  <martin@ximian.com>
878         * mono-debug-debugger.c
879         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
880         (mono_debugger_handled_exception): Likewise.
882 2004-10-20  Martin Baulig  <martin@ximian.com>
884         * mono-debug-debugger.h (MonoDebuggerEvent): Added
885         MONO_DEBUGGER_EVENT_EXCEPTION.
887         * mono-debug-debugger.c (mono_debugger_handle_exception): New
888         public function to send the debugger a notification for an
889         exception and inform it about a catch/finally clause.
891 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
893         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
894         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
895         fix 2.95 build. 
897         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
899 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
901         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
902         marshalled as [In,Out]. Fixes #58325.
904 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
906         * reflection.c (mono_method_body_get_object): Implement some fields.
908 2004-10-12  Martin Baulig  <martin@ximian.com>
910         * reflection.c (mono_reflection_bind_generic_parameters): Small
911         fix, correctly retrieve our parent from a generic instance.
913 2004-10-12  Martin Baulig  <martin@ximian.com>
915         * metadata.c (mono_metadata_generic_param_equal): We always have
916         an owner.
918         * class.c
919         (mono_class_from_generic_parameter): We need to have an owner.
920         (my_mono_class_from_generic_parameter): Likewise.
922         * reflection.c (mono_reflection_setup_generic_class): Renamed to
923         mono_reflection_create_generic_class() and added a new
924         mono_reflection_setup_generic_class().  
925         (mono_reflection_initialize_generic_param): If we're a nested
926         generic type and inherited from the containing class, set our
927         owner to the outer class.
929 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
931         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
933         * reflection.c (mono_method_body_get_object): New function to create
934         a MethodBody object.
936         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
938 2004-10-11  Martin Baulig  <martin@ximian.com>
940         * metadata.c (_mono_metadata_type_equal): Renamed to
941         do_mono_metadata_type_equal() and made static.
943 2004-10-11  Martin Baulig  <martin@ximian.com>
945         * appdomain.c: Bump corlib version number to 28.
947 2004-10-10  Martin Baulig  <martin@ximian.com>
949         * class-internals.h
950         (MonoGenericInst): Added `MonoGenericContainer *container'.
951         (MonoGenericMethod): Likewise.
952         (MonoGenericContext): Likewise.
953         (MonoGenericParam): Added `MonoGenericContainer *owner'.
955         * metadata.c
956         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
957         (do_mono_metadata_parse_generic_inst): Likewise.
958         (mono_metadata_parse_type_full): New public method.  This is the actual
959         mono_metadata_parse_type() implementation - with an additional
960         `MonoGenericContainer *' argument.
961         (mono_metadata_parse_array_full): Likewise.
962         (mono_metadata_parse_signature_full): Likewise.
963         (mono_metadata_parse_method_signature_full): Likewise.
964         (mono_metadata_parse_mh_full): Likewise.
965         (mono_type_create_from_typespec): Likewise.
966         (mono_metadata_interfaces_from_typedef_full): New public method;
967         this is similar to the other _full() methods, but we take a
968         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
969         (mono_metadata_parse_generic_param): Take an additional
970         `MonoGenericContainer *' argument and lookup the MonoGenericParam
971         from that container.
972         (mono_metadata_generic_param_equal): New static method to compare
973         two type parameters.
974         (_mono_metadata_type_equal): New static method; takes an
975         additional `gboolean signature_only' argument - if true, we don't
976         compare the owners of generic parameters.
977         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
978         with a TRUE argument - do a signature-only comparision.
980         * loader.c: Use the new _full() methods and pass the
981         MonoGenericContainer to them.
983         * object-internals.h (MonoReflectionTypeBuilder): Added
984         `MonoGenericContainer *generic_container' field.
985         (MonoReflectionMethodBuilder): Likewise.
987 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
989         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
990         case initial images of dynamic assemblies.
992         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
994         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
996         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
997         length of event->other array.
998         (typebuilder_setup_events): Ditto.
1000         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
1001         'assembly_by_name' and add an 'assemblies' list.
1003         * assembly.h assembly.c: Add a new search hook for determining whenever
1004         an assembly is already loaded. Use this instead of searching in the
1005         loaded_assemblies list.
1007         * domain.c appdomain.c: Implement the new search hook so loaded 
1008         assemblies are now scoped by appdomain. Fixes #67727.
1010 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
1012         * threads.c (mono_thread_attach): Initialize synch_lock field so
1013         mono_thread_detach works again.
1015         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
1016         'lib' too. Fixes #63130.
1018 2004-10-06  Jackson Harper  <jackson@ximian.com>
1020         * culture-info-tables.h: regenerated.
1022 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1024         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
1025         implemented by other interfaces in the result. Fixes #65764.
1026         
1027         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1028         Handle unloadable modules without crashing.
1030         * image.c (load_modules): Revert the previous patch since modules must
1031         have a fixed index inside the array.
1032         
1033         * image.c (load_modules): Don't include native modules in the modules
1034         array.
1036 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1038         * reflection.h: Add param_defaults field.
1040         * reflection.c: Add support for parameter defaults in dynamic methods.
1041         Fixes #64595.
1043         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
1044         an empty string when a type has no namespace. Fixes #64230.
1046 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
1048         * tabledefs.h: Added "internal" security actions to support non-CAS
1049         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
1050         Note: they do not seems to be used anymore in 2.0 (new metadata format)
1052 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1054         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
1055         constructor of abstract class. Fixes #61689.
1057 2004-10-04  Martin Baulig  <martin@ximian.com>
1059         * class-internals.h (MonoGenericContainer): New type.
1060         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
1061         `MonoGenericContainer *generic_container'.
1062         (MonoClass): Replaced `gen_params' and `num_gen_params' with
1063         `MonoGenericContainer *generic_container'.
1065         * metadata.c (mono_metadata_load_generic_params): Return a
1066         `MonoGenericContainer *' instead of a `MonoGenericParam *';
1067         removed the `num' argument.
1069 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1071         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
1072         for dynamic images.
1074         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
1075         machine fields.
1077         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
1079         * reflection.c: Save pe_kind and machine values into the generated
1080         image file.
1082         * appdomain.c: Bump corlib version number.
1084         * object-internals.h: Reorganize layout of LocalBuilder.
1086         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
1087         New helper function.
1089         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
1090         created MonoType for dynamic types. Fixes #66180.
1092 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
1094         * threadpool.c: the ares hashtable needs a critical section around it.
1095         this prevents some nasty segfaults
1097 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
1099         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
1100         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
1101         bug 67324).
1102         
1103 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1105         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
1106         
1107 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
1109         * image.c: Always canonicalize image file names, to avoid loading
1110         the same assembly twice when referenced using a relative path.
1112 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1114         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
1116         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
1118         * marshal.c: Fix warnings.
1120 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
1122         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
1123         attempting to marshal the delegate_trampoline as the method_addr.
1124         This patch has a static hashtable of marshalled delegates so that 
1125         we can map delegate_trampoline addresses back to delegates.  This
1126         allows a delegate passed to managed code to be passed back into native
1127         code.  Fixes #67039
1129 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1131         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
1133         * reflection.c (method_encode_code): Align method headers properly.
1134         Fixes #66025.
1136 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1138         * marshal.c: In the runtime invoke wrapper, reset the abort
1139         exception if it is cached. This avoids the automatic rethrowal of 
1140         the exception after the catch of the wrapper. Also check for pending
1141         interruptions before calling the managed method. This is done using
1142         the new method emit_thread_force_interrupt_checkpoint, since the
1143         normal checkpoint method is ignored when running the invoke wrapper.
1144         * object.c: If the abort exception is rethrown, set the abort_exc
1145         field of the thread, so it will be rethrown aftere every catch.
1146         * threadpool.c: Only run an interruption checkpoint if what has been
1147         requested is a stop of the thread (aborts will be ignored).
1148         * threads.c: By default, a thread will now never be interrumped while
1149         running the runtime invoke wrapper (this ensures that runtime_invoke
1150         will always return to the caller if an exception pointer is provided).
1151         There is a new special method mono_thread_force_interruption_checkpoint()
1152         to force an interruption checkpoint even if running a protected
1153         wrapper, which is used by the same runtime invoke wrapper to do a check
1154         at a safe point.
1156 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1158         * object.c, object-internals.h: Implemented mono_release_type_locks,
1159         which releases the cctor locks held by a thread.
1160         * threads.c, threads.h: In thread_cleanup, release cctor locks held
1161         by a thread. Added mono_thread_exit() method to be used to safely stop
1162         a thread.
1164 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1166         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1167         Move null check before dereference.  Avoid indexing beyond the end
1168         of the 'modules' array.
1170 2004-09-28  Raja R Harinath  <rharinath@novell.com>
1172         * metadata-internals.h (MonoImage): Add module_count field.
1173         * image.c (load_modules): Set image->module_count.
1174         (mono_image_load_file_for_image): Use image->module_count.
1175         * reflection.c (mono_image_load_module): Append to image->modules array 
1176         of dynamic assembly.
1177         (mono_module_get_object): Fix loop to actually increment index.
1178         Use image->module_count.
1179         * assembly.c (mono_assembly_load_references): Use image->module_count.
1180         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
1181         Likewise.
1183 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1185         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
1186         Avoid assert on generic types.
1188 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
1190         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
1192         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
1194         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
1195         function to convert a MarshalSpec structure to its managed counterpart.
1197         * reflection.c: Fix warnings.
1198         
1199         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
1200         field.
1202         * icall.c (mono_create_icall_signature): Fix build.
1204 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
1206         * icall.c: Add MakePointType icall.
1208         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
1209         warnings.
1211 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1213         * threadpool.c: reuse allocated slots in the queue.
1215 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1217         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
1219         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
1221         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
1222         previous change.
1224         * tabledefs.h: Add constants for pinvoke attributes BestFit and
1225         ThrowOnUnmappableChar.
1227         * icall.c (ves_icall_Type_GetPacking): New icall.
1229 2004-09-24  Martin Baulig  <martin@ximian.com>
1231         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
1233 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1235         * appdomain.c:
1236         (mono_domain_set): allow setting a domain that is being unloaded.
1237         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
1238         being unloaded.
1240 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1242         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
1243         the GetCustomAttributes icall.
1245 2004-09-23  Martin Baulig  <martin@ximian.com>
1247         * object-internals.h (MonoReflectionGenericParam): Replaced
1248         'has_ctor_constraint', `has_reference_type' and `has_value_type'
1249         with `guint32 attrs'.
1251 2004-09-23  Martin Baulig  <martin@ximian.com>
1253         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
1255 2004-09-23  Martin Baulig  <martin@ximian.com>
1257         * object-internals.h (GenericParameterAttributes): New enum.
1259 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1261         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
1262         
1263         * class.c (init_events): Fill out event->other field.
1265         * class.c: Fix warnings.
1267         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
1269 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
1271         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
1272         walk which doesn't supply the IL offset.
1274 2004-09-22  Martin Baulig  <martin@ximian.com>
1276         * reflection.c (mono_reflection_setup_internal_class): If we're
1277         System.ValueType, System.Object or System.Enum, set
1278         `klass->instance_size' and create the vtable.
1279         (mono_reflection_create_internal_class): If we're an enum type,
1280         get the base class from our current corlib.
1282 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
1284         * reflection.h (MonoResolveTokenError): New type.
1286         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
1287         icall.
1289         * icall.c: Add an 'error' argument to the ResolveToken icalls.
1291 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
1293         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
1294         Support also calling constructors, but only for already allocated objects.
1296 2004-09-17  Geoff Norton <gnorton@customerdna.com>
1298         * reflection.c (type_get_qualified_name): If the klass is null
1299         return the typename to avoid a NullRefEx.
1300         (encode_cattr_value): Get the qualified name of the boxed type,
1301         not the underlying enumtype.  Fixes #62984.
1303 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
1305         * marshal.c: Fix problems with previous checkin.
1307 2004-09-21    <vargaz@freemail.hu>
1309         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
1310         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
1312         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
1314 2004-09-21  Geoff Norton <gnorton@customerdna.com>
1316         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
1317         should only return a type for pointers, arrays, and passbyref types.
1318         Fixes bug #63841.
1320 2004-09-21  Martin Baulig  <martin@ximian.com>
1322         * domain.c (mono_debugger_check_runtime_version): New public
1323         function.
1325         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
1327 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1329         * reflection.c: Added missing sort to the declarative security 
1330         attributes table. MS implementation stops seeing the attributes if the
1331         token number regress in the table (as shown by ildasm and permview).
1333 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
1335         * object-internals.h (MonoReflectionModule): Add 'token' field.
1336         
1337         * reflection.c (mono_reflection_get_token): Add support for Module
1338         and Assembly.
1339         (mono_module_get_object): Set 'token' field.
1340         (mono_module_file_get_object): Set 'token' field.
1342         * icall.c: Add new Assembly and Module icalls.
1344         * appdomain.c: Bump corlib version.
1346 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
1348         * loader.h loader.c class.h class.c: Add helper functions for obtaining
1349         tokens of metadata objects.
1351         * reflection.h reflection.c (mono_reflection_get_token): New function
1352         to obtain the token of a metadata object.
1354         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
1356 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
1358         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
1359         
1360         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
1362 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
1364         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
1365         * object-internals.h: Added 3 MonoArray* members to MonoReflection
1366         AssemblyBuilder to access the permissions set in the class lib.
1367         * reflection.c: Added security attributes encoding step in 
1368         mono_image_build_metadata.
1369         * tabledefs.h: Added new security actions defined in 2.0:
1370         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
1372 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1374         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
1375         macro parameter.
1377 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
1379         * locales.c: nullify the ICU_collator member of CompareInfo when it is
1380           finalized. There where random SIGSEVs at program termination, when
1381           an object being finalized was trying to do a string comparison and
1382           the current culture was already finalized.
1384 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1386         * threads.c: call thread_cleanup before finishing the thread if we get
1387         there.
1389 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
1391         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
1392         assemblies from the parent. Fixes #65665.
1394 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
1396         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
1397         modifiers.
1399 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
1401         * reflection.h: add prototype for mono_get_dbnull_object
1402         * reflection.c: add prototypes for get_default_param_value_blobs 
1403         and mono_get_object_from_blob for fussier compilers
1405 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
1407         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
1408         false deadlock checks in class initialization.
1410 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
1412         * image.c (mono_image_addref): Fix comment.
1414         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
1415         possible.
1417 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
1419         * reflection.c (mono_param_get_objects): Modified to return
1420         ParameterInfo.DefaultValue object.
1422         (get_default_param_value_blobs):
1423         (mono_get_object_from_blob):
1424         (mono_get_dbnull_object): New helper routines. 
1426         * object.c (mono_get_constant_value_from_blob): New helper routine
1427         carved out from get_default_field_value ()
1429         * object-internals.h (mono_get_constant_value_from_blob): Added
1430         function declaration.
1432 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
1434         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
1435         referenced assemblies. Fixes #62135.
1437         * exception.h exception.c (mono_get_exception_file_not_found2): New
1438         helper function.
1440 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
1442         * class.h class.c: Add mono_type_get_underlying_type ().
1444 2004-09-09  Geoff Norton <gnorton@customerndna.com>
1446         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
1447         Fix GetTypes() to support dynamically created assemblies.
1449 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
1451         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
1452         
1453         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
1454         previous patch.
1456         * reflection.h reflection.c loader.c: Allow dynamic construction of
1457         pinvoke methods. Fixes #65571.
1458         
1459         * reflection.c (mono_reflection_get_type): Revert previous change since
1460         it causes regressions.
1462 2004-09-08  Martin Baulig  <martin@ximian.com>
1464         * class.c (class_compute_field_layout): Don't call
1465         mono_class_layout_fields() for open generic instances.
1467 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
1468         * threads.c appdomain.c: fix typo in GC macro
1470 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1472         * threads.c: don't call mono_thread_detach() in start_wrapper(),
1473         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
1475 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
1477         * image.c (mono_image_close): Applied patch from 
1478         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
1479         assembly is loaded multiple times from data.
1480         
1481         * image.c (mono_image_open): Fix warning.
1483 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1485         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
1486         once. Fixes #58334.
1487         
1488         * reflection.c (mono_reflection_create_runtime_class): Initialize
1489         klass->nested_classes. Fixes #61224.
1491 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
1493         * threads.c: sched_yield() on exit, to allow threads to quit.
1495 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1497         * object.c (mono_unhandled_exception): Remove leftover debug code.
1499 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
1501         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
1503 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
1505         * marshal.c (emit_marshal_array): Really null terminate string arrays.
1506         
1507         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
1509 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1511         * marshal.c (emit_marshal_array): Null terminate string arrays.
1512         
1513         * marshal.c (raise_auto_layout_exception): Fix warning.
1515         * reflection.c (mono_param_get_objects): Initialize the default value
1516         with DBNull.Value, not null. Fixes #62123.
1518 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
1520         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
1521         throw an exception with a cute explanation.
1523 2004-09-06  Dick Porter  <dick@ximian.com>
1525         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
1526         Close the new process's thread handle, as we don't use it.  The
1527         handle stays around forever otherwise.
1529 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1531         * object.c (arith_overflow): Fix warning.
1533         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
1534         calling conventions in method refs. Fixes #65352.
1536         * reflection.c: Fix warnings.
1538 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1540         * icall.c: Add a new icall for Array.Clear
1542 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1544         * object.c: When allocating an array, we have to throw
1545         an overflow exception if any of the lengths are < 0.
1547 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
1549         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
1550         properly. Also move implementation of string array marshalling to 
1551         managed code. Fixes #42316.
1553 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1555         * assembly.c: provide more information when loading an assembly fails.
1557 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1559         * filewatcher.c: don't expect the development fam package to be
1560         installed.
1562 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
1564         * marshal.c: Make a copy of the signature cookie since it will be
1565         freed by the caller.
1566         
1567         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
1569         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
1571         * metadata.c (mono_metadata_free_marshal_spec): New function to free
1572         marshal specs.
1574         * marshal.c: More refactoring.
1575         
1576         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
1577         smaller functions.
1579 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
1581         * object.c: In mono_message_invoke, fill the output parameter array after
1582           calling the managed method (it was done before the call). This fixes
1583           bug #59299.
1585 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1587         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
1588         as well.
1590 2004-09-02  Martin Baulig  <martin@ximian.com>
1592         * class.c (mono_class_instance_size): Don't allow generic type
1593         definitions or open generic instances.
1594         (mono_class_array_element_size): If we're a value type, call
1595         mono_class_instance_size() on the original class.
1597         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
1598         handle generic instances.
1600         * mono-debug-debugger.c (write_type): Handle generic instances
1601         like classes.
1603 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
1605         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
1606         the allocation request fails. Fixes #65089.
1608         * object.c (mono_runtime_free_method): Do not call mono_free_method.
1609         
1610         * object.c (mono_runtime_free_method): New function to free a dynamic
1611         method.
1613         * marshal.c (mono_delegate_free_ftnptr): New function to free the
1614         delegate trampoline.
1616         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
1617         with hasthis as dynamic,
1619         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
1621         * domain.c (mono_jit_info_table_remove): New function to remove an
1622         entry from the jit info table.
1624         * class-internals.h (MonoMethod): Add 'dynamic' field.
1626         * loader.c: Fix warnings.
1628 2004-09-01  Martin Baulig  <martin@ximian.com>
1630         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
1631         instead of mono_debugger_lock() because the latter one is a no-op
1632         unless running in the debugger.
1634 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1636         * class.c (class_compute_field_layout): Classes with auto-layout or
1637         reference fields are not blittable.
1638         
1639 2004-09-01  Dick Porter  <dick@ximian.com>
1641         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
1642         mono_image_get_filename() to get the assembly location.
1644         * icall.c:
1645         * metadata.h: Fix compile warnings
1647 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
1649         * class.c (class_compute_field_layout): System.Object is blittable.
1651         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
1652         as in/out. Fixes #59909.
1654 2004-09-01  Martin Baulig  <martin@ximian.com>
1656         * metadata.h (MONO_TYPE_ISREFERENCE): Call
1657         mono_metadata_generic_inst_is_valuetype() if we're a generic
1658         instance to check whether our underlying type is a reference type.
1660 2004-09-01  Martin Baulig  <martin@ximian.com>
1662         * metadata.c (mono_type_size): If we're a generic instance, call
1663         mono_class_value_size() for value types.
1665 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
1667         * marshal.c: Implement more custom marshalling functionality. Fixes
1668         #64915.
1670 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
1672         * mono-debug.c, debug-mono-symfile.c: add some locking love.
1674 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
1676         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
1678         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
1680         * icall.c: Fix some warnings.
1682         * threads.c (abort_appdomain_thread): Fix unref errors.
1683         (mono_thread_current): Fix THREAD_DEBUG define.
1685 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
1687         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
1689         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
1691 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
1693         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
1694         string arrays.
1696 2004-08-28  Martin Baulig  <martin@ximian.com>
1698         * metadata.c
1699         (mono_metadata_generic_inst_is_valuetype): New public function.
1701         * metadata.h (MONO_TYPE_ISSTRUCT): Call
1702         mono_metadata_generic_inst_is_valuetype() if we're a generic
1703         instance to check whether our underlying type is a valuetype.
1705 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
1707         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
1708         #63768.
1710 2004-08-25  Martin Baulig  <martin@ximian.com>
1712         * loader.c (mono_get_method_from_token): Abstract methods can also
1713         be generic and thus have type parameters.
1715         * metadata-internals.h
1716         (MonoDynamicImage): Added `GPtrArray *gen_params'.
1718         * reflection.c (mono_image_get_generic_param_info): Don't create a
1719         metadata row, just add an entry to the `gen_params' array.
1720         (build_compressed_metadata): Sort the `gen_params' array and then
1721         actually create the metadata.
1723 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1725         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
1727 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
1729         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
1731 2004-08-24  Martin Baulig  <martin@ximian.com>
1733         * class.cs (mono_class_is_subclass_of): Like an interface, a
1734         generic instance also derives from System.Object.
1736 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
1738         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
1739         custom modifiers to be in any order. Fixes #61990.
1741 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
1743         * object.c: Register mono_object_new_fast icall.
1744         
1745         * object.c (mono_class_get_allocation_ftn): Return to calling
1746         mono_object_new_fast, since it seems faster to compute the object 
1747         size in unmanaged code than passing it as a parameter.
1749         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
1751         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
1752         this function with Boehm as the oom handler, so we don't have to check
1753         the result of GC_malloc.
1755         * object.c: Remove checks for oom.
1757         * object.h object.c (mono_class_get_allocation_ftn): New function to
1758         return the icall which can be used to allocate an instance of a given
1759         class. 
1761         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
1763         * class-internals.h: Add 'enabled' field.
1765 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
1767         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
1769 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
1770         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
1771         value 0x0010.
1773 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
1775         * appdomain.c: use the Tls function for appdomain too,
1776         at Zoltan's request. Actually return in mono_context_get
1778         * appdomain.c, profiler.c, threads.c: use __thread
1780 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
1782         * appdomain.c threads.c: Call GC_CreateThread on windows.
1784         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
1785         multiple libraries since this don't work on windows.
1787 2004-08-18  Martin Baulig  <martin@ximian.com>
1789         * class-internals.h
1790         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
1791         MonoMethodHeader.
1793         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
1794         MonoMethodNormal since we also need it for abstract and interface
1795         methods.
1797         * reflection.c
1798         (build_compressed_metadata): Sort the GenericParam table.
1799         (mono_image_create_token): Added `gboolean create_methodspec'
1800         argument; this is false when generating a MethodImpl token.
1801         (reflection_methodbuilder_to_mono_method): Abstract and interface
1802         methods may also have generic parameters.
1804 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
1806         * appdomain.c: thread local alloc
1808 2004-08-17  Martin Baulig  <martin@ximian.com>
1810         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
1812         * icall.c
1813         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
1814         argument.
1816         * class.c (mono_type_get_full_name): New public function.
1817         (mono_type_get_name): Don't include the type arguments.
1819 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
1821         * Makefile.am: Build static versions of libmetadata and libmonoruntime
1822         for inclusion into the mono executable.
1824 2004-08-16  Martin Baulig  <martin@ximian.com>
1826         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
1827         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
1829 2004-08-14  Martin Baulig  <martin@ximian.com>
1831         * class.c (dup_type): Also copy the `byref' field.
1833 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
1835         * reflection.c (create_dynamic_mono_image): Revert the last change 
1836         since it breaks bootstrap.
1838 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
1840         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
1842         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
1843         not free them with g_free.
1845 2004-08-11  Martin Baulig  <martin@ximian.com>
1847         * reflection.c (mono_reflection_setup_internal_class): Also call
1848         mono_class_setup_mono_type() if we already have a `tb->type.type'.
1850 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
1852         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
1853         called during default (first) AppDomain creation. Keep track of
1854         Evidence when loading assemblies.
1856 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
1858         * opcodes.c, opcodes.h: reduce runtime relocations.
1860 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
1862         * culture-info.h, locales.c: fixes and chages to sue the new
1863         optimized format of the locale data.
1864         * culture-info-tables.h: regenerated.
1866 2004-08-06  Geoff Norton <gnorton@customerdna.com>
1867         
1868         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
1870 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
1872         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
1873         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
1874         * domain-internals.h: icall declaration.
1875         * icall.c: icall registration.
1876         * object-internals.h: New fields in MonoAssembly for CAS.
1878 2004-08-05  Duncan Mak  <duncan@ximian.com>
1880         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
1881         CEE_LDELEM_ANY.
1883 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
1885         * reflection.c: fix to deal with object[] arrays in custom ctors
1886         (bug #62550).
1888 2004-08-05  Martin Baulig  <martin@ximian.com>
1890         * class.c (mono_class_array_element_size): Added support for
1891         generic instances and correctly handle "recursive" types.
1893 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
1895         * assembly.c: Fix warnings.
1897 2004-08-04  Martin Baulig  <martin@ximian.com>
1899         * class.c
1900         (mono_type_get_name_recurse): Added `gboolean include_arity'
1901         argument specifying whether or not we should include the generic
1902         arity in the type name.
1903         (_mono_type_get_name): New static function.
1904         (mono_class_setup_vtable): If we're a generic instance, don't
1905         include the generic arity in the names of explicit method
1906         implementations.        
1908 2004-08-03  Martin Baulig  <martin@ximian.com>
1910         * class.c (mono_type_get_name_recurse): Enclose the generic type
1911         arguments in `<', '>'.
1913 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
1915         * gc.c: make GC warning messages use the trace API, they are just
1916         noise to most of the users.
1918 2004-08-03  Martin Baulig  <martin@ximian.com>
1920         * debug-mono-symfile.c (read_string): Correctly read the string.
1922 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
1924         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
1925         
1926         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
1927         icalls.
1928         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
1930 2004-07-30  Martin Baulig  <martin@ximian.com>
1932         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
1933         Reflect latest symbol writer changes.   
1935 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
1937         * object.c: always create an object if null is passed
1938         to Invoke() where a valuetype is expected.
1940 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
1942         * marshal.c (mono_marshal_init): make managed
1943         signatures match native ones better for 64bits.
1945 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1947         * appdomain.c: hack to build correctly the private bin path on windows.
1948         Fixes bug #61991.
1950 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
1952         * assembly.c: Load mscorlib from the correct framework directory
1953           (mono/<version>/mscorlib.dll).
1954         * appdomain.h: Added prototypes for new functions.
1955         * internals.h: Added some prototypes.
1956         * domain.c: When initializing the runtime, get from the executable and
1957           the configuration files the runtime version that the app supports.
1958           Added support methods for reading app.exe.config. Added list of versions
1959           supported by the JIT. Added two new methods: mono_init_from_assembly,
1960           which initializes the runtime and determines the required version from
1961           the provided exe file, and mono_init_version, which initializes
1962           the runtime using the provided version.
1963         * icall.c: Get machine.config from version-specific directory.
1964         * reflection.c: When generating an image, embed the version number
1965           of the current runtime.
1967 2004-07-28  Dick Porter  <dick@ximian.com>
1969         * socket-io.c
1970         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
1971         returned sockaddr size before creating the remote address object.
1972         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
1973         61608.
1975 2004-07-28  Dick Porter  <dick@ximian.com>
1977         * locales.c (string_invariant_compare_char): Fix invariant char
1978         compares between upper and lower cases.  Fixes bug 61458.
1980 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
1981         
1982         * marshal.c: actually cache stelem.ref wrappers.
1983         
1984 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
1986         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
1987         sections and remove the mono_cli_rva_map () function.
1989 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
1991         * debug-mono-symfile.c: fix one more endianess issue, from a patch
1992         by Geoff Norton (<gnorton@customerdna.com>).
1994 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
1996         * class.c: fix class loads for pointer types (typeof(int) !=
1997         typeof(int*)).
1999 2004-07-27  Martin Baulig  <martin@ximian.com>
2001         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
2002         reading the debugging information from an external ".mdb" file.
2004 2004-07-24  Martin Baulig  <martin@ximian.com>
2006         * reflection.c (mono_image_get_type_info): Only write a class
2007         layout entry if we actually have a size or a packing size.
2009 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2011         * reflection.c (type_get_fully_qualified_name): 
2012         insert cast to get type checking of ?: with non-gcc compilers
2014 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2016         * rand.c: use g_getenv for both lookups of
2017         MONO_EGD_SOCKET
2019 2004-07-17  Martin Baulig  <martin@ximian.com>
2021         * reflection.c (mono_reflection_bind_generic_method_parameters):
2022         Set `gmethod->reflection_info'.
2024 2004-07-17  Martin Baulig  <martin@ximian.com>
2026         * class.c (mono_class_create_from_typedef): Insert the newly
2027         created class into the hash table before computing the interfaces
2028         since we could be called recursively.
2030 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
2032         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
2033         function to implement stelem.ref in managed code
2034         * class-internals.h, debug-helpers.c: a new wrapper type
2035         for the above.
2037 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2039         * gc.c: allow GC handles to work even when no GC is compiled in.
2040         Fix part of bug #61134 (GetAddrOfPinnedObject).
2042 2004-07-13  Peter Williams  <peter@newton.cx>
2044         * process.c (complete_path): Make sure we don't attempt to execute
2045         directories.
2047 2004-07-12  Geoff Norton <gnorton@customerdna.com>
2049         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
2050           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
2051           and will add/subtract the hour if needed
2053 2004-07-12  Martin Baulig  <martin@ximian.com>
2055         * reflection.c (mono_field_get_object): If we have
2056         `field->generic_info', take the attributes from
2057         `field->generic_info->generic_type'.    
2059 2004-07-12  Martin Baulig  <martin@ximian.com>
2061         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
2062         This function must be called before initializing the runtime.
2063         (mono_debug_init_1): New function; call this after initializing
2064         the runtime, but before loading the assembly.  It tells the
2065         debugger to load corlib and the builtin types.
2067         * mono-debug-debugger.c: Did some larger changes in the debugging
2068         code; support recursive class declarations, make sure we actually
2069         add all classes.
2071 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2073         * debug-helpers.c: undo my previous patch and fixed the real issue in
2074         ../mini/exceptions-x86.c
2076 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2078         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
2079         when no HOME env. variable was set and a NullRef was thrown in a .cctor
2080         called from other .cctors.
2082 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
2084         * loader.c: Removed the mono_loader_wine_init hack now that we are
2085         doing a managed version of Windows.Forms.
2087 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
2089         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
2090         threadpool.c, threads.c: remove static data from rootset.
2092 2004-07-09  Dick Porter  <dick@ximian.com>
2094         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
2095         Don't do any more processing if the matched length was 0.  It was
2096         increasing the size of the string before.  Fixes bug 61167.
2098 2004-07-09  Dick Porter  <dick@ximian.com>
2100         * socket-io.h:
2101         * socket-io.c
2102         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2103         Add support for SO_PEERCRED if its available.
2105 2004-07-09  Peter Bartok <pbartok@novell.com>
2106         * loader.c: winelib.exe.so error message is now only displayed if
2107         MONO_DEBUG is set. To help us avoid questions when people are trying
2108         out the new Managed.Windows.Forms.
2110 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2112         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
2113         for isinst and castclass wrappers.
2115         * class-internals.h icall.c: Move registration and lookup of JIT icalls
2116         to libmetadata from the JIT, so they could be used by the marshalling
2117         code and the interpreter.
2119         * marshal.c: Register marshalling related JIT icalls here instead of
2120         in mini.c. Use CEE_MONO_ICALL instead of the family of 
2121         CEE_MONO_PROC<x> opcodes to call marshalling functions.
2123         * metadata.h: Remove unneeded marshalling conversions.
2125         * opcodes.c: Update for new opcodes.
2126         
2127 2004-07-08  Martin Baulig  <martin@ximian.com>
2129         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
2130         (mono_debug_get_domain_data): Make this function static.
2132 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2134         * gc.c, object.h: add nice GC handle API for embedders.
2136 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
2138         * reflection.c: more changes for the new api
2140         * object.c: When we reflect on a field w/ a constant value, it
2141         will not have a memory location, so we must access metadata. Also,
2142         allow easier reading of strings so that we can read them from
2143         the constant data.
2145         * class.c (mono_class_layout_fields): no need for literal fields here.
2147         * class-internals.h: api changes for const fields
2149         * icall.c (ves_icall_get_enum_info): use new apis for const fields
2151 2004-07-06  Martin Baulig  <martin@ximian.com>
2153         * mono-debug.h: Increment version number to 44.
2155         * mono-debug.c (mono_debug_add_wrapper): The second argument is
2156         now a gpointer, rewrote this whole method.
2158         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
2159         function.  Add information about the wrapper in a new "misc table".
2161         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
2162         for the new misc table.
2164 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
2166         * metadata-internals.h image.c: Add a cache for helper signatures.
2168         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
2170 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
2172         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
2173         delegates from a delegate. Fixes #61033.
2174         
2175         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
2176         marshalling of stringbuilder arrays. Fixes #59900.
2178 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
2180         * icall.c: Add EnumBuilder:setup_enum_type icall.
2182 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
2184         * icall.c: Added a new icall for the property version of
2185         OffsetOfStringData.
2187 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
2189         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
2190         it has a constant size across platforms.
2192         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
2193         stack trace.
2195 2004-06-29  Martin Baulig  <martin@ximian.com>
2197         * mono-debug.c (mono_debug_add_method): Protect the whole function
2198         in mono_debugger_lock(), not just parts of it.
2200 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2202         * reflection.c: make sure padding bytes in heaps are zeroed.
2204 2004-06-24  David Waite  <mass@akuma.org>
2206         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
2207         image.c, loader.c, locales.c, marshal.c, metadata.c,
2208         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
2209         string-icalls.c, threads.c: change to C90-style comments from C99 /
2210         C++ -style
2212 2004-06-24  Dick Porter  <dick@ximian.com>
2214         * threads.c
2215         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
2216         return createdNew.  Fixes bug 60412.
2218         * threads-types.h: 
2219         * icall.c: Add createdNew parameter to CreateMutex icall
2221 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2223         * reflection.c, object-internals.h: save default value in params.
2225 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2227         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
2228         no need to build a new path combining that with the application base.
2229         Fixes bug #60442.
2231 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
2233         * reflection.c: fixed minor standard compliance issues.
2235 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2237         * reflection.c: fixed issue with encoding some custom attributes
2238         (arrays in properties and fields, bug #60411).
2240 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2242         * reflection.c: fix start address when copying the public key token.
2244 2004-06-23  Martin Baulig  <martin@ximian.com>
2246         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
2247         the `exc' object in a static object to put it into the GC's root set.
2249 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
2251         * reflection.c: make mono_reflection_setup_internal_class ()
2252         callable a second time to setup a new parent class.
2254 2004-06-23  Dick Porter  <dick@ximian.com>
2256         * threads.c: Check for WAIT_IO_COMPLETION return values.
2258 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
2260         * appdomain.c: Removed the g_free on the public key token. Now copy 
2261         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
2262         * assembly.c: Added public key token string value when loading 
2263         assemblies. Fix bug #60439.
2264         * icall.c: Added missing informations (like public key) in 
2265         GetReferencedAssemblies. Fix #60519.
2266         * image.h: Changed definition for public key token from const char*
2267         public_tok_value to guchar public_key_token [17];
2268         * reflection.c: Updated for changes to public key token.
2270 2004-06-22  Lluis Sanchez Gual
2272         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
2273         for the field in base classes.
2275 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2277         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
2278         mark headers as not supported, they are installed only for use by the
2279         debugger.
2281 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
2283         * *.c, *.h: avoid namespace pollution in public headers.
2285 2004-06-21  Martin Baulig  <martin@ximian.com>
2287         * exception.c (mono_get_exception_security): It's in
2288         "System.Security", not in "System".
2290         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
2291         the exception classes.
2293 2004-06-21  Martin Baulig  <martin@ximian.com>
2295         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
2296         Protect the exception object from being finalized.
2298 2004-06-21  Martin Baulig  <martin@ximian.com>
2300         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
2301         public function.
2303 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
2305         * reflection.c: Load the assembly in mono_reflection_type_from_name,
2306         if it was not loaded before. Fix parts of #60439.
2308 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
2310         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
2311         code that was broken since Ben's change: wrappers are now
2312         dependent on the method signature only again.
2314 2004-06-21  Martin Baulig  <martin@ximian.com>
2316         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
2317         added interface support.
2319 2004-06-21  Martin Baulig  <martin@ximian.com>
2321         * class.c (mono_vtable_get_static_field_data): New public method.
2323 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
2325         * filewatcher.c : Windows build fix to be compliant with API changes.
2327 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2329         * class.h, class.c: more accessors.
2330         * metadata.h, metadata.c: prepare for hiding MonoType and
2331         MonoMethodSignature: people should use the accessors from now on
2332         outside of the tree.
2334 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
2336         * *.c, *.h: more API cleanups.
2338 2004-06-18  Jackson Harper  <jackson@ximian.com>
2340         * assembly.c: Trace loading assemblies.
2341         * loader.c: Trace loading native libraries.
2342         * mono-config.c: Trace loading config files.
2343         
2344 2004-06-18  Dick Porter  <dick@ximian.com>
2346         * locales.c: Tell ICU the lengths of strings, it can cope with
2347         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
2349 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
2351         * image.c: swapped name/filename;
2353 2004-06-18  Martin Baulig  <martin@ximian.com>
2355         * mono-debug-debugger.c (write_class): Write the parent class at
2356         the end of the header.
2358 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2360         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
2362 2004-06-17  Raja R Harinath  <rharinath@novell.com>
2364         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
2365         (bundle_obj): New conditional define.
2366         (BUILT_SOURCES): Remove.
2367         ($(bundle_srcs)): Make parallel-make safe.
2368         (libmonoruntime_la_LIBADD): Make unconditional.
2369         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
2370         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
2372 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
2374         * culture-info-tables.h: It was inconsistent with the latest
2375           supp info files.
2377 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
2379         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
2380         be loaded.
2382         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
2383         with gcc 2.95.
2385 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2387         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
2388         cleaned up public header threads.h.
2390 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
2392         * Makefile.am, *.c, *.h: more API cleanups.
2394 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
2396         * Makefile.am: removed monosn from compilation.
2397         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
2398         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
2399         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
2400         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
2401         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
2402         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
2404 2004-06-15  Jackson Harper  <jackson@ximian.com>
2406         * assembly.c: Make locales lower case when searching the GAC for
2407         assemblies. gacutil will always make locales lowercase when
2408         installing so this effectively makes them case insensitive.
2409         
2410 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
2412         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
2413         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
2414           parameter which allows to choose whether the wait can be interrupted or 
2415           not. Also added the method mono_monitor_enter(), which locks the monitor
2416           using an infinite wait and without allowing interruption.
2417           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
2418           interrupted.
2419         * object.h: Added new fields in MonoThread. suspend_event holds the event
2420           used to susped/resume the thread. synch_lock is the lock object to use for
2421           modifying the thread state.
2422         * threads.c: Use the new synch_lock object for locking, instead of "this",
2423           which can generate deadlocks.
2424           Moved thread state change in Thread.Sleep and Thread.Join from managed
2425           to unmanaged code. This avoids a deadlock when the thread was suspended
2426           just after acquiring the thread lock.
2427           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
2428           Implemented Thread.Suspend using an event instead of ThreadSuspend,
2429           which is not fully implemented in the io-layer.
2430         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
2432 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
2434         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
2435         threads-types.h: more API cleanups.
2437 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2439         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
2440         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
2441         threadpool.c, threads.c: first pass at the exported API cleanup.
2443 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
2445         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
2447 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2449         * icall.c: added internalGetHome.
2451 2004-06-14  Dick Porter  <dick@ximian.com>
2453         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
2454         possible to return successfully when '.' or '..' were the only
2455         entries in a directory, but were skipped.  The MonoIOStat was not
2456         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
2457         Fixes bug 59574.
2459 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2461         * reflection.c: make binaries run on .Net 1.1 by default.
2463 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
2465         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
2467 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
2469         * marshal.c: keep track of struct size with explicit layout
2470         (bug #59979).
2472 2004-06-12  Martin Baulig  <martin@ximian.com>
2474         * mono-debug-debugger.c: Comment out a debugging g_message().
2476 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
2478         * reflection.c, reflection.h: do not free custom attrs that are cached.
2479         * icall.c: use braces to make code clearer.
2481 2004-06-11  Martin Baulig  <martin@ximian.com>
2483         * class.h (MonoInflatedField): New type.
2484         (MonoClassField): Replaced `MonoType *generic_type' with
2485         `MonoInflatedField *generic_info'.
2487         * icall.c
2488         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
2490 2004-06-11  Martin Baulig  <martin@ximian.com>
2492         * reflection.c (mono_image_create_method_token): Correctly encode
2493         varargs methods.
2495 2004-06-11  Martin Baulig  <martin@ximian.com>
2497         * metadata.c (mono_metadata_parse_method_signature): When parsing
2498         a MethodDef which has VarArgs, also set sentinelpos if we don't
2499         have any parameters.
2501 2004-06-11  Martin Baulig  <martin@ximian.com>
2503         * verify.c (mono_method_verify): In CEE_CALL, use
2504         mono_method_get_signature() to get the method's signature, unless
2505         we're a PInvoke method.
2507 2004-06-10  Jackson Harper  <jackson@ximian.com>
2509         * assembly.c: Use <path>/lib/mono/gac for the extra paths
2510         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
2511         logical name as the supplied path is just a prefix to the gac not
2512         the direct path to it.
2513         
2514 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
2516         * reflection.c: make the token for a created method match
2517         the token of the MethodBuilder it was created from
2518         (IKVM requires this behaviour now).
2520 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
2522         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
2523         reflection.c, socket-io.c: leak fixes.
2525 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
2527         * icall.c: handle sentinel pos in vararg methods in position different
2528         from 0.
2530 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2532         * culture-info-tables.h: freshly generated.
2534 2004-06-09  Martin Baulig  <martin@ximian.com>
2536         * loader.c (mono_get_method_constrained): Call `mono_class_init
2537         (constrained_class)'.   
2539 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
2541         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
2542         any methods. Fixes #59629.
2544 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2546         * culture-info-tables.h: reflecting locale-builder updates.
2548 2004-06-08  Dick Porter  <dick@ximian.com>
2550         * object.h:
2551         * locales.c: Fixed compile warnings, including a real bug in
2552         CompareInfo_internal_compare.
2553         
2554 2004-06-08  Dick Porter  <dick@ximian.com>
2556         * locales.c
2557         (ves_icall_System_Globalization_CompareInfo_internal_index):
2558         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2559         Double-check the resuls of usearches, because ICU currently
2560         ignores most of the collator settings here.  Fixes bug 59720.
2561         
2562 2004-06-08  Dick Porter  <dick@ximian.com>
2564         * locales.c
2565         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
2566         Fix memory leak and segfault-causing typo.  No idea how this one
2567         lasted so long without being noticed.
2569 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
2571         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
2572         any methods. Fixes #59629.
2574 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2576         * assembly.c:
2577         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
2578         own the critical section before). Removed dead code (that's done
2579         in the preload hook).
2581         (mono_assembly_load_with_partial_name): call the preload hook.
2583 2004-06-08  Martin Baulig  <martin@ximian.com>
2585         * metadata.c (mono_metadata_signature_alloc): Default
2586         `sentinelpos' to -1.
2588         * reflection.c (mono_image_get_array_token): Likewise.
2590 2004-06-08  Martin Baulig  <martin@ximian.com>
2592         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
2594         * metadata.c (mono_metadata_parse_method_signature): When parsing
2595         a MethodDef which has VarArgs, set sentinelpos.
2597         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
2598         `gint16' since we're using -1 for non-varargs methods.
2600         * reflection.c
2601         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
2602         (method_encode_signature): Added varargs support.
2603         (method_builder_encode_signature): Likewise.
2604         (mono_image_get_varargs_method_token): New static method.
2605         (mono_image_create_method_token): New public method; this is
2606         called via an icall instead of mono_image_create_token() when
2607         calling a varargs method.       
2609 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
2611         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
2613 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2615         * culture-info-tables.h : Reflecting the latest locale-builder that
2616           fixed empty array representation ({} to {0}).
2618 2004-06-07  Jackson Harper  <jackson@ximian.com>
2620         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
2621         looking up extra gac paths. This allows MONO_GAC_PATH to act
2622         exactly like a prefix.
2623         
2624 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2626         * reflection.c (mono_reflection_type_from_name): Make a copy of the
2627         type name before modifying it. Fixes #59405.
2629 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
2631         * culture-info.h: added fields for "all datetime patterns".
2632         * locales.c: (  ves_icall_System_Globalization_CultureInfo
2633           _construct_datetime_format ()): fill xxx_patterns fields.
2634         * object.h: added fields for "all datetime patterns" to
2635           MonoDateTimeFormatInfo.
2636         * culture-info-tables.h: reflecting locale-builder updates.
2638 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
2640         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
2641         the event has no add and remove methods. Fixes #59629.
2643 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
2645         * object.c: Fixed possible integer overflow when allocating large
2646         strings.
2648 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2650         * culture-info-tables.h: reflecting locale-builder updates.
2652 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
2654         * culture-info-tables.h: reflecting locale-builder updates.
2656 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
2658         * culture-info-tables.h: reflecting locale-builder updates.
2660 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
2662         * threads.c: Made Thread.Sleep abortable.
2664 2004-06-02  Martin Baulig  <martin@ximian.com>
2666         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
2668         * debug-mono-symfile.h: Bumped symbol file version number to 37.
2670 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
2672         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
2674 2004-05-30  Jackson Harper  <jackson@ximian.com>
2676         * reflection.c: Do not hardcode assembly versions or public key
2677         tokens anymore. All of this except the corlib section was dead
2678         code anyways.
2679         
2680 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
2682         * object.c (mono_runtime_invoke_array): Automatically create boxed
2683         objects for byref valuetypes if needed. Fixes #59300.
2684         
2685         * object.c (mono_method_return_message_restore): Handle 
2686         MONO_TYPE_OBJECT as well.
2688 2004-05-28  Jackson Harper  <jackson@ximian.com>
2690         * reflection.c: The modified type encoding was causing build
2691         problems. Reverted for now.
2692         
2693 2004-05-28  Jackson Harper  <jackson@ximian.com>
2695         * reflection.c/h: Take an assembly ref so that we dont create
2696         fully qualified names when encoding types in the same assembly as
2697         the custom attribute being emitted.
2698         * appdomain.c: Increment version number.
2699         
2700 2004-05-26  Duncan Mak  <duncan@ximian.com>
2702         * icall.c
2703         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
2704         Set the full version number (major, minor, build, revision).
2706 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
2708         * marshal.c (emit_struct_conv): increment src/dst after blit
2709         (mono_marshal_get_managed_wrapper,
2710         mono_marshal_get_native_wrapper): make sure we have marshalling
2711         info before marshalling params (info computation affects
2712         blittable)
2714         * class.c (class_compute_field_layout): correctly deal with
2715         blittable
2716         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
2717         value types (as per what windows dows by default)
2718         (mono_class_setup_mono_type): System.ValueType is blittable
2719         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
2720         blittable
2722         * marshal.c (mono_marshal_load_type_info): flag types  as
2723         non-blittable if the native layout doesn't match the managed
2724         layout
2726 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2728         * appdomain.c: don't add stuff in the private search path that is
2729         above the application base. If application base is not set, there's
2730         no private search path.
2732 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
2734         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
2735         byref struct arguments in native->managed marshalling.
2737 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
2739         * marshal.c (mono_marshal_get_runtime_invoke): correctly
2740         cache methods using signature (special case for methods
2741         that are value type or string class)
2742         
2743         * image.c (mono_image_close): clean up allocated GSList's
2744         in runtime_invoke_cache.
2746 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2748         * mono-config.c: set the correct path for mono_cfg_dir on windows when
2749         there's no MONO_CFG_DIR environment variable defined.
2751 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2753         * threads.c: windows version must be >= 0x0500 to include OpenThread.
2755 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
2757         * threadpool.c: Really wait for 500ms after the async call, even if the wait
2758           is interrumped.
2759         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
2760           before waiting for it, and call CloseHandle after the wait to unref it.
2761           This will make sure that handles are not disposed too early.
2763 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2765         * appdomain.c:
2766         * appdomain.h:
2767         * icall.c: removed
2768         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
2769         needed now.
2771         * object.c: se the application_base only for the domain that runs
2772         Main. Fixes bug #59216,
2774 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2776         * appdomain.c:
2777         * object.c: only the domain in which Main is run have
2778         SetupInformation.ConfigurationFile set, so moved a few lines from
2779         appdomain.c to object.c.
2781 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2783         * appdomain.c: we tried to load [name].(dll|exe), but according
2784         to bug #57710, we must also try [culture]/[name].(dll|exe) and
2785         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
2786         There's a test case attached to bug #58922.
2788 2004-05-27  Dick Porter  <dick@ximian.com>
2790         * icall.c:
2791         * file-io.c: Implemented icalls for locking and unlocking regions
2792         in a file.
2793         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
2794         FALSE on error (fixes both compiler warning and real bug.)
2796 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
2798         * culture-info-tables.h: reflecting locale-builder updates.
2800           (Added missing ChangeLog entry for 05/26)
2802 2004-05-27  Jackson Harper  <jackson@ximian.com>
2804         * locales.c: Fix some cut and paste errors.
2805         
2806 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2808         * mono-config.c: set the correct path for config. directory on windows.
2810 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
2812         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
2813           on win32.
2815 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
2817         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
2818         from pinvoke functions.
2819         
2820         * marshal.c (mono_ftnptr_to_delegate): Implement this.
2822 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
2824         * culture-info-tables.h: reflecting locale-builder updates.
2826 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
2828         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
2829         #59086.
2831 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
2833         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
2834         * icall.c: Modified icalls for RNG.
2835         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
2836         Windows (CryptoAPI).
2838 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
2840         * locales.c: Fix build.
2842 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
2844         * culture-info-tables.h: reflecting locale-builder updates.
2846 2004-05-25  Jackson Harper  <jackson@ximian.com>
2848         * locales.c: When creating the current culture use the $LANGs
2849         specific culture. So DateTimeFormat and NumberFormat entries are created.
2850         
2851 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
2853         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
2854         a char array as parameter.
2856 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
2858         * image.c: In mono_image_open(), always use an absolute path name to
2859           look for already loaded images.
2861 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
2863         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
2864         missing in the windows build (like older cygwin include files).
2866 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
2868         * icall.c: Fixed check for possible integer overflow in Buffer_
2869         BlockCopy icall. Replaced comments style // by /* */.
2871 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
2873         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
2874         
2875         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
2876         check after MONO_VTADDR. Fixes pinvoke2.exe.
2878         * marshal.h marshal.c metadata.h: Add beginnings of support for
2879         ftnptr -> delegate marshalling.
2881 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
2883         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
2884         * threads.c: Fix warnings.
2886 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
2888         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
2889         * icall.c: Registered icalls for Suspend and Resume.
2890         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
2891           Thread.Abort.
2892         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
2893         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
2894         * process.c: Use WaitForSingleObjectEx.
2895         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
2896           checkpoints.
2897         * threads.c, threads.h: Make use of new Ex wait methods. Improved
2898           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
2899           for Suspend and Resume. Added new mono_thread_stop, used for stoping
2900           background threads. Added basic support for Abort in Windows.
2901           Start new threads using a managed delegate invoke wrapper. This wrapper
2902           has an interruption checkpoint that is needed since an interruption
2903           can be requested before the thread leaves the unmanaged code that starts 
2904           the thread.
2905         * marshal.c: Added interruption checkpoint after every native call, and
2906           also before managed calls for wrappers called from unmanaged code to
2907           go into managed code.
2908         * object.h: Added new field in MonoThread to keep track of interruption
2909           requests.
2911 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
2913         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
2914         calls.
2916 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2918         * appdomain.c:
2919         * assembly.c:
2920         * gc.c:
2921         * locales.c:
2922         * mono-config.c:
2923         * rand.c: getenv -> g_getenv (windows!)
2925         * process.c: complete_path is also used on non-windows platforms.
2927 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2929         * icall.c: new signature for Process_Start.
2931         * process.[ch]: new signature for Process_Start. If we're on windows
2932         and UseShellExecute is false, we have to search for the program by
2933         ourselves if we don't get a full path.
2935 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
2937         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
2938         marshalling and call CleanUpNativeData if needed. Fixes #58646.
2940 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2942         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
2943         Fixes bug #58373.
2945 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2947         * process.c: use double quotes to quote program name and arguments on
2948         windows. Fixes bug #58575.
2950 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2952         * file-io.c: don't return "." and ".." when using windows Find*File.
2954 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
2956         * marshal.c: Don't pass wrappers to message init because method 
2957         addressed used to lookup metadata. part of remoting[2|3] fix.
2959 2004-05-15  Jackson Harper  <jackson@ximian.com>
2961         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
2962         path is essentially the same as MONO_PATH except that it points to
2963         GACs instead of lib directories.
2964         * loader.h: The user gac is gone so we dont need function to
2965         enable/disable it.
2966         * mono-config.c: user gac option is now gone.
2967         
2968 2004-05-15  Jackson Harper  <jackson@ximian.com>
2970         * culture-info.h: Make defines more consistent, add calendar data
2971         to the culture info table.
2972         * culture-info-tables.h: Add basic calendar data. Basically
2973         everyone gets default gregorian until all the data is
2974         updated.
2975         * locales.c: Use the new consistent defines. Set calendar data for
2976         culture info objects.
2977         * object.h: add a field for calendar data to CultureInfo
2978         
2979 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
2981         * image.c: image->runtime_invoke_cache is keyed on signatures now.
2982         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
2983         a signature.
2984         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
2985         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
2986         an extra param that is the pointer of the method to invoke. The IL for
2987         the invoke method is no longer specific to the method, but to the
2988         signature of the method. Thus, we can share the same code for multiple
2989         methods. This reduces the number of methods that have to be compiled.
2991 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
2993         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
2995         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
2997         * icall.c: Optimize Buffer.BlockCopy.
2999 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3001         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
3002         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
3003         quote). Changed them to "MMMM yyyy".
3005 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
3007         * rand.c
3008         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
3010 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
3012         * reflection.h: Updated after changes to managed structures.
3014         * appdomain.c: Bump corlib version.
3016 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3018         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
3019         windows.
3021 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3023         * Makefile.am: link to ../os/libmonoos.la on windows.
3025         * assembly.c:
3026                 -If MONO_DEBUG, warn about non-existing directories in
3027                 MONO_PATH.
3028                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
3029                 compile time variable.
3030                 -Removed init_default_path and call mono_set_rootdir from
3031                 libmonoos.a instead (windows only).
3033         * assembly.h: declare mono_assembly_getrootdir().
3035         * domain.c:
3036         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
3038         * loader.c: s/getenv/g_getenv/
3040 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
3042         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
3044         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
3046         * metadata.h: Add new marshalling conversions.
3048         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
3049         function.
3051         * reflection.c (mono_reflection_get_type): Lookup the type in all
3052         modules of a multi-module assembly. Fixes #58291.
3054 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
3056         * threads.c: Before aborting a background, set the StopRequested
3057         state.  This avoids throwing the Abort exception.
3058         In mono_thread_manage, don't continue with the shutdown until all
3059         aborted threads have actually stopped.
3061 2004-05-10  Jackson Harper  <jackson@ximian.com>
3063         * locales.c: Remove the modifier from culture names.
3064         
3065 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3067         * Makefile.am: monosn is not installed any more. It has been deprecated
3068         in favor of sn.
3070 2004-05-07  Jackson Harper  <jackson@ximian.com>
3072         * locales.c
3073         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
3074         Fix array construction, add bailout if the length is 0.
3076 2004-05-07  Dick Porter  <dick@ximian.com>
3078         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
3079         machine doesn't have a DNS entry.  Patch by Urs Muff
3080         (umuff@quark.com), fixes bug 57928.
3082 2004-05-06  Jackson Harper  <jackson@ximian.com>
3084         * reflection.c: Handle null PublicTokens properly. alloc mem for
3085         assembly names culture so we dont crash when freeing it.
3086         
3087 2004-05-06  Jackson Harper  <jackson@ximian.com>
3089         * assembly.c: Check the usergac when loading with partial names.
3090         
3091 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3093         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
3094         does nothing for now (not required for Linux/Windows) but the class
3095         library can call it (and a newer or modified runtime could need it).
3096         * icall.c: Registred icall.
3098 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3100         * loader.c: prints a message on module loading error we set MONO_DEBUG
3101         environment variable.
3103 2004-05-05  Jackson Harper  <jackson@ximian.com>
3105         * appdomain.c: Handle PublicKeyToken=null properly.
3106         
3107 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3109         * environment.c|h: Added icall ves_icall_System_Environment_
3110         GetOSVersionString to get the current OS version as a string.
3111         * icall.c: Registred icall.
3113 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
3115         * object.c: in mono_object_get_virtual_method(), take into account that
3116         non-virtual methods don't have a slot in the vtable. Check needed when
3117         the object is a proxy.
3119 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
3121         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
3122         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
3124         * object.c (mono_class_compute_gc_descriptor): Fix warning.
3126         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
3127         passed when a valuetype is expected.
3129         * object.c (mono_unhandled_exception): Only set the exit code if the
3130         exception happens in the main thread. Fixes thread5.exe.
3132         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
3133         invalid names. Fixes #58047.
3135 2004-05-03  Jackson Harper  <jackson@ximian.com>
3137         * assembly.c: This line was committed accidently and is unneeded.
3138         
3139 2004-05-03  Jackson Harper  <jackson@ximian.com>
3141         * icall.c: Add new icall for Assembly::LoadWithPartialName
3142         * assembly.c/.h: new function that probes the GAC to load partial
3143         assembly names by Paolo Molaro.
3144         
3145 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3147         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
3148         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
3149         (type_get_fully_qualified_name): Added PublicKeyToken when building a
3150         full type name.
3152 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3154         * appdomain.c: fixed check for 'neutral' culture and removed warning.
3155         * reflection.c: fix bug when parsing a full type name and Version is not
3156         the last thing in the string.
3158 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
3160         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
3161         crashes when it is freed.
3163 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3165         * assembly.c: print the compat warning to stderr.
3167 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
3169         * assembly.c (mono_assembly_load_references): Add a compatibility
3170         hack to run old applications that might be still referencing the
3171         3300-based assemblies, only do this for System.xxx.
3173 2004-05-01  Jackson Harper  <jackson@ximian.com>
3175         * appdomain.c: If the culture is neutral we set it to "".
3176         
3177 2004-04-29  Jackson Harper  <jackson@ximian.com>
3179         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
3181 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3183         * string-icalls.c: added low overhead function for copying chars
3184         * icall.c: added needed icall for the above function
3186 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3188         * icall.c: fix return value of get_global_assembly_cache.  Implemented
3189         Environment.GetLogicalDrives.
3191 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
3193         * rand.c: try and talk to egd or prngd
3194         for random bytes if opening devices fail.
3196 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
3198         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
3199         alignment for the type using the native alignment of its members 
3200         instead of using klass->min_align.
3202         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
3204 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3206         * file-io.c:
3207         * socket-io.c: added check for sys/aio.h.
3209 2004-04-28  Dick Porter  <dick@ximian.com>
3211         * threads.c: Don't abort a thread thats already aborting, when
3212         terminating everything.
3214 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3216         * icall.c: added 2 new async calls for Socket.
3218         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
3219         IO on *nix systems.
3221         * threadpool.c: removed unused variable.
3223 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
3225         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
3227 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
3229         * locales.c: put back string_invariant_tolower () and
3230         string_invariant_toupper ().
3232 2004-04-26 David Waite <mass@akuma.org>
3234         * file-io.h:
3235         * socket-io.h:
3236         * threads.h:
3237         * unicode.h: remove comma from end of enumeration declarations
3239 2004-04-26 David Waite <mass@akuma.org>
3241         * debug-mono-symfile.h:
3242         * decimal.c:
3243         * mono_debug.h:
3244         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
3247 2004-04-26  Jackson Harper  <jackson@ximian.com>
3249         * appdomain.c: Increment version number.
3250         
3251 2004-04-26  Jackson Harper  <jackson@ximian.com>
3253         * appdomain.c: Set assembly references public token value when
3254         PublicKeyToken is specified, not the hash_value. Free public token
3255         values when free assembly name data. Previously the public key
3256         token was hex decoded, however we are using hex encoded public key
3257         tokens, so this is not neccasary.
3258         * assembly.c: Lookup assemblies in the gac if their public token
3259         value is set. Add function to allow enabling user gac
3260         lookups. Specify whether or not the assembly was loaded from the
3261         GAC. Compare full assembly names when checking the cache for
3262         assemblies (Temporarily disabled see comment in code). Remove
3263         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
3264         specifies trace-loader they get extra info to stdout on the
3265         loading of assemblies.
3266         * image.h: Add a field for an assembly references public token
3267         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
3268         whether an assembly has been loaded from the GAC.
3269         * image.c: Remove a corlib -> mscorlib name mapping.
3270         * loader.h: Add function to enable/disable the user gac.
3271         * mono-config.c: Check if the usergac is enabled in the config
3272         file.
3273         * icall.c: New icall to determine whether or not an assembly has
3274         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
3275         * tabldefs.h: Add constant for assemblyref flag that specifies a
3276         full public key is used instead of a public token.
3277         * reflection.c: Remove mscorlib -> corlib mappings. Set
3278         PublicTokenValue instead of hash value. This value is a hex
3279         string so it does not need to be expanded.
3281 2004-04-26  Martin Baulig  <martin@ximian.com>
3283         * mono-debug-debugger.c (mono_debugger_initialize): Set
3284         `mono_debugger_initialized' before calling mono_debug_lock().
3286 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
3288         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
3289           InternalToUpper/InternalToLower.
3290         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
3291           removed invariant culture shortcut.  This is now done in managed code.
3292         * locales.c: (string_invariant_toupper/tolower) removed.
3294 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3296         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
3297         Added Poll internal call.
3299         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
3300         call for Poll. Select was too heavy for polling a single socket.
3302         * threadpool.[ch]: added mono_threadpool_cleanup.
3303         * threads.c: use it. Don't use Thread_Abort on windows.
3305 2004-04-23  Martin Baulig  <martin@ximian.com>
3307         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
3309 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
3311         * icall.c: Registred new icalls for key pair protection and added an
3312         icall for Environment.GetFolderPath on Windows.
3313         * security.c|h: Added new icalls for key pair protection.
3315 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3317         * socket-io.c: don't display the non-supported family warning for known
3318         families. Now this is not displayed on windows when checking support
3319         for IPv4/IPv6.
3321 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3323         * class.c: don't display the layout warning for static fields.
3325 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
3327         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
3328         * locales.c, locales.h: Added new icalls for culture-specific
3329         Char.ToLower and Char.ToUpper.
3331 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3333         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
3334         by David Waite.
3336 2004-04-20  Martin Baulig  <martin@ximian.com>
3338         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
3339         of the type name before passing it to mono_reflection_type_from_name().
3341 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
3343         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
3344         encodings here. Fixes #56965.
3346 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
3348         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3349         fix test on strstr result not that I can see anything that
3350         relies on the result.
3352 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
3354         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
3355         Fixes #57081.
3357         * marshal.c (mono_marshal_get_string_encoding): New helper function.
3359         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
3360         function to determine which marshalling to use for strings. Fixes
3361         #56965.
3363         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
3365         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
3367 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
3369         * icall.c: #include mono-config.h
3371 2004-04-15  Jackson Harper  <jackson@ximian.com>
3373         * culture-info-tables.h: Fix date formats for en-US culture.
3374         
3375 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
3377         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
3378         ThreadPool.SetMinThreads.
3379         * threadpool.c: Implemented ThreadPool.GetMinThreads and
3380         ThreadPool.SetMinThreads.
3382 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3384         * mono-config.c: also load the .config file in the directory
3385         where the assembly was found.
3387 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
3389         * assembly.c: load per-assembly config files.
3390         * icall.c: decrapified code to get the config dir and moved to
3391         mono-config.c.
3392         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
3393         per-assembly config files. When doing a dll map lookup give precedence
3394         to the per-assembly data.
3396 2004-04-14  Martin Baulig  <martin@ximian.com>
3398         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
3399         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
3400         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
3402         * mono-debugger-debugger.c: While the debugger is locked, remember
3403         whether the symbol tables have changes and send one single
3404         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
3406 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
3408         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
3410         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
3411         function.
3413         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
3414         account when marshalling string arrays. Fixes #56965.
3416 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3418         * icall.c: Add new icalls mapping for security.
3419         * security.c|h: Add internal calls for WindowsIdentity,
3420         WindowsImpersonationContext and WindowsPrincipal.
3422 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
3424         * class.c: Added comment to ensure the System.MonoDummy class
3425         is removed when no longer necessary
3427 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
3429         * appdomain.c: Pass arguments to the bootstraping exceptions to
3430         minimize JITed methods at boot
3432         * metadata.c (mono_exception_from_name_two_strings): Allow for the
3433         second string to be null.
3435         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
3436         Change the protocol to minimize the JIT methods at startup.  Now
3437         it Returns the internal codepage, if the value of "int_code_page"
3438         is 1 at entry, and we can not compute a suitable code page
3439         number, returns the code page as a string.
3441 2004-04-13  Jackson Harper  <jackson@ximian.com>
3443         * culture-info-tables.h: Fix number of decimal digits for all
3444         english locales.
3446 2004-04-13  Jackson Harper  <jackson@ximian.com>
3448         * icall.c: Clairfy out of sync error message. It is not always
3449         your corlib that is out of sync.
3451 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
3453         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
3454         properties when only the set accessor is overriden. Fixes #55874.
3456 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
3458         * assembly.c (mono_assembly_load_references): Make this thread safe.
3459         Fixes #56327.
3461 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
3463         * monosn.c: Add missing initialization calls.
3465 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
3467         * locales.c:
3468         ves_icall_System_Globalization_CultureInfo_construct_number_format
3469         Fix g_assert so it compiles on fussier compilers re int/ptr
3470         mismatch
3472 2004-04-08  Dick Porter  <dick@ximian.com>
3474         * socket-io.h:
3475         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
3476         53992.  Also rearrange the code so that the internal calls return
3477         an error value and exceptions are thrown from managed code.
3479         * icall.c: Add type info to the socket icalls.
3481 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3483         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
3484         owes me a beer.
3486 2004-04-07  Martin Baulig  <martin@ximian.com>
3488         * class.c (mono_class_from_generic_parameter): Don't default
3489         `klass->parent' to `mono_defaults.object_type'.
3491 2004-04-07  Martin Baulig  <martin@ximian.com>
3493         * reflection.c (mono_reflection_initialize_generic_parameter): Set
3494         `param->pklass->reflection_info'.       
3496 2004-04-07  Jackson Harper  <jackson@ximian.com>
3498         * culture-info-tables.h: Fix date separator symbol.
3499         
3500 2004-04-07  Martin Baulig  <martin@ximian.com>
3502         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
3503         from System.Type to System.MonoType.
3505 2004-04-07  Martin Baulig  <martin@ximian.com>
3507         * reflection.h
3508         (MonoReflectionGenericParam): Added `has_reference_type' and
3509         `has_value_type' fields.
3511         * reflection.c (mono_image_get_generic_param_info): Encode the
3512         correct flags if we have the `class' or `struct' constraint.
3514 2004-04-07  Martin Baulig  <martin@ximian.com>
3516         * reflection.h
3517         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
3519 2004-04-07  Jackson Harper  <jackson@ximian.com>
3521         * appdomain.c: Revert extra patches, just wanted to bump the
3522         version number.
3523         
3524 2004-04-07  Jackson Harper  <jackson@ximian.com>
3526         * Makefile.am: Add culture-info private headers.
3527         * icall.c: Add new icalls for contructing locales.
3528         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
3529         * locales.h: Declare new culture info construction methods.
3530         * object.h: Add new fields used to avoid the CultureMap to
3531         MonoCultureInfo.
3532         * culture-info.h: Definition of structs used in the culture info
3533         tables.
3534         * culture-info-tables.h: Autogenerated tables that contain culture
3535         info data. This file was generated with the locale-builder tool.
3536         * appdomain.c: Incement corlib version number.
3537         
3538 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
3540         * appdomain.c: (mono_runtime_init) move mono_thread_init
3541         to before mono_object_new calls so critical sections
3542         are initialized before use.
3544 2004-04-07  Martin Baulig  <martin@ximian.com>
3546         * icall.c
3547         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
3548         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
3549         (ves_icall_MonoGenericParam_initialize): Removed.
3550         (monogenericparam_icalls): Removed.
3551         (generictypeparambuilder_icalls): Added new table for
3552         System.Reflection.Emit.GenericTypeParameterBuilder.
3554         * reflection.c
3555         (mono_reflection_define_generic_parameter): Removed.
3556         (mono_reflection_initialize_generic_parameter): This is now called
3557         from GenericTypeParameterBuilder's .ctor.
3559 2004-04-06  Martin Baulig  <martin@ximian.com>
3561         * class.c (mono_class_init): Don't inflate nested classes in a
3562         generic instance.
3563         (mono_type_get_name_recurse): Include the generic arguments for
3564         generic instances and generic type declarations.
3565         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
3566         (_mono_class_get_instantiation_name): Removed.
3567         (mono_class_create_generic): Always use `gklass->name' as our name.
3569         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
3571         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
3572         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
3573         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
3574         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
3575         closed generic methods here.
3577         * reflection.c
3578         (mono_reflection_generic_inst_get_nested_types): Removed.
3579         (inflate_mono_method): Copy the generic parameters from the
3580         MonoMethodHeader into out MonoGenericMethod.
3582 2004-04-06  Martin Baulig  <martin@ximian.com>
3584         * row-indexes.h
3585         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
3587         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
3589         * reflection.c (build_compressed_metadata): If we have any entries
3590         in the GenericParam, MethodSpec or GenericParamConstraint tables,
3591         set the header version to 1.1.
3593 2004-04-06  Martin Baulig  <martin@ximian.com>
3595         * class.c (mono_class_init): If we're a generic instance,
3596         initialize our nested classes, too.
3597         (_mono_class_get_instantiation_name): Deal with the new `!%d'
3598         suffix. 
3600 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3602         * process.c: quote the argument passed to the shell on windows.
3604 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
3606         * threads.c (mono_alloc_special_static_data): Allow this to be
3607         called during startup.
3609 2004-04-02  Martin Baulig  <martin@ximian.com>
3611         * icall.c
3612         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
3614 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
3616         * icall.c: Fix build.
3618 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
3620         * Makefile.am: Added security.c|h.
3621         * icall.c: Added icall for get_UserName;
3622         * security.c: New file for security related icalls. Added function
3623         get_UserName for System.Environment (fix #56144).
3624         * security.h: New. Header file for security.c
3626 2004-04-02  Dick Porter  <dick@ximian.com>
3628         * icall.c: Deleted the icalls that were obsoleted some time ago
3629         by the ICU string code, and which were mixed into the icall
3630         rearranging.  Fixes bug 55969.
3632         * string-icalls.h: 
3633         * string-icalls.c: Deleted the code that those icalls reference.
3635 2004-04-01  Martin Baulig  <martin@ximian.com>
3637         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
3639         * class.c (mono_class_from_generic_parameter): Don't set 
3640         TYPE_ATTRIBUTE_INTERFACE.
3641         (my_mono_class_from_generic_parameter): Likewise.
3643 2004-04-01  Martin Baulig  <martin@ximian.com>
3645         * loader.c (find_method): Added an optional `MonoClass *ic'
3646         argument to search in a specific interface.
3647         (mono_get_method_constrained): New public function.
3649 2004-04-01  Martin Baulig  <martin@ximian.com>
3651         * reflection.c (mono_image_get_generic_field_token): Use the
3652         `handleref' cache here.
3654 2004-04-01  Martin Baulig  <martin@ximian.com>
3656         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
3658         * reflection.c (create_generic_typespec): Use the `typespec' hash
3659         here, not the `typeref' one.    
3661 2004-04-01  Martin Baulig  <martin@ximian.com>
3663         * class.c (mono_class_inflate_generic_type): Moved the
3664         functionality into a new static inflate_generic_type() which
3665         returns NULL if it didn't do anything.  Only increment the
3666         `mono_stats.inflated_type_count' if we actually inflated
3667         something.
3668         (mono_class_get_full): Check the classes type to see whether we
3669         need to inflate it; also inflate MONO_TYPE_(M)VAR.
3671 2004-04-01  Jackson Harper  <jackson@ximian.com>
3673         * reflection.c: Set culture for assembly references.
3674         
3675 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
3677         * reflection.[ch], icall.[ch], Fix support for pinning variables.
3679 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3681         * assembly.c:
3682         (do_mono_assembly_open): the critical section also covers
3683         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
3685 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3687         * threads.c:
3688         (mono_manage_threads): abort the background threads when finishing.
3689         Fixes bug #47232.
3691 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3693         * gc.c: only close the done_event handle if there was no timeout.
3694         C-ified comments.
3696 2004-03-30  Martin Baulig  <martin@ximian.com>
3698         * icall.c (icall_entries): It's called "System.Activator", not
3699         "System.Activation".    
3701 2004-03-30  Martin Baulig  <martin@ximian.com>
3703         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
3704         (mono_class_create_from_typespec): Likewise.
3706 2004-03-30  Martin Baulig  <martin@ximian.com>
3708         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
3709         `has_ctor_constraint' and `initialized'.
3711 2004-03-30  Martin Baulig  <martin@ximian.com>
3713         * reflection.c (encode_new_constraint): New static function to add
3714         the constructor constraint attribute to a type parameter.
3715         (encode_constraints): Call encode_new_constraint() if necessary.
3717         * reflection.h
3718         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
3720         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
3721         
3722 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
3724         * reflection.c, icall.c: add support for pinning variables. 
3726 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
3728         * marshal.c (mono_marshal_get_managed_wrapper):
3729         init bool local with zero rather than null.
3731 2004-03-29  Martin Baulig  <martin@ximian.com>
3733         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
3734         the "official" behavior here.
3735         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
3737 2004-03-29  Martin Baulig  <martin@ximian.com>
3739         * icall.c: Reflect latest API changes.
3741 2004-03-29  Martin Baulig  <martin@ximian.com>
3743         * loader.c (mono_get_method_from_token): Also call
3744         mono_metadata_load_generic_params () for abstract and interface
3745         methods; replace the type arguments in the method signature with
3746         the ones which are loaded from the metadata.
3748 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
3750         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
3751         of the lock is not the current thread. MS.NET don't do it, in spite of
3752         what the documentation says. See bug #56157.
3754 2004-03-28  Martin Baulig  <martin@ximian.com>
3756         * class.c (mono_class_init): Don't call init_properties() and
3757         init_events() for generic instances; set `prop->parent' when
3758         inflating properties.
3760         * reflection.c (mono_generic_inst_get_object): Call
3761         `mono_class_init (ginst->klass)'.
3762         (mono_type_get_object): Only create a MonoGenericInst if your
3763         generic type is a TypeBuilder.
3764         (do_mono_reflection_bind_generic_parameters): Only set
3765         `ginst->is_dynamic' if our generic type is a TypeBuilder.
3767 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
3769         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
3770         Fixes #56091.
3772 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3774         * icall.c: added Kill_internal icall.
3775         * process.[ch]: added Kill_internal icall.
3777 2004-03-25  Martin Baulig  <martin@ximian.com>
3779         * class.h (MonoStats): Added `generic_instance_count',
3780         `inflated_method_count', `inflated_type_count' and
3781         `generics_metadata_size'.       
3783 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3785         * reflection.c: no warnings now.
3787 2004-03-25  Martin Baulig  <martin@ximian.com>
3789         * class.c (mono_class_get_full): New public function; does a
3790         mono_class_get(), but also takes a `MonoGenericContext *'.
3792         * loader.c (mono_field_from_memberref): Renamed to
3793         `field_from_memberref', made static and added `MonoGenericContext *'
3794         argument.
3795         (mono_field_from_token): Added `MonoGenericInst *' argument.
3796         (method_from_memberef): Likewise.
3797         (mono_get_method_from_token): Likewise.
3798         (mono_get_method_full): New public function; does a
3799         mono_get_method(), but also takes a `MonoGenericContext *'.
3801         * verify.c (mono_method_verify): Get the method's generic context
3802         and pass it to mono_field_from_token(), mono_get_method_full() and
3803         mono_class_get_full().
3805 2004-03-25  Martin Baulig  <martin@ximian.com>
3807         * class.c (mono_class_inflate_generic_type): Take a
3808         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
3809         `MonoGenericMethod *'.
3811 2004-03-25  Martin Baulig  <martin@ximian.com>
3813         * loader.h (MonoMethodInflated): Store the MonoGenericContext
3814         instead of the MonoGenericMethod here.
3816 2004-03-25  Martin Baulig  <martin@ximian.com>
3818         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
3819         each time we create a new MonoGenericInst, we also create a new
3820         context which points back to us.
3822         * class.c (inflate_method): Use `ginst->context' instead of
3823         creating a new context.
3825         * loader.c (method_from_memberref): Use
3826         `klass->generic_inst->context' instead of creating a new context.
3828 2004-03-25  Martin Baulig  <martin@ximian.com>
3830         * class.h (MonoGenericContext): New struct.
3831         (MonoGenericMethod): Removed `generic_inst'.
3833         * class.c (mono_class_inflate_generic_method): Take a
3834         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
3836 2004-03-25  Martin Baulig  <martin@ximian.com>
3838         * loader.h (MonoMethodInflated): New typedef.
3840         * metadata.h (MonoMethodSignature): Removed `gen_method', make
3841         `generic_param_count' consume just 30 bits, added `is_inflated'
3842         and `has_type_parameters' flags (one bit each).
3844         * class.c (mono_class_inflate_generic_method): Create a
3845         MonoMethodInflated instead of a MonoMethodNormal and set
3846         `is_inflated' in the method signature.
3848         * class.h (MonoGenericMethod): Removed `generic_method'.
3850 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
3852         * image.c: Make sure the name of a MonoImage is always an absolute path.
3853           This fixes bug #54415.
3855 2004-03-24  Martin Baulig  <martin@ximian.com>
3857         * class.c (mono_class_setup_vtable): If we're a generic instance,
3858         use our generic type's vtable size.
3860 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
3862         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
3863         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
3864         problems.
3866 2004-03-23  Martin Baulig  <martin@ximian.com>
3868         * class.h (MonoDynamicGenericInst): Added `int count_events' and
3869         `MonoEvent *events'.
3871         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
3872         (typebuilder_icalls): Added "get_event_info"; calls
3873         mono_reflection_event_builder_get_event_info(). 
3875         * reflection.c (mono_reflection_generic_inst_initialize): Added
3876         `MonoArray *events'.
3877         (mono_reflection_event_builder_get_event_info): New function.
3879 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
3881         * object.h: add mono_type_initialization_init
3883         * object.c (mono_runtime_class_init): 
3884         implement class constructor synchronization rules
3885         to cope with threading issues.  
3886         add mono_type_initialization_init
3888         * appdomain.c (mono_runtime_init): call 
3889         mono_type_initialization_init
3891         * class.h: removing initializing field from MonoVTable
3893 2004-03-23  Martin Baulig  <martin@ximian.com>
3895         * class.c (my_mono_class_from_generic_parameter): Use
3896         `param->name' if it's not NULL. 
3898 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
3900         * class.c: do not insert non-virtual methods in the vtable.
3901         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
3902         that means the method is non-virtual. This never would have
3903         happened before.
3905 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
3907         * profiler.c: Added lock for accessing coverage_hash.
3909 2004-03-22  Martin Baulig  <martin@ximian.com>
3911         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
3912         `method->method->signature->generic_param_count != 0' to make it
3913         work for interface methods.
3915 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3917         * process.c: quote the string passed to the shell using g_shell_quote.
3919 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3921         * threads.c:
3922         (mono_threads_manage): don't remove the finalizer thread and self
3923         from the threads hash table so that mono_thread_manage can be called
3924         more than once.
3926 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3928         * process.c: quote the arguments when UseShellExecute is true. Fixes
3929         bug #55790.
3931 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3933         * threads.c: set mono_thread_detach as a cleanup routine for every
3934         thread. This way it's always executed upon thread termination, either
3935         aborted or finished normally. No more xsp hangs!
3937 2004-03-17  Martin Baulig  <martin@ximian.com>
3939         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
3940         `int count_nested' and a `MonoType **nested'.
3942         * reflection.c (mono_reflection_bind_generic_parameters): Moved
3943         most of the functionality into a new static
3944         do_mono_reflection_bind_generic_parameters() and don't take a
3945         `MonoType *nested_in' argument any more.  Don't compute nested
3946         types here.
3947         (mono_reflection_generic_inst_get_nested_types): New public method
3948         to get nested types.
3950         * class.c (mono_class_create_generic): Set `klass->nested_in' if
3951         we're a nested class.
3953         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
3954         mono_reflection_generic_inst_get_nested_types() to compute the
3955         nested types.
3957 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
3959         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
3960         descriptive error message under windows.
3961         
3962 2004-03-17  Martin Baulig  <martin@ximian.com>
3964         * class.c (dup_type): Added `const MonoType *original' argument;
3965         copy the attrs from the original type.
3967 2004-03-17  Martin Baulig  <martin@ximian.com>
3969         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
3970         `m->generic_inst_cache' here.
3972 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
3974         * exception.h exception.c: Add stack_overflow_exception.
3976 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3978         * threadpool.c:
3979         (overlapped_callback): call SetEvent *after* invoking the callback.
3980         No need to call CloseHandle.
3982 2004-03-16  Martin Baulig  <martin@ximian.com>
3984         * reflection.c (mono_image_get_fieldref_token): Take a
3985         `MonoReflectionField *' instead of a `MonoClassField *' and a
3986         `MonoClass *'; store the `MonoReflectionField *' in the hash.
3988 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3990         * appdomain.c: don't add the culture to the filename we're looking for
3991         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
3993 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3995         * locales.c: don't ignore symbols when doing case insensitive compares.
3996         Thanks Dick! Fixes bug #54046.
3998         * threads.c: surround 'threads' usage with enter/leave in
3999         mono_thread_manage.
4001 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
4003         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
4004         implicitly marshalled as [Out]. Fixes #55450.
4006         (mono_marshal_get_runtime_invoke): Zero out the result if there is
4007         an exception.
4009 2004-03-16  Martin Baulig  <martin@ximian.com>
4011         * class.c (mono_class_from_generic_parameter): Use the actual
4012         parameter name. 
4014 2004-03-16  Martin Baulig  <martin@ximian.com>
4016         * reflection.c (type_get_signature_size): New static function.
4017         Compues the size of the type in a method signature.
4018         (method_get_signature_size): New static function; calls
4019         type_get_signature_size() to compute the actual size of the
4020         method's signature.
4021         (method_encode_signature): Use method_get_signature_size() to get
4022         the signature's size rather than using `nparams * 10'.
4024 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4026         * file-io.h: define here WapiOverlapped on windows. I don't want the
4027         regular OVERLAPPED one.
4029         * file-io.c:
4030         * threadpool.c: somehow, BindIoCompletionCallback is not found.
4031         Disabling AIO on windows.
4033 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4035         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
4036         bug #55385.
4038 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4040         * appdomain.c: upgraded corlib version.
4042         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
4043         and BeginWrite. Allow opening files for asynchrnous operations.
4045         * file-io.h: new struct that maps FileStreamAsyncResult.
4046         * icall.c: added new icalls.
4047         * process.[ch]: support setting child process environment variables
4048         and use the SHELL or COMSPEC when UseShellExecute is true.
4050         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
4051         callback for async. IO is here and also BindHandle.
4053         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
4054         from here.
4056 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
4058         * reflection.c (create_custom_attr): Allow len == 0.
4060         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
4061         computation on big-endian machines.
4063 2004-03-13  Martin Baulig  <martin@ximian.com>
4065         * class.h (MonoGenericInst): Added `int count_ifaces'.
4067         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
4068         `ginst->count_ifaces' instead `klass->interface_count' since we
4069         may get called before the vtable is created.
4071         * loader.c (mono_method_get_param_names): If we're a generic
4072         instance, return and don't initialize the class.
4074         * reflection.c (mono_reflection_setup_generic_class): Don't call
4075         ensure_runtime_vtable().
4076         (mono_reflection_bind_generic_parameters): Set
4077         `ginst->count_ifaces'.
4079 2004-03-11  Jackson Harper <jackson@ximian.com>
4081         * icall.c:
4082         * unicode.c:
4083         * unicode.h: Remove unused System.Char icalls.
4084         
4085 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
4087         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
4088         code when we P/Invoke the first library in Windows.Forms, instead
4089         of when we first open the assembly.
4091         * assembly.c: Drop the lookup from here.
4093 2004-03-10  Martin Baulig  <martin@ximian.com>
4095         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
4096         class for properties, fields and events.  Finally fixes #54945.
4098 2004-03-10  Martin Baulig  <martin@ximian.com>
4100         * metadata.c (mono_metadata_class_equal): New static function;
4101         checks whether two generic instances or two generic parameters are
4102         equal.
4103         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
4104         compare classes.        
4106 2004-03-10  Martin Baulig  <martin@ximian.com>
4108         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
4110         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
4111         argument and write it into the `reflection_info' field.
4113         * icall.c
4114         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
4115         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
4117 2004-03-09  Jackson Harper  <jackson@ximian.com>
4119         * char-conversions.h: use 8 bits for numeric data its all we need
4120         * icall.c: numeric data is only 8 bits now.
4122 2004-03-09  Martin Baulig  <martin@ximian.com>
4124         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
4126         * class.c (init_properties, init_events): Initialize the new
4127         `parent' field.
4129         * reflection.c (typebuilder_setup_properties): Likewise.
4130         (typebuilder_setup_events): Likewise.
4132         * reflection.h (MonoEventInfo): Replaced `parent with
4133         `declaring_type' and `reflected_type'.
4135         * icall.c (ves_icall_get_property_info): Distinguish between
4136         declaring and reflected type.
4137         (ves_icall_get_event_info): Likewise.
4139 2004-03-09  Martin Baulig  <martin@ximian.com>
4141         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
4142         (ves_icall_Type_GetField): Correctly set field->klass.
4144 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
4146         * loader.h: Fix warning.
4148 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
4150         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
4151         library routine if present.  Notice that it will still continue
4152         executing even if its missing, for those working on the Gtk#
4153         edition of Windows.Forms.
4155         * assembly.c (do_mono_assembly_open): If loading the
4156         System.Windows.Forms call mono_loader_wini_init.
4158 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
4160         * class.h: Added MonoRemoteClass struct.
4161         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
4162         function for MonoStrings.
4163         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
4164         Added internal call for getting the proxy type.
4165         * marshal.c: Get the type of transparent proxies from its remote_class.
4166         Added methods that generate the IL for type checks and casts:
4167         mono_marshal_get_isinst, mono_marshal_get_castclass, 
4168         mono_marshal_get_proxy_cancast.
4169         * marshal.h: Declaration of the previous new methods.
4170         * object.c: Added new moethods for creating and updating MonoRemoteClass
4171         instances: mono_remote_class, mono_upgrade_remote_class, 
4172         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
4173         * verify.c: FIx transparent_proxy_fields layout.
4174         * appdomain.c: Bump corlib version.
4176 2004-03-04  Jackson Harper  <jackson@ximian.com>
4178         * icall.c: Add icall to access char conversion tables.
4179         * char-conversions.h: Character conversion tables.
4180         * Makefile.am: Add char-conversions.h private header file.
4181         
4182 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
4184         * appdomain.c (unload_thread_main): Increase unloading timeout to
4185         10 sec as a temporary workaround for Nant problems.
4187 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
4189         * gc.c: Add checks for GC_enable and GC_disable.
4191         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
4192         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
4193         (bug #54988).
4194         
4195 2004-02-27  Martin Baulig  <martin@ximian.com>
4197         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4198         `MonoReflectionType *' instead of a `MonoType *'.
4200 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
4202         * gc.c (run_finalize): Avoid finalizing the object representing the
4203         finalizer thread.
4204         (finalizer_thread): Fix warning.
4206 2004-02-25  Martin Baulig  <martin@ximian.com>
4208         * class.c (_mono_class_get_instantiation_name): Added `int offset'
4209         argument for nested types.
4210         (mono_class_create_generic): Added support for nested generictypes.
4212         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
4213         `GList *nested'.
4215         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
4217         * reflection.c (method_encode_signature): Increase the minimum
4218         value of `size' from 10 to 11.
4219         (mono_reflection_bind_generic_parameters): Take `int type_argc'
4220         and `MonoType **types' arguments instead of the `MonoArray
4221         *types'; added `MonoType *nested_in'.  Recursively instantiate
4222         nested classes. 
4224 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
4226         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
4227         stack_overflow_ex members which are used by exception handling.
4229         * appdomain.c (mono_runtime_init): Initialize the new members.
4231         * gc.c (mono_gc_enable): New helper function.
4232         * gc.c (mono_gc_disable): New helper function.
4234 2004-02-23  Martin Baulig  <martin@ximian.com>
4236         * icall.c: I must have been really stupid - make it actually work
4237         this time ;-)
4239 2004-02-23  Martin Baulig  <martin@ximian.com>
4241         * loader.c (method_from_memberref): Only inflate the method if
4242         it's in another klass.
4244 2004-02-23  Martin Baulig  <martin@ximian.com>
4246         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
4247         (mono_class_init): If we're a generic instance and an interface,
4248         compute `class->interface_id'; also create `class->interfaces'
4249         here and inflate them.
4251         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
4252         `ginst->is_open'.
4253         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
4255         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
4257 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
4259         * reflection.c (method_encode_code): Improved the error message
4260         generated by the exception.
4262 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4264         * icall.c: Martin did not do what he said in the ChangeLog for
4265         2004-02-18, but put back the changes for properties and events.
4266         Commenting those changes out again and adding comment to bug #54518.
4267         
4268         * process.c: removed warning.
4270 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
4272         * marshal.c (emit_struct_conv): Print an error message instead of
4273         asserting when a type does not have the StructLayout attribute.
4275 2004-02-20  Martin Baulig  <martin@ximian.com>
4277         * reflection.c (mono_type_get_object): Also use the cache for
4278         generic instances.
4279         (mono_reflection_bind_generic_parameters): Always compute
4280         `ginst->ifaces'.        
4282 2004-02-20  Martin Baulig  <martin@ximian.com>
4284         * class.h (MonoGenericMethod): Removed `klass'.
4286         * class.c (mono_class_inflate_generic_method): Added `MonoClass
4287         *klass' argument.
4289 2004-02-20  Martin Baulig  <martin@ximian.com>
4291         * reflection.c (method_encode_methodspec): Actually use the
4292         uninflated signature for the memberref.
4294 2004-02-20  Martin Baulig  <martin@ximian.com>
4296         * class.h (MonoGenericMethod): Removed `declaring'.
4298         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
4299         is NULL, compute it here.
4301 2004-02-20  Martin Baulig  <martin@ximian.com>
4303         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
4305         * metadata.c (mono_metadata_generic_inst_hash): New method.
4306         (mono_metadata_generic_inst_equal): New method.
4308         * reflection.c (mono_reflection_bind_generic_parameters): Use the
4309         `klass->image->generic_inst_cache' cache to avoid creating
4310         duplicate MonoGenericInst's.
4312         * class.c (mono_class_inflate_generic_type): Use the cache.
4314 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
4316         * object.c: fixed gc descriptor calculation for embedded valuetypes.
4318 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4320         * icall.c: added Socket.WSAIoctl icall.
4322         * socket-io.[ch]: implemented
4323         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
4325 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
4327         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
4329 2004-02-18  Urs C Muff  <umuff@quark.com>
4331         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
4332         this work on PPC and other big-endian architectures.
4334         * debug-mono-symfile.h: Prepended the names of all the `guint32'
4335         fields with an underscore to make sure they're only accessed by
4336         the read32() macro.
4338 2004-02-18  Martin Baulig  <martin@ximian.com>
4340         * icall.c: Put the klass->refclass changes back for methods and
4341         fields, but not for properties and events.  We're currently not
4342         distinguishing between DeclaringType and ReflectedType for
4343         properties and events, that's what caused the regressions.
4345 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4347         * object.c:
4348         (mono_async_result_new): the handle can be NULL.
4350         * threadpool.c: Use an event instead of a semaphore, don't initialize
4351         it until needed. This saves quite a few semaphores from being created
4352         when using the threadpool.
4354 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
4356         * object.c (mono_string_is_interned_lookup): Fix interning of long
4357         strings. Fixes #54473.
4359         * domain.c (ldstr_equal): Optimize if the two strings are equal.
4361         * icall.c: Revert the klass->refclass changes since they introduce
4362         regressions (bug #54518).
4364 2004-02-18  Martin Baulig  <martin@ximian.com>
4366         * class.c (mono_class_init): If we're a generic instance and don't
4367         come from a TypeBuilder, inflate our members here.
4368         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
4369         (mono_class_create_generic): New public method.
4370         (mono_class_initialize_generic): Removed.
4371         (get_instantiation_name): Renamed to
4372         _mono_class_get_instantiation_name() and made it public.
4374 2004-02-18  Martin Baulig  <martin@ximian.com>
4376         * class.c (mono_class_inflate_generic_type): Clear the new
4377         instance's `nginst->klass' when inflating a generic instance.
4378         (mono_class_is_subclass_of): Added (basic) support for generic
4379         instances.
4381 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
4383         * appdomain.h, domain.c: use a MonoCodeManager instead of a
4384         MonoMempool to hold compiled native code.
4386 2004-02-17  Martin Baulig  <martin@ximian.com>
4388         * class.h (MonoDynamicGenericInst): Added `count_properties' and
4389         `properties'.
4391         * reflection.c (mono_reflection_generic_inst_initialize): Added
4392         `MonoArray *properties' argument.
4394         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
4396 2004-02-17  Martin Baulig  <martin@ximian.com>
4398         * icall.c (ves_icall_Type_GetFields): Renamed to
4399         ves_icall_Type_GetFields_internal() and added a
4400         `MonoReflectionType *rtype' argument; pass it to
4401         mono_field_get_object() to set the field's "reflected" type.
4402         (ves_icall_Type_GetConstructors): Likewise.
4403         (ves_icall_Type_GetEvents): Likewise.
4404         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
4405         argument; pass it to mono_method_get_object() to set the method's
4406         "reflected" type.       
4408 2004-02-17  Martin Baulig  <martin@ximian.com>
4410         * class.h (MonoDynamicGenericInst): New type.
4411         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
4413         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
4414         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
4415         (ves_icall_MonoGenericInst_GetFields): New interncall.
4417         * class.c (mono_class_from_generic): Don't call
4418         mono_class_initialize_generic() if this is a dynamic instance;
4419         ie. it's being created from a TypeBuilder.
4420         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
4421         `class->byval_arg.type'.
4423         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
4424         to `inflate_method' and made static.
4425         (mono_reflection_inflate_field): Removed.
4426         (mono_reflection_generic_inst_initialize): New public method.
4428         * reflection.h (MonoReflectionGenericInst): Removed `methods',
4429         `ctors' and `fields'; added `initialized'.
4431 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
4433         * debug-helpers.c (mono_method_full_name): Fix output for empty
4434         namespaces.
4436 2004-02-12  Martin Baulig  <martin@ximian.com>
4438         * class.h (MonoClassField): Added `MonoType *generic_type'.
4440         * reflection.c (mono_image_get_fieldref_token): Added support for
4441         instantiated generic types.
4442         (field_encode_inflated_field): Removed.
4443         (mono_image_get_inflated_field_token): Removed.
4444         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
4446         * reflection.h (MonoReflectionInflatedField): Removed.
4448 2004-02-12  Martin Baulig  <martin@ximian.com>
4450         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
4451         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
4453         * reflection.c (mono_image_get_methodspec_token): Take a
4454         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
4455         (mono_image_create_token): Check whether we have a
4456         `method->signature->gen_method' and call
4457         mono_image_get_methodspec_token() if appropriate.
4458         (inflated_method_get_object): Removed.
4459         (mono_reflection_bind_generic_method_parameters): Return a
4460         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
4461         (mono_reflection_inflate_method_or_ctor): Likewise.
4463         * reflection.h (MonoReflectionInflatedMethod): Removed.
4465 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
4467         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
4468         for custom valuetype marshalling.
4470         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
4472 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4474         * icall.c: fixed WSAGetLastError_internal name.
4476 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
4478         * threads.c (mono_thread_attach): Allow this to be called multiple
4479         times for a thread.
4480         
4481         * threads.c (build_wait_tids): Do not wait for ourselves.
4483         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
4484         appdomain list is empty.
4486         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
4487         memory returned by mono_string_builder_to_utf16, since it points into
4488         managed memory. Thanks to Bernie Solomon for noticing this.
4490         * icall.c: Add AppDomainSetup icalls.
4492         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
4494         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
4495         types.
4497         * reflection.c (reflection_methodbuilder_to_mono_method): Save
4498         custom attributes to the method_aux struct. Also fix array indexes etc.
4500         * loader.c (mono_method_get_param_names): Make dynamic case work again.
4501         
4502 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
4504         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
4505         (both static and runtime) and reduce startup time.
4507 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
4509         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
4510         AsAny marshalling conversion instead of crashing.
4512         * marshal.c: Fix warnings.
4514 2004-02-09  Martin Baulig  <martin@ximian.com>
4516         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
4518         * reflection.h (MonoReflectionInflatedMethod): Removed the
4519         `declaring' field, it's now in the unmanaged MonoGenericMethod.
4521         * reflection.c (method_encode_methodspec): Removed the `method'
4522         argument; we get it from `gmethod->declaring'.
4523         (inflated_method_get_object): Removed the `declaring' argument.
4525 2004-02-09  Martin Baulig  <martin@ximian.com>
4527         * class.h (MonoGenericMethod): New type.
4528         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
4529         `generic_method'.
4531         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
4532         a `MonoGenericMethod *gen_method' one.
4534         * class.c (mono_class_inflate_generic_type): Take an additional
4535         `MonoGenericMethod * argument.  This is only non-NULL if we're
4536         inflating types for a generic method.   
4537         (mono_class_inflate_generic_signature): Renamed to
4538         inflate_generic_signature() and made static; take a
4539         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4540         (inflate_generic_header): Take a `MonoGenericMethod *' argument
4541         instead of a `MonoGenericInst *' one.
4542         (mono_class_inflate_generic_method): Likewise.
4544         * reflection.c (encode_generic_method_sig): Take a
4545         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
4546         (method_encode_methodspec): Likewise.
4547         (inflated_method_get_object): Likewise. 
4549         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
4550         field with a `MonoGenericMethod *gmethod' one.  
4552 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
4554         * class.h (mono_class_has_parent): add parens to expansion
4555         so you can ! this.
4557 2004-02-08  Martin Baulig  <martin@ximian.com>
4559         * image.h (MonoImage): Removed `generics_cache'.
4561         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
4562         instead of a `MonoType *' argument; removed the `inflate_methods'
4563         argument.  Don't inflate methods here.
4565         * loader.c (find_method): If it's a generic instance, call
4566         mono_class_init() on the `sclass->generic_inst->generic_type'.
4568         * metadata.c (mono_type_size): Make this work on uninitialized
4569         generic instances; call it on the `ginst->generic_type's class.
4571         * reflection.c (mono_reflection_bind_generic_parameters): Call
4572         mono_class_from_generic() to create the `ginst->klass'.
4574 2004-02-08  Martin Baulig  <martin@ximian.com>
4576         * class.h (MonoClass): Changed type of `generic_inst' from
4577         `MonoType *' to `MonoGenericInst *'.
4579 2004-02-08  Martin Baulig  <martin@ximian.com>
4581         * icall.c (ves_icall_Type_BindGenericParameters): Just call
4582         mono_type_get_object(), this is now creating a `MonoGenericInst'
4583         for MONO_TYPE_GENERICINST.
4584         (ves_icall_MonoGenericInst_GetParentType): Likewise.
4585         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
4587         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
4588         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
4589         (inflated_method_get_object): Added `MonoClass *refclass' argument.
4590         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
4591         and reflected type.
4593         * reflection.h (MonoReflectionInflatedMethod): Removed
4594         `declaring_type' and `reflected_type'.
4596 2004-02-08  Martin Baulig  <martin@ximian.com>
4598         * class.h (MonoGenericInst): Added `MonoType *parent' and
4599         `MonoType **ifaces'.
4601         * reflection.h (MonoReflectionGenericInst): Removed `klass',
4602         `parent' and `interfaces'.
4604         * reflection.c (mono_reflection_bind_generic_parameters): Take a
4605         `MonoType *' argument and return a `MonoType *'.
4607         * icall.c
4608         (ves_icall_MonoGenericInst_GetParentType): New interncall.
4609         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
4611 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4613         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
4614         valuetype marshalling.
4616 2004-02-06  Martin Baulig  <martin@ximian.com>
4618         * class.c
4619         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
4620         (my_mono_class_from_generic_parameter): Likewise.
4622 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
4624         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
4625         contents of the symbol files lazily.
4627         * object.h (MonoThread): Add 'name' and 'name_len' fields.
4629         * threads.h threads.c icall.c: New icalls for getting and setting the
4630         threads name.
4632 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
4634         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
4635         Raise an exception when the domain is not found.
4637 2004-02-03  Martin Baulig  <martin@ximian.com>
4639         * reflection.c (mono_image_get_methodspec_token): Use the
4640         uninflated signature; fixes gen-33.
4642 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
4644         * gc.c threads.c: Make the finalizer thread a normal managed thread so
4645         the finalizer code can use thread functionality.
4647         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
4648         the finalizer thread.
4650         * threads.c: Make some functions more robust.
4652         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
4654         * metadata.h: Add new marshalling conventions.
4656         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
4657         stringbuilder marshalling. Fixes #53700.
4659         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
4661         * reflection.c (mono_image_get_type_info): Save declarative security
4662         info.
4664         * reflection.c (mono_image_get_field_info): Handle uninitialized 
4665         unmanaged fields as well.
4667         * appdomain.c: Bump corlib version.
4669 2004-02-01  Martin Baulig  <martin@ximian.com>
4671         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
4672         method type arguments.  
4674 2004-01-30  Duncan Mak  <duncan@ximian.com>
4676         * marshal.h: Add prototype for
4677         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
4678         and
4679         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
4680         fix the build.
4682 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
4684         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
4685         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
4687 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4689         * marshal.c (mono_marshal_get_native_wrapper): Add support for
4690         custom marshalling of valuetypes.
4692         * marshal.c: Fix some warnings.
4694 2004-01-29  Martin Baulig  <martin@ximian.com>
4696         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
4697         for generic method parameters.
4699         * reflection.c (method_encode_methodspec): Write the uninflated
4700         signature into the methodspec table.
4701         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
4702         is always the uninflated method.
4703         (reflection_methodbuilder_to_mono_method): Copy the generic
4704         parameters from the MethodBuilder into `header->gen_params'.
4706 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
4708         * class.c (mono_class_from_generic_parameter): Fix warning.
4710 2004-01-27  Martin Baulig  <martin@ximian.com>
4712         * class.c (mono_class_from_generic_parameter): Don't create
4713         `klass->methods' here.  
4715 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
4717         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
4718         extension since it does not work with libraries named lib<FOO>.dll.so.
4720 2004-01-25  Martin Baulig  <martin@ximian.com>
4722         * class.c (mono_class_inflate_generic_type): Added support for
4723         MONO_TYPE_GENERICINST.
4725         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
4726         inflate methods on open constructed types.      
4728 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4730         * object.c: fire ProcessExit event in the root AppDomain after running
4731         Main. Fixes bug #53299.
4733 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
4735         * socket-io.c: include the new socket-wrappers.h header.
4736         Use the wrappers instead of the unix socket functions to make the code
4737         more clear.
4739 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
4741         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
4743         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
4744         Fixes #22532.
4746 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
4748         * reflection.c (mono_image_create_pefile): Handle the case when the
4749         entry point is not a MethodBuilder.
4751         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4752         field to ReflectionMethod since it is not allways a builder.
4754         * reflection.c (type_get_fully_qualified_name): New helper function to
4755         return the fully qualified name of a type.
4757         * reflection.c (encode_marshal_blob): Always emit the fully qualified
4758         type name for custom marshallers.
4760         * reflection.c (mono_marshal_spec_from_builder): Ditto.
4762         * class.c (mono_class_setup_vtable): If a parent class already 
4763         implements an interface, use the implementing methods from that class.
4764         Fixes #53148.
4766 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4768         * threadpool.c: just return instead of ExitThread to allow for thread
4769         clean up earlier.
4771 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
4773         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
4774         when closing resource modules.
4776         * reflection.c (mono_image_create_pefile): Handle the case when the
4777         entry point is not a MethodBuilder.
4779         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
4780         field to ReflectionMethod since it is not allways a builder.
4782 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
4784         * marshal.c (mono_marshal_get_managed_wrapper): 
4785         mono_marshal_alloc takes native int so CONV_I
4786         the arg for 64bits.
4788 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
4790         * reflection.c (fixup_cattrs): New function to fixup the methoddef
4791         tokens in the cattr table. Fixes #53108.
4793 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4795         * loader.c: don't trim ".dll" before looking up in the config file.
4796         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
4798 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
4800         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
4801         Return the module which contains the resource as well.
4802         (ves_icall_System_Reflection_Module_Close): New icall.
4804         * appdomain.c: Bump corlib version number.
4806         * image.c (mono_image_addref): New public function.
4808         * assembly.c: Call mono_image_addref.
4810         * reflection.c (mono_module_get_object): Increase reference count of 
4811         the image.
4813         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
4814         Fixes #22532.
4816         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
4817         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
4818         proper exceptions on DllImport problems.
4820 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
4822         * class.c, metadata.c: eliminate CSIZE macro.
4824 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
4826         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
4827         * object.h: Added async_callback field in MonoAsyncResult.
4828         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
4829         * verify.c: Added async_callback in MonoAsyncResult layout.
4831 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
4833         * reflection.c (mono_reflection_get_custom_attrs): Add support
4834         for Modules.
4836 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
4838         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
4839         marshalling.
4840         (mono_marshal_method_from_wrapper): Add null pointer check.
4842 2004-01-16  Martin Baulig  <martin@ximian.com>
4844         * debug-mono-symfile.h: Set version number to 36 and reflect
4845         latest symbol writer changes.
4847 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
4849         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
4850         multi-dimensional arrays.
4851         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
4852         (mono_class_from_mono_type): Use bounded_array_class_get.
4853         
4854         * class.c (mono_bounded_array_class_get): New function which takes
4855         a 'bounded' bool argument to distinguish vectors from one dimensional
4856         arrays.
4858         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
4859         bounded_array_class_get if the array has bounds.
4861         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
4862         Search modules loaded using AssemblyBuilder:AddModule as well.
4864 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4866         * appdomain.c: increased corlib version.
4867         * filewatcher.c: removed g_print.
4868         * icall.c:
4869         (get_property_info): only allocate what is actually requested.
4870         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
4872 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4874         * Makefile.am: added filewatcher.[ch]
4875         * filewatcher.[ch]: FileSystemWatcher runtime support.
4876         * icall.c: added new FSW icalls.
4878 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
4880         * string-icalls.c: fix stringbuilder regression as suggested by
4881         Iain McCoy <iain@mccoy.id.au>.
4883 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
4885         * process.c (process_read_stringtable_block): Recognize '007f' as
4886         a language neutral stringtable block.
4888 2004-01-12  Patrik Torstensson
4890         * object.h (MonoStringBuilder) : Changed layout to support our
4891         new stringbuilder class.
4892         * marshal.c: Change marshalling to support the new layout of 
4893         string builder.
4894         * appdomain.c: increased version number because new layout of
4895         string builder.
4897 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
4899         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
4900         assembly name as an string instead of an AssemblyName, since it is
4901         easier to extract info from it.
4903         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
4904         the culture subdirectories too. Fixes #52231.
4906 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4908         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
4909         It takes 2 new parameters with an optional name for the method to look
4910         for and case ignoring info.
4912         * threadpool.c: removed unused variable.
4914 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4916         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
4917         It takes 2 new parameters with an optional name for the property to look
4918         for and case ignoring info.
4919         Fixes bug #52753.
4921 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
4923         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
4924         Fix #52451.
4926 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4928         * appdomain.c:
4929         * assembly.c: escape the uri before passing it to g_filename_from_uri.
4930         Fixes bug #52630.
4932 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
4934         * reflection.c: Add support for more than one unmanaged resource.
4936         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
4937         in field->def_value, as done in all other cases.
4939         * reflection.c (mono_reflection_get_custom_attrs): Add support for
4940         TypeBuilders.
4942         * reflection.c (mono_reflection_create_runtime_class): Remove 
4943         errorneous assignment to klass->element_class, since it is already
4944         done in mono_reflection_setup_internal_class.
4946 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4948         * gc.c: added missing LeaveCriticalSection.
4949         * icall.c: indented a couple of lines.
4950         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
4951         if we call EndInvoke inside a callback. Fixes bug #52601.
4953 2004-01-07  Martin Baulig  <martin@ximian.com>
4955         * mono-debug-debugger.h
4956         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
4958 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
4960         * appdomain.c: Use messages in NotImplementedException.
4962         * exception.c (mono_get_exception_not_implemented): Now this takes
4963         a message argument.
4965         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
4966         exception instead of g_asserting an aborting when something is not
4967         implemented.
4969         Add some inline docs.
4971 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
4973         * reflection.h: Update after changes to object layout.
4975         * reflection.c: Implement saving of unmanaged aka win32 resources.
4977         * appdomain.c: Bump version number.
4979         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
4980         Handle missing domains gracefully.
4982 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
4984         * file-io.c : On Windows, there are much more invalid_path_chars.
4986 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
4988         * class.h, object.c: prepare for GetType () speedup.
4990 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
4992         * profiler.c: workaround for --profile null reference exception on
4993           cygwin. Patch by Patrik Torstensson.
4995 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
4997         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
4998         make work for unaligned access.
5000 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
5002         * class.c: small cleanup (class->fields [i] -> field).
5003         * image.c: check address of metadata is valid.
5005 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
5007         * assembly.h assembly.c (mono_assembly_loaded): New public function to
5008         search the list of loaded assemblies.
5010         * reflection.c (mono_reflection_type_from_name): Use 
5011         mono_assembly_loaded instead of mono_image_loaded.
5013         * reflection.c: Fix warnings.
5015 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
5017         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
5018         is dynamic. This is needed since an assembly can contain both dynamic and
5019         non-dynamic images.
5021         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
5022         assembly->dynamic.
5024         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
5026         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
5027         to store modules loaded using AddModule.
5029         * reflection.c (mono_image_fill_file_table): Generalize this so it works
5030         on Modules.
5032         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
5034         * reflection.c (mono_image_fill_export_table_from_module): New function to
5035         fill out the EXPORTEDTYPES table from a module.
5037         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
5038         into a separate function. Also handle loaded non-dynamic modules.
5040         * reflection.c (mono_image_basic_init): Fix memory allocation.
5042         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5044         * assembly.c (mono_assembly_load_references): Make this public.
5046 2003-12-19  Martin Baulig  <martin@ximian.com>
5048         * class.c (mono_class_initialize_generic): Made this static, take
5049         a `MonoGenericInst *' instead of a `MonoClass *'.
5050         (mono_class_from_generic): Call mono_class_initialize_generic()
5051         unless we're already initialized or being called from
5052         do_mono_metadata_parse_generic_inst().
5054         * class.h (MonoGenericInst): Added `initialized' and
5055         `init_pending' flags.
5057         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
5058         `mono_class_init (gklass)' or mono_class_initialize_generic()
5059         here; set `generic_inst->init_pending' while parsing the
5060         `type_argv'.
5062 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
5064         * locales.c: include string.h for memxxx prototypes
5066 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
5068         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
5069         constructor when accessing literal fields.
5071 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
5073         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5075         * reflection.c (assembly_add_resource_manifest): New function to fill
5076         the MANIFESTRESOURCE table.
5078         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
5080         * reflection.h: Update to changes in class layout.
5082         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
5083         Reenable call to mono_runtime_is_shutting_down ().
5085         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
5086         determine if the runtime is shutting down.
5088 2003-12-16  Jackson Harper <jackson@ximian.com>
5090         * icall.c: comment out call to mono_runtime_is_shutting_down to
5091         fix build.
5092         
5093 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
5095         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
5096         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
5098 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
5100         * reflection.c: move definition of swap_with_size
5101         to before its first call
5103 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
5105         * appdomain.c (mono_runtime_is_shutting_down): New public function.
5107         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
5108         icall.
5110         * object.c: Fix warnings.
5112         * icall.c (ves_icall_Type_Get...): Only consider inherited static
5113         members if FlattenHierarchy is set.
5115         * reflection.c (mono_image_add_decl_security): New function to emit
5116         declarative security.
5118         * reflection.h reflection.c: Add support for declarative security.
5120         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5121         
5122 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
5124         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5125         
5126         * appdomain.c verify.c: Moved corlib version checking into its own
5127         function in appdomain.c since it needs to create vtables etc.
5129 2003-12-13  Patrik Torstensson <p@rxc.se>
5131         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
5132         instead of unwrapped server.
5134 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
5136         * verify.c (check_corlib): Fix field index.
5138 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
5140         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
5141         GetGacPath icall.
5143 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
5145         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
5146         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
5147         cope with sizeof(size_t) != sizeof(guint32).
5149 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5151         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
5152         in case of failure.
5154 2003-12-10  Mark Crichton <crichton@gimp.org>
5156         * icall.c: removed the GetNonZeroBytes.  We now handle this case
5157         in managed code.
5159         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
5161 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
5163         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
5164         marked as deleted.
5166 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
5168         * verify.c (check_corlib): Handle the case when the version field is 
5169         initialized by a static constructor.
5171 2003-12-08  Patrik Torstensson  <p@rxc.se>
5173     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
5175 2003-12-08  Martin Baulig  <martin@ximian.com>
5177         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
5178         a MonoReflectionGenericParameter, also take the parameter index
5179         and name as arguments.
5180         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
5181         (ves_icall_MonoGenericParam_initialize): New interncall.
5182         (ves_icall_Type_make_byref_type): New interncall.
5184         * reflection.h (MonoReflectionGenericParam): Derive from
5185         MonoReflectionType, not just from MonoObject.  Added `refobj' and
5186         `index' fields.
5188         * reflection.c (mono_reflection_define_generic_parameter): Create
5189         and return a new MonoReflectionGenericParam; don't initialize the
5190         constraints here.
5191         (mono_reflection_initialize_generic_parameter): New public method;
5192         initializes the constraints and creates the `param->pklass'.
5194 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
5196         * reflection.h reflection.c: Use the new fields 'num_types', 
5197         'num_fields' and 'num_methods' to track the number of types etc.
5199         * verify.c (check_corlib): Check corlib version number.
5201 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
5203         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
5204         function works on all methods.
5206 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
5208         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
5209         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
5210         the custom_type_info flag of the transparent proxy.
5211         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
5212         objects that supports IRemotingTypeInfo.
5213         * object.h: Added custom_type_info field in transparent proxy.
5215 2003-12-06  Martin Baulig  <martin@ximian.com>
5217         * class.c (mono_class_create_from_generic): Removed.
5218         (mono_class_from_generic): Check `ginst->klass' before doing
5219         anything else.  This is important to fully support "recursive"
5220         generic types.
5222         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
5223         empty `generic_inst->klass' before doing anything else.
5225 2003-12-06  Dick Porter  <dick@ximian.com>
5227         * verify.c: 
5228         * object.h:
5229         * icall.c:
5230         * locales.c: Use C structs to access class fields.  Don't do a
5231         conversion between MonoString and UChar because both are
5232         platform-endian UTF-16.  Compare now takes startindex and count
5233         parameters.  Add a char overload for IndexOf.  Speed up the
5234         invariant string IndexOf.
5236 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
5238         * Makefile.am (monosn_LDADD): Fix parallel build.
5240 2003-12-04  Martin Baulig  <martin@ximian.com>
5242         * icall.c
5243         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
5244         (ves_icall_Type_make_array_type): New interncall.       
5246 2003-12-04  Martin Baulig  <martin@ximian.com>
5248         * locales.c: also change it in the !HAVE_ICU case.
5250 2003-12-04  Dick Porter  <dick@ximian.com>
5252         * icall.c:
5253         * locales.c: construct_compareinfo is now in CompareInfo, not
5254         CultureInfo.
5256 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
5258         * image.c (mono_image_load_file_for_image): Cache loaded images in the
5259         image->files array.
5261         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
5262         table as well.
5264         * assembly.c (mono_assembly_load_references): Only load references
5265         once.
5267         * class.c (mono_class_from_name): Avoid linear search of the 
5268         EXPORTEDTYPE table.
5270         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
5272 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
5274         * image.h (MonoImage): Add 'field_cache' field.
5276         * loader.c (mono_field_from_token): Cache field lookups.
5277         
5278         * reflection.c (mono_module_get_object): Fix name property.
5280         * icall.c (ves_icall_get_enum_info): Update after changes to 
5281         mono_metadata_get_constant_index ().
5283         * icall.c: Get rid of get_type_info icall, use a separate icall for
5284         each type property to avoid needless memory allocations. Fixes #51514.
5286         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
5287         to avoid needless binary searches.
5289         * class.c (class_compute_field_layout): Move the initialization of
5290         field->def_value to mono_class_vtable ().
5292         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
5293         non-corlib types.
5295         * object.c (mono_object_allocate): Make it inline.
5297         * object.c (mono_object_allocate_spec): Make it inline.
5298         
5299 2003-12-02  Dick Porter  <dick@ximian.com>
5301         * locales.c (create_NumberFormat): NumberFormatInfo construction.
5302         Patch by Mohammad DAMT (mdamt@cdl2000.com).
5304 2003-12-01  Dick Porter  <dick@ximian.com>
5306         * threads.c: Fix signature and call in CreateMutex and
5307         CreateEvent.
5309 2003-12-01  Dick Porter  <dick@ximian.com>
5311         * icall.c: 
5312         * locales.c: Implement string compares and searching
5314         * object.h: Add extra Thread field
5316 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
5318         * reflection.c (fixup_method): Add support for MonoCMethod.
5320 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
5322         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
5324         * reflection.c (assembly_name_to_aname): Allow extra characters in
5325         assembly names. Fixes #51468.
5327 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
5329         * exception.c (mono_exception_from_name_domain): New helper function.
5331         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
5332         exception object in the correct domain.
5334         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
5335         formatting + make a copy a the input data.
5337         * loader.c (mono_get_method_from_token): Methods which contain
5338         native code do not have entries in the ImplMap.
5340         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
5341         Thanks to Gonzalo for spotting this.
5342         
5343         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
5344         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
5346         * assembly.h (mono_assembly_load_from): Split the second part of 
5347         assembly loading into a new public function.
5349         * exception.h (mono_get_exception_bad_image_format): New function.
5351 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
5353         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5354         Enumerate all modules inside a dynamic assembly. Fixes #51293.
5355         
5356         * icall.c: Add new icall for creating dynamic methods.
5358         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
5360         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
5362         * reflection.c (mono_reflection_create_dynamic_method): New icall to
5363         create a dynamic method.
5365         * reflection.c (resolve_object): New helper function.
5367         * reflection.c: Generalize ReflectionMethodBuilder and the functions
5368         which manipulate it so they can also work on dynamic methods.
5370         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
5371         creating the MonoReflectionMethodAux structure if it is not needed.
5372         
5373         * reflection.h verify.c: Update after changes to object layout.
5375         * reflection.c (method_builder_encode_signature): Fix compilation on
5376         gcc 2.95.x.
5378 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
5380         * appdomain.h: Added support for context static fields. Added static_data
5381           field to MonoAppContext and renamed thread_static_fields to a more
5382           generic special_static_fields in MonoAppDomain, since it can now contain
5383           context static fields.
5384         * domain.c: Updated hashtable name.
5385         * object.c: Replaced field_is_thread_static() for a more generic
5386           field_is_special_static() which also checks for context static attribute.
5387           In mono_class_vtable(), added support for static context fields.
5388         * threads.c: Changed methods that manage thread static fields to more
5389           generic methods so they can be reused both for thread and context static
5390           data.
5391         * threads.h: Declared some new methods.
5393 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
5395         * reflection.h: Update after changes to the managed types.
5397         * reflection.c (encode_custom_modifiers): New helper function.
5399         * reflection.c (method_encode_signature): Emit custom modifiers.
5401         * reflection.c (field_encode_signature): Emit custom modifiers.
5403 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
5405         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
5407         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
5408         implementation.
5410         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
5411         icall.
5413         * object.c (mono_field_get_value_object): New function.
5415         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
5416         specific.
5418 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
5420         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
5421         return a preallocated out-of-memory exception instance.
5423         * object.c (out_of_memory): Use the new function.
5425         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
5426         flag is before the custom modifiers. Fixes #49802.
5428 2003-11-16  Martin Baulig  <martin@ximian.com>
5430         * class.c (mono_class_is_open_constructed_type): Implemented the
5431         MONO_TYPE_GENERICINST case.
5433 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
5435         * assembly.c (mono_assembly_fill_assembly_name): New function to
5436         fill out the MonoAssemblyName structure.
5437         (mono_assembly_open): Use the new function.
5439         * icall.c (fill_reflection_assembly_name): New helper function.
5441         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
5442         new function.
5444         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
5446 2003-11-15  Martin Baulig  <martin@ximian.com>
5448         * class.c (mono_class_is_open_constructed_type): New public
5449         function; checks whether a type is an open constructed type,
5450         ie. whether it still contains type parameters.
5451         (mono_class_inflate_generic_type): If we're a type parameter and
5452         the inflated type is also a MONO_TYPE_(M)VAR, return the original
5453         type.
5455         * class.h (MonoGenericInst): Added `guint32 is_open'.
5457         * loader.c (method_from_methodspec): Check whether we're an open
5458         or closed constructed type and set `ginst->is_open'.
5460         * reflection.c (mono_reflection_bind_generic_parameters): Check
5461         whether we're an open or closed constructed type and set
5462         `ginst->is_open'.
5463         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
5464         from open constructed types.
5466 2003-11-15  Martin Baulig  <martin@ximian.com>
5468         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5469         a generic instance (instead of a generic type declaration) with
5470         unbound generic parameters, bind them to our actual types.
5472 2003-11-14  Martin Baulig  <martin@ximian.com>
5474         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
5476         * reflection.c (mono_reflection_bind_generic_parameters): If we're
5477         an interface type, populate `res->interfaces' with instantiated
5478         versions of all the interfaces we inherit.
5480 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
5482         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
5483         when MONO_PATH is set but doesn't contain the install dir.
5485 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5487         * icall.c:
5488         (ves_icall_Type_GetInterfaces): don't return an interface twice when
5489         it's also implemented in base classes. Fixes bug #50927.
5491 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
5493         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
5494         if this method is called from a finalizer. Fixes #50913.
5496 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
5498         * threads.c: Implement VolatileRead/VolatileWrite
5500         * icall.c: Add new icalls for VolatileRead/VolatileWrite
5502 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5504         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
5505         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
5506         2.95.3.
5508         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
5509         from Peter Ross (pro@missioncriticalit.com).
5510         
5511 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
5513         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
5515 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5517         * assembly.c (mono_assembly_load_references): Disable check because it
5518         triggers on older corlibs which lots of people have.
5520 2003-11-12  Jackson Harper  <jackson@ximian.com>
5522         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
5523         load corlib.dll if mscorlib.dll is not found.
5524         * assembly.h: Remove corlib name define.
5525         * class.c:
5526         * domain.c:
5527         * image.c: Change corlib name to mscorlib.
5528         
5529 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
5531         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
5533 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
5535         * appdomain.h: Added loader_optimization here to sync with the C#
5536         code, and add disallow_binding_redirects field.
5538 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5540         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
5542         * reflection.c (mono_image_build_metadata): Fix crash on modules
5543         with no types.
5545         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
5547         * icall.c (ves_icall_get_method_info): Return callingConvention as
5548         well.
5550         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
5551         namespaces from the EXPORTEDTYPE table as well.
5553         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
5554         from all modules inside the assembly.
5555         
5556 2003-11-11  Martin Baulig  <martin@ximian.com>
5558         * reflection.c (mono_reflection_bind_generic_parameters): Make
5559         this work for interfaces.
5561 2003-11-11  Martin Baulig  <martin@ximian.com>
5563         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
5565 2003-11-11  Martin Baulig  <martin@ximian.com>
5567         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
5568         "MonoInflatedMethod" and "MonoInflatedCtor".
5570 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
5572         * reflection.c (resolution_scope_from_image): Use the assembly table
5573         from the manifest module, since other modules don't have it.
5575         * debug-helpers.c (mono_type_full_name): New helper function.
5577         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
5579         * image.c (mono_image_load_file_for_image): New public function which
5580         is a replacement for the load_file_for_image in class.c.
5582         * assembly.c (mono_assembly_load_module): A wrapper for the function
5583         above which does assembly association and reference loading too.
5585         * class.c (mono_class_from_name): Call mono_assembly_load_module.
5587 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5589         * appdomain.c: not all of the attributes for the full assembly name
5590         are required and the order doesn't matter. Fixes bug #50787.
5592 2003-11-10  Dick Porter  <dick@ximian.com>
5594         * locales.c: Use platform-endian UTF16
5596 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5598         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5599         
5600 2003-11-10  Martin Baulig  <martin@ximian.com>
5602         * metadata.c
5603         (mono_metadata_load_generic_params): Make this actually work.
5605         * reflection.c (mono_reflection_bind_generic_parameters): If our
5606         parent is a generic instance, pass all the `types' to it, no
5607         matter whether it has the same number of type parameters or not.
5609 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
5611         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
5613         * assembly.c (mono_assembly_load_references): Move the image<->assembly
5614         assignment code to this function so it gets called recursively for all
5615         modules.
5617         * image.c (load_modules): Remove the assembly assignment since it is
5618         now done by mono_assembly_load_references.
5619         
5620         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5621         Add 'module' argument.
5622         (mono_module_get_types): New helper function.
5623         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
5625 2003-11-08  Martin Baulig  <martin@ximian.com>
5627         * class.c (mono_class_inflate_generic_method): Interface method
5628         don't have a header.
5630         * reflection.c (mono_image_get_methodspec_token): Take an
5631         additional `MonoGenericInst *' argument instead of reading it from
5632         the header; this is necessary to support interfaces.
5633         (mono_image_create_token): Pass the `MonoGenericInst *' from the
5634         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
5635         (inflated_method_get_object): Take an additional `MonoGenericInst *'
5636         argument.
5638         * reflection.h (MonoReflectionInflatedMethod): Added
5639         `MonoGenericInst *ginst'.
5641 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
5643         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
5645 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
5647         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
5649 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
5651         * reflection.c 
5652         (reflection_methodbuilder_from_method_builder):
5653         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
5654         initialize a ReflectionMethodBuilder structure.
5655         (mono_image_get_methodbuilder_token):
5656         (mono_image_get_ctorbuilder_token): New functions to emit memberref
5657         tokens which point to types in another module inside the same assembly.
5659         * reflection.c: Use the new helper functions.
5660         
5661         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
5663         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
5664         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
5666         * reflection.c (resolution_scope_from_image): Emit a moduleref if
5667         neccesary.
5669         * reflection.c (mono_image_build_metadata): Emit metadata only for the
5670         current module. Emit the manifest only for the main module.
5672         * reflection.c (mono_image_create_token): Add assertion when a 
5673         memberref needs to be created.
5675         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
5677         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
5678         larger buffer for the custom attribute blob. Fixes #50637.
5679         
5680 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5682         * threadpool.c: notify listener on async processing handles after
5683         invoking the async callback. Thanks to Zoltan.
5685 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5687         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
5688         avoid code duplication.
5690         * reflection.h (MonoDynamicImage): New type which is currently unused,
5691         but will be used through the ref.emit code in place of 
5692         MonoDynamicAssembly.
5694         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5695         object layout.
5697         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
5698         a MonoDynamicImage instead of just a MonoImage.
5699         
5700         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
5701         icalls to ModuleBuilder but keep their semantics, so they will work
5702         with moduleb->assemblyb. This will change later.
5703         
5704 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5706         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
5707         object layout.
5709         * reflection.c (mono_image_build_metadata): Avoid creation of a default
5710         main module, since it is now done by the managed code.
5712 2003-11-03  Martin Baulig  <martin@ximian.com>
5714         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
5715         `ginst->klass' here.
5716         (method_encode_methodspec): Don't use the `ginst->generic_method's
5717         klass if it's a generic instance, use `ginst->klass' in this case.
5719 2003-11-03  Martin Baulig  <martin@ximian.com>
5721         * reflection.c (mono_image_get_generic_method_param_info):
5722         Removed, use mono_image_get_generic_param_info() instead.
5723         (mono_image_get_type_info): Write the GenericParam table before
5724         the Method table.  This is neccessary because in the GenericParam
5725         table, type parameters of the class (ie. '!0' etc.) must come
5726         before the ones from its generic methods (ie. '!!0' etc).
5728 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
5730         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
5732 2003-11-02  Martin Baulig  <martin@ximian.com>
5734         * reflection.c (create_generic_typespec): Take a
5735         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
5736         the generic parameters from it.
5738 2003-11-02  Martin Baulig  <martin@ximian.com>
5740         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
5741         instead of a `MonoClassField *' since we just need the type.
5742         (create_generic_typespec): New static function.  Creates a
5743         TypeSpec token for a generic type declaration.
5744         (mono_image_get_generic_field_token): New static function.
5745         (mono_image_create_token): If we're a FieldBuilder in a generic
5746         type declaration, call mono_image_get_generic_field_token() to get
5747         the token.
5749 2003-11-02  Martin Baulig  <martin@ximian.com>
5751         * reflection.h
5752         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
5753         `MonoReflectionGenericInst *declaring_type' and
5754         `MonoReflectionGenericInst *reflected_type' fields.
5756         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
5757         `MonoReflectionGenericInst *declaring_type' and a
5758         `MonoReflectionGenericInst *reflected_type' argument instead of a
5759         single `MonoReflectionGenericInst *type' one.  Set
5760         `res->declaring_type' and `res->reflected_type' from them.
5761         (mono_reflection_inflate_field): Likewise.      
5763 2003-11-02  Martin Baulig  <martin@ximian.com>
5765         * class.c (mono_class_setup_vtable): Don't store generic methods
5766         in the vtable.  
5768 2003-11-02  Martin Baulig  <martin@ximian.com>
5770         * reflection.h (MonoReflectionGenericInst): Added
5771         `MonoReflectionType *declaring_type'.
5773         * reflection.c (mono_reflection_bind_generic_parameters): Use
5774         `if (tb->parent)' instead of `klass->parent'.
5776 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
5778         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
5779         with an empty ASSEMBLY table.
5781         * reflection.c (mono_image_build_metadata): Avoid using the same loop
5782         variable in the inner and outer loops.
5784 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
5786         * metadata.h (mono_metadata_make_token): Put parentheses around macro
5787         argument.
5789         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
5790         
5791         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
5792         icalls. Instead, do everything in managed code. This is needed since
5793         it is hard to restore the original domain etc. in unmanaged code in the
5794         presence of undeniable exceptions.
5796         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
5797         New icalls to push and pop appdomain refs.
5799 2003-10-31  Martin Baulig  <martin@ximian.com>
5801         * class.c (inflate_generic_type): Renamed to
5802         mono_class_inflate_generic_type() and made it public.
5804         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
5805         New interncall.
5807         * loader.c (mono_field_from_memberref): Also set the retklass for
5808         typespecs.
5810         * fielder.c (mono_image_get_inflated_field_token): New static
5811         method; creates a metadata token for an inflated field.
5812         (mono_image_create_token, fixup_method): Added support for
5813         "MonoInflatedField".
5814         (fieldbuilder_to_mono_class_field): New static function.
5815         (mono_reflection_inflate_field): New public function.
5817         * reflection.h
5818         (MonoReflectionGenericInst): Added `MonoArray *fields'.
5819         (MonoReflectionInflatedField): New typedef.     
5821 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
5823         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
5824         for Solaris and other platforms without s6_addr16
5826 2003-10-30  Martin Baulig  <martin@ximian.com>
5828         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
5829         argument instead of two.
5830         (mono_class_inflate_generic_signature): Likewise.
5831         (inflate_generic_header): Likewise.
5832         (mono_class_inflate_generic_method): Likewise.  In addition, if
5833         `ginst->klass' is set, it becomes the new `method->klass'.
5835         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
5836         field.
5838         * reflection.c (encode_generic_method_sig): Write a 0xa as the
5839         first byte. [FIXME]
5840         (method_encode_methodspec): If we have generic parameters, create
5841         a MethodSpec instead of a MethodRef.
5842         (fixup_method): Added support for "MonoInflatedMethod" and
5843         "MonoInflatedCtor".
5844         (mono_image_create_token): Added support for "MonoInflatedMethod"
5845         and "MonoInflatedCtor".
5846         (inflated_method_get_object): New static function; returns a
5847         managed "System.Reflection.MonoInflatedMethod" object.
5848         (mono_reflection_bind_generic_method_parameters): Return a
5849         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
5850         (mono_reflection_inflate_method_or_ctor): Likewise.
5851         (mono_image_get_generic_method_param_info): Initialize unused
5852         fields to zero.
5853         (mono_image_get_generic_param_info): Likewise.
5855         * reflection.h (MonoReflectionInflatedMethod): New public
5856         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
5857         "S.R.MonoInflatedCtor" classes.
5859         * loader.c (method_from_memberref): If we're a TypeSpec and it
5860         resolves to a generic instance, inflate the method.
5862 2003-10-28  Dick Porter  <dick@ximian.com>
5864         * object.c (mono_runtime_run_main): Convert command-line arguments
5865         into utf8, falling back to the user's locale encoding to do so.
5867 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
5869         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
5870         at this time.
5872         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
5874         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
5875         up icalls at method definition time. Partially fixes #33569.
5877 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
5879         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
5880         marshalling of arrays. Fixes #50116.
5882         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
5884         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
5885         points to a vtable in the dying appdomain.
5887         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
5888         listeners into unmanaged code inside the lock.
5890         * object.c (mono_class_vtable): Turn off typed allocation in non-root
5891         domains and add some comments.
5893 2003-10-25  Martin Baulig  <martin@ximian.com>
5895         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
5897         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
5899         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
5900         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
5901         currently parsing.  Create the generic class and store it in
5902         `generic_inst->klass' before parsing the type arguments.  This is
5903         required to support "recursive" definitions; see mcs/tests/gen-23.cs
5904         for an example.
5905         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
5906         to support recursive typespec entries.
5908         * class.c (mono_class_setup_parent): If our parent is a generic
5909         instance, we may get called before it has its name set.
5910         (mono_class_from_generic): Splitted into
5911         mono_class_create_from_generic() and mono_class_initialize_generic().
5913 2003-10-25  Martin Baulig  <martin@ximian.com>
5915         * icall.c (ves_icall_Type_BindGenericParameters): Return a
5916         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
5917         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
5918         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
5920         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
5921         (create_typespec): Likewise.
5922         (mono_reflection_bind_generic_parameters): Return a
5923         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
5924         (mono_reflection_inflate_method_or_ctor): New public function.
5926         * reflection.h (MonoReflectionGenericInst): New typedef.        
5928 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
5930         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
5931         inside the domain lock. Fixes #49993.
5932         
5933         * object.c (mono_class_vtable): When typed allocation is used, 
5934         allocate vtables in the GC heap instead of in the mempool, since the
5935         vtables contain GC descriptors which are used by the collector even
5936         after the domain owning the mempool is unloaded.
5938         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
5940         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
5941         reflect what it does. Also invalidate mempools instead of freeing
5942         them if a define is set.
5944         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
5945         of the appdomain.
5946         
5947         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
5948         hold the finalizable objects in this domain.
5950         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
5951         appdomain.
5953         * appdomain.c (mono_domain_set): New function to set the current
5954         appdomain, but only if it is not being unloaded.
5956         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
5957         appdomain which is being unloaded.
5958         
5959         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
5960         unloading of the root appdomain.
5962         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
5963         icall to execute a method in another appdomain. Intended as a 
5964         replacement for InternalSetDomain, which can confuse the code 
5965         generation in the JIT.
5967         * appdomain.c (mono_domain_is_unloading): New function to determine
5968         whenever an appdomain is unloading.
5970         * appdomain.c (mono_domain_unload): New function to correctly unload
5971         an appdomain.
5973         * assembly.c (mono_assembly_load_references): Check that an assembly
5974         does not references itself.
5976         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
5977         domain manually, it asks the finalizer thread to do it, then waits for
5978         the result. Also added a timeout.
5980         * icall.c: Register the new icalls.
5982         * threads.h threads.c: Export the mono_gc_stop_world and 
5983         mono_gc_start_world functions.
5984         
5985         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
5986         function to fill out the mempool with 0x2a.
5988 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
5990         * reflection.h (MonoReflectionMethodAux): New structure to store
5991         information which is rarely used, thus is not in the MonoMethod
5992         structure.
5994         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
5995         store the aux info.
5997         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
5998         and marshalling info into the aux structure.
6000         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
6001         from the aux structure.
6003         * loader.c (mono_method_get_param_names): Retrieve the param names from
6004         the aux structure.
6005         
6006 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
6008         * exception.h exception.c: Add AppDomainUnloadedException && fix 
6009         warning.
6011 2003-10-21  Dick Porter  <dick@ximian.com>
6013         * socket-io.c
6014         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
6015         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
6017 2003-10-21  Martin Baulig  <martin@ximian.com>
6019         * reflection.c (mono_reflection_bind_generic_parameters):
6020         `klass->parent' is NULL for interfaces.
6022 2003-10-21  Martin Baulig  <martin@ximian.com>
6024         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6026 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
6028         * exception.c (mono_exception_from_name_msg): New helper function for
6029         creating exceptions and initializing their message field.
6031         * exception.c: Simplify functions using the new helper.
6033         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
6034         New function.
6036         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
6037         mono_raise_exception, since otherwise gcc doesn't generate the function
6038         epilog for raise_exception, confusing the stack unwinding in the JIT.
6039         Fixes #45043.
6041         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
6042         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
6043         Fixes #49499.
6045 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6047         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
6048         utf8.
6050 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
6052         * icall.c: Removed GetUninitializedObject method because
6053           AllocateUninitializedClassInstance does the same.
6055 2003-10-18  Martin Baulig  <martin@ximian.com>
6057         * class.c (inflate_generic_signature): Renamed to
6058         mono_class_inflate_generic_signature() and made it public.
6059         (my_mono_class_from_generic_parameter): New static function; if we
6060         don't already have the generic parameter's MonoClass, create a
6061         very simple one which is just used internally in the runtime and
6062         not passed back to managed code.
6064         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
6066         * metadata.h (MonoMethodSignature): Moved the
6067         `MonoGenericParam *gen_params' to the MonoMethodHeader.
6068         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
6070         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
6071         ves_icall_MonoMethod_GetGenericArguments(); this is now an
6072         interncall on the MonoMethod class, not on MethodInfo.
6073         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
6074         calling mono_reflection_bind_generic_method_parameters() directly.
6076         * loader.c (mono_method_get_signature): If this is a MethodSpec;
6077         return the already computed `method->signature'.
6078         (method_from_methodspec): New static function to load a method
6079         from a MethodSpec entry.
6080         (mono_get_method_from_token): Call the new method_from_methodspec()
6081         for MethodSpec tokens.  
6082         (mono_get_method_from_token): If we're a generic method, load the
6083         type parameters.
6085         * reflection.c (mono_image_get_memberref_token): Allow
6086         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
6087         table.
6088         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
6089         (mono_image_create_token): First check whether it's a generic
6090         method (so we'd need to create a MethodSpec), then do the other
6091         two alternatives.
6092         (mono_reflection_bind_generic_method_parameters): Return a
6093         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
6094         called directly from the interncall.
6096 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
6098         * reflection.c (load_public_key): Move loading of the public key
6099         into managed code.
6101         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
6103         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
6104         fields.
6106         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
6107         culture, hash_alg and public_key. Fixes #49555.
6109 2003-10-17  Martin Baulig  <martin@ximian.com>
6111         * class.h (MonoGenericInst): Moved this declaration here and added
6112         `MonoMethod *generic_method'.
6114         * icall.c
6115         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
6116         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
6118         * metadata.c (mono_metadata_type_equal): Two types of
6119         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
6120         index; ie. don't compare the address of the `MonoGenericParam'
6121         structure.
6122         (mono_metadata_load_generic_params): Removed the `MonoMethod
6123         *method' argument.
6125         * metadata.h (MonoGenericInst): Moved declaration to class.h.
6126         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
6128         * reflection.c (method_encode_signature): Encode the number of
6129         generic parameters.
6130         (encode_generic_method_sig): New static function.
6131         (method_encode_methodspec): New static function; creates an entry
6132         in the MethodSpec table for a generic method.
6133         (mono_image_get_methodspec_token): New static function.
6134         (mono_image_create_token): Call mono_image_get_methodspec_token()
6135         for generic methods.
6136         (mono_reflection_bind_generic_method_parameters): New public
6137         function.  Instantiates a generic method.
6139 2003-10-16  Martin Baulig  <martin@ximian.com>
6141         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
6142         *gen_params' here from MonoMethodHeader.
6144         * metadata.c (mono_metadata_parse_method_signature): If we have
6145         generic parameters, initialize `method->gen_params' and then set
6146         the correct `type->data.generic_param' in all the parameters.
6148 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
6150         * threads.c (mono_threads_get_default_stacksize): New function to 
6151         return the default stacksize.
6153         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
6154         termination of the finalizer thread, since the previous method had
6155         race conditions. Fixes #49628.
6157         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
6158         as for the other managed threads.
6160 2003-10-16  Martin Baulig  <martin@ximian.com>
6162         * class.c (inflate_generic_signature): Copy `generic_param_count'
6163         and `gen_params'.
6165         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
6166         New interncall.
6168         * metadata.c (mono_metadata_parse_method_signature): Actually set
6169         the `method->generic_param_count' here.
6170         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
6172 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
6174         * object.h: Add a new field to TypedRef to simplify the implementation
6175         of the REFANY opcodes in the JIT.
6177         * icall.c: Make use of the new field.
6179         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
6180         dynamically.
6182 2003-10-15  Martin Baulig  <martin@ximian.com>
6184         * class.c (mono_class_from_gen_param): Renamed to
6185         mono_class_from_generic_parameter() and moved most of the
6186         functionality from mono_reflection_define_generic_parameter()
6187         here; ie. we create a "real" class here.
6188         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
6189         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
6190         previously been called.
6192         * class.h (MonoGenericParam): Moved the declaration of this struct
6193         here from metadata.h and added `MonoMethod *method'.
6195         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
6196         interncall.
6198         * loader.c (mono_get_method_from_token): If we have any generic
6199         parameters, call mono_metadata_load_generic_params() to read them
6200         from the MONO_TABLE_GENERICPAR.
6202         * metadata.c (mono_metadata_load_generic_params): Added
6203         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
6205         * metadata.h (MonoMethodSignature): Replaced
6206         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
6207         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
6209         * reflection.c (mono_reflection_define_generic_parameter): Moved
6210         most of the functionality into the new
6211         mono_class_from_generic_parameter(); set the `method' field if
6212         we're a method parameter.       
6214 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
6216         * marshal.c (emit_struct_conv): if native size is 0
6217         emit no code.
6219 2003-10-14  Martin Baulig  <martin@ximian.com>
6221         * icall.c: The generics API has changed in the spec since it was
6222         added to System.Type; these modifications make it match the spec
6223         again.
6224         (ves_icall_Type_GetGenericParameters): Renamed to
6225         `ves_icall_Type_GetGenericArguments'.
6226         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
6227         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
6228         `ves_icall_MonoType_get_HasGenericArguments'.
6229         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
6230         `ves_icall_MonoType_get_IsGenericParameter'.
6231         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
6232         this is no interncall anymore.
6233         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
6234         `ves_icall_TypeBuilder_get_IsGenericParameter'.
6236 2003-10-14  Martin Baulig  <martin@ximian.com>
6238         * reflection.c (mono_reflection_bind_generic_parameters): Also
6239         inflate generic methods if we're reading the class from IL.
6241 2003-10-13  Martin Baulig  <martin@ximian.com>
6243         * reflection.c (mono_reflection_define_generic_parameter): This
6244         method isn't called directly from the icall anymore; take a
6245         `MonoReflectionAssemblyBuilder *' so we can use this for type and
6246         method generic parameters.
6247         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
6248         (method_builder_encode_signature): Encode generic parameters.
6249         (mono_image_get_method_info): Write generic params to the
6250         MONO_TABLE_GENERICPARAM table.
6252         * reflection.h (MonoReflectionMethodBuilder): Added
6253         `MonoArray *generic_params'.
6255         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
6257         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
6258         wrapper for mono_reflection_define_generic_parameter().
6259         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
6261 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
6263         * marshal.h: Add missing function to fix build.
6265         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
6266         the SetLastError pinvoke attribute.
6268         * marshal.c (mono_marshal_set_last_error): New helper function called
6269         by the generated code.
6270         
6271         * marshal.c (mono_mb_emit_branch): New helper function.
6273         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
6275         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6276         classes as parameters and return values of delegates. Fixes #29256. 
6278 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
6280         * locales.c: use gint32 in non HAVE_ICU case
6282 2003-10-11  Martin Baulig  <martin@ximian.com>
6284         * mono-debug.c (mono_debug_add_method): Added a workaround for
6285         bug #48591.
6287 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
6289         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
6290         delegates passed to native code must use the STDCALL calling 
6291         convention. Fixes #35987.
6293 2003-10-10  Martin Baulig  <martin@ximian.com>
6295         * class.c (inflate_generic_type): If we're inflating for a generic
6296         type instance (and not for a generic method), return
6297         MONO_TYPE_MVAR unchanged.
6299 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6301         * string-icalls.c: Join ignores null strings in the source array.
6302         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
6303         * threads.c: GetAvailableTheads is slightly more accurate.
6305 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
6307         * threads.h threads.c : add mono_threads_set_default_stacksize
6308         and pass default to CreateThread calls.
6310 2003-10-09  Dick Porter  <dick@ximian.com>
6312         * icall.c:
6313         * locales.h:
6314         * locales.c: Internal calls for constructing CultureInfo and
6315         related objects from libicu (if its available.)
6317 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
6319         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
6321 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6323         * threadpool.c: added an argument to async_invoke_thread that is the
6324         item to process, pass the MonoAsyncResult to the thread start function
6325         when creating a new thread. This way we don't need to acquire any lock
6326         when we're creating a new thread. Readded a semaphore for faster
6327         response times (instead of that Sleep i added).
6329 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
6331         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
6332         get daylight change dates better on Windows, fix handling
6333         of platforms without tm_gmtoff.
6335 2003-10-06  Martin Baulig  <martin@ximian.com>
6337         * class.c (inflate_generic_method): Renamed to
6338         mono_class_inflate_generic_method() and made public.
6339         (mono_class_init): Don't inflate the generic methods here.
6340         (mono_class_from_generic): Added `gboolean inflate_methods'
6341         argument.  Inflate the methods here.
6343         * loader.c (mono_method_get_param_names): Ignore instances of
6344         generic types for the moment.
6346         * reflection.c (fixup_method): Added support for inflated methods.
6347         (mono_image_create_token): Use mono_image_get_methodref_token()
6348         for inflated methods.
6349         (mono_custom_attrs_from_param): Ignore instances of generic types
6350         for the moment.
6351         (mono_reflection_bind_generic_parameters): New public function.
6352         Moved all the functionality from
6353         ves_icall_Type_BindGenericParameters() here and added support for
6354         dynamic types.
6355         (mono_reflection_define_generic_parameter): Initialize
6356         `klass->methods' here.
6358         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
6359         functionality into mono_reflection_define_generic_parameter().
6360         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
6361         TypeBuilder, return that TypeBuilder.
6363 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6365         * appdomain.c: removed mono_delegate_semaphore.
6367         * threadpool.c:
6368         (mono_thread_pool_add): moved hash table creation inside and the thread 
6369         creation outside of the critical region.
6370         (mono_thread_pool_finish): removed obsolete code.
6371         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
6372         continue or exit the thread depending on the queue.
6374 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
6376         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
6377         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
6378         handle more bool marshalling options
6380 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
6382         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
6383         arrays of structs. Also add a more descriptive error message when
6384         a structure member is marshalled as LPArray.
6386 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
6388         * marshal.c (mono_marshal_get_native_wrapper): Add support for
6389         marshalling arrays of complex types. Fixes #29098. Also remove an
6390         usused and incomplete function.
6392 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
6394         * gc.c: report heap_size - free_bytes as total memory allocated
6395         (bug#49362).
6397 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
6399         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
6400         fix timezone handling problems on Windows.
6401         
6402         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
6403         asserts when the year is outside the range handled by ms the functions.
6405         * class.c (setup_interface_offsets): If the class is an interface,
6406         fill out its interface_offsets slot.
6408 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6410         * threadpool.c: mark threadpool threads as background.
6412 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
6414         * decimal.c - define DECINLINE to nothing if not using GCC
6416 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
6418         * assembly.c: More refcount fixes.
6420 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6422         * string-icalls.c: if we're not trimming, return the same string.
6423         When not splitting, don't create a new string.
6425 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6427         * image.c:
6428         (mono_image_open): increment the ref_count inside the critical section.
6430 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
6432         * image.c (mono_image_open): Fix reference counting bug.
6434 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
6436         * marshal.c (mono_marshal_type_size) struct alignment changed for 
6437         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
6438         64bits. Avoid leak in mono_marshal_get_native_wrapper when
6439         mono_lookup_pinvoke_call throws.        
6441 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
6443         * reflection.c (mono_reflection_parse_type): Fix #49114.
6445         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
6446         temporary workaround for cygwin header problem.
6448         * object.c (mono_object_isinst): Synchronize this with the code
6449         generated by the JIT for casts.
6451 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
6453         * reflection.c (encode_type): Fix #38332.
6455 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
6457         * marshal.c (mono_marshal_method_from_wrapper): New function to return
6458         the original method from the wrapper method.
6460 2003-09-25  Martin Baulig  <martin@ximian.com>
6462         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
6463         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
6464         (ves_icall_Type_get_IsGenericInstance): New interncall.
6466 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
6468         * object.c: fix cast warning in big endian code.
6470 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
6472         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
6473         
6474 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6476         * assembly.c: don't call check_env from mono_assembly_load. It's
6477         already done once in mono_assemblies_init and may cause headaches when
6478         multiple threads are loading assemblies.
6480 2003-09-19  Martin Baulig  <martin@ximian.com>
6482         * reflection.c (mono_reflection_define_generic_parameter): Don't
6483         allocate `klass->methods', set `klass->flags' to
6484         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
6486 2003-09-18  Martin Baulig  <martin@ximian.com>
6488         * class.c (mono_class_init): Don't create `class->methods' if it's
6489         already initialized.
6491         * metadata.c (mono_metadata_load_generic_params): Make this
6492         actually work.
6494         * reflection.c (mono_reflection_define_generic_parameter): Set
6495         parent class and interfaces from the constraints.
6497         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
6498         to keep this struct in sync with the declaration in TypeBuilder.cs.
6500 2003-09-17  Martin Baulig  <martin@ximian.com>
6502         * metadata.h (MonoType): Replaced the data's `int type_param'
6503         field with `MonoGenericParam *generic_param'.
6504         (MonoGenericParam): Added `MonoClass *klass'.
6506         * class.c (mono_class_from_gen_param): Removed the
6507         `MonoImage *image' and `int type_num' arguments.
6509         * metadata.c (mono_metadata_parse_generic_param): New static
6510         method; creates a MonoGenericParam which just contains the index.
6511         (do_mono_metadata_parse_type): Call
6512         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
6513         MONO_TYPE_MVAR.
6515         * reflection.c (mono_image_typedef_or_ref): Generic type
6516         parameters may be in the same assembly, but never use a typedef
6517         for them.
6518         (mono_reflection_define_generic_parameter): We're now creating a
6519         "real" class for the type parameter; it's now safe to call
6520         mono_class_from_mono_type() on the class'es type, it'll do the
6521         right thing.
6523 2003-09-16  Martin Baulig  <martin@ximian.com>
6525         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
6526         `symfile->range_entry_size' and `symfile->class_entry_size' here;
6527         the `symfile' data structure must be fully initialized before it
6528         gets added to the table.
6530 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
6532         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
6534         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
6535         class init trampolines.
6537 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
6539         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
6540         to the built-in profiler to turn off time and allocation profiling
6541         respectively.
6543 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
6545         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
6546         g_direct_equal.
6548         * debug-helpers.c (mono_method_full_name): Print the wrapper type
6549         in human readable form.
6551 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
6553         * reflection.c icall.c: Fixed warnings.
6555         * image.c (load_class_names): Use a temporary hash table to hold the
6556         namespaces in order to avoid doing many string comparisons.
6558         * image.h: Fix typo.
6560         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
6561         Pass NULL instead of g_direct_equal to the GHashTable constructor 
6562         since the NULL case is short-circuited inside g_hash_table_lookup, 
6563         leading to better performance.  
6565         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
6566         obtain the first custom attribute for a given index. Depends on the
6567         CustomAttribute table being sorted by the parent field.
6569         * reflection.c (mono_custom_attrs_from_index): Use the new function 
6570         for better performance.
6572 2003-09-07  Martin Baulig  <martin@ximian.com>
6574         * class.c (mono_class_init): If we're a generic instance, inflate
6575         all our methods instead of loading them from the image.
6576         (mono_class_from_generic): Set `class->methods = gklass->methods'.
6578 2003-09-07  Martin Baulig  <martin@ximian.com>
6580         * mono-debug-debugger.c: Added support for constructors.
6582 2003-09-06  Martin Baulig  <martin@ximian.com>
6584         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
6585         New interncall.
6587         * reflection.c (mono_reflection_setup_generic_class): Call
6588         ensure_runtime_vtable() to create the vtable.
6590 2003-09-05  Martin Baulig  <martin@ximian.com>
6592         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
6593         MONO_TYPE_MVAR.
6595 2003-09-04  Martin Baulig  <martin@ximian.com>
6597         * reflection.c (mono_reflection_define_generic_parameter): Generic
6598         parameters start with zero.
6600 2003-09-04  Martin Baulig  <martin@ximian.com>
6602         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6604         * reflection.h (MonoReflectionGenericParam): New typedef.
6605         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
6606         the generic parameters from the managed TypeBuilder.
6608         * reflection.c (mono_reflection_define_generic_parameter): New function.
6609         (mono_reflection_create_runtime_class): Encode generic parameters.
6610         (mono_reflection_setup_generic_class): New function; this is
6611         called after adding adding all generic params to the TypeBuilder.
6612         (encode_type): Added MONO_TYPE_VAR.
6614 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
6616         * class.h class.c (mono_class_needs_cctor_run): Moved this method
6617         here from the JIT.
6619         * assembly.h assembly.c: Moved the AOT loading code into an assembly
6620         load hook.
6622 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
6624         * reflection.h reflection.c class.h class.c: Delete duplicate 
6625         definition of mono_type_get_name () from reflection.c and export the
6626         one in class.c.
6628         * class.c: Class loading fixes from Bernie Solomon 
6629         (bernard@ugsolutions.com).
6631         * reflection.c: Endianness fixes from Bernie Solomon 
6632         (bernard@ugsolutions.com).
6633         
6634 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
6636         * assembly.h assembly.c: Define a file format version for AOT
6637         libraries.
6638         
6639         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
6641         * appdomain.h (MonoJitInfo): New field to determine whenever the
6642         code is domain neutral.
6643         
6644 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
6646         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
6648 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
6650         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
6651         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
6652         Avoid caching the result since strings must be domain specific. Fixes
6653         #48050.
6655 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
6657         * marshal.c (mono_marshal_init): Make this callable multiple times
6658         since it is hard to find a correct place to call it.
6660         * object.c (mono_runtime_class_init): Execute static constructors in
6661         the correct appdomain.
6663         * image.c (build_guid_table): Handle the case when multiple images have
6664         the same GUID.
6666 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6668         * icall.c: added a couple of icalls for System.Web.
6670 2003-08-28  Martin Baulig  <martin@ximian.com>
6672         * icall.c (ves_icall_Type_BindGenericParameters): Use
6673         `klass->generic_inst' instead of `&klass->byval_arg' in the
6674         mono_type_get_object() call.  The returned type must be
6675         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
6677 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
6679         * NOTES: New file.
6681         * object.c (mono_class_proxy_vtable): Make it thread safe.
6683         * pedump.c: Fix warning.
6685         * object.c appdomain.h: Get rid of metadata_section. 
6686         It is no longer needed and it was causing deadlocks with domain->lock.
6688         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
6690 2003-08-26  Martin Baulig  <martin@ximian.com>
6692         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
6694 2003-08-26  Martin Baulig  <martin@ximian.com>
6696         * pedump.c (main): Call mono_metadata_init(),
6697         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
6698         and mono_loader_init().
6700 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
6702         * loader.h: Add missing include to fix build.
6704         * image.h: mono_image_load_references is no more.
6706         * assembly.c: Reworked assembly loading to make it really thread safe.
6707         After these changes, the assembly returned by mono_assembly_open is
6708         fully initialized, i.e. all its references assemblies are loaded.
6710         * assembly.c (mono_image_load_references): Renamed to 
6711         mono_assembly_load_references, and made private, since clients no
6712         longer need to call it.
6714         * class.c: Removed calls to mono_assembly_load_references, since it was
6715         a source of deadlocks.
6717         * loader.h loader.c class.h class.c: Protect data structures using a 
6718         new lock, the loader lock.
6720         * class.c (mono_class_setup_vtable): Create temporary hash tables and
6721         GPtrArrays only when needed.
6723         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
6724         into empty structures by mcs. Fixes pinvoke7.cs.
6725         
6726         * domain.c (mono_init): Call a new initialization function.
6728         * appdomain.c (mono_runtime_init): Call the new initializer function
6729         of the marshal module.
6731         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
6732         inserted into empty structures by mcs. Fixes pinvoke7.cs.
6734         * marshal.h marshal.c: Added locks around the wrapper caches to make
6735         this module thread safe.
6737         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
6738         this argument. Fixes pinvoke1.exe.
6740 2003-08-25  Lluis Sanchez <lluis@ximian.com>
6742         * object.h: Added call_type field to MonoMethodMessage and the corresponding
6743         enumeration of values. Removed fields to store remote call output values in
6744         MonoAsyncResult. Not needed any more.
6745         * object.c: Initialize call_type and async_result fields in mono_message_init.
6746         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
6747         dispatching the message.
6748         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
6749         async call to finish. To do it use a message with EndInvoke call type.
6751 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
6753         * loader.h loader.c (mono_method_hash_marhal_info): New function which
6754         determines whenever a method has marshalling info.
6756 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6758         * assembly.c: fix the build on windows.
6760 2003-08-22 Lluis Sanchez <lluis@ximian.com>
6762         * object.cs: Fixed bug #47785.
6764 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
6766         * string-icalls.c (StringReplace): If their are no occurances of
6767         the old string found return a reference to the supplied
6768         string. This saves some memory and matches MS behavoir.
6769         
6770 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6772         * socket-io.c: fixed compilation for systems that define AF_INET6
6773         and don't define SOL_IP/SOL_IPV6.
6775 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
6777         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
6778         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
6780         * rawbuffer.c rawbuffer.h: Make this module thread safe.
6782         * domain.c: Make this module thread safe.
6784         * domain.c (mono_init): Call new initialization function.
6786         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
6787         reference types too. Fixes #38812.
6789         * image.c (mono_image_init): Fixed warnings.
6791         * class.c (mono_class_from_typeref): Handle assembly load failure
6792         correctly.
6794         * appdomain.c (add_assemblies_to_domain): Handle the case when
6795         the references of an assembly are not yet loaded.
6797         * metadata.c image.c assembly.c: Moved initialization of global
6798         variables to a separate function called at startup since lazy 
6799         initialization of these variables is not thread safe.
6800         
6801         * image.c assembly.c: Made this module thread safe by adding locks in 
6802         the appropriate places.
6804         * domain.c (mono_init): Call the new initialization functions of the
6805         three modules.
6807 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
6809         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
6810           make a direct call. It is proxy's work to make the call asynchronous.
6811           mono_delegate_end_invoke(): If the targe is a proxy, just collect
6812           the return values.
6813         * object.cs: mono_method_call_message_new(): read AsyncResult and
6814           state object from parameters list, if this info is requested.
6815         * object.h: Added fields to store remote call output values in
6816           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
6818 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
6820         * object.h: add needed fields to MonoThread.
6821         * threads.c, threads.h: allow registering a function to cleanup data
6822         allocated per thread by the JIT.
6824 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
6826         * loader.h: portability fix by Bernie Solomon
6827         * <bernard@ugsolutions.com>.
6829 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
6831         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
6832         return a MonoArray. This simplifies the code and also ensures that
6833         the cache allways contains an object reference as a value.
6835         * icall.c (ves_icall_get_parameter_info): Simplified using the new
6836         function.
6838 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6840         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
6841         fixes a problem with byte ordering when getting the address family for
6842         a socket.
6844 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
6846         * .cvsignore: Added monosn.
6848         * reflection.h reflection.c loader.c: Added support for parameter
6849         marshalling to dynamically created types. Fixes #47295.
6851 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
6853         * rand.c: remove useless warnings.
6855 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
6857         * class.c: implemented ldtoken for methods and fieldrefs.
6859 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6861         * threadpool.c: when mono_async_invoke was called, no one took care of
6862         monitoring the queue. So if the method invoked took some time and we
6863         got new async invoke requests after 500 ms (the thread created waited
6864         that long in WaitForSingleObject), the new async invoke was not called
6865         until the previous one finished.
6867         This is fixed now. Thanks to Totte for helping with it.
6869 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6871         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
6873 2003-08-11  Martin Baulig  <martin@ximian.com>
6875         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
6877 2003-08-06  Martin Baulig  <martin@ximian.com>
6879         * mono-debug-debugger.c: Added support for static fields,
6880         properties and methods.
6882 2003-08-06  Martin Baulig  <martin@ximian.com>
6884         * mono-debug-debugger.c: Don't store the MonoString's vtable to
6885         make this work for applications with multiple application domains.
6887 2003-08-04  Martin Baulig  <martin@ximian.com>
6889         * mono-debug-debugger.c: Completely reworked the type support; the
6890         most important thing is that we're now just using one single
6891         `MonoType' instance per type.
6893 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
6895         * mono-endian.h, mono-endian.c, icall.c: Added icall
6896         ves_icall_System_Double_AssertEndianity to assert double word endianity
6897         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
6899 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
6901         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
6902         support, icalls and fixes.
6904 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
6906         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
6907         classes that are a punctuation character in .NET is not the same a
6908         g_unichar_ispunct.
6910 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
6912         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
6914 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
6916         * icall.c: Add new MemCopy internalcall.
6917         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
6918         Simplified code; It is not necessary to handle all the cases here,
6919         as the C# code takes care of it.  Only handle the case of the name
6920         resource embedded into the assembly.
6922         Changed signature to return the data pointer and the size of the
6923         data. 
6925 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
6927         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
6928         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
6930 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
6932         * socket-io.c: ignore EINTR error in select.
6934 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
6936         * class.h, class.c: removed unused subclasses field in MonoClass.
6938 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
6940         * icall.c: improve fix of get_base_definition(). If the parent class
6941           doesn't have the mehod, look at the parent of the parent.
6942         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
6943           to check if a parameter is an in or out parameter
6944           (PARAM_ATTRIBUTE_IN is not set by default).
6945           mono_method_return_message_restore(): Use mono_class_value_size to
6946           get the size of a value type. mono_type_stack_size (parameterType)
6947           does not return the correct value if parameterType is byRef.
6948           mono_load_remote_field(), mono_load_remote_field_new(),
6949           mono_store_remote_field(), mono_store_remote_field_new():
6950           raise exception if the remote call returns an exception.
6952 2003-07-28  Martin Baulig  <martin@ximian.com>
6954         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
6955         method.  This is a wrapper around mono_runtime_invoke() which
6956         boxes the instance object if neccessary.
6958 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
6960         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
6961         metadata.h, row-indexes.h, verify.c: first cut of generics support.
6963 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
6965         * icall.c: disable mcs bug workaround.
6967 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
6969         * object.c (mono_runtime_class_init): Take the metadata_section
6970         mutex before obtaining the domain mutex.
6972         * appdomain.h: Added definition of metadata_section mutex here. 
6974         * object.c: define metadata_mutex here.
6976 2003-07-24  Ravi Pratap  <ravi@ximian.com>
6978         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
6979         fixed.
6981 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
6983         * reflection.c: Fix bug #46669
6985 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6987         * exception.c:
6988         * exception.h:
6989         * icall.c:
6990         * object.h: fill in the type name for TypeLoadException.
6992 2003-07-23  Ravi Pratap  <ravi@ximian.com>
6994         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
6995         relationship between TypeBuilders while compiling corlib) and bug
6996         45993 (Array types returned from the runtime while compiling
6997         corlib were from the loaded corlib).
6999 2003-07-22  Martin Baulig  <martin@ximian.com>
7001         * mono-debug-debugger.c: Reworked the type support a bit more;
7002         distinguish between types and classes.
7004 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
7006         * icall.c: add IsArrayImpl icall.
7008 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
7010         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
7011         initializing real_size only once. Also fix bug #46602.
7013 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
7015         * object.c: Renamed mono_metadata_section to metadata_section.
7017 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
7019         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
7020           empty array if the type is an array. Fixed.
7021           ves_icall_MonoMethod_get_base_definition: if the base method
7022           is abstract, get the MethodInfo from the list of methods of
7023           the class.
7024         * reflection.c: ParameterInfo.PositionImpl should be zero-based
7025           and it was 1-based. Fixed in mono_param_get_objects.
7027 2003-07-20  Martin Baulig  <martin@ximian.com>
7029         * mono-debug.h: Set version number to 31.
7030         (mono_debug_init): Added `MonoDomain *' argument.
7032         * mono-debug-debugger.c: Reworked the type support; explicitly
7033         tell the debugger about builtin types; pass the `klass' address to
7034         the debugger.
7036 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
7038         * image.c: Allow new metadata tables to be loaded without a
7039         warning. Also update the warning message to give the new constant value.
7040                 
7041 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
7043         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
7044         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
7045         array type representation changes.
7047 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7049         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
7050         on Environment.Exit () call.
7052 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7054         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
7055         requires a matching corlib.
7057 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7059         * Changelog: My editor decided to add a CR to each line. Sorry about that.
7060           Committed again without the CRs.
7061         
7062 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7064         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
7065           getting it from the "this" socket instance. Did not work
7066           if the socket is a subclass of Socket.
7067           Also fixed bug #35371.
7069 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7071         * metadata.c: fixed size for TypedByRef.
7072         * loader.c: when searching for a method, consider the vararg amrker.
7073         * unicode.c, decimal.c: constify some arrays.
7075 2003-07-15  Dick Porter  <dick@ximian.com>
7077         * socket-io.c: Fixed compilation for gcc < 3.2.
7079         Fixed compilation for machines that don't have AF_INET6 (thanks to
7080         Bernie Solomon <bernard@ugsolutions.com> for that part.)
7082         Fixed compile warnings.
7083         
7084         Fixed formatting and line endings.
7086 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
7088         * socket-io.h:
7089         * socket-io.c: Added IPv6 support.
7091 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
7093         * class.c (mono_class_is_assignable_from): New function to implement
7094         the is_assignable_from logic. Used by mono_object_isinst, 
7095         Type::IsAssignableFrom () and the interpreter.
7097         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
7098         Object, even interfaces.
7099         
7100         * object.c (mono_object_isinst): Implement in terms of 
7101         is_assignable_from.
7103         * icall.c (ves_icall_type_is_assignable_from): New icall.
7105 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
7107         * domain.c (foreach_domain): fix compiler warning.
7109 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
7111         * image.c (load_metadata_ptrs): use g_strndup because strndup is
7112         not available on all plattforms
7114 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
7116         * image.h image.c: Store the metadata version string in MonoImage.
7117         * icall.c: New icall to retrieve the image version.
7118         * reflection.c (create_dynamic_image): Fill in the image version field
7119         * reflection.c (build_compressed_metadata): Use the image version
7120         from the image structure.
7122 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7124         * appdomain.c: modified comment.
7125         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
7126         That will be its last iteration when mono_gc_cleanup is called from
7127         mono_runtime_cleanup and before the domain is unloaded.
7129         Fixes bug #45962.
7131 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
7133         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
7134         attributes.
7136 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7138         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
7139         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
7140         Bernie Solomon <bernard@ugsolutions.com>.
7142 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7144         * object.c, object.h: provide mono_object_new_fast() for faster
7145         allocation in some special cases.
7147 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
7149         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
7150         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
7152 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
7154         * threadpool.c: fix leaks.
7156 2003-07-01  Dick Porter  <dick@ximian.com>
7158         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
7159         using MonoGHashTables.  Fixes threadpool bug posted to list.
7161 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7163         * image.h, image.c: added support to load an assembly from a byte array.
7164         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
7165         assembly bundle support.
7167 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
7169         * threadpool.c (mono_thread_pool_add): keep a reference to the
7170         AsyncResult to prevent GC
7172 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7174         * class.c: leak fix.
7176 2003-06-25  Dick Porter  <dick@ximian.com>
7178         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
7179         for the async object, the WaitHandle object will close the handle.
7180         Fixes bug 45321.
7182 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7184         * class.c: in mono_array_class_get (), lookup from the hash with the
7185         same type we insert: this works around a bug in
7186         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
7187         lluis. The real fix will have to wait for after the release.
7189 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7191         * icall.c: fix memory leak when getting type members.
7193 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7195         * reflection.c: added more pubtoken special cases.
7197 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
7199         * class.c: handle field offset correctly when class size
7200         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
7202 2003-06-20  Martin Baulig  <martin@ximian.com>
7204         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
7205         *image' field.
7207 2003-06-20  Martin Baulig  <martin@ximian.com>
7209         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
7211 2003-06-20  Martin Baulig  <martin@ximian.com>
7213         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
7214         just distinguish between variables in registers and variables at
7215         an offset relative to a register.
7217 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7219         * icall.c: #ifdef out latest changes until mcs is fixed.
7221 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7223         * icall.c: return members in metadata order.
7225 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7227         * icall.c: avoid infinite loop in GetTimeZoneData.
7229 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
7231         * icall.c: added Marshal.Prelink/All icalls.
7233 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
7235         * object.c, object.h: fix warnings and do some overflow checking
7236         when creating arrays.
7238 2003-06-17  Dick Porter  <dick@ximian.com>
7240         * file-io.h:
7241         * file-io.c: File attributes need to be tweaked slightly when
7242         passed from the managed to the w32 world.
7244 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7245         * profiler.h profiler-private.h profiler.c: Rework last patch
7246         based on suggestion by Paolo.
7247         
7248 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
7250         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
7251         instruction level coverage data collection.
7252         * profiler.h profiler.c (: Added new callback function which can be
7253         used by the profiler to limit which functions should have coverage
7254         instrumentation.
7255         * profiler.c (mono_profiler_load): Call g_module_build_path to
7256         generate the file name of the profiler library.
7258 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7260         * profiler.c, profiler.h, profiler-private.h: added basic block 
7261         coverage profiling API.
7263 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
7265         * reflection.c (mono_reflection_create_runtime_class): Add support
7266         for events in dynamically generated code.
7268         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
7269         not allocated.
7271 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7273         * icall.c: when getting timezone info, return reasonable values if we
7274         can't get the actual data.
7276 2003-06-14  Dick Porter  <dick@ximian.com>
7278         * threads.c (start_wrapper): Remove the reference to the thread
7279         object in the TLS data, so the thread object can be finalized.
7280         This won't be reached if the thread threw an uncaught exception,
7281         so those thread handles will stay referenced :-( (This is due to
7282         missing support for scanning thread-specific data in the Boehm GC
7283         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
7285 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
7287         * reflection.c: ensure streams and tables are first allocated with
7288         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
7290 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7292         * icall.c: fixed GetElementType for byrefs (bug# 44792).
7294 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
7296         * reflection.c (mono_reflection_create_runtime_class): Add support for
7297         properties to dynamically created classes.
7298         * reflection.c: Fix a few places where non-MonoObjects were inserted
7299         into the tokens hashtable.
7301 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7303         * object.c: some support to handle out of memory exceptions.
7305 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
7307         * marshal.c (mono_marshal_get_native_wrapper): support reference
7308         return types
7310 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7312         * object.h, object.c: more portability stuff from Bernie Solomon.
7313         Unexport mono_object_allocate(). Added mono_object_unbox ().
7314         Set exitcode when an unhandled exception is thrown.
7316 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
7318         * marshal.c (mono_marshal_get_native_wrapper): use custom
7319         marshaler for return types.
7321 2003-06-10  Dick Porter  <dick@ximian.com>
7323         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
7324         ip_mreq is available
7326 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
7328         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
7329         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
7330         by Bernie Solomon <bernard@ugsolutions.com>.
7332 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
7334         * gc.c (mono_gc_init): Avoid error message on shutdown when
7335         GC_DONT_GC=1 is used.
7337         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
7338         New icall to return the GUID of a module.
7340 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
7342         * class.c: ensure instance size always includes the parent's size
7343         even whem class size is set explicitly (fixes bug#44294).
7345 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7347         * profiler.h, profiler.c: made the simple profiler thread-safe,
7348         get more accurate timing info. Allow the loading of an
7349         externally-developed profiler module.
7351 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
7353         * marshal.c (mono_marshal_get_native_wrapper): improved
7354         class/byref arguments.
7355         (mono_marshal_get_native_wrapper): better string marshaling support.
7357 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
7359         * class.c: ensure .pack and .size are handled correctly and
7360         simplified layout of static fields.
7362 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
7364         * appdomain.c
7365         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
7367         * loader.c (mono_lookup_pinvoke_call): look for modules in the
7368         current directory (fix bug 44008)
7370 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
7372         * marshal.c (mono_marshal_get_native_wrapper): started support for
7373         custom marshalers.
7374         (mono_delegate_to_ftnptr): consider marshalling specifications
7376 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
7378         * reflection.c, reflection.h: emit custom marshal info.
7380 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7382         * object.c: free the GError.
7383         * icall.c: added CloseEvent_internal.
7384         * threads.[ch]:
7385         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
7386         call.
7388 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
7390         * loader.c (mono_method_get_signature): Add support for dynamic
7391         assemblies.
7393 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
7395         * reflection.c: fixed bug #43905.
7397 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
7399         * class.c, domain.c, icall.c, metadata.h, object.h: support for
7400         handling TypedReference and ArgIterator.
7401         * loader.c, loader.h: added function to get signature at call site.
7403 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7405         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
7406         data readonly. Buglets and warning fixes. Some MethodSpec support.
7408 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7410         * class.h, class.c, object.c: remove relative numbering support.
7412 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
7414         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
7415         free the string, until we get a chance to fix Gtk#
7417 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7419         * marshal.c: revert last patch.
7421 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
7423         * icall.c: updates for new mono_class_vtable() not calling
7424         the type constructor anymore.
7426 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
7428         * object.h, object.c: separate vtable creation from type
7429         initialization. Make running the .cctor thread safe.
7431 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
7433         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
7435 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
7437         * loader.c (mono_get_method): consider calling convention
7439 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
7441         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
7442         to return the invisible global type for a module.
7444         * reflection.c (mono_image_build_metadata): Emit global fields too.
7446 2003-05-20  Peter Williams  <peterw@ximian.com>
7448         * loader.c (mono_lookup_internal_call): Add a few newlines.
7450 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
7452         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
7453         literal strings.
7455         * appdomain.c (set_domain_search_path): Recalculate search path when
7456         AppDomainSetup.PrivateBinPath changes.
7458         * object.c (mono_class_compute_gc_descriptor): It turns out some
7459         parts of the class libs (like System.Thread) holds pointers to
7460         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
7461         to treat native int a pointer type here.
7462         
7463 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
7465         * appdomain.h, domain.c: add hashtable for jump target resolution.
7467 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
7469         * reflection.h reflection.c icall.c: Added new icalls 
7470         GetManifestResourceInfoInternal, GetModulesInternal and support
7471         infrastructure.
7473 2003-05-16  Dick Porter  <dick@ximian.com>
7475         * icall.c:
7476         * file-io.h:
7477         * file-io.c: Implement System.IO.MonoIO::GetTempPath
7479 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
7481         * object.c: mono_store_remote_field: little fix to previous patch.
7483 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7485         * class.c: add constructors to array classes.
7486         * icall.c: special case array construction for InternalInvoke (),
7488 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
7490         * class.h class.c reflection.c object.c: Added support for field
7491         defaults in dynamically generated classes.
7493 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
7495         * reflection.c: properly encode charset for ddlimport.
7497 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
7499         * threads.c: allow compiling without GC.
7501 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
7503         * appdomain.h, object.c, object.h, threads.c, threads.h: added
7504         handling of thread static data.
7506 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7508         * reflection.h, reflection.c: added mono_custom_attrs_free ().
7510 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
7512         * class.c (mono_array_class_get): always set the serializable flags
7513         (mono_array_class_get): always set the SEALED attribute for array types
7515 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
7517         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
7518         attributes (fix for bug 42021).
7520 2003-05-12  Dick Porter  <dick@ximian.com>
7522         * gc.c: Don't run finalizers when the finalizer thread is
7523         finishing up, because the default domain has already been
7524         destroyed.
7526 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
7528         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
7529         value is null, we should throw an exception.   This is slightly
7530         different than the other conventions used for the constructor.
7532 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7534         * socket-io.c: fixed windows build.
7536 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7538         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
7540 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
7542         * object.c (mono_string_new_wrapper): Compatibility fix for MS
7543         compilers.
7545 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
7547         * class.c (mono_class_layout_fields): Add experimental GC aware
7548         auto layout facility. Requires class library changes to work correctly.
7550         (mono_class_setup_vtable): Avoid overriding explicit interface
7551         method implementations. Fixes iface3.exe test.
7553         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
7554         object reference.
7555         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
7556         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
7558         * metadata.h: Add new type classification macro which determines
7559         whenever the type holds an object reference.
7561 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
7563         * marshal.c (mono_marshal_get_native_wrapper): cleanups
7565 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
7567         * gc.c (finalizer_thread): Work around a GC bug.
7569 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
7571         * marshal.c (emit_struct_conv): allow unions
7573         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
7575 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
7577         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
7579 2003-05-06  Martin Baulig  <martin@ximian.com>
7581         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
7583 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7585         * socket-io.c:
7586         (Select_internal): allow NULLs, don't create arrays if not needed.
7587         Coupled with Socket.cs changes.
7589         * threadpool.c:
7590         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
7591         register a finalizer for it that will close the semaphore handle. This
7592         fixes the leak and make Lupus' test run with > 4080 loops.
7594 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
7596         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
7597         Jerome Laban (bug #42287)
7599 2003-05-02  Martin Baulig  <martin@ximian.com>
7601         * debug-mono-symfile.h
7602         (MonoSymbolFile): Moved declaration into mono-debug.h.
7603         (MonoDebugMethodJitInfo): Likewise.
7604         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
7605         argument.
7606         (_mono_debug_address_from_il_offset): Take a
7607         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
7609         * mono-debug.h
7610         (MonoDebugDomainData): New struct.
7611         (mono_debug_get_domain_data): New function.
7612         (mono_debug_add_method): Take an additional `MonoDomain *'
7613         argument.
7614         (mono_debug_source_location_from_address): Likewise.
7615         (mono_debug_il_offset_from_address): Likewise.
7616         (mono_debug_address_from_il_offset): Likewise.
7618 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
7620         * reflection.c: one more check for null type in custom attrs.
7622 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7624         * reflection.c: avoid warning (comparison is always false due to limited
7625         range of data type).
7627 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7629         * icall.c: throw an exception in Type.GetField if the argument 'name'
7630         is NULL.
7632 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
7634         * reflection.c: fixed handling of enums in named arguments to custom
7635         attributes (bug #42123).
7637 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
7639         * reflection.c: use the right array element type and handle
7640         a null for a Type argument, too.
7642 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
7644         * reflection.c: handle arrays as arguments to custom attributes.
7646 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7648         * reflection.c: handle a string value in a custom attr
7649         ctor that takes an object.
7651 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
7653         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
7654         (fix bug #42063)
7656 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
7658         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
7660 2003-04-27  Martin Baulig  <martin@ximian.com>
7662         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
7663         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
7664         MONO_DEBUGGER_EVENT_BREAKPOINT.
7665         (mono_breakpoint_trampoline_code): Removed.
7666         (mono_debugger_event_handler): The last argument is now a
7667         `guint32'.
7668         (mono_debugger_insert_breakpoint_full): Removed the
7669         `use_trampoline' argument.
7670         (mono_debugger_method_has_breakpoint): Likewise.
7671         (mono_debugger_trampoline_breakpoint_callback): Renamed to
7672         mono_debugger_breakpoint_callback(); take the method and
7673         breakpoint number as arguments.
7675 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
7677         * metadata.c: fix off by one when loading parameters attributes.
7679 2003-04-24  Martin Baulig  <martin@ximian.com>
7681         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
7683 2003-04-24  Martin Baulig  <martin@ximian.com>
7685         * mono-debug-debugger.c: Moved all code which interacts with the
7686         Mono Debugger here.
7688         * debug-mono-symfile.c: This code now just deals with the symbol
7689         file itself, the debugger code is now in mono-debug-debugger.c.
7691 2003-04-23  Martin Baulig  <martin@ximian.com>
7693         * mono-debug.c (mono_debug_source_location_from_il_offset):
7694         New method; like mono_debug_source_location_from_address(), but
7695         takes an IL offset instead of a machine address.
7697 2003-04-23  Martin Baulig  <martin@ximian.com>
7699         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
7700         `line' field; this is now computed by the debugger.
7702 2003-04-23  Martin Baulig  <martin@ximian.com>
7704         * mono-debug.[ch]: New files.  This is the new debugging interface.
7706         * mono-debug-debugger.[ch]: New files.  Moved all code which
7707         interacts with the Mono Debugger here.
7709 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
7711         * domain.c (mono_init): initialize mono_defaults.monitor_class
7713 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
7715         * reflection.c (method_encode_code): Add a spicy exception to help
7716         future compiler authors.
7718 2003-04-21  Martin Baulig  <martin@ximian.com>
7720         * icall.c
7721         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
7722         Make this work with relative pathnames; g_filename_to_uri() needs
7723         an absolute filename.
7725 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
7727         * icall.c: Track name changes in Object and ValueType.
7729 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
7731         * metadata.c (mono_type_stack_size): size should be a multiple of
7732         sizeof (gpointer)
7734 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7736         * gc.c:
7737         (internal_domain_finalize): moved into mono_domain_finalize. No need
7738         to create another thread because the finalizers will be run in the
7739         finalizer thread.
7740         
7741         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
7742         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
7743         to be run (MS does this too).
7745 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
7747         * object.c (mono_class_compute_gc_descriptor): Update comment.
7749         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
7751         * image.h: Add synchronized wrapper cache.
7753         * image.c (do_mono_image_open): Initialize cache.
7755         * reflection.c (create_dynamic_mono_image): Initialize cache.
7757 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7759         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
7760         ves_icall_System_Buffer_ByteLengthInternal.
7762 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
7764         * reflection.c: setup klass->nested_in earlier. Allow
7765         a dash in the assembly name.
7767 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
7769         * metadata.c (mono_type_to_unmanaged): dont access
7770         type->data.klass for MONO_TYPE_OBJECT
7771         (mono_type_to_unmanaged): consider System.Delegate class
7773 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
7775         * class.c: just setup supertypes in the proper place instead of
7776         initializing the full element class for arrays.
7778 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
7780         * class.c: ensure the element class of arrays is initialized.
7781         Setup the supertype info for array classes, too.
7783 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
7785         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
7787 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7789         * Makefile.am: re-added -m option when running cygpath. This way,
7790         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
7791         separator.
7792         * mono-config.c: same codepath for locating mono config file for WIN32
7793         and the rest.
7794         * assembly.c: if mono_assembly_setrootdir is called, don't override
7795         the value set.
7797 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7799         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
7800         MONO_ASSEMBLIES variable.
7802 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
7804         * icall.c: added Assembly::GetNamespaces() icall.
7806 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7808         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
7810 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
7812         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
7813         * object.c: fixed bug in the construction of vtable for proxies
7815 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
7817         * object.c (mono_array_new): Mark mono_array_new as an icall.
7819 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7821         * class.c: fixed test for public method when overriding interfaces.
7822         Closes bug #40970.
7824 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
7826         * appdomain.h, domain.c: added mono_domain_foreach() to
7827         be able to access the currently loaded appdomains.
7828         * object.c: make string interning work across sppdomains.
7829         Mark some functions for use as icalls.
7831 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
7833         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
7835         * reflection.h reflection.c: Allocate long living data using 
7836         GC_MALLOC_ATOMIC so the collector does not need to scan it.
7838         * reflection.c: Double the allocation size in streams instead of
7839         increasing it, to prevent unneccesary copying on large assemblies.
7840         
7841         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
7842         creation if the assembly does not have the Run flag set.
7844 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
7846         * class.h: avoid the C++ keywords in header files (Jerome Laban
7847         spotted and fixed this).
7849 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7851         * object.c:
7852         (mono_unhandled_exception): fill in the arguments for the
7853         UnhandledException event. Only trigger that event for the default
7854         domain (as MS does).
7856 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
7858         * object.c: Improve typed allocation stuff based on suggestions from
7859         Paolo. Also turn it on if the GC library supports it.
7861 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
7863         * object.c object.h class.h: Added experimental typed allocation
7864         facility using the interfaces in gc_gcj.h.
7866         * os/gc_wrapper.h: Added new include files.
7867         
7868 2003-04-03  Martin Baulig  <martin@ximian.com>
7870         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
7871         which is not yet enabled by default.
7873         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
7874         functions.
7875         (mono_gc_lock, mono_gc_unlock): New static functions.
7877         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
7878         functions; stop/start the world for the garbage collector.  This
7879         is using the windows API; we need to complete the SuspendThread()/
7880         ResumeThread() implementation in the io-layer to make this work on Unix.
7881         (mono_gc_push_all_stacks): New public function; tells the garbage
7882         collector about the stack pointers from all managed threads.
7884 2003-04-03  Martin Baulig  <martin@ximian.com>
7886         * object.h (MonoThread): Added `gpointer stack_ptr'.
7888         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
7890 2003-04-03  Martin Baulig  <martin@ximian.com>
7892         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
7894 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
7896         * reflection.c (typebuilder_setup_fields): Initialize field.first and
7897         field.last.
7899 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
7901         * loader.c (mono_lookup_internal_call): Report the corlib that is
7902         out of sync.
7904 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
7906         * icall.c (ves_icall_type_GetTypeCode): fixed check for
7907         System.DBNull (it's class not valuetype).
7909 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
7911         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
7912         if the array method was already assigned a token (fixes bug#40646).
7914 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
7916         * reflection.c (mono_reflection_get_type): Attempt type resolve even
7917         if no assembly is given.
7919 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
7921         * metadata.h: Added the new tables.
7923         * row-indexes.h: Added definitions for new tables.
7925         * metadata.c: Add schemas for new tables, and add support for
7926         computing the sizes of them.
7928         * class.c: Update for handling the new type cases.
7930 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
7932         * metadata.h (MONO_TYPE_IS_VOID): new macro
7934 2003-03-31  Martin Baulig  <martin@ximian.com>
7936         * threads.h (MonoThreadCallbacks): Added `thread_created'.
7938         * threads.c (mono_thread_new_init): Call `thread_created' in the
7939         mono_thread_callbacks.
7941 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
7943         * loader.h: added marshalbyrefobject_class to mono_defaults
7944         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
7945         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
7946           generation of output parameters.
7947           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
7948         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
7949           contextbound and the target object belongs to the context of the caller.
7950         * object.h: added context and unwrapped_server variables in MonoRealProxy.
7951         * object.c: Implemented support for interfaces and abstract classes
7952           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
7953           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
7955 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
7957         * class.h class.c (mono_class_is_subclass_of): New function.
7958         
7959         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
7960         routines for most common case (calls from ArrayList::ToArray).
7962         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
7963         routine so programs which call Environment::Exit() can be profiled.
7965         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
7966         Added MONO_ARCH_SAVE_REGS.
7968         * icall.c (ves_icall_type_is_subtype_of): Use new function.
7970 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
7972         * blob.h: Add a couple of new MonoType types definitions.
7974         * tabledefs.h: Add a couple of new call convs.
7976 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
7978         * reflection.h (MonoReflectionDynamicAssembly): track changes in
7979         the layout of the class.
7981         * reflection.c (alloc_table): double the size on overflow to avoid
7982         unnecessary copying.
7984         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
7985         avoid filling out metadata tables and blobs. Also set mb->ilgen to
7986         null so it can be garbage collected.
7987         
7988 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
7990         * reflection.c (mono_reflection_get_type): Return the resolved type
7991         only if it is in the assembly we searched.
7993         * reflection.c (ensure_runtime_vtable): Initialize method slots.
7995         * class.c (mono_class_setup_vtable): Set the slot of the overriding
7996         method.
7998 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8000         * appdomain.c:
8001         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
8002         the right one is 'file:///blah', but MS allows it.
8003         * assembly.c:
8004         (mono_assembly_open): allow 'file://blah'
8006         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
8008 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
8010         * socket-io.c: fixes bug #40310.
8012 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
8014         * reflection.c (mono_reflection_parse_type): handle deeply nested
8015         types correctly.
8017         * reflection.c (mono_image_create_token): Use unique token values
8018         since they will be put into a hash table.
8020         * class.c (mono_class_setup_vtable): If a method occurs in more than
8021         one place in the vtable, and it gets overriden, then change the
8022         other occurances too.
8024         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
8025         object as return type.
8027 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8029         * icall.c: Deleted "ToString" implementation for double and float
8030         because they are full implemented in managed code.
8032 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8034         * reflection.c, reflection.h: implemented and exported functions
8035         to retrieve info about custom attributes.
8037 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8039         * appdomain.c: moved Uri handling to assembly.c
8040         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
8041         work when using a file Uri in *nix and windows.
8043         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
8044         GetReferencedAssemblies.
8046 2003-03-18  Dick Porter  <dick@ximian.com>
8048         * icall.c: Rename a couple of internal calls
8050         * threads.c: Set the thread state to Stopped when a thread exits.
8051         Fixes bug 39377.
8053 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
8055         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
8056         New icall.
8058         * object.c (mono_class_vtable): fix warning.
8060 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
8062         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
8064         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
8065         memory.
8066         (method_encode_clauses): Create exception info structures in the right
8067         order.
8068         (mono_reflection_setup_internal_class): Initialize supertypes field.
8070         * class.c object.c: Handle interfaces which implement other interfaces 
8071         correctly.
8073         * class.h class.c: Move the supertypes array initialization code into 
8074         a separate function so it can be used for dynamic types too. Also call
8075         it earlier, in mono_class_init(), since it can be used before the
8076         type is initialized.
8078 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8080         * Makefile.am:
8081         * assembly.c:
8082         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
8084         * appdomain.c:
8085         * appdomain.h:
8086         * marshal.c:
8087         * object.c: remove warnings.
8089 2003-03-13  Martin Baulig  <martin@ximian.com>
8091         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
8092         (MonoDebugLexicalBlockEntry): New types.
8094         * debug-mono-symfile.c
8095         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
8097 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8099         * process.c: ret can be any non-zero value accroding to MS doc.
8101 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
8103         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
8104         fixing a warning for a miss-used prototype, would have cause
8105         random memory corruption.
8107 2003-03-07  Martin Baulig  <martin@ximian.com>
8109         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
8110         getting really annoying ....
8112 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
8114         * reflection.c (fixup_method): added support for array methods.
8116 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
8118         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
8119         (pointed out by Michael Adams).
8121 2003-03-04  Dick Porter  <dick@ximian.com>
8123         * icall.c: Temporarily reverted the Double and Single ToString()
8124         change, because it broke nunit.
8126 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
8128         * object.h, threads.h: make include files compatible with C++
8129         (patch by Jerome Laban <jlaban@wanadoo.fr>).
8131 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8133         * icall.c: Erased ToString helper functions for Double and Single.
8134         Now, that implementations ar all in managed code (Double and Single
8135         Formatters).
8137 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
8139         * appdomain.c: Added method for initializing the default context of
8140         a domain. Added internal call for getting the default context.
8141         * appdomain.h: Added context variable in MonoDomain struct.
8142         * domain.c: mono_domain_set also sets the default context of the domain
8143         * icall.c: Mapped internal method InternalGetDefaultContext.
8144         * object.c: mono_object_get_virtual_method returns always a remoting
8145         wrapper if the object is a transparent proxy.
8146         mono_runtime_invoke_array: when creating an object by calling the
8147         constructor, if the created object is a proxy, then the constructor should
8148         be called using the a remoting wrapper.
8150 2003-03-03  Dick Porter  <dick@ximian.com>
8152         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
8153         variable so it compiles on solaris.  Problem spotted by
8154         Christopher Taylor <ct@cs.clemson.edu>
8156 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8158         * appdomain.c:
8159         (get_info_from_assembly_name): don't leak value.
8161         * icall.c:
8162         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
8163         result.
8165 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
8167         * assembly.c: export mono_image_load_references ().
8168         * class.c: handle function pointers. mono_class_from_name() now
8169         supports nested type names directly.
8171 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
8173         * reflection.h reflection.c: Encode already created dynamic methods 
8174         and fields correctly as a DEF instead of a REF.
8176         * reflection.c: Get rid of the force_ref argument to 
8177         mono_image_typedef_or_ref since it was wrong in the first place.
8179         * string-icalls.c: add error checking to string constructors according
8180         to the MSDN docs.
8182         * reflection.c: Emit types in the order their TypeBuilders were 
8183         created. Previously, a new table index was assigned to each type before
8184         the tables were emitted. This was wrong because the signature blob
8185         might already refer to a type by its original table index.
8187 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
8189         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
8190         change.
8191         
8192 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8194         * Makefile.am: make assemblies dir have \ instead of / on windows.
8196 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
8198         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
8199         iterate over the NESTEDCLASS table using a linear search since the
8200         table is not guaranteed to be sorted by the secondary key.
8202         * class.c (mono_class_create_from_typedef): fixed up call to
8203         mono_metadata_nesting_typedef.
8204         
8205 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
8207         * marshal.c (mono_string_to_byvalstr): clear the memory as
8208         suggested by Jerome Laban <jlaban@wanadoo.fr>
8210 2003-02-26  Dick Porter  <dick@ximian.com>
8212         * process.c: Cope with padding in .rsrc blocks
8214 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8216         * metadata.h: reverted the filter_len change, it breaks reflection
8217         
8218 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
8220         * metadata.h: added a new field to store the filter_len
8221         
8223 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
8225         * reflection.c: handle custom attributes for types and members
8226         created with Reflection.Emit (bug#38422).
8228 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
8230         * reflection.c: define RTSpecialName automatically for constructors for
8231         compatibility with MS.NET.
8233         * reflection.c (mono_reflection_create_runtime_class): initialize
8234         nested_in field of dynamically created classes.
8236 2003-02-22  Martin Baulig  <martin@ximian.com>
8238         * debug-mono-symfile.h: Incremented version number.
8240 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8242         * object.h icall.c process.c: fix warnings.
8244 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
8246         * appdomain.h appdomain.c:
8247         (mono_domain_try_type_resolve): split the 
8248         name_or_tb argument into a name and a tb argument.
8249         (mono_domain_has_type_resolve): new function to check whenever the
8250         application has registered a TypeResolve event handler.
8251         
8252         * icall.c reflection.h reflection.c: move the type resolve logic into
8253         mono_reflection_get_type () so it will be invoked when 
8254         Assembly::GetType () is called.
8256         * reflection.c:
8257         (mono_reflection_get_type): renamed to get_type_internal.
8258         (mono_reflection_get_type): fixed type name generation so it works 
8259         for nested types too.
8260         (mono_reflection_get_type): call has_type_resolve () to avoid the 
8261         costly type name generation if there is no resolve event handler.
8263 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8265         * class.c, image.c: load exported types from file references.
8267 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
8269         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
8270           used to cache the managed methods used to create proxies and make 
8271           remote invocation of methods.
8272         * class.h: Added in MonoVTable a flag to indicate that a class needs 
8273           to be remotely created.
8274         * object.c: Modified the method mono_class_vtable(). It now initializes 
8275           the remote flag of the vtable. Modified mono_object_new_specific(), 
8276           so now it checks the remote flag.
8277         * icall.c: Added a couple of internal methods, one for enabling instance 
8278           creation interception for a type, and one for creating objects bypassing
8279           the remote check.
8281 2003-02-18  Martin Baulig  <martin@ximian.com>
8283         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
8284         New interncall to get a method's metadata token.
8286         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
8287         New interncall for the debugger.
8289 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
8291         * class.c (mono_class_setup_vtable): allocate supertype array
8293 2003-02-18  Martin Baulig  <martin@ximian.com>
8295         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
8297 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8299         * reflection.c:
8300         (assembly_name_to_aname): jump over unknown properties (i've found
8301         something like: 'type, assembly, version=xxx, custom=null, public...',
8302         so now will ignore custom=null and still get the rest of the values).
8304 2003-02-17  Dick Porter  <dick@ximian.com>
8306         * threads.c: Have Thread.Start() wait for a semaphore to signal
8307         that the thread has set up all its local data.  This fixes bug
8308         34323, where Abort() raced the new thread's TLS data.
8310         Also removes the handle_store() call from start_wrapper, because
8311         threads are now always created suspended and there is no longer a
8312         race between the parent and child threads to store the info.
8314 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
8316         * image.c: explain the #- heap issue in a message, hopefully
8317         avoiding FAQs on mono-list.
8319 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8321         * icall.c:
8322         (GetEntryAssembly): if the domain has not invoked
8323         AppDomain.ExecuteAssembly yet, return the assembly of the default
8324         AppDomain.
8326 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
8328         * class.c (mono_ldtoken): make it work in dynamic assemblies.
8330 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
8332         * metadata.c, reflection.c: simple speedup to type hash
8333         and equals code.
8335 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
8337         * image.c, image.h, class.c, assembly.c: move module loading
8338         to MonoImage. When loading metadata, consider alignemnet from
8339         the start of metadata, not from the metadata address in memory.
8341 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
8343         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
8344         AssemblyBuilder objects. Factored out custom attribute creation into
8345         a separate function.
8346         (create_custom_attr): new function to create custom attributes.
8348 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
8350         * Makefile.am: Got tired of typing the full pathname to pedump.
8351         Until there is another option, am installing this.
8353 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
8355         * class.c (class_compute_field_layout): always set field->parent 
8356         (mono_ldtoken): use mono_defaults.fieldhandle_class;
8358 2003-02-11  Dick Porter  <dick@ximian.com>
8360         * threads-types.h:
8361         * monitor.c: Rewrote Monitor, making lock much faster and
8362         Pulse/Wait work as specified.  Also uses much fewer handles, and only
8363         creates them as needed.
8365         * exception.c: Added SynchronizationLockException
8367         * threads.c: Deleted old Monitor implementation.  The new one is
8368         in a new file.
8370 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
8372         * class.c: handled TypedReference type code. Set the correct size for
8373         class data. Setup interface_offsets for interface classes, too.
8375 2003-02-09  Martin Baulig  <martin@ximian.com>
8377         * debug-mono-symfile.h: Reflect latest symbol writer changes.
8379 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
8381         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
8382         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
8383         * object.c: fixed mono_object_get_virtual_method () for interfaces.
8384         * verify.c: check for code that runs after the end of the method.
8386 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8388         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
8389         "System.Math::Round2".
8390         * sysmath.h: Added Floor, Round and Round2 definitions.
8391         * sysmath.c: Modified certain functions that were not 100% compliant
8392         with MS.NET (math precision) and added the implementation of Floor,
8393         Round and Round2.
8395 2003-02-07  Martin Baulig  <martin@ximian.com>
8397         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
8399 2003-02-07  Martin Baulig  <martin@ximian.com>
8401         * debug-mono-symfile.c: Reflected latest symwriter changes.
8402         (mono_debug_create_mono_symbol_file): Removed.
8403         (mono_debug_open_mono_symbol_file): Take an argument which
8404         specifies whether to create a dynamic symbol file.
8406 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
8408         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
8410 2003-02-05  Martin Baulig  <martin@ximian.com>
8412         * reflection.c (mono_image_build_metadata): Make this public,
8413         protect it against being called multiple times, don't create
8414         resources and don't build the compressed metadata here.
8415         (mono_image_create_pefile): Do this here.
8417         * icall.c
8418         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
8420 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8422         * socket-io.c: fixed bug #36322.
8424 2003-02-06  Piers Haken <piersh@friskit.com>
8426         * appdomain.[ch]:
8427         * class.h:
8428         * debug-mono-symfile.c:
8429         * icall.c:
8430         * loader.c:
8431         * mono-config.c:
8432         * monosn.c:
8433         * reflection.c:
8434         * socket-io.c: warning cleanups
8436 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
8438         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
8439         function. works like remoting invoke, but does a check for the Proxy first.
8441 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
8443         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
8445 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
8447         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
8448         array of pointers.
8449         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
8450         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
8452         * object.c (mono_store_remote_field_new): used by the new jit
8453         instead of mono_store_remote_field
8454         (mono_load_remote_field_new): used by the new jit
8455         instead of mono_load_remote_field
8457 2003-02-05  Patrik Torstensson
8459         * appdomain.c: changed unload to take the domain id instead
8460         of domain
8461         
8462         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
8465 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8467         * appdomain.c: don't look for assemblies in ApplicationBase if
8468         PrivateBinPathProbe is set.
8470 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8472         * object.c: make the first argument in main_args contain the absolute
8473         path to the assembly. Fixes bug #37511.
8475 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8477         * icall.c: get correct UTC offset for countries not using daylight
8478         time saving. Fixes bug #30030.
8480 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8482         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
8483         and 1 are the family).
8485 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
8487         * icall.c (ves_icall_InternalExecute): removed wrong assertion
8489         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
8491 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
8493         * reflection.c: added support for SignatureHelper tokens, which is
8494         needed by the Calli opcode.
8496         * reflection.h: track changes to SignatureHelper class.
8498         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
8500 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8502         * appdomain.c: fixed loading assemblies from PrivateBinPath.
8504 2003-02-03  Patrik Torstensson
8505         * appdomain.[c|h], domain.c : 
8506          - Added support for getting a domain via domain id
8507          - Support for setting and getting domain from System.AppDomain 
8508            (used in cross appdomain channel)
8509          - Added support for get/set for a MonoAppContext on a thread 
8510            (Context class in System.Runtime.Remoting.Contexts),
8511          - Removed hack in Get/SetData and ExecuteAssembly.
8512         
8513         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
8514         the managed world to get control when a proxy is created.
8516         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
8517         
8518 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
8520         * icall.c
8521         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
8522         Populate the codebase field as well.
8524 2003-02-02  Martin Baulig  <martin@ximian.com>
8526         * debug-mono-symfile.c
8527         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
8528         (mono_debug_symfile_add_method): Allow interncalls.
8530 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8532         * icall.c: throw parse exception if strtod fails or the string is empty.
8534 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
8536         * marshal.c: handle object type separately from defined
8537         class types.
8539 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
8541         * marshal.c: handle NATIVE_LPSTR for strings when it's
8542         explicitly specified.
8544 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
8546         * reflection.c, reflection.h, icall.c: setup the reflection
8547         handle cache for ModuleBuilders and AssemblyBuilders.
8549 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
8551         * reflection.c (reflection_methodbuilder_to_mono_method): set
8552         pinvoke flag
8554 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8556         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
8558 2003-01-29  Dick Porter  <dick@ximian.com>
8560         * threads.c: No need for the fake_thread kludge now that Thread
8561         doesn't run a class constructor
8562         
8563 2003-01-29  Dick Porter  <dick@ximian.com>
8565         * threads.c: Use g_direct_hash instead of the rather bogus
8566         g_int_hash
8568 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
8570         * marshal.c (mono_marshal_get_native_wrapper): add check for null
8571         (fix pinvoke12.exe)
8572         (mono_marshal_get_struct_to_ptr): generate valid IL code
8573         (mono_marshal_get_ptr_to_struct): generate valid IL code
8574         (*): correctly set sig->pinvoke, we need to memdup the signature
8575         to do that
8577 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8579         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
8580         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
8582 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8584         * profiler.c: provide more callers information.
8586 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
8588         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
8590         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
8592         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
8594 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8596         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
8597         exception instead of going into an infinite loop on dates which it 
8598         can't yet handle.
8600         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
8601         out-of-range exception if needed.
8603         * class.c (mono_class_setup_vtable): allow a virtual method to provide
8604         an implementation for an interface method and to override an inherited
8605         method at the same time. 
8606         Imagine a scenario when a virtual method is used to override a
8607         virtual abstract method in a parent class, and this same method 
8608         provides an implementation for an method inherited from an interface. 
8609         In this case, the interface resolution code will set im->slot, which 
8610         means that the virtual method override pass will skip this method 
8611         which means a pointer to the abstract method inherited from the parent
8612         will remain in the vtable of this non-abstract class.
8614         * class.c: (mono_class_setup_vtable): continue search for a real 
8615         method if only an abstract method is found.     
8617 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
8619         * reflection.c: add size to encoding for ByValStr and ByValArray
8620         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
8622 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8624         * class.c (mono_class_setup_vtable): pass the override info as an
8625         argument.
8627         * class.c (mono_class_setup_vtable): set the slot of overriding methods
8628         correctly.
8629         
8630         * reflection.c (ensure_runtime_vtable); add support for method 
8631         overrides.
8632         
8633 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8635         * reflection.c (resolution_scope_from_image): Hack to work to work with
8636         dynamic assemblies.
8638         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
8639         added a 'force_ref' argument to force this function to allways return 
8640         a TypeRef. This is needed by mono_image_get_memberref_token ().
8641         
8642 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8644         * reflection.c (mono_image_get_type_info): interfaces really don't have
8645         a parent.
8647         * reflection.c (mono_image_basic_init): fill out missing fields of
8648         image structure.
8650         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
8651         dynamic assemblies. This is required so dynamic assemblies show up in
8652         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
8653         Type::GetType() etc. This is consistent with MS behaviour.
8655         * image.c image.h reflection.c: add newly created classes to the name 
8656         cache so mono_class_get () will find them.      
8658 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
8660         First part of changes to get IKVM.NET running under mono.
8661         
8662         * appdomain.h, appdomain.c: added new function 
8663         mono_domain_try_type_resolve() which will emit TypeResolve events. 
8664         This function will call AppDomain::DoTypeResolve to do the actual work.
8666         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
8667         moved existing code dealing with dynamic tokens to a new function 
8668         called mono_reflection_lookup_dynamic_token (). This function will 
8669         raise TypeResolve events when appropriate. Since reflection.c is not 
8670         part of libmetadata, a new hook function called 
8671         mono_lookup_dynamic_token() is added to class.c which will call this.
8673         * assembly.h assembly.c: make the invoke_load_hook function public,
8674         so it can be called for dynamic assemblies.
8676         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
8678         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
8679         type isn't found.
8681         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
8682         MonoGHashTable, since it contains pointers to objects which the GC 
8683         needs to track.
8685         * assembly.c (search_loaded): remove unused variable.
8686         
8687 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
8689         * object.c: fixed issue exposed by gcc-generated IL programs
8690         that use RVA data for pointers.
8692 2003-01-25  Martin Baulig  <martin@ximian.com>
8694         * threads.c (start_wrapper): Moved the initialization of
8695         `start_func' above the mono_new_thread_init() call to which we
8696         pass it as argument.
8698 2003-01-24  Martin Baulig  <martin@ximian.com>
8700         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
8701         the MonoThread pointer.
8703 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
8705         * icall.c: Rename `PowImpl' to Pow.
8707 2003-01-23  Dick Porter  <dick@ximian.com>
8709         * threads.c (start_wrapper): Create a Thread object if needed, so
8710         the Main() thread can do the class initialisation in a subthread
8711         that has been set up to allow managed code execution.
8713         Pass the thread ID instead of the MonoThread pointer to the thread
8714         start and attach callbacks.  This change is required, because the
8715         jit thread start callback must be called _before_ the Thread
8716         object can be created.
8717         
8718         (mono_thread_init): Removed much object creation code that is no
8719         longer needed.  No managed code is called from here now.
8721         * object.c (mono_runtime_exec_managed_code): Create a subthread
8722         for Main, and call back to the runtime to use it.
8723         Set the exit code when Main exits.
8725         * gc.c: Make sure domain finalisation happens in a subthread.
8726         Re-enable threaded GC, fixing bug 31333 (again).
8728         * environment.c: System.Environment internall calls (so far just
8729         ExitCode is here, the others are still in icall.c)
8731         * appdomain.c (mono_runtime_cleanup): All threads running managed
8732         code should have finished before mono_runtime_cleanup() is
8733         reached, so no need to clean up threads.
8735 2003-01-22  Martin Baulig  <martin@ximian.com>
8737         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
8738         `gpointer func' arguments.      
8739         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
8740         but added `MonoThread *thread' argument.
8741         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
8743         * threads.c (mono_new_thread_init): Added `gpointer func' argument
8744         and pass it to the mono_thread_start_cb callback.
8745         (mono_install_thread_callbacks): New public function to install a
8746         set of callbacks which are set by the debugger.
8747         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
8749 2003-01-22  Martin Baulig  <martin@ximian.com>
8751         * Makefile.am: Install debug-mono-symfile.h.
8753 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
8755         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
8757 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
8759         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
8760         * class.c (mono_ptr_class_get): correctly set access levels of pointers
8761         (mono_array_class_get): correctly set access levels of arrays
8763 2003-01-20      Patrik Torstensson
8764         * image.h (MonoAssemblyName): changed major, minor, build, revision
8765         from signed to unsigned.
8767 2003-01-20  sean kasun <skasun@azstarnet.com>
8769         * reflection.c (load_cattr_value): Now this handles
8770         MONO_TYPE_SZARRAY.  Fixes bug #35629
8772 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
8774         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
8775         integer value
8777 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8779         * decimal.c: fixed bug #26056.
8781 2003-01-17  Martin Baulig  <martin@ximian.com>
8783         * gc.c: Raise an ExecutionEngineException instead of using g_error().
8785 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8787         * exception.[ch]:
8788         (mono_get_exception_type_initialization): new function.
8790         * object.c: throw a TypeInitializationException when an exception is
8791         thrown invoking the class constructor.
8793 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8795         * reflection.c: fixed attribute reading.
8797 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8799         * icall.c:
8800         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
8801         provided, look for the type in the calling assembly and then in
8802         mscorlib; if the assembly name is provided, only try that one.
8804 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
8806         * object.c: register the vtable before there is a chance it's
8807         queried again recursively.
8809 2003-01-13  Duncan Mak  <duncan@ximian.com>
8811         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
8812         gc-internal.h. 
8813         
8814 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
8816         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
8818 2003-01-11  Martin Baulig  <martin@ximian.com>
8820         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
8821         this to 20 for the release.
8823 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
8825         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
8827         * loader.c (mono_method_get_marshal_info): bug fix
8829         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
8830         structures with explicit layout
8832 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
8834         * profiler.c: made the output more readable (and sorted). 
8835         Added caller information for the allocation profiler.
8837 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
8839         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
8841 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8843         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
8844         to get value types.
8845         
8846 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
8848         * object.c, profiler.h, profiler.c, profiler-private.h:
8849         Added object allocation profiler.
8851 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
8853         * reflection.h, reflection.c: handle global methods.
8854         Compress blob entries.
8856 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
8858         * marshal.c: fix compilation.
8860 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
8862         * loader.c (mono_method_get_marshal_info): impl.
8864         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
8866 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8868         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
8869         for reference types.
8871 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
8873         * loader.c: fixed off by one error in loaded parameter names.
8875 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
8877         * marshal.c (mono_marshal_get_icall_wrapper): like
8878         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
8879         instead of a MonoMethod.
8881 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8883         * decimal.c: fixed bug #36537.
8885 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
8887         * marshal.c: throw a missing method exception if a
8888         P/Invoke method is not found.
8890 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
8892         * icall.c: allow a null this for constructors.
8894 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
8896         * icall.c: raise the proper exceptions if the arguments to the
8897         internal Invoke are incorrect.
8899 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
8901         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
8903 2003-01-03  Martin Baulig  <martin@ximian.com>
8905         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
8907 2002-12-31  Martin Baulig  <martin@ximian.com>
8909         * debug-mono-symfile.c: Completely rewrote the type section.
8910         Instead of using individual malloc()ed fields, we use one big
8911         continuous memory area and offsets into this area.
8912         See the comments in the source code for details.
8914 2002-12-30  Martin Baulig  <martin@ximian.com>
8916         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
8918 2002-12-30  Martin Baulig  <martin@ximian.com>
8920         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
8921         line number table in this data blob instead of using an external
8922         pointer.
8924 2002-12-28  Martin Baulig  <martin@ximian.com>
8926         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
8928 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
8930         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
8931         as a boxed return type.
8933 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
8935         * appdomain.c
8936         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
8937         g_build_filename to properly get separators on the filename created.
8939         * object.h: Small change, introduce MonoMarshalByRefObject to
8940         track the layout of that structure in the C# universe as we make
8941         changes there.
8943 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
8945         * object.c: removed assert to allow static fields on interfaces.
8946         * loader.c: a TypeSpec may be used for any type, not just arrays.
8948 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
8950         * class.c, class.h: added mono_class_array_element_size ().
8951         Ignore static methods in interfaces.
8953 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8955         * threads.c: fixed the build under cygwin.
8957 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
8959         * reflection.c: handle nullref constants. Allocate keys for
8960         reflection handles with the GC.
8962 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
8964         * threads.c, threads.h: added mono_thread_get_abort_signal()
8965         to get a suitable signal for thread abort.
8967 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
8969         * metadata.c: fix handling of ExportedType table.
8971 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8973         * icall.c: added WriteWindowsDebugString internal call.
8975 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8977         * reflection.h: added fields to match C# implementation.
8979 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8981         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
8983 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
8985         * gc.h, gc-internal.h: Rename header for GC internal calls to
8986         gc-internal.h from gc.h as to not clash with Boehm GC having its
8987         header installed as <gc.h> in outside include paths.
8988         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
8989         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
8991 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8993         * icall.c: assign minor, build and revision in FillName.
8995 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
8997         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
8998         Added support for running code generated by Reflection.Emit.
9000 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9002         * appdomain.c: check for NULL argument in LoadFrom.
9004 2002-12-10  Dick Porter  <dick@ximian.com>
9006         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
9008 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9010         * appdomain.c: fix buglet when building exe file name.  Handle full
9011         assembly name (needed after latest changes to AssemblyName).
9012         * image.c:
9013         (mono_image_close): free some hashtables.
9015 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
9017         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
9018         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
9019         on some systems (redhat 7.3) 
9021 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
9023         * threads.c: delete the critical section of a sync block,
9024         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
9026 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
9028         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
9030 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9032         * appdomain.[ch]: handle the assembly preload event to try loading the
9033         assemblies using the paths we have in the current domain.
9035         * assembly.[ch]: created an assembly preload hook that is called to try
9036         loading the assembly by other means that the ones provided here.
9038         * domain.c: initialize the domain search path.
9040         From now on, assemblies (TODO: except corlib and System) are loaded
9041         according to these rules when using mono_assembly_load ():
9043                 1. It tries to load the assembly from the ApplicationBase
9044                 of the current domain appending .dll and .exe (TODO: have to
9045                 try loading from name/name.dll and name/name.exe).
9047                 2. It tries the search path specified in PrivateBinPath for the
9048                 current domain (if any).
9050                 3. Previous behavior.
9052 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
9054         * icall.c: implemented GetInterfaceMap() related icall.
9055         * domain.c, loader.h: load MethodInfo in mono_defaults.
9057 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9059         * gc.c: disable the finalizer thread for now, untill all the issues
9060         with it are resolved.
9062 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9064         * string-icalls.c: handle embedded nulls in string ctor when the
9065         length is specified.
9067 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9069         * class.c: look for explicit interface implementation in parent
9070         classes, too.
9072 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
9074         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
9076 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9078         * gc.c: protect handles with a critical section.
9080 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9082         * icall.c:
9083         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
9084         parameters. If no assembly specified, try getting the type from all
9085         the assemblies in the current domain, else, load the assembly and get
9086         the type from it.
9088 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9090         * marshal.c: applied patch from Aleksey Demakov that fixes
9091         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
9093 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9095         * icall.c: fixed get_location.
9097 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
9099         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
9100         declarations to make it work with older gcc. 
9102         * loader.c (mono_get_method): set signature->pinvoke for native calls
9104 2002-11-20  Dick Porter  <dick@ximian.com>
9106         * threads.c (mono_thread_init): Set the main thread's handle
9108 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9110         * gc.c: allow compilation without GC support. Changed to match the
9111         mono coding style.
9113 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9115         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
9117 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
9119         * reflection.c: set a public key token on the core assemblies.
9121 2002-11-18  Dick Porter  <dick@ximian.com>
9123         * threads.c: Split out some thread initialisation so that other
9124         files can set the start callback function.
9126         * gc.c: Run finalisers in a separate thread, to avoid stack
9127         overflow.  Fixes bug 31333.
9129         * appdomain.c: Set up GC finalisation thread.
9131         * reflection.c: 
9132         * object.c: 
9133         * domain.c: Use gc.h macros for GC_malloc
9134         
9135 2002-11-15  Dick Porter  <dick@ximian.com>
9137         * threadpool.c: 
9138         * threads.c:
9139         * appdomain.c: Removed mono_runtime_init_with_attach(),
9140         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
9141         merging the extra parameter with the existing function.  Removed
9142         unneeded code in mono_thread_attach().
9144 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
9146         * image.c (mono_image_loaded_by_guid): a method to get loaded
9147         images by guid. 
9148         (load_metadata_ptrs): we store the guid as string.
9150 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
9152         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
9154         * metadata.c (mono_guid_to_string): imported method form Zoltan
9155         Varga (slightly modified)
9157         * assembly.c (mono_assembly_open): load precompiled code
9159         * loader.h (MonoMethod): we store the method token for use in the
9160         aot compiler. 
9162 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9164         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
9165         the hook function called when an assembly is loaded.
9166         
9167         * domain.c: Modified file.
9168         (mono_domain_assembly_load): removed hash table insertion of assemblies.
9170         Fixes bug #33196.
9172 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
9174         * reflection.c: Map PEFileKind to the value expected by the WinNT
9175         image loader. 
9177 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9179         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
9180         Read until the buffer is filled completely.
9182 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9184         * icall.c: implemented MonoType.InternalGetEvent ().
9186 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9188         * appdomain.c: implemented InitAppDomainSetup. Delayed
9189         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
9190         the entry_assembly.
9192         * assembly.c: base_dir is now an absolute path ending with
9193         G_DIR_SEPARATOR.
9195         * icall.c: modified get_location according to the above changes.
9197         * object.c: init AppDomain.SetupInformation for the default domain after
9198         we have the entry assembly.
9200         * domain.c: when unloading a domain, setup = NULL.
9202 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
9204         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
9206 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
9208         * object.h, object.c: introduced mono_object_get_virtual_method ()
9209         to lookup the method invoked on an object when a callvirt is done on
9210         a method.
9211         * icall.c: make MethodInfo::Invoke() always do a virtual call.
9213 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9215         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
9216         current domain when loaded an assembly and failed to load it.
9218         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
9220 2002-10-31  Dick Porter  <dick@ximian.com>
9222         * icall.c: 
9223         * file-io.h: 
9224         * file-io.c: Return the error status in a parameter, as the
9225         GetLastError() value has long since been blown away if we try and
9226         look it up in a subsequent internal call invocation.  Delete the
9227         GetLastError() internal call, because it's useless.
9229 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
9231         * class.[ch]: added cast_class to fix bug 29517
9233 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
9235         * marshal.c: create valid IL code in the filter clause:
9236         the new JIT is less forgiving:-)
9238 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9240         * icall.c: removed get_property internal call.
9242 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
9244         * appdomain.h domain.c: Added an ID to appdomains.
9245         
9246         * threads.c threads.h icall.c: Implement icall
9247         Thread:GetDomainID(), and remove unused icall 
9248         CurrentThreadDomain_internal.
9250 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9252         * icall.c: Don't recurse through the base types in GetConstructor.
9253         Fixes bug #32063. 
9255 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
9257         * mempool.h, mempool.c: added mono_mempool_empty() and
9258         mono_mempool_stats().
9260 2002-10-23  Dick Porter  <dick@ximian.com>
9262         * file-io.c: 
9263         * file-io.h: 
9264         * icall.c: Added MonoIO.GetFileType internal call
9266 2002-10-17  Dick Porter  <dick@ximian.com>
9268         * appdomain.c (mono_runtime_cleanup): Don't signal the async
9269         delegate semaphore before waiting for all threads to finish,
9270         because new threads can also call async delegates.  Fixes bug
9271         32004.
9273         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
9274         of 3 seconds, in case another async job is queued.  (This part is
9275         needed because the bug fix reintroduced the 3s exit lag.)  This
9276         makes the mono_runtime_shutdown flag superfluous.
9278 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9280         * reflection.c: include ehader size in method section headers.
9281         Really check for suplicated modules entries.
9283 2002-10-17  Martin Baulig  <martin@gnome.org>
9285         * debug-mono-symfile.c: Added back support for locals.
9287 2002-10-14  Martin Baulig  <martin@gnome.org>
9289         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
9290         MONO_TYPE_VOID.
9292 2002-10-14  Martin Baulig  <martin@gnome.org>
9294         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
9295         mono_class_get() instead of looking in the class cache. 
9297 2002-10-13  Martin Baulig  <martin@gnome.org>
9299         * debug-mono-symfile.c: Set version number to 28, include the
9300         signature in method names.
9302 2002-10-13  Martin Baulig  <martin@gnome.org>
9304         * debug-mono-symfile.h: Set version number to 27.
9306 2002-10-11  Martin Baulig  <martin@gnome.org>
9308         * gc.c: Don't register/unregister NULL pointers as disappearing links.
9310 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9312         * metadata.c, metadata.h: added helper function to allocate signatures.
9314 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9316         * icall.c: added internal call to get the location of machine.config.
9318 2002-10-08  Martin Baulig  <martin@gnome.org>
9320         * debug-mono-symfile.c: Ignore classes with a pending init for the
9321         moment.
9323 2002-10-03  Dick Porter  <dick@ximian.com>
9325         * threads.c: Freebsd pthread_t is a pointer
9327 2002-10-03  Dick Porter  <dick@ximian.com>
9329         * socket-io.c: Implemented GetHostName_internal
9331 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9333         * mono-config.c:
9334         (mono_config_parse_file): don't leak the text.
9336 2002-10-02  Martin Baulig  <martin@gnome.org>
9338         * debug-mono-symfile.c: Added support for methods.
9340 2002-10-01  Martin Baulig  <martin@gnome.org>
9342         * debug-mono-symfile.c: Don't emit methods and line numbers for
9343         the dynamic symbol file, just write the type table.  We can easily
9344         have an external helper program which creates a symbol file for an
9345         IL file.        
9347 2002-10-01  Dick Porter  <dick@ximian.com>
9349         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
9350         Only add the handle to the cleanup array when we're about to
9351         launch the thread.  Bug 31425 deadlocked when the test was run on
9352         mono under w32.
9354 2002-10-01  Martin Baulig  <martin@gnome.org>
9356         * debug-mono-symfile.c: Added support for properties.
9358 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9360         * reflection.c: unaligned store fix from Mark Crichton
9361         <crichton@gimp.org>.
9363 2002-09-27  Martin Baulig  <martin@gnome.org>
9365         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
9366         New interncall.
9368 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9370         * assembly.h, assembly.c: use a sane API to hook into the assembly
9371         loading process instead of a useless special-purpouse hack
9372         (ngen needs a hook, too, for example).
9374 2002-09-27  Dick Porter  <dick@ximian.com>
9376         * threads.c (mono_thread_init): Call GetCurrentProcess() so
9377         io-layer can set up some process handle info.  Not needed on w32,
9378         but doesn't hurt either.
9380         * process.c: Pass the program name in the second parameter to
9381         CreateProcess, so the path is searched.  Include the working
9382         directory. Implemented process name, process enumeration, and some
9383         process detail internal calls.
9384         
9385         * icall.c: Added internal calls for process lookup, and some
9386         process details
9388 2002-09-26  Martin Baulig  <martin@gnome.org>
9390         * assembly.c (mono_install_open_assembly_hook): New global
9391         function to install a function to be invoked each time a new
9392         assembly is loaded.
9393         (mono_assembly_open): Run this callback function if set.
9395         * debug-mono-symfile.c: Put back line numbers for the dynamic
9396         symbol file and also record the .il file as source file.  This
9397         allows us to install the temporary symbol file as `file.dbg' just
9398         like a compiler-generated one.
9400 2002-09-26  Nick Zigarovich <nick@chemlab.org>
9402         * Corrected typo in gc.c (BOHEM vs BOEHM).
9404 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9406         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
9407         GetProperties. Also avoid calling g_slist_length in GetProperties and
9408         GetMethods.
9410 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9412         * reflection.c: avoid unaligned stores (bug spotted by
9413         Mark Crichton  <crichton@gimp.org>).
9415 2002-09-25  Martin Baulig  <martin@gnome.org>
9417         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
9418         instead of guint64 for addresses and added prologue/epilogue info.
9420 2002-09-25  Martin Baulig  <martin@gnome.org>
9422         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
9423         store line number info.  For the dynamic symbol file, we only need
9424         to provide the JIT generated dynamic line number info for the dynamic
9425         symbol file.
9427 2002-09-25  Martin Baulig  <martin@gnome.org>
9429         * debug-mono-symfile.h: Incremented version number.
9431 2002-09-24  Martin Baulig  <martin@gnome.org>
9433         * class.c (mono_debugger_class_init_func): New global function
9434         pointer variable.
9435         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
9436         call it.
9438         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
9439         function.  This is called via the mono_debugger_class_init_func
9440         hook to add all types to the dynamic type table.
9441         (ves_icall_MonoDebugger_GetType): New interncall to get a class
9442         from its metadata token.
9444         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
9445         New interncall for the debugger.
9447 2002-09-24  Nick Drochak <ndrochak@gol.com>
9449         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
9450         before using it in case it is null.
9451         
9452 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9454         * metadata.c: allow custom modifiers in local var signatures
9455         (bug spotted by Zoltan Varga).
9457 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9459         * class.c: deal with the <Module> class that may have a NULL vtable.
9460         Eliminate warnings.
9462 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9464         * image.c, image.h: more strong name helpers.
9465         * monosn.c: more work: convert pem keys to cryptoapi format.
9467 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
9469         * string-icalls.c: speedup IndexOf.
9471 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9473         * icall.c: updates from Zoltan.2.Varga@nokia.com.
9475 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
9477         * icall.c: cleanup: use mono_object_domain ().
9479 2002-09-23  Martin Baulig  <martin@gnome.org>
9481         * debug-mono-symfile.c: Improved type support.
9483 2002-09-22  Martin Baulig  <martin@gnome.org>
9485         * debug-mono-symfile.c: Added support for reference types and strings.
9487 2002-09-22  Martin Baulig  <martin@gnome.org>
9489         * debug-mono-symfile.c: Started to work on the type table.
9491 2002-09-21  Martin Baulig  <martin@gnome.org>
9493         * debug-mono-symfile.c: Largely reworked the symbol table format.
9494         The symbol table is now incrementally updated each time a new
9495         method is added.  We're now also using our own magic and version
9496         so that you don't need to recompile all your classes if the
9497         dynamic table changes.
9498         (mono_debug_update_mono_symbol_file): Removed.
9499         (mono_debug_symfile_add_method): New function to add a method.
9501 2002-09-21  Martin Baulig  <martin@gnome.org>
9503         * icall.c
9504         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
9505         New interncall.
9507         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
9508         New interncall to get a method from its metadata token.
9510 2002-09-21  Martin Baulig  <martin@gnome.org>
9512         * debug-mono-symfile.c: Create type table.
9514 2002-09-20  Martin Baulig  <martin@gnome.org>
9516         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
9518 2002-09-20  Martin Baulig  <martin@gnome.org>
9520         * debug-mono-symfile.c: Provide information about params and locals.
9522 2002-09-20  Martin Baulig  <martin@gnome.org>
9524         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
9525         New interncall.
9527         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
9528         interncall to get a method from its metadata token.
9530 2002-09-20  Martin Baulig  <martin@gnome.org>
9532         * debug-mono-symfile.c: Added a few checks for method->header
9533         being non-NULL.  This should never happen, but for the moment
9534         let's use a g_warning() rather than a g_assert().
9536 2002-09-19  Mark Crichton  <crichton@gimp.org>
9538         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
9539         even if support for it isn't present.  Added an #ifdef to fix this.
9541         * socket-io.c: Added checks back for Solaris support.
9543 2002-09-19  Martin Baulig  <martin@gnome.org>
9545         * debug-mono-symfile.c (read_string, write_string): Reflect latest
9546         changes in the symbol file format.
9548 2002-09-18  Martin Baulig  <martin@gnome.org>
9550         * debug-mono-symfile.c: Set version number to 21.
9552 2002-09-18  Dick Porter  <dick@ximian.com>
9554         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
9555         on netbsd.  Fixes bug 30051.
9557 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9559         * reflection.c:
9560         (set_version_from_string): little fix.
9562 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9564         * monosn.c, Makefile.am: added strong name utility.
9565         * reflection.h, reflection.c: implemented delayed signing,
9566         locale, version and hash id assembly attributes.
9568 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
9570         * loader.c, metadata.c: load param attributes in signatures.
9572 2002-09-16  Martin Baulig  <martin@gnome.org>
9574         * debug-mono-symfile.c: Added string table with all method names.
9576 2002-09-14  Martin Baulig  <martin@gnome.org>
9578         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
9579         fast method lookup.
9581 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9583         * reflection.c: record the public key token of referenced assemblies.
9585 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
9587         * image.c, image.h: added functions to get the strong name and the
9588         public key of an assembly.
9589         * pedump.c: use them.
9591 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
9593         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
9595 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
9597         * marshal.c (mono_marshal_get_managed_wrapper): Added
9598         MONO_TYPE_BOOLEAN 
9600 2002-09-11  Martin Baulig  <martin@gnome.org>
9602         * gc.c: Call GC_unregister_disappearing_link() on all links when
9603         finalizing them, this is necessary to aviod a crash in boehm's
9604         finalize handler.
9606 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9608         * gc.c: handle GetTarget for finalized objects spotted and fixed by
9609         nick@chemlab.org.
9611 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
9613         * icall.c: implemented MonoType::Module.
9614         * reflection.c, reflection.h: mono_module_get_object () from
9615         Tomi Pakarinen <tomi.pakarinen@welho.com>.
9617 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9619         * icall.c: ignore overridden methods in GetMethods ().
9620         Fix for FieldInfo::SetValue().
9621         * object.c: handle float/double in runtime invoke.
9623 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9625         * object.c: allow a constructor to be called again on an object.
9627 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9629         * class.h, class.c: move field layout code to it's own function and
9630         export it. Get an interface id earlier. Move fields in MonoClass
9631         so they are more cache friendly and align the bitfields.
9632         * loader.c: temporary handle get_param_names() for a runtime method.
9633         * reflection.c, reflection.h: more code to handle runtime creation of
9634         types.
9636 2002-09-09  Martin Baulig  <martin@gnome.org>
9638         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
9639         signature with the pinvoke field being set for the actual call.
9641 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
9643         * icall.c: removed some unused icalls. Start of map of glib charsets
9644         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
9646 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
9648         * debug-helpers.c: break infinite loop (found and fixed by
9649         Holger Arnold <harnold@gmx.de>).
9651 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
9653         * icall.c: target may be null in create_delegate.
9655 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
9657         * marshal.c: handle a boolean return type.
9659 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
9661         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
9663 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9665         * gc.c: fix weakreferences.
9667 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
9669         * icall.c: added icall to get default codepage.
9671 2002-09-03  Dick Porter  <dick@ximian.com>
9673         * threads.h: 
9674         * threads.c: Use MonoThread instead of MonoObject where
9675         apropriate.
9677         Store running thread objects in a hash table, so that we have all
9678         the info to hand when waiting for them to finish
9679         (means we don't need OpenThread() any more, so mingw builds should
9680         be fully functional again.)
9682         * verify.c:
9683         * object.h: Added thread ID to MonoThread
9685 2002-09-03  Martin Baulig  <martin@gnome.org>
9687         * icall.c (System.Reflection.Assembly::get_location): New interncall.
9689 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9691         * icall.c: fixed leak in get_temp_path. Thanks lupus.
9693 2002-09-03  Martin Baulig  <martin@gnome.org>
9695         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
9696         argument to store the end address of the disassembled instruction.
9698         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
9699         here from debug-symfile.h.
9700         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
9701         JIT into this struct.
9702         (MonoSymbolFile): Added `char *image_file' field.
9703         (MonoDebugGetMethodFunc): Removed.
9704         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
9705         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
9706         (mono_debug_find_method): New method.
9708         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
9709         create a full symbol file.
9710         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
9711         and static symbol files.
9712         (mono_debug_find_method): The symbol file keeps an internal method hash,
9713         call this to get a MonoDebugMethodInfo from a MonoMethod.
9715         * debug-symfile.[ch]: Removed.
9717 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
9719         * image.c (do_mono_image_open): Remove linker version check.
9721 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
9723         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
9724         wrappers for instance methods.
9725         
9726 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9728         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
9730 2002-08-28  Dick Porter  <dick@ximian.com>
9732         * Makefile.am: Export HOST_CC for w32 builds
9734 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9736         * file-io.c process.c: MonoString are null terminated, no
9737         need for mono_string_to_utf16() anymore.
9739 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9741         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
9743 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
9745         * icall.c, reflection.h: speedup System.MonoType.
9747 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9749         * reflection.c: allow null as the value of a string argument in
9750         custom attributes constructors.
9752 2002-08-27  Martin Baulig  <martin@gnome.org>
9754         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
9755         `trampoline_address' field.
9757 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
9759         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
9760         check (fixes bug #29486) 
9762 2002-08-27  Martin Baulig  <martin@gnome.org>
9764         * debug-mono-symfile.c: Changed the file format in a way that allows us
9765         open it read-only and to use a specially malloced area for all the
9766         dynamic data.  We can now also generate a symbol file on-the-fly if we're
9767         debugging IL code and there is no MCS generated symbol file for it.
9769 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
9771         * object.c: added a define for a good string and array
9772         creation speedup (not enabled by default because we need to deal with
9773         the synch stuff).
9775 2002-08-26  Martin Baulig  <martin@gnome.org>
9777         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
9778         function to create a dynamic symbol file.  This is used by the
9779         debugger to create a symbol file for IL code on-the-fly.
9781 2002-08-26  Martin Baulig  <martin@gnome.org>
9783         * loader.c (mono_lookup_pinvoke_call): Include the error message
9784         from g_module_error() in the error message.
9786 2002-08-24  Martin Baulig  <martin@gnome.org>
9788         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
9789         function to update the symbol file.  The symbol file is mmap()ed
9790         writable, but private.  This allows us to install the symbol file
9791         together with the assembly.
9793 2002-08-24  Martin Baulig  <martin@gnome.org>
9795         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
9796         but they can read the new symbol file format which mcs is now creating.
9798         * debug-symfile.c (mono_debug_find_source_location): Moved to
9799         debug-mono-symfile.c; this is now operating on the new symbol file.
9801 2002-08-23  Martin Baulig  <martin@gnome.org>
9803         * debug-helpers.c (mono_method_desc_from_method): New function to get
9804         a MonoMethodDesc from a MonoMethod.
9806 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9808         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
9809         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
9811 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
9813         * string-icalls.[ch]: make helper methods static.
9815 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9817         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
9818         types to it and to SetValueInternal.
9820         * object.c: Moved handle_enum label to its proper place. This was the
9821         f... bug! ;-)
9823         This time i compiled mcs and gtk-sharp and they both work.
9825 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9827         * icall.c: reverted partially my previous patch until 
9828         object.c:set_value handles enums correcly.
9830 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9832         * icall.c:
9833         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
9834         (ves_icall_System_Environment_get_MachineName): removed warning when
9835         compiling under cygwin.
9837 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
9839         * object.c: fixed field_get_value() for reference types.
9841 2002-08-22  Dick Porter  <dick@ximian.com>
9843         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
9844         Don't free a buffer while it's still needed.  Patch from Jonathan
9845         Liger <Jonathan.liger@wanadoo.fr>
9847 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
9849         * icall.c (ves_icall_System_Environment_get_Platform): Add new
9850         internal call.
9852 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
9854         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
9855         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
9857         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
9858         we call unmanaged code which throws exceptions.
9860 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9862         * appdomain.h: added per-domain entry_assembly.
9863         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
9864         arguments.
9865         * icall.c: Assembly::GetEntryAssembly icall.
9866         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
9867         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
9869 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
9871         * appdomain.h, gc.c: added mono_domain_finalize ().
9873 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9875         * object.c:
9876         (mono_print_unhandled_exception): changed g_warning by g_printerr
9877         because g_log has a 1024 characters limit (yeah, i got a big stack
9878         trace). Don't print exception name, that should be in ToString 
9879         returned string.
9881 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9883         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
9884         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
9886 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9888         * object.c:
9889         (mono_print_unhandled_exception): after previous commit, i realized
9890         that MS calls ToString on the exception. I changed this function to
9891         do that. This way we get stack_trace for free.
9893 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9895         * object.c:
9896         (mono_print_unhandled_exception): invoke Message property instead of
9897         getting 'message' field from Exception. Don't allocate memory for
9898         'trace' and 'message' if not needed.
9900 2002-08-18  Dick Porter  <dick@ximian.com>
9902         * unicode.c: Fix asserts to match Encoder.cs checks
9904 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
9906         * marshal.c: fix unaligned store issue and a few wrong
9907         opcode argument types.
9909 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9911         * icall.c: added GetUninitializedObjectInternal internal call.
9913 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
9915         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
9916         to the right domain.
9918 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
9920         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
9922         * class.c (class_compute_field_layout): set blittable to false for Strings
9924         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
9926 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9928         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
9929         first chunk of code to create types at runtime. Code to
9930         handle ReflectedType/DeclaringType. Make reflection handles
9931         domain specific.
9933 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
9935         * class.c: set correct name in arrays.
9937 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
9939         * appdomain.c (mono_domain_transfer_object): make it work with
9940         valuetypes. bug fixes.
9942 2002-08-12  Dick Porter  <dick@ximian.com>
9944         * object.h: Rename some parameters to avoid c++ keywords (Patch
9945         from Joseph Wenninger <kde@jowenn.at>)
9947 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
9949         * icall.c: added icall to implement Assembly.GetFile*.
9951 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
9953         * reflection.h, reflection.c: code to embed managed resources.
9955 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
9957         * class.c: move all the type size stuff into
9958         class_compute_field_layout().
9960 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9962         * class.c: ensure enums have always the correct instance size.
9963         * unicode.c: remove wrong assert.
9965 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
9967         * assembly.c: fix mem corruption issue.
9968         * image.h, image.c: added mono_image_get_resource () to access
9969         managed resources.
9970         * icall.c: implemented Assembly.EntryPoint property and some
9971         Managed Resources related internalcalls.
9974 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
9976         * image.c, image.h: impemented mono_image_get_entry_point ().
9977         * appdomain.c: use mono_image_get_entry_point.
9979 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
9981         * reflection.c: support the object type argument when loading
9982         custom attributes.
9984 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
9986         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
9987         String as return type.
9989 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
9991         * reflection.c: fix encoding of named args for custom attrs to match
9992         the ms implementation. Read them back when instantiating custom
9993         attributes.
9995 2002-08-02  Radek Doulik  <rodo@ximian.com>
9997         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
9998         by Dietmar as quick fix
9999         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
10000         16 as stack size, used on more places as quick fix before Dietmar
10001         will fix it properly
10003 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10005         * object.h, object.c: added accessors for fields and properties.
10007 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10009         * class.c, class.h: made mono_class_get_field_from_name ()
10010         loop on parent types.
10011         Added mono_class_get_property_from_name ().
10013 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10015         * class.c, class.h: move the code to setup the type vtable in its own
10016         function so that it can be reused also for types created at runtime.
10017         Eliminate the "class" identifier from the header file.
10018         * reflection.c: setup the vtable for enums so that we can create
10019         objects for use in SetConstant ().
10021 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
10023         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
10024         instead of the delegate itself as this pointer (bug #28383)
10026 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
10028         * marshal.c (mono_marshal_get_managed_wrapper): added return type
10029         conversions.
10031 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10033         * loader.c: don't set the pinvoke bit on icalls.
10035 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
10037         * debug-helpers.c (mono_method_full_name): only print a number to
10038         indicate wrapper type (so that the output is more readable in traces).
10040 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
10042         * class.c (mono_class_init): include method override patch from Paolo
10044 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
10046         * icall.c: fixed GetTypeCode().
10048 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
10050         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
10051         use real delegate invoke function to make it work with multicast
10052         delegates (fix bug# 28291).
10054 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10056         * object.c: load constant strings.
10058 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10060         * reflection.c: no magic numbers.
10061         * tabledefs.h: security action enum.
10063 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10065         * assembly.c: fix possible memory corruption.
10067 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10069         * reflection.h, reflection.c: added support for linking resources.
10070         * verify.c: check we have an updated corlib.
10072 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
10074         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
10075         string arrays.
10076         (mono_marshal_string_array): null terminate unmanaged string arrays.
10077         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
10079 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10081         * icall.c: Type.GetType () can now return also types from the
10082         calling assembly.
10084 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10086         * loader.h, loader.c: stack walking support.
10087         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
10088         GetCallingAssembly.
10090 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
10092         * marshal.c: added optimisations for blittable types 
10094         * class.c (mono_array_class_get): do not set blittable attribute on arrays
10095         (mono_class_setup_mono_type): set blittable attribute for single
10096         and double.
10098         * marshal.c (mono_string_utf8_to_builder): impl.
10099         (mono_string_builder_to_utf8): impl.
10100         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
10102 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
10104         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
10105         (mono_marshal_get_managed_wrapper): impl. byref types
10107 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10109         * icall.c:
10110         (search_method): don't display debug message. 
10112 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10114         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
10116 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10118         * appdomain.c: set the missing filename when throwing exception.
10120 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10122         * metadata.c (mono_type_size): code cleanup
10123         (mono_type_stack_size): removed some test code
10125 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
10127         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
10128         mono_get_exception_file_not_found now.
10130         * exception.c (mono_exception_from_name_two_strings): New version
10131         that will call a constructor with two string arguments. 
10132         (mono_get_exception_file_not_found): New helper routine, used to
10133         report file-not-found errors.
10135 2002-07-20  Dick Porter  <dick@ximian.com>
10137         * process.h:
10138         * process.c: Pass file handles to CreateProcess
10139         
10140         * icall.c:
10141         * file-io.h:
10142         * file-io.c: Implemented CreatePipe
10144 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10146         * metadata.c (mono_get_param_info): set alignment for value types
10148 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10150         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
10151         Constify mono_domain_assembly_open().
10152         * loader.c: handle null namespace in icalls.
10154 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10156         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
10157         (emit_str_to_ptr_conv): marshal object as structs
10159         * metadata.c (mono_type_to_unmanaged): marshal object as structs
10161         * marshal.c (mono_marshal_get_runtime_invoke): support value types
10163 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
10165         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
10166         (mono_marshal_get_native_wrapper): we an now return value types
10168 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10170         * verify.c: more checks implemented.
10172 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
10174         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
10175         (fix bug #27695)
10176         (mono_marshal_get_native_wrapper): allow byref arguments
10177         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
10178         impl. PtrToStringXXX methods
10179         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
10180         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
10181         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
10182         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
10183         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
10185 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10187         * reflection.c: fix buglet in parsing an assembly name.
10189 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10191         * marshal.c (emit_ptr_to_str_conv): first impl.
10193 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10195         * object.c, class.h: cache the vtable in the class as suggested by
10196         vargaz@freemail.hu (Zoltan Varga).
10198 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10200         * class.h, loader.c: added mono_field_from_token().
10201         * verify.c: first cut of type checking code.
10203 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
10205         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
10207 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
10209         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
10210         (fix bug #27782)
10211         (mono_marshal_get_remoting_invoke): impl.
10212         (mono_delegate_begin_invoke): impl.
10213         (mono_mb_emit_save_args): impl.
10214         (mono_delegate_end_invoke): impl.
10215         (mono_marshal_get_delegate_begin_invoke):
10216         (mono_marshal_get_delegate_end_invoke):
10217         (mono_marshal_get_delegate_invoke): generate a special name for
10218         those methods (including the signature) and associate them whith
10219         the delegate class. 
10221 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
10223         * reflection.[ch]: 
10224         (mono_reflection_type_from_name): now it has a MonoImage parameter
10225         which is used as the default image to search the type in. If the image
10226         is NULL or getting the type from it fails, it defaults to corlib.
10228         * icall.c: changed 1 call to mono_reflection_type_from_name to match
10229         new parameter.
10231 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10233         * reflection.c: update the parameter table index.
10235 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10237         * domain.c: don't include the mark byte in the string hash.
10239 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10241         * icall.cs: icall for Type.GetTypeCode ().
10242         * verify: a couple of fixes and disabled local initialization checks.
10244 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
10246         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
10248         * debug-helpers.c (mono_method_full_name): print the type of the
10249         runtime wrapper
10251         * metadata.c (mono_signature_hash): a hash function for signatures
10252         (mono_signature_hash): better hash algorithm
10254         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
10256         * debug-helpers.c (mono_method_full_name): this can now generate
10257         method names with signatures
10259         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
10260         method dont have this pointers.
10262 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
10264         * reflection.c: fixup typebuilder tokens.
10265         * image.c: fix buglet.
10266         * marshal.h: remove whitespace.
10267         * metadata.h, metadata.c: reinstate code that was removed.
10268         * verify.c: handle catch directives and fix another couple of bugs.
10270 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
10272         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
10273         (mono_marshal_get_native_wrapper): make it comp. with the old code
10274         (mono_marshal_get_native_wrapper): support boolean
10275         (mono_marshal_get_managed_wrapper): support more types
10277 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
10279         * class.c (class_compute_field_layout): compute class->blittable attribute.
10281 2002-07-09  Dick Porter  <dick@ximian.com>
10283         * threads.c: Make the thread cleaning up cope with threads that
10284         call ExitThread()
10286 2002-07-08  Radek Doulik  <rodo@ximian.com>
10288         * reflection.c (method_encode_code): use non-translated values to
10289         compute finally_start, this fixes exception handling on ppc, yay!
10291         * decimal.h (struct signscale): fix endianess
10293 2002-07-07  Radek Doulik  <rodo@ximian.com>
10295         * reflection.c: swap box_val and not val
10297 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10299         * reflection.c, reflection.h: handle full assembly info in type name.
10300         Handle Type arguments when loading custom attributes.
10301         * icall.c: updated to use new mono_reflection_type_from_name () method.
10303 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10305         * loader.c:
10306         (method_from_memberref): also print assembly name when method not found.
10308 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10310         * icall.c:
10311         (ves_icall_TypeGetProperties): fixed bug #27473. 
10313 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10315         * reflection.c: display image name and token when cannot find the
10316         .ctor for an attribute.
10318 2002-07-05  Martin Baulig  <martin@gnome.org>
10320         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10322 2002-07-04  Dick Porter  <dick@ximian.com>
10324         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
10325         compile on mingw.  This will cause mingw builds to not wait for
10326         subthreads to terminate after the main thread does.  I've lodged a
10327         bug with the mingw developers for them to wrap OpenThread().
10329 2002-07-03  Dick Porter  <dick@ximian.com>
10331         * threads.c: Store thread IDs instead of handles, because
10332         GetCurrentThread() returns a pseudohandle and therefore stores
10333         useless values.  mono_thread_cleanup() continues checking the
10334         array of threads until it is empty, to cope with subthreads
10335         spawning new threads after the main thread has finished.
10337         * profiler.h:
10338         * profiler.c:
10339         * profiler-private.h: Pass the thread ID to thread profiler
10340         functions, instead of a handle
10342 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10344         * verify.c: fixes to make it more usable.
10345         * pedump.c: added --verify code to verify IL code in an assembly.
10347 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10349         * reflection.c: turn errors into warnings to allow compiling corlib.
10351 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10353         * reflection.c: add special cases to compile corlib.
10355 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10357         * reflection.c: handle properties with only a set method.
10359 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10361         * opcodes.h: add enum with opcodes in opval order.
10363 2002-07-01  Dick Porter  <dick@ximian.com>
10364         
10365         * object.h:
10366         * object.c (mono_runtime_run_main): Removed unneeded argument
10368 2002-06-28  Martin Baulig  <martin@gnome.org>
10370         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
10372 2002-06-27  Dick Porter  <dick@ximian.com>
10374         * threads.c: Store the handle in both the parent thread and in the
10375         subthread, to minimise the time between starting a new thread and
10376         storing its ID.
10378 2002-06-26  Dick Porter  <dick@ximian.com>
10380         * appdomain.c (mono_runtime_cleanup): Close the socket library
10381         after all the threads have finished, not before
10383 2002-06-26  Martin Baulig  <martin@gnome.org>
10385         * debug-symfile.c (mono_debug_find_source_location): Added
10386         `guint32 *line_number' argument.  If it's not NULL, store the line number
10387         there and return the file name without the line number.
10389 2002-06-25  Dick Porter  <dick@ximian.com>
10391         * icall.c:
10392         * process.h:
10393         * process.c: Process forking and other support functions
10395 2002-06-25  Dick Porter  <dick@ximian.com>
10397         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
10398         things dont happen when the image is closed.
10399         (mono_image_lookup_resource): Walk the resource section looking
10400         for a particular entry
10402         * cil-coff.h: PE resource section decoding
10404 2002-06-25  Dick Porter  <dick@ximian.com>
10405         
10406         * assembly.h:
10407         * assembly.c: 
10408         (mono_assembly_foreach): Accessor functions to walk the list of
10409         loaded assemblies
10410         (mono_assembly_set_main):
10411         (mono_assembly_get_main): Process methods need to know which
10412         assembly is the "main" one
10414         * object.c (mono_runtime_run_main): Record the main assembly
10416         * debug-helpers.c: Fix typo
10418 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
10420         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
10421         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
10423 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10425         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
10427 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
10429         * image.c (do_mono_image_open): Initialize reference count,
10430         otherwise we leak the MonoImage.
10432 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10434         * reflection.c: small tweak to handle self-hosting.
10436 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10438         * reflection.c: fix type name parse code.
10440 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10442         * reflection.c: break out of the loop.
10443         * image.c: special case corlib.
10445 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10447         * reflection.c: add all the custom attrs at the end to ensure the
10448         ctors have been properly initialized when the attributes are defined
10449         in the current assembly.
10451 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10453         * reflection.c: handle correctly multiple-nested types.
10455 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
10457         * row-indexes.h: fix typos.
10458         * reflection.c: adjust for typos and fix method_def_or_ref
10459         encoding in MethodImpl table.
10461 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10463         * reflection.c: fix entry point patching (thanks Serge!).
10465 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
10467         * verify.c: add check for System.Exception
10469 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
10471         * image.c, class.c: minifix for code just c&p'ed.
10472         * reflection.c: warning fix.
10473         * object.h, loader.h, domain.c: load also StringBuilder.
10475 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10477         * marshal.h, marshal.c: some support code to handle complex marshaling.
10479 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10481         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
10482         Better signatures with vtable error dump.
10484 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
10486         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
10488 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
10490         * icall.c (ves_icall_Type_GetField): impl.
10492 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10494         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
10495         to retrieve a marshal description blob for a field or param.
10497 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10499         * reflection.h, reflection.c: change order of nested type emission
10500         to avoid table corruption. The NestedTypes table is sorted.
10501         * icall.c: change order of GetConstructor results to workaround mcs bug.
10503 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10505         * reflection.h, reflection.c: handle field and param marshal
10506         information.
10508 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10510         * icall.c, marshal.c marshal.h: more Marshal class implementation.
10512 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10514         * reflection.c: fix call convention.
10516 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10518         * reflection.h, reflection.c: mono_image_get_memberref_token()
10519         takes a type instead of a class, now. Added
10520         mono_image_get_array_token() to create tokens for the special
10521         multi-dim array methods.
10523 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10525         * assembly.c: handle modules (no assembly table). Split
10526         loading references in its own function.
10527         * class.c: handle moduleref resolution scope.
10528         * image.c, image.h: cache module name in image.
10530 2002-06-07  Martin Baulig  <martin@gnome.org>
10532         * reflection.c (mono_image_get_type_info): Only add a class layout entry
10533         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
10535 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10537         * icall.c: more signature fixes that used uint instead of int.
10539 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10541         * reflection.c: fixed signature of field refs.
10543 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10545         * class.c, reflection.c: handle typerefs of nested types
10546         (both on read and when writing files).
10548 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
10550         * icall.c: fix method signatures that tried to workaround the previous
10551         typo, d'oh!
10553 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
10555         * debug-helpers.c: fix typo.
10557 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10559         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
10560         rewrote the PE/COFF writing code (our programs are understood by the
10561         ms runtime, now).
10563 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10565         * gc.c, gc.h, icall.c: weakreference support.
10567 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10569         * Makefile.am, mono-config.c: use $(sysconfdir).
10571 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10573         * icall.c: changed default precision of Double.ToString() to 15.
10574         Fixed memory leak. Unified with Single.ToString.
10576 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10578         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
10580 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10582         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
10583         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
10584         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
10585         and myself.
10587 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10589         * debug-symfile.c, sysmath.c: yet more compilation fixes.
10591 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10593         * reflection.c, socket-io.c: more compilation fixes.
10595 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10597         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
10598         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
10599         unicode.c: warning and compiler compatibility fixes.
10601 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10603         * class.h, metadata.c: fixed warnings/compilation errors.
10605 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
10607         * Makefile.am, mono-config.c, mono-config.h: configuration file
10608         support routines.
10609         * loader.c, loader.h: make Dll mapping configurable at runtime in the
10610         config file. Export methods to insert and lookup mappings.
10612 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10614         * reflection.c: handle types and boxed objects in custom attr
10615         constructors.
10617 2002-05-30  Martin Baulig  <martin@gnome.org>
10619         * debug-symfile.c
10620         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
10622 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
10624         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
10625         to lookup the implmap row for a P/Invoke method.
10626         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
10627         P/Invoke method from the runtime on an as needed basis.
10629 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
10631         * metadata.c (mono_metadata_parse_signature): impl.
10633 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10635         * class.c: handle .pack directive.
10637 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10639         * object.c: initialize static fields with RVA data.
10641 2002-05-25  Martin Baulig  <martin@gnome.org>
10643         * debug-symfile.c
10644         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
10646 2002-05-24  Martin Baulig  <martin@gnome.org>
10648         * debug-symfile.c
10649         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
10650         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
10651         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
10653 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10655         * object.c: special case string ctros in invoke.
10656         * gc.c: silly whitespace changes.
10658 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
10660         * threadpool.[ch]: impl. a threadpool that can
10661         be used by mint and mono.
10663 2002-05-22  Martin Baulig  <martin@gnome.org>
10665         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
10666         The first argument is now a `MonoReflectionModuleBuilder *', the return
10667         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
10668         `methods' field to get the method builder.  The `token' argument is the
10669         unfixed token.
10671         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
10672         invalid characters instead of g_assert_not_reached()ing.  This seems
10673         to be the behaviour of mscorlib.
10675 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
10677         * object.c (mono_runtime_invoke_array): applied patch from Rachel
10678         Hestilow to fix bug #25104
10680 2002-05-21  Martin Baulig  <martin@gnome.org>
10682         * debug-symfile.c (mono_debug_find_source_location): New function.
10683         Looks up an IL offset in the line number table and returns the source
10684         location as a string.
10686 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10688         * icall.c:
10689         (mono_double_ToStringImpl): changed %f by %g until we have something
10690         better.
10692 2002-05-21  Nick Drochak  <ndrochak@gol.com>
10694         * icall.c : Use different name for Math.Pow's icall.  Needed to check
10695         parameters first in C#.
10697 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10699         * icall.c, reflection.h: added icall to get info about an event.
10701 2002-05-20  Radek Doulik  <rodo@ximian.com>
10703         * object.c (mono_value_box): don't use memcpy for boxing on BIG
10704         endian
10705         (mono_value_box): don't use memcpy for small sizes on
10706         architectures with unaligned access
10708 2002-05-20  Martin Baulig  <martin@gnome.org>
10710         * reflection.c (mono_reflection_setup_internal_class): Don't crash
10711         if `tb->parent == NULL'.
10712         (mono_reflection_create_internal_class): New function.  This is
10713         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
10714         for enum types.
10716         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
10717         New interncall.
10719 2002-05-19  Martin Baulig  <martin@gnome.org>
10721         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
10722         argument to get the length, don't default to the array length.
10724 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
10726         * assembly.c (mono_assembly_setrootdir): New function used to
10727         override the MONO_ASSEMBLIES directory.
10729 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10731         * icall.c: ValueType_GetHashCode() initialize local var.
10733 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10735         * reflection.c: sort custom attributes table.
10737 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10739         * reflection.c: support named args in custom attributes (write support).
10741 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
10743         * reflection.c: fix finally position calculation.
10745 2002-05-15  Radek Doulik  <rodo@ximian.com>
10747         * reflection.c: fixed endianess at many places
10749         * icall.c (ves_icall_InitializeArray): comment out debug msg
10751 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
10753         * object.c (mono_unhandled_exception): new function to handle
10754         unhandled exceptions.
10755         (mono_unhandled_exception): call the UnhandledException event.
10756         (mono_runtime_delegate_invoke): impl.
10758 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
10760         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
10761         returns the RVA, not the direct pointer to the data. Handle the case
10762         when the class size is fixed.
10764 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10766         * reflection.c: fix some endianess issues.
10768 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
10770         * object.c (mono_runtime_invoke): is now able to catch exceptions.
10772         * threads.c (mono_thread_init): added a callback which is invoked
10773         at thread start.
10775 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10776         
10777         * icall.c: make GetHashCode return non-negative values.
10779 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
10781         * object.c, icall.c, gc.c: revert to address-based hashcode.
10783 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
10785         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
10787 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
10789         * icall.c, class.c: special case <Module>.
10791 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
10793         * icall.c: fix bug in GetNow().
10795 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
10797         * object.c (mono_runtime_class_init): make sure that we call all
10798         static class constructors.
10800 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10802         * reflection.c: sort methodsemantics table.
10804 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10806         * reflection.h, reflection.c: honour init locals setting.
10808 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
10810         * icall.c: copied Double ToStringImpl for Single ToStringImpl
10812 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
10814         * reflection.c: support ContructorBuilders in attribute blob creation.
10816 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10818         * reflection.c: some changes to build a binary that can be run
10819         directly in windows.
10821 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
10823         * loader.c: print a big message when an icall can't be found.
10825 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10827         * string-icalls.c: fix bug 24248.
10829 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10831         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
10832         icall.c, reflection.h: separate assembly loading by pathname and by
10833         assembly name. Use the MONO_PATH env var to search for assemblies.
10835 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10837         * assembly.c, image.h: add some support for assemblies
10838         with multiple modules.
10839         * class.c, class.h: export mono_class_from_typeref().
10840         * loader.c: remove duplicated code and use mono_class_from_typeref(),
10841         instead.
10843 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10845         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
10846         documentation says (the ECMA one is correct).
10848 2002-05-02  Dick Porter  <dick@ximian.com>
10850         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
10851         Don't name the synchronisation mutex.
10853 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
10855         * rand.c
10856         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
10857         Make the prototypes match.
10858         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
10859         Same.
10861         * icall.c
10862         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
10863         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
10864         all systems have tm.tm_zone, so use strftime() with %Z to print
10865         the timezone abreviation into a temp string.
10867         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
10868         rather than mono_array_addr() on a MonoString on Big Endian
10869         machines.
10871 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
10873         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
10874         fix bug 24041
10876 2002-04-30  Dick Porter  <dick@ximian.com>
10878         * socket-io.c: Cope with SOCKET being an integer rather than a
10879         pointer now.
10881         * threads.c: Added Thread_free_internal, to deal with thread
10882         handle cleanup.  Moved calls to handle_store() and handle_remove()
10883         to start_wrapper(), so each can only be called once.  Allocate
10884         synchronisation blocks with GC_malloc(), and use GC finalisation
10885         to close the handles.
10887         * icall.c: added System.Threading.Thread::Thread_free_internal
10889 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10891         * icall.c: support Environment.Exit, CommandLineArgs().
10893 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10895         * object.c, object.h: added mono_runtime_run_main () and
10896         mono_runtime_get_main_args () for use in System.Environment.
10898 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10900         * gc.c: fix thinko, enable actual finalization since the jit is now
10901         fixed.
10903 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10905         * gc.c, object.c: take into account that an object may be offset wrt the address
10906         returned by GC_malloc().
10908 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
10910         * image.c: handle files without entries in the assembly table (modules).
10912 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
10914         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
10915         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
10916         allowed to be null when it's System.Object class setup.
10918 2002-04-27  Martin Baulig  <martin@gnome.org>
10920         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
10921         if `tb->parent == NULL' rather than crashing.
10923 2002-04-28  Nick Drochak  <ndrochak@gol.com>
10925         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
10926         calling acos() where asin() should have been called.
10928 2002-04-26  Martin Baulig  <martin@gnome.org>
10930         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
10931         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
10932         there's a subdirectory called `System', but we don't want to read that
10933         subdirectory as an assembly.
10935 2002-04-25  Martin Baulig  <martin@gnome.org>
10937         * debug-symfile.c: Reflect latest MonoString changes.
10939 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10941         * rand.c, rand.h: instance method icalls need to have an explicit
10942         this pointer as first argument in the C implementation.
10944 2002-04-25  Nick Drochak <ndrochak@gol.com>
10946         * icall.c: Fix typo in map for GetNonZeroBytes
10948 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
10950         * string-icalls.c : String does now passes unit tests without any 
10951         errors, the following changes has been made:
10952         
10953         Implemented replace methods.
10954         Renaming of methods to (try) follow the standard.
10955         Fixed compare ordinal
10956         Made all memory allocated directly to function instead of via icall function.
10957         Small performance fix in is_in_array function
10958                         
10959  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
10961         c (mono_string_Internal_ctor_charp_int_int):
10962         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
10963         sindex < 0, throw ArgumentOutOfRangeException instead of
10964         ArgumentNullException.
10966         Added new check for length == 0, however
10967         I need to make it return String.Empty from the C code.
10968         
10969         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
10970         that calculate the length for us here.
10971         
10972         (mono_string_Internal_ctor_sbytep_int_int): Replaced
10973         mono_string_new_utf16 with mono_string_new, since value is utf8.
10975 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10977         * object.c: register the object for finalization if needed.
10978         Allocate one more char in the string for the terminating 0 char.
10980 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10982         * class.c, class.h, image.c: check if a type implemenst a destructor.
10983         Use the proper key for array class lookups.
10984         * icall.c: register the icalls in the System.GC class.
10985         * gc.c, gc.h: GC-related functions and icalls.
10987 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10989         * icall.c:
10990         * socket-io.c:
10991         * unicode.c: free some strings gotten from mono_string_to_utf8 and
10992         changed a couple of free () by g_free ().
10994         * decimal.c: one-liner in the comments for decimal2string ().
10996 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
10998         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
11000 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11002         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
11003         * object.c (mono_runtime_invoke_array) : handle null in params
11005 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11007         * string-icalls.c: fixed bug in split (one off bug)
11009 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11011         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
11012         * icalls.c: added String::Equals as internal method
11014 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11016         * threads.c: fixed bug in the double interlocked functions
11018 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
11020         * threads.c: implemented all of the new interlocked icalls.
11021         * string-icalls.c: fix a bug in insert.
11022         * icalls.c: added the icalls for interlocked, removed old string functions.
11023         
11024 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11026         * loader.c: fix off-by-one error when reading argument names.
11028 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11030         * profiler.c: win32 counter implementation (untested).
11031         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
11032         (the latter needs testing and more complete impl. from win32 folks).
11034 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
11036         * object.c: mono_array_new_full workaround mono_array_class_get
11037         problem.
11039 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11041         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
11042         * object.h (mono_string_chars): Changed casting type.
11044 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11046         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
11047                            method signatures to use gunichar2 instead of gint16.
11049 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
11051         * object.h, object.c: domain-specific versions of mono_object_new and
11052         mono_array_new.
11054 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
11056         * object.c: changed String layout
11058         * string-icalls.c (mono_string_Internal_ctor_chara): added
11059         internal string constructors.
11061 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
11063         * threads.c: pass 'this' to the thread start routine.
11065 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11067         * string-icalls.c: fix IndexOf and LastIndexOf. Now
11068         InternalCompareStr don't call twice mono_string_cmp_char for the last
11069         character. Improved performance in mono_string_cmp_char.
11071 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11073         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
11074         code into its own library: libmonoruntime.
11076 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
11078         * object.h, object.c: changed array format so that szarrays do not
11079         require a bounds structure.
11080         * icall.c, appdomain.c: support for new szarray format.
11082 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11084         * metadata.c: compare also the retuns type when comparing signatures:
11085         we didn't do this as an optimization since really overloaded methods
11086         must differ also in the arguments, but this doesn't work with
11087         low-level IL code (or when using explicit conversion operators: see
11088         bug#23498 for an example).
11090 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11092         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
11094 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
11096         * icall.c: make MonoType::GetElementType its own icall.
11098 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11100         * icall.c: remove MonoMethod_get_Name().
11101         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
11102         object.
11104 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11106         * string-icalls.c: optimized a few methods.
11108 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11110         * icall.c: added all new string internal calls
11111         * string-icalls.c: added, new string internal call implementation.
11112         * object.c: added mono_string_new_size for allocating a string a size
11114 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
11116         * object.c (mono_object_isinst): use the same code as in the
11117         optimized x86 version.
11119 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11121         * profiler.c: TSC-based timer code (faster and more accurate).
11122         Not hooked up in configure, yet (set USE_X86TSC to 1).
11124 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
11126         * profiler.c, profiler.h: track time spent compiling methods.
11127         * threads.c: track thread creation/destruction.
11129 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
11131         * profiler.c, profiler.h, profiler-private.h: profiling interface
11132         and sample implementation. Moved here so that it can be used also by
11133         the jit.
11135 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
11137         * reflection.c, reflection.h: keep types and other handles separate in
11138         the hash tables for referred tokens. Add guid for modules.
11140 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11142         * assembly.c: fix bugs found with valgrind.
11143         * metadata.h, metadata.c: added mono_metadata_guid_heap().
11145 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
11147         * threads: added icall support for getting current domain for
11148                    the thread.
11150 2002-04-13  Martin Baulig  <martin@gnome.org>
11152         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
11153         (MonoDebugVarInfo): Added `index' field for register based addresses.
11154         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
11155         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
11156         `MonoDebugVarInfo *params' and `guint32 this_offset' with
11157         `MonoDebugVarInfo *this_var'.
11159         * debug-symfile.c (relocate_variable): New static function to write
11160         a location description for a local variable or method parameter.
11162 2002-04-12  Martin Baulig  <martin@gnome.org>
11164         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
11165         stack offset and begin/end scope address of a local variable.
11166         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
11167         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
11168         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
11170         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
11171         Added new relocation types for start/end scope of a local variable.
11173 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11175         * object.h: add mono_object_domain() macro.
11176         * reflection.c: handle typespecs.
11177         * icall.c: MonoMethod::get_Name() implementation.
11179 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11181         * icall.c: String::GetHashCode() icall implementation.
11183 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11185         * icall.c: String::IndexOfAny icall.
11186         * object.c, object.h: make array->max_length more useful.
11187         Intrduced mono_object_class() and mono_string_length() macros.
11189 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11191         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
11192         instead of g_unichar_isdigit.
11194 2002-04-11  Nick Drochak  <ndrochak@gol.com>
11196         * icall.c: Implement a simple Double.ToString().
11198 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11200         * appdomain.h: only io-layer.h is supposed to be included.
11201         * icall.c: explicitly import environ. Fix warning.
11203 2002-04-10  Nick Drochak  <ndrochak@gol.com>
11205         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
11206                 return true even if it's not Daylight Savings time.
11207                 Only return false for the case where the function isn't
11208                 implemented for a plaform (read Windows).
11210 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11212         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
11213         data with a mutex.
11215 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
11217         * mempool.c (mono_mempool_alloc): only use g_malloc when
11218         absolutely necessary.
11220 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11222         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
11224         * class.c (mono_class_vtable): use domain mempool to allocate vtable
11225         (mono_class_proxy_vtable): use domain mempool
11227 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11229         * appdomain.h, appdomain.c: split initialization that requires the
11230         execution engine support into mono_runtime_init().
11232 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
11234         * class.c (mono_class_init): don't include vtable inside MonoClass
11235         to save some memory, gather some statistics.
11236         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
11238 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11240         * icall.c: internalcall implementation for ValueType.Equals().
11242 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
11244         * object.c (mono_message_init): moved 
11245         (mono_runtime_exec_main): new arch. independent impl.
11246         (mono_runtime_invoke_array): new method - like
11247         mono_runtime_invoke, but you can pass an array of objects.
11248         (mono_remoting_invoke): new arch. independent impl.
11249         (mono_message_invoke): new arch. independent impl.
11250         (mono_runtime_class_init): new arch. independent impl.
11251         (mono_runtime_object_init): new arch. independent impl.
11253 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11255         * metadata.c, object.c, reflection.c: documented the exported
11256         functions.
11258 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
11260         * icall.c: simpler code to pass the assembly builder data to corlib.
11261         Implement GetNestedTypes() internalcall.
11263 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11265         * class.c: warn if a type can't be loaded.
11267 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
11269         * image.h: typedef MonoImageOpenStatus
11270         * types.h: removed unused file
11271         
11272 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
11274         * icall.c: Enum_ToObject accepts enum value arguments.
11276 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11278         * class.c: move initialization of properties, events and nested
11279         classes, so that they happen for interfaces, too.
11281 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11283         * icall.c: cleanup some ugly casts in Array_SetValue*.
11285 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11287         * icall.c: the values array fro enums is of the correct type, now.
11288         Implement (correctly) getFullName instead of assQualifiedName for
11289         MonoType.
11290         * reflection.h, reflection.c: added mono_type_get_name ().
11292 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11294         * assembly.c, image.h: for each MonoImage, record from wich assembly
11295         it was loaded.
11296         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
11297         Make Type.Assembly work.
11299 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
11301         * debug-symfile.h: use char* instead of gpointer to avoid
11302         unnecessary casts.
11304         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
11306         * icall.c (ves_icall_InternalExecute): impl. FielSetter
11307         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
11309 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
11311         * icall.c (mono_message_init): impl. (code cleanup)
11312         (ves_icall_InternalExecute): impl. FieldGetter
11314         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
11315         defined we call all (non-static)methods through the vtable. 
11317 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
11319         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
11320         finalizer even though the memory is still referenced (and the chunk of
11321         memory is not freed).
11323 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
11325         * assembly.c: fix brokeness.
11327 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
11329         * class.c: kill some warnings. Check explicit interface method
11330         implementation also without considering the namespace.
11331         Load also literal strings in static class data.
11333 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
11335         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
11336         (default_assembly_name_resolver): Make the resolver take the
11337         "base" directory where the assembly was originally defined, so we
11338         can load DLLs that are in the same directory as the assembly that
11339         is being referenced.
11341 2002-03-28  Dick Porter  <dick@ximian.com>
11343         * file-io.h: 
11344         * file-io.c:
11345         * socket-io.c: 
11346         * unicode.h: 
11347         * unicode.c: Warning cleanups
11349 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
11351         * object.h, reflection.h: use the correct type instead of MonoObject.
11353 2002-03-28  Martin Baulig  <martin@gnome.org>
11355         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
11356         (mono_debug_update_symbol_file): Initialize classes if necessary.
11358 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11360         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
11361         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
11363 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
11365         * assembly.h: fix function prototype.
11366         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
11367         * mono-endian.h: use const cast.
11369 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11371         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
11373 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11375         * loader.c: don't assert when a typeref can't be loaded, give
11376         a chance to the runtime to trow an exception instead.
11377         * loader.h: fix warning.
11379 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
11381         * class.c (mono_class_proxy_vtable): added proxy support
11383 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
11385         * icall.c: removed last of PAL calls, added System.Environment
11386         * file-io.h, file-io.c: MonoIO implementation
11387         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
11389 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11391         * appdomain.c: do not use the byte marker in ldstr table lookup.
11392         * debug-helpers.c: allow two ':' to separate class and method name.
11393         * object.c: allocate arrays bounds with the GC, too.
11394         * verify: add a few more checks.
11396 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
11398         * reflection.c: output also literal strings. Allocate parameter data
11399         with GC_malloc() (thanks, Martin, for catching this!).
11401 2002-03-26  Martin Baulig  <martin@gnome.org>
11403         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
11404         include the `this' offset in the `param_offsets'.
11406 2002-03-25  Martin Baulig  <martin@gnome.org>
11408         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
11409         mono_debug_get_class() function to get the classes. Added new
11410         relocation types for arrays and strings.
11411         (mono_debug_get_class): New static function to search in all
11412         referenced assemblies for a metadata token.
11414         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
11416 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
11418         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
11419         hold gc-allocated objects. Make the string heap a stream like the
11420         others. Removed duplicated code when writing stream info.
11421         Added asserts to catch possible buffer overflows. Set the sorted map
11422         for tables that need sorting. Added some documentation.
11424 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
11426         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
11427         for interned strings and vtables.
11429 2002-03-24  Martin Baulig  <martin@gnome.org>
11431         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
11432         it in the array since it was created with g_slist_prepend().
11434 2002-03-24  Martin Baulig  <martin@gnome.org>
11436         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
11437         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
11438         (mono_debug_method_from_token): Renamed to
11439         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
11440         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
11442         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
11443         relocation types.
11445         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
11447 2002-03-24  Martin Baulig  <martin@gnome.org>
11449         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
11450         (mono_debug_method_from_token): New func.
11452         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
11453         New interncall, calls mono_debug_local_type_from_signature().
11454         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
11455         calls mono_debug_method_from_token().
11457 2002-03-23  Martin Baulig  <martin@gnome.org>
11459         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
11460         specifies the number of bytes to be converted, not the array size.
11461         Return the number of chars, not the number of bytes.
11462         (ves_icall_iconv_get_chars): The `byteCount' argument
11463         specifies the number of bytes to be converted, not the array size.
11465 2002-03-23  Martin Baulig  <martin@gnome.org>
11467         * reflection.h (MonoReflectionSigHelper): New type.
11469         * reflection.c (mono_reflection_sighelper_get_signature_local),
11470         (mono_reflection_sighelper_get_signature_local): New functions.
11472         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
11473         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
11474         interncalls.
11476 2002-03-23  Martin Baulig  <martin@gnome.org>
11478         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
11479         is_writeable is set.
11480         (mono_raw_buffer_update): New function to write the modified map
11481         back to disk.
11483         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
11485         * debug-symfile.c (mono_debug_update_symbol_file): Call
11486         mono_raw_buffer_update() when done writing.
11488 2002-03-23  Martin Baulig  <martin@gnome.org>
11490         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
11492         * debug-symfile.c: Added support for arguments and local variables.
11494 2002-03-23  Dick Porter  <dick@ximian.com>
11496         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
11497         protected by ifdefs, hence breaking the w32 build.
11499 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11501         * object.c: implement is_interned() the right way.
11503 2002-03-21  Martin Baulig  <martin@gnome.org>
11505         * debug-symfile.[ch]: New files to handle debugging information
11506         files. There's also support to dynamically update these symbol
11507         files to include machine dependent information.
11509 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
11511         * threads.c (mono_thread_create): new function to create thread
11512         from C
11514 2002-03-20  Martin Baulig  <martin@gnome.org>
11516         * icall.c (ves_icall_InternalInvoke): Create a new object if the
11517         method is a constructor.
11518         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
11519         points to ves_icall_InternalInvoke().
11521 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
11523         * file-io.c: Flush shouldn't throw exceptions.
11525 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
11527         * file-io.c: FileStream flush support; FileSetLength now
11528         restores file pointer.
11530 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
11532         * class.c: set image for pointer classes.
11534 2002/03/19  Nick Drochak <ndrochak@gol.com>
11536         * sysmath.c: Forgot one.
11538 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
11540         * sysmath.c: Avoid redefining existing names.
11542 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
11544         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
11545         handled by runtime as icall rather than dllimport from libm.so
11546         * file-io.c, file-io.h: fixed handle argument type.
11548 2002-03-18  Dick Porter  <dick@ximian.com>
11550         * reflection.c (mono_image_get_type_info): rename interface to
11551         iface, because of "#define interface struct" on windows.
11553 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
11555         * class.c, class.h: rename and export mono_ptr_class_get().
11556         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
11557         * reflection.c, reflection.h, icall.c: better/saner type name
11558         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
11559         method signatures.
11561 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
11563         * class.c (mono_class_init): removed hardcoded GHC_SLOT
11565         * icall.c (ves_icall_InternalInvoke): impl.
11567 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
11569         * reflection.c: output the interface map table, too.
11571 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11573         * class.c (class_compute_field_layout): separate computation of 
11574         static field layout
11576 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
11578         * icall.c: added System.Buffer support.
11579         * file-io.c: moved file icalls from PAL to FileStream.
11581 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
11583         * icall.c (ves_icall_System_Object_GetHashCode): impl.
11585 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
11587         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
11589 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
11591         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
11593 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
11595         * debug-helpers.{c,h}: moved here from monograph some useful functions
11596         to locate a method by name/signature in a class or image. Included
11597         also a small and flexible IL disassembler.
11599 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11601         * reflection.c: fixup tokens in methods with small header size, too.
11603 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
11605         * object.c (mono_string_to_utf8): remove assert(!error), instead
11606         print a warning. 
11608 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
11610         * icall.c: update to the new mono_Array_class_get interface.
11612 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11614         * appdomain.c, object.c: Boehm-GC enable.
11615         * icall.c: make get_data_chunk() support split data requests.
11616         Ensure a class is initialized in more cases. Return only the first
11617         property found in GetProperties() or the compiler gets confused. 
11618         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
11619         * reflection.h, reflection.c: add fixup mechanism for field and method
11620         tokens. Initialize assembly->typeref in a single place. Output
11621         properties after events. Support custom attributes for events, too.
11622         Typo fix for paramter custom attrs.
11624 2002-03-07  Martin Baulig  <martin@gnome.org>
11626         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
11628 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
11630         * class.c (mono_array_class_get): fix. for multi. dim. arrays
11632 2002-03-06  Martin Baulig  <martin@gnome.org>
11634         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
11635         non-zero lower bounds. See testcases #F10-#F13.
11637 2002-03-05  Martin Baulig  <martin@gnome.org>
11639         * exception.c (mono_get_exception_argument_out_of_range): New exception.
11641         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
11642         ves_icall_System_Array_GetValue(), only calculate the absolute array position
11643         here.
11644         (ves_icall_System_Array_SetValue): Likewise.
11645         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
11646         as argument and does the actual work. This function is used when copying a
11647         multi-dimensional array.
11648         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
11649         now do all the widening conversions of value types.
11650         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
11652 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11654         * class.c: remove some magic numbers and use the smbolic names,
11655         instead. Added init_events() to load event info at class init time.
11656         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
11657         and mono_metadata_methods_from_event().
11658         * reflection.h, reflection.c: added support for writing out the evnets
11659         related information.
11661 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
11663         * reflection.h, icall.c: use a different method (GetInterfaces)
11664         to gather interface info and add isbyref, isprimitive and
11665         ispointer to the ves_icall_get_type_info() return value.
11667 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
11669         * class.h: stared adding support for events.
11670         * icall.c: split find_members implementation. Added debug icall to get
11671         the address of an object.
11672         * reflection.c: handle TypeBuilders in mono_type_get_object().
11674 2002-03-01  Martin Baulig  <martin@gnome.org>
11676         * icall.c (ves_icall_System_Array_GetLength): This must throw an
11677         ArgumentOutOfRangeException(), not an ArgumentException().
11678         (ves_icall_System_Array_GetLowerBound): Likewise.
11679         (ves_icall_System_Array_GetValue): Improved argument checking.
11680         (ves_icall_System_Array_SetValue): Improved argument checking.
11682 2002-03-01  Martin Baulig  <martin@gnome.org>
11684         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
11685         called with invalid arguments rather than just dying with g_assert().
11686         (ves_icall_System_Array_SetValue): Likewise.
11687         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
11688         raise a NotImplementedException instead.
11689         (ves_icall_System_Array_GetLength): Added argument checking.
11690         (ves_icall_System_Array_GetLowerBound): Added argument checking.
11692 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
11694         * object.h (mono_assert): new macros mono_assert and
11695         mono_assert_not_reached
11697 2002-02-28  Martin Baulig  <martin@gnome.org>
11699         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
11700         and "System::String::IsInterned" to "System::String::_IsInterned".
11702 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
11704         * icall.c: remove hacks for typebuilder. Added icall to create a
11705         modified type from a tybebuilder.
11706         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
11707         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
11708         to create a backing MonoClass for a TypeBuilder.
11710 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11712         * class.c, class.h: more refactoring of class init.
11713         Export mono_class_setup_mono_type() and mono_class_setup_parent().
11715 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
11717         * marshal.c, marshal.h: start of marshaling interface.
11719 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
11721         * icall.c: fix order in assembly qualified name icall.
11723 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
11725         * class.c: do not free str, since we store it in the hash table.
11726         * reflection.h: add label field to MonoILExceptionInfo.
11727         * reflection.c: handle references to more than one assembly. Handle
11728         case when there isn't a module created in the assembly.
11730 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
11732         * class.c: Fix typo. Start refactoring of class init code.
11734 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
11736         * appdomain.c: exit with 1 on error.
11737         * class.c: we already have the name in MonoClassField.
11738         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
11739         MonoStreamHeader instead of an offset of image->raw_metadata.
11741 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
11743         * appdomain.c (mono_init): Be even more descriptive about the error.
11745 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
11747         * appdomain.c: give the user an informative message when corlib can't
11748         be loaded.
11750 2002-02-26  Martin Baulig  <martin@gnome.org>
11752         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
11753         New icall to get the time zone data.
11755 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11757         * reflection.c: set virtual and raw size of section correctly.
11758         * threads.c: transfer domain information to newly created threads.
11760 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
11762         * class.c: when instancing a class in a domain, load the default
11763         vaules for static fields from the constant table. Fix System.Enum to
11764         not be an enum.
11765         * icall.c: implement Object::GetType() internalcall. Implemented
11766         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
11767         Fixed checking of binding flags in find_members().
11768         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
11769         * reflection.c: handle enumerations when writing to the constant
11770         table. Use a different object cache for types.
11773 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
11775         * object.c (mono_object_isinst): fix for arrays
11777         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
11779 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
11781         * object.c: don't use mprotect ()  and fix intern pool hash table
11782         lookup for big endian systems.
11784 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11786         * icall.c: change type_is_subtype_of () signature.
11788 2002-02-21  Mark Crichton  <crichton@gimp.org>
11790         * rand.c, rand.h: Added random number generator for
11791         System.Security.Cryptography classes.
11793         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
11795         * icall.c: Added System.Security.Cryptography calls.
11797 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
11799         * class.c, icall.c, metadata.c: better support for pointer types.
11800         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
11801         * reflection.c: Add support for getting custom attrs for properties
11802         and simplify some code.
11804 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
11806         * icall.c: change getToken () and add custom attribute GetBlob()helper
11807         method.
11808         * reflection.h: add custom attrs array to the reflection builder structures.
11809         * reflection.c: encode and emit custom attributes for all the relevant
11810         reflection objects. Cache fieldref and methodref tokens. Change
11811         mono_image_create_token() interface to take a MonoDynamicAssembly.
11812         More complete custom attributes decoder. Load custom attributes for
11813         Assembly, Field, Method and Constructor objects, too. Make the
11814         returned array an Attribute[] one, not object[]. Added
11815         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
11816         custom attribute constructor.
11818 2002-02-20  Dick Porter  <dick@ximian.com>
11820         * icall.c:
11821         * rawbuffer.c:
11822         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
11823         problem code out for now).
11825 2002-02-19  Radek Doulik  <rodo@ximian.com>
11827         * object.c (mono_ldstr): use hash table to avoid multiple swapping
11829 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
11831         * icall.c: register the GetCustomAttributes method.
11832         * object.c, object.h: add mono_string_new_len ().
11833         * reflection.h, reflection.c: added mono_runtime_invoke(),
11834         mono_install_runtime_invoke(). Added
11835         mono_reflection_get_custom_attrs () to load custom attributes and
11836         create the attribute objects.
11838 2002-02-19  Dick Porter  <dick@ximian.com>
11839         * threads-dummy-types.c:
11840         * threads-dummy-types.h:
11841         * threads-dummy.c:
11842         * threads-dummy.h:
11843         * threads-pthread-types.c:
11844         * threads-pthread-types.h:
11845         * threads-pthread.c:
11846         * threads-pthread.h:  Deleted obsolete files
11848 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
11850         * class.c (mono_class_vtable): runtime init the class when we
11851         allocate static class data.
11853         * icall.c (ves_icall_System_Array_SetValue): check for null values.
11855         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
11856         and String - but we will need generic marshalling support in the
11857         future. 
11858         (mono_init): set the domain name in a ms compatible way
11860         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
11861         String[].
11863 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
11865         * object.c (mono_array_clone): use alloca() instead of g_malloc  
11866         for sizes
11868         * appdomain.c (mono_domain_unload): impl.
11870 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
11872         * appdomain.c, object.c: fix intern pool implementation.
11873         * class.c: fix alignment code.
11875 2002-02-16  Radek Doulik  <rodo@ximian.com>
11877         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
11878         and s2 > s1, just copy lower bytes to be compatible with little
11879         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
11880         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
11882         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
11883         force big_endian to be 1 for big endian machines 
11884         (ves_icall_iconv_new_decoder): ditto
11886 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
11888         * socket-io.c (convert_sockopt_level_and_name): If the system
11889         doesn't define SOL_IP or SOL_TCP, get them by hand using
11890         getprotobyname() and caching the values (because this could be a
11891         slow operation).
11892         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
11893         Use the appropriate struct when the system does support it. Ie,
11894         not all systems have struct ip_mreqn so use struct ip_mreq when
11895         appropriate.
11897 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
11899         * reflection.c: handle finally clauses.
11901 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
11903         * socket-io.c: use g_snprintf() instead of snprintf.
11905 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
11907         * reflection.c (mono_param_get_objects): Cast second argument to
11908         mono_method_get_param_names to a const char** to silence the
11909         compiler warning.
11911         * appdomain.c (mono_domain_assembly_open): Put parens around the
11912         truth statement in the for-loop.
11914         * unicode.c (iconv_convert): Got rid of a compiler warning about
11915         int i being unused when the system has a new iconv.
11916         (iconv_get_length): Same.
11918         * image.c (load_class_names): Cast the second argument to
11919         g_hash_table_insert() to char* to hush compiler warnings about the
11920         arg being a const.
11921         (mono_image_open): Same here.
11923         * socket-io.c: Don't conditionally include sys/filio.h or
11924         sys/sockio.h here anymore since we now get them from
11925         io-layer/io-layer.h
11926         (inet_pton): If the system doesn't support inet_aton, implement
11927         using inet_addr and also #define INADDR_NONE if it isn't defined
11928         by the system.
11930 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
11932         * metadata.c, metadata.h: added function to get packing and size info
11933         of a typedef.
11934         * reflection.h, reflection.c: handle field RVA data. Save info about
11935         the table layout if needed. Assign typedef indexes to all the types
11936         before dumping the info about them to avoid forward reference problems.
11938 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
11940         * socket-io.c (convert_sockopt_level_and_name): ifdef
11941         SO_ACCEPTCONN because it is not defined on my system (old debian)
11943 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
11945         * opcode.c: use stddef.h to get NULL.
11947 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
11949         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
11950         for FIONBIO, FIONREAD and SIOCATMARK.
11951         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
11952         define INADDR_NONE and besides, inet_addr() is deprecated and
11953         should not be used. Use inet_pton() instead - it also has the
11954         added bonus that it can easily handle IPv6 addresses as well.
11955         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
11957 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
11959         * decimal.c: remove _MSC_VER conditional.
11961 2002-02-13  Dick Porter  <dick@ximian.com>
11963         * socket-io.c: 
11964         * icall.c: Internal calls for Blocking, Select, Shutdown,
11965         GetSocketOption and SetSocketOption
11967 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11969         * assembly.cs: better resolver: use it instead of some kludgy
11970         code.
11972 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
11974         * reflection.c: the best way to speed-up the compiler is to avoid
11975         infinite loops.
11977 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
11979         * class.c (mono_class_vtable): changed the object layout
11980         (obj->vtable->class). 
11981         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
11983 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
11985         * assembly.c: look for assemblies in the assembly dir, too.
11987 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
11989         * class.c: fix thinko in mono_class_from_type().
11991 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
11993         * exception.h, exception.c: added TypeLoadException.
11994         * object.h, object.c: added mono_array_clone ().
11995         * icall.c: handle throwOnError in AssemblyGetType().
11996         Added Array.Clone().
11997         * opcode.h, opcode.c: use a single value for the opcode val.
11998         Compile fix for non-gcc compilers.
12000 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
12002         * opcodes.c, opcodes.h: export interesting info about opcodes.
12004 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
12006         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
12007         icalls. 
12009         * class.c (class_compute_field_layout): set element_class for enums
12010         (mono_class_create_from_typedef): set element_class for normal classes
12012         * icall.c (ves_icall_System_Enum_get_value): impl.
12014         * class.c (mono_class_create_from_typedef): do not set valuetype
12015         flag for System.ValueType and System.Enum
12017 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
12019         * unicode.c (iconv_convert): fix big endian problem.
12021 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12023         * class.c: add asserts if we are ever going to scribble over memory.
12024         * socket-io.c: not all systems have AF_IRDA defined.
12026 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
12028         * class.c (class_compute_field_layout): do not consider static
12029         fields to compute alignment
12031 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
12033         * appdomain.c (mono_appdomain_get): impl.
12034         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
12036 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12038         * icall.c: ignore "file://" prefix when loading an assembly.
12040 2002-01-23  Dick Porter  <dick@ximian.com>
12042         * socket-io.c:
12043         * icall.c:
12044         * Makefile.am: Added socket support
12046 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12048         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
12049         code back.  This should return the assemblies that are loaded by
12050         the runtime on behalf of an application domain. 
12052         The current implementation is still broken, it just returns every
12053         assembly loaded, but until we get real applications domain this
12054         will do.
12056 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
12058         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
12059         AppDomain object.
12061 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12063         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
12064         the mono_class_from_name lookup.
12065         (ves_icall_get_parameter_info): ditto.
12066         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
12067         method.
12068         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
12070 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12072         * class.c: load also nested classes on class init.
12073         System.ValueType instance methods gets passed boxed
12074         values, unless methods in derived classed that get a pointer to the
12075         data.
12076         * icall.c: use better name parsing code in GetType().
12077         * image.c, image.h: add mono_image_loaded ().
12078         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
12079         * reflection.c, reflection.h: added mono_reflection_parse_type().
12081 2002-01-22  Veronica De Santis <veron78@interfree.it>
12083         * icall.c : Added mapping of internal calls for Manual and Auto reset events
12084         * threads.c : Added the implementation of internal calls for events
12085         * threads.h : Added prototypes of internal calls for events
12086         
12087 2002-01-21  Radek Doulik  <rodo@ximian.com>
12089         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
12091 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
12093         * class.c (mono_class_init): set min_align to 1 (instead of 0)
12094         (mono_class_value_size): use min_align
12096 2002-01-20  Dick Porter  <dick@ximian.com>
12098         * threads.h:
12099         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
12100         so it compiles on w32.
12102 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
12104         * metadata.c (mono_type_stack_size): impl.
12106         * class.c (mono_class_get_field): impl. memberref token
12108 2002-01-16 Veronica De Santis <veron78@@interfree.it>
12110         * icall.h : Added the internal calls mapping for CreateMutex_internal
12111                     and ReleaseMutex_internal.
12112         * threads.h : Added the prototype of mutexes internal calls.
12113         * threads.c : Added the implementations of mutexes internal calls.
12115 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12117         * metaparse.h: removed unused file.
12118         * reflection.c, reflection.h: added stream_data_align () function 
12119         to align data in streams and keep stream aligned. Add support for
12120         exception support in method headers.
12122 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
12124         * unicode.c: make iconv_convert () return the number of bytess written
12125         in the output buffer.
12127 2002-01-15  Dick Porter  <dick@ximian.com>
12128         * threads.c: Make the runtime's idea of infinite timeouts coincide
12129         with the class library's
12131         Fix a particularly egregious bug in mono_thread_cleanup(). That
12132         code was so utterly bogus it must have been written on a Monday.
12134 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12136         * reflection.h: add subtypes field to TypeBuilder.
12137         * reflection.c: encode constants for literal fields.
12138         Handle subtypes. Fix user string token (and add a zero byte)
12139         at the end.
12140         
12141 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
12143         * class.c (mono_class_init): bug fix: assign slot numbers for
12144         abstract methods.
12146 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12148         * reflection.c: don't try to output a code RVA for abstract methods.
12149         Small fixes for method header format. Output parameter info to the
12150         ParamDef table. Save method overriding info to MethodImpl table.
12151         Fix property support. Allow typedef.extends to be a type in the
12152         building assembly.
12153         * verify.c: fix off-by-one error.
12155 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
12157         * class.c: fix mono_class_from_mono_type () for szarray types.
12158         Remove unused cache check in mono_class_from_type_spec().
12159         * icall.c: *type_from_name () functions handle simple arrays and byref.
12160         * reflection.c: handle byref and szarray types. Handle methods without
12161         body (gets P/Invoke compilation working). Handle types and fields in
12162         get_token ().
12163         * reflection.h: add rank to MonoTypeInfo.
12165 2002-01-10  Dick Porter  <dick@ximian.com>
12167         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
12168         internal calls
12170 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12172         * icall.c: initialize class in type_from_handle ().
12173         Loop also in parent classes for get_method ().
12174         * reflection.c: properly encode class and valuetype types.
12175         Start on encoding TypeBuilder types. Handle fieldrefs.
12176         Use correct length when registering a user string.
12177         Handle ConstructorBuilder and MonoMethod in get_token ().
12178         Make mono_type_get_object () aware of cached types.
12179         * object.c: back out change to mono_string_new ().
12181 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
12182         * object.c: mono_string_new should return a NULL when the string 
12183         passed in is NULL -- not try to deference it.
12184         
12185 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
12187         * icall.c: hack to make IsSubType work for TypeBuilders.
12188         * reflection.c: emit constructors before methods.
12189         Retrieve param names in mono_param_get_objects().
12191 2002/01/05  Nick Drochak  <ndrochak@gol.com>
12193         * Makefile.am: fix list of headers and sources so automake 1.5
12194         doesn't complain. Removed \# at end of list.
12196 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12198         * reflection.c: get token for a method ref. Set return type of
12199         constructor to void.
12200         * loader.c: debug message.
12201         * class.c: typo fix.
12203 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
12205         * icall.c: fix array init with rank > 1. FindMembers
12206         loops in parent class as well.
12207         * image.c: do not insert nested types in name cache.
12208         * reflection.c: warning fix.
12209         * reflection.h: add override method (for interface impl).
12211 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
12213         * metadata.c: fix customattr decoding.
12215 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
12217         * rawbuffer.cs: Added native Win32 implementation, avoids using
12218         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
12220 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
12222         * class.c: make the low-level routines handle the cache.
12224 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
12226         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
12228 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
12230         * class.c: fix mono_array_element_size() for objects.
12231         * class.h, class.c: add properties to MonoClass and load them
12232         at init time.
12233         * icall.c: check with isinst() when assigning a value to an array
12234         instead of requiring the classes to match exactly.
12235         Implemented icall for System.Type::GetType().
12236         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
12237         enums. Handle bindingflags when looking for methods and fields.
12238         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
12239         and mono_metadata_methods_from_property().
12240         * reflection.h, reflection.c: added structures for propreties,
12241         parameters and enums. Implemented mono_property_get_object() and
12242         mono_param_get_objects().
12244 2001-12-18  Dick Porter  <dick@ximian.com>
12246         * file-io.c: Use mono_string_to_utf16() instead of
12247         mono_string_chars()
12249         * object.c: Added mono_string_to_utf16(), which copies the non
12250         NULL-terminated MonoString into a new double-null-terminated
12251         buffer.
12253 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
12255         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
12257 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
12259         * file-io.c: raise exceptions if handle is invalid.
12261 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
12263         * assembly.c: yet another check for mscorlib.
12264         * class.c, class.h: load nesting info for classes.
12265         * icall.c: many new functions to support the Reflection classes.
12266         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
12267         * reflection.h, reflection.c: mono_image_create_token(),
12268         mono_assembly_get_object(), mono_type_get_object(),
12269         mono_method_get_object(), mono_field_get_object(): methods to return
12270         objects that parallel the C representation of assemblies, types,
12271         methods, fields.
12273 2001-12-11  Dick Porter  <dick@ximian.com>
12275         * icall.c:
12276         * file-io.c: Internal calls for file IO.
12278 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
12280         * tabledefs.h: missing FileAttributes.
12281         * verify.h, verify.c: use is_valid_string () to simplify and check for
12282         valid strings more correctly. Fix warnings and speeling.
12283         Check more tables: Filed, File, ModuleRef, StandAloneSig.
12284         Check code: branches, maxstack, method calls.
12286 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
12288         * object.c (mono_object_allocate): removed static, so that the jit
12289         can allocate value types.
12291         * icall.c (ves_icall_System_DateTime_GetNow): impl.
12293 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12295         * class.c: init enum types right away and register the
12296         token->MonoClass map in mono_class_create_from_typedef ().
12297         * verify.h, verify.c: first cut of the verifier.
12298         * pedump.c: add --verify switch to verify metadata tables.
12299         * tabledefs.h: add some missing enums.
12301 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
12303         * class.c (mono_install_runtime_class_init): impl.
12304         (mono_class_init): renamed mono_class_metadata_init to
12305         mono_class_init, also removed the metadata_inited flag
12307         * object.c (mono_object_isinst): use faster algorithm
12309 2001-11-30  Radek Doulik  <rodo@ximian.com>
12311         * mono-endian.h: reverted last change
12312         added function prototypes
12314         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
12315         add mono-endian.c back
12317         * mono-endian.c: returned back, as Paolo pointed out, it's needed
12318         for unaligned access, I've mistaked it with endianess. I am
12319         sorry.
12320         (mono_read16): fix reverted endianess
12321         (mono_read64): ditto
12322         (mono_read32): ditto
12324 2001-11-30  Dick Porter  <dick@ximian.com>
12326         * exception.c: Implement mono_exception_from_name()
12328 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12330         * metadata.h, metadata.c: remove params_size and locals_size and their
12331         calculation from the metadata code: they are only usefult to the
12332         interp.
12334 2001-11-29  Radek Doulik  <rodo@ximian.com>
12336         * object.c (mono_ldstr): swap bytes here, it's probably not the
12337         best place, but works for me now, I'll redo it once I know mono
12338         better, also note that I add PROT_WRITE and don't reset back, also
12339         note that it's only affects big endians, so x86 should be OK
12341         * mono-endian.h (read16): use just glib macros for both endians
12343         * mono-endian.c: removed as glib macros are used in in
12344         mono-endian.h so we don't need to care about endianess for read
12345         macros as glib does that for us already
12347 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
12349         * class.h, class.h: take minimum alignment into consideration so
12350         that the fields of a class remain aligned also when in an array.
12352 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12354         * loader.h, loader.c: add mono_method_get_param_names().
12355         * class.c: 0-init class fields.
12357 2001-11-26  Dick Porter  <dick@ximian.com>
12359         * icall.c:
12360         * threads-types.h:
12361         * threads.c: New file that handles System.Threading on all platforms
12363         * object.c: 
12364         * object.h: Remove the synchronisation struct from MonoObject,
12365         replace it with a pointer that gets initialised on demand
12367         * Makefile.am: Replace all the system-specific threading code with
12368         a single file that uses the new wrapper library
12370 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
12372         * class.c, class.h: add mono_install_trampoline() so that the runtime
12373         can register a function to create a trampoline: removes the ugly
12374         requirement that a runtime needed to export arch_create_jit_trampoline.
12375         * object.h, object.c: added mono_install_handler() so that the runtime
12376         can install an handler for exceptions generated in C code (with
12377         mono_raise_exception()). Added C struct for System.Delegate.
12378         * pedump.c: removed arch_create_jit_trampoline.
12379         * reflection.c: some cleanups to allow registering user strings and
12380         later getting a token for methodrefs and fieldrefs before the assembly
12381         is built.
12382         * row-indexes.h: updates and fixes from the new ECMA specs.
12384 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
12386         * class.h, class.c: add enum_basetype field to MonoClass.
12387         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
12388         to get index in the constant table reated to a field, param or
12389         property.
12390         * reflection.h, reflection.c: handle constructors. Set public-key and
12391         version number of the built assembly to 0.
12392         * row-indexes.h: update from new ECMA spec.
12394 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12396         * class.h, class.c: add a max_interface_id to MonoClass.
12397         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
12398         since it's used to do that. Added mono_type_type_from_obj().
12399         Make GetType() return NULL instead of segfaulting if the type was not
12400         found. Handle simple arrays in assQualifiedName.
12401         * object.h: add a struct to represent an Exception.
12402         * reflection.c: output call convention in method signature.
12403         Add code to support P/Invoke methods and fixed offsets for fields.
12405 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
12407         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
12408         the value.
12409         * icall.c: use mono_array_addr instead of array->vector: fixes the
12410         reflection image writing.
12411         * reflection.c: init call convention byte to 0 in method signature.
12412         Encode the property signature. Don't output property-related methods
12413         twice. Really process the properties for a type (don't cast a field to
12414         a property, my mom always told me that).
12415         Fix 64 bit issues in pointer alignment in a different and more
12416         readable way.
12418 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
12420         * loader.h: Removed type class from MonoDefaults, added monotype
12422         * loader.c: Loaded MonoType, removed loading of Type
12424         * icall.c (my_mono_new_object): Now returns a System.MonoType,
12425         and fills in System.Type._impl with a RuntimeTypeHandle rather
12426         than the actual MonoClass *
12428         (ves_icall_type_from_handle): change from type_class to
12429         monotype_class
12431         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
12432         implemented
12434         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
12435         implemented
12437         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
12439         (ves_icall_System_Reflection_Assembly_GetType): implemented
12441         (ves_icall_System_MonoType_assQualifiedName): implemented
12443         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
12445 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
12447         * assembly.c (mono_assembly_open): Implement a cache for the
12448         assemblies. 
12450         (mono_assembly_close): only destroy the assembly when the last
12451         reference is gone.
12452         
12453 2001-11-09  Dick Porter  <dick@ximian.com>
12455         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
12457 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
12459         * class.c (mono_class_metadata_init): bug fix: compute the right slot
12461 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
12463         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
12464         from Martin Weindel.
12465         * object.h: add mono_string_chars ().
12467 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
12469         * reflection.c (build_compressed_metadata): Eliminates warnings
12470         and uses 64-bit clean code.
12472         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
12473         (mono_type_equal): Change signature to eliminate warnings.
12475 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
12477         * icall.c, loader.c: remove the internalcall array constructors.
12478         Changes to match the new MonoArray structure.
12479         * object.h, object.c: an array object doesn't allocate an extra
12480         vector. Add mono_array_new_full () to create jagged arrays easily.
12482 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
12484         * metadata.h, metadata.c: add mono_metadata_field_info () to
12485         retreive all the info about a field from vairous tables.
12486         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
12487         * class.h, class.c: augment MonoClassField with more info.
12488         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
12489         policy and load a field's RVA if needed.
12491 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
12493         * class.c (mono_class_metadata_init): create a trampoline for all
12494         virtual functions instead of actually compiling them.
12496 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
12498         * class.h, class.c: include name in MonoClassField.
12499         * class.c: fix fundamental type of System.Object and System.String.
12500         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
12501         tokens in ldtoken.
12502         * icall.c: remove internalcalls for the Reflection stuff that is now
12503         done in C# code.
12504         * loader.c: mono_field_from_memberref () implementation.
12505         * mono-endian.c: thinko (s/struct/union/g).
12506         * object.c, object.h: make the mono_string_* prototypes actually use
12507         MonoString instead of MonoObject.
12508         * reflection.c, reflection.h: updates for changes in the reflection
12509         code in corlib: we use C structures that map to the actual C# classes.
12510         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
12511         fat method header if needed and use the info from the ILGenerator for
12512         methods. Handle fields in types. Misc fixes.
12514 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
12516         * class.c (mono_class_metadata_init): bug fix: always allocate
12517         space for static class data
12519 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
12521         * class.c (mono_compute_relative_numbering): use relative
12522         numbering to support fast runtime type checks.
12524 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
12526         * class.c (mono_class_create_from_typeref): added debugging output
12527         to print class name when MonoDummy is returned instead of real class
12529 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
12531         * class.c (mono_class_metadata_init): interface offset table now
12532         contains pointers into the vtable - this is more efficient for the jit
12534 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
12536         * class.c (mono_class_metadata_init): use a temporary vtable (the
12537         old algorithm only worked for the interpreter, but not for the jit)
12539 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
12541         * loader.c (method_from_memberref): use mono_class_get to get the
12542         class of an array instead of using System.Array directly.
12543         (mono_get_method): also add MEMBERREF methods to the method cache
12544         which usefull for arrays.
12546 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
12548         * pedump.c (arch_compile_method): added to compute vtable entry
12550         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
12551         number of interfaces.
12552         
12553         * class.h: merged MonoArrayClass into MonoClass
12555         * class.c (mono_class_create_from_typedef): compute the vtable size and
12556         allocate space to include the vtable inside MonoClass
12557         (mono_class_metadata_init): initialize the vtable
12559 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
12561         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
12562         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
12563         * image.c: endian fixes by Laurent Rioux.
12564         * object.h, object.c: rename MonoStringObject to MonoString and
12565         MonoArrayObject to MonoArray. Change some function names to conform to
12566         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
12567         guint16* as first argument, so don't use char*.
12568         Provide macros to do the interesting things on arrays in a portable way.
12569         * threads-pthread.c: updates for the API changes and #include <sched.h>
12570         (required for sched_yield()).
12571         * icall.c: updates for the API changes above.
12572         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
12573         platforms that need them.
12575 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
12577         * class.c: set the correct type for all the fundamental
12578         type when loading the class.
12580 2001-10-05  Dick Porter  <dick@ximian.com>
12582         * threads-pthread.c (pthread_mutex_timedlock): Simple
12583         compatibility version for C libraries that lack this call.
12585 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12587         * class.c: MonoTypes stored in MonoClass are stored as
12588         fundamental MonoTypes when the class represents a
12589         fundamental type (System.Int32, ...).
12590         The TypeHandle return by ldtoken is a MonoType*.
12591         * icall.c: ves_icall_get_data_chunk () write out all the
12592         PE/COFF stuff. Implement ves_icall_define_method (),
12593         ves_icall_set_method_body (), ves_icall_type_from_handle ().
12594         * image.c: properly skip unknown streams.
12595         * loader.h, loader.c: add type_class to mono_defaults.
12596         * metadata.c, metadata.h: export compute_size () as
12597         mono_metadata_compute_size () with a better interface.
12598         Typo and C&P fixes.
12599         * pedump.c: don't try to print the entry point RVA if there is no entry point.
12600         * reflection.c, reflection.h: many cleanups, fixes, output method
12601         signatures and headers, typedef and typeref info, compress the metadata
12602         tables, output all the heap streams, cli header etc.
12603         * row-indexes.h: typo fixes.
12605 2001-10-04  Dick Porter  <dick@ximian.com>
12607         * object.h: Add a synchronisation mutex struct to MonoObject
12609         * object.c (mono_new_object): Initialise the object
12610         synchronisation mutexes
12612         * icall.c: System.Threading.Monitor internal calls
12613         
12614         * threads-pthread.h:
12615         * threads-pthread.c: System.Threading.Monitor internal calls
12617         * threads-types.h: New file, includes the system-specific thread
12618         structures
12619         
12620         * threads-pthread-types.h:
12621         * threads-pthread-types.c: New files, handle pthread-specific
12622         synchronisation types
12624         * threads-dummy-types.h: 
12625         * threads-dummy-types.c: New files of dummy support for
12626         thread-specific types
12628         * metadata.c:
12629         * image.c:
12630         * pedump.c: include mono-endian.h not endian.h
12631         
12632         * Makefile.am: More threads files.
12633         Name mono-endian.h not endian.h
12635 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
12637         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
12638         stuff and implement a few more bits.
12639         * icall.c: a field needs to be dereferenced twice. Do not use the same
12640         name for two variables in the same scope.
12641         * image.c, image.h: cleanups.
12643 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
12645         * class.c (mono_class_metadata_init): bug fix: compute the right size
12647 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
12649         * icall.c: implemented some of the Reflection internalcalls.
12650         * image.c, image.h: start writing out the PE/COFF image.
12651         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
12652         that does the reverse than decode_blob_size ().
12653         * object.c: use mono_metadata_encode_value (). Move here
12654         temporary implementation of mono_string_to_utf8 ().
12655         * rawbuffer.c: make malloc_map static.
12657 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12659         * metadata.c: fix type comparison for arrays.
12660         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
12661         Added a couple of new classes to monodefaults.
12662         * icall.c: added a couple of Reflection-related internalcalls.
12663         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
12664         Added a byval_arg MonoType to MonoClass.
12666 2001-09-28  Dick Porter  <dick@ximian.com>
12668         * icall.c:
12669         * threads-pthread.h: 
12670         * threads-pthread.c: Implemented internal calls for
12671         LocalDataStoreSlot operations.  Applied mutexes around all shared
12672         data.  Reworked the thread creation and Start() operations to
12673         avoid a race condition.
12674         
12675         * threads-dummy.h:
12676         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
12678 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
12680         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
12682 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
12684         * class.c, loader.c: warn and return NULL instead of erroring out.
12685         * icall.c: added System.AppDomain::getCurDomain().
12686         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
12688 2001-09-25  Dick Porter  <dick@ximian.com>
12690         * threads-pthread.h:
12691         * threads-pthread.c: Implemented timed thread joining and added
12692         System.Threading.Thread::Join_internal internal call
12694         * icall.c: Added System.Threading.Thread::Join_internal internal call
12696         * threads-dummy.h:
12697         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
12699 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
12701         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
12702         mono_string_intern () to implement the semantics of the ldstr opcode
12703         and the interning of System.Strings.
12704         * icall.c: provide hooks to make String::IsIntern and String::Intern
12705         internalcalls.
12707 2001-09-23  Dick Porter  <dick@ximian.com>
12709         * threads-dummy.c: 
12710         * threads-dummy.h: New files of dummy threading routines
12712         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
12713         support code based on system specifics
12715         Rename PTHREAD_LIBS to THREAD_LIBS
12716         
12717 2001-09-23  Dick Porter  <dick@ximian.com>
12719         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
12720         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
12721         internal calls.
12722         (mono_thread_init): Set up a Thread object instance to return when
12723         the main thread calls Thread.CurrentThread
12724         (mono_thread_cleanup): Wait for all subthreads to exit
12726         * icall.c: New internal calls for System.Threading.Thread::Sleep
12727         (including Schedule) and CurrentThread
12729         * threads.h: New file, to insulate thread-specific stuff from the
12730         rest of the code
12732 2001-09-21  Dick Porter  <dick@ximian.com>
12734         * threads-pthread.h: 
12735         * threads-pthread.c: New file, for handling pthreads-style
12736         threading support.  Start() now starts a new thread and executes
12737         the ThreadStart delegate instance.
12739         * icall.c: Added the internalcall for
12740         System.Threading.Thread::Start_internal
12742         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
12744 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
12746         * loader.c: work around the different signatures for delegates
12747         constructors csc generates in compiled code vs the ones compiled in mscorlib.
12749 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
12751         * class.h, class.c: add mono_class_get_field_from_name ().
12752         * *: Fix C comments and other ANSI C issues.
12754 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
12756         * endian.h, assembly.c: fix some endianness issues.
12758 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
12760         * loader.h, load.c: add delegate_class to mono_defaults.
12761         Handle runtime provided methods in mono_get_method ().
12763 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
12765         * loader.c (mono_get_method): use pinvoke for internal call
12767         * icall.c: use pinvoke for internal call
12769         * loader.c (method_from_memberref): set the method name
12771 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
12773         * metadata.c: help the compiler generate better code for
12774         mono_class_from_mono_type ().
12776 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
12778         * class.c (mono_class_metadata_init): delayed computing of the
12779         class size to mono_class_metadata_init ()
12781 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
12783         * class.c, class.h: add an interfaces member to MonoClass.
12784         * image.c, image.h: add assembly_name field to MonoImage
12785         from the assembly table.
12786         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
12788 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
12790         * class.c: Handle Array in mono_class_from_mono_type ().
12791         * metadata.c, pedump.c: some endian fixes.
12793 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
12795         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
12796         * metadata.c: fix small problem introduced with the latest commit.
12798 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
12800         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
12801         We don't need a MonoMetadata pointer anymore to compare signatures in
12802         mono_metadata_signature_equal (), update callers.
12803         Reduced memory usage an number of allocations for MonoMethodHeader and
12804         MonoMethodSignature.
12806 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
12808         * metadata.c: added compare for szarray.
12810 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
12812         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
12813         and add a couple more types to it and mono_defaults. Give an hint on
12814         classes that need implementing in our corlib and are referenced
12815         in mscorlib.
12817 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
12819         * class.h, class.c: keep track if a class is also an Enum.
12820         * loader.c: Implement a couple more types for use in libffi
12821         marshalling. Gives better diagnostics when failing to dlopen
12822         a library. Set method->klass for P/Invoke methods, too.
12824 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
12826         * class.c, class.h: add a MonoType this_arg to MonoClass that
12827         represents a pointer to an object of the class' type that
12828         can be used by the interpreter and later the type cache.
12829         Add best guess alignment info for valuetype objects.
12831 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
12833         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
12834         into MonoType: one less level of indirection and allocation and
12835         simplifies quite a bit of code. Added cache for MonoTypes that are
12836         used frequently, so that we don't need to allocate them all the time.
12838 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
12840         * class.c (mono_class_create_from_typedef): System.Enum is also a
12841         value type, although it does not derive from System.ValueType
12842         (maybe a bug in the ms compiler?)
12844         * metadata.c (mono_type_size): return the right size for value types
12846         * loader.c (mono_get_method): only initialize method header if not abstract
12848         * class.c (mono_class_from_mono_type): use mono_default values. 
12850 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
12852         * *: use MonoClass pointers instead of <type_tokens>
12853         
12854         * class.h: new flag: metadata_inited.
12856         * class.c (mono_class_metadata_init): impl.
12857         (mono_class_instance_size): impl.
12858         (mono_class_data_size): impl.
12860 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
12862         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
12863         MonoClass now has the name and name_space fields. 
12864         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
12865         mono_get_method () takes and optional MonoClass as argument.
12866         Removed mono_typedef_from_name() and added mono_class_token_from_name()
12867         instead that takes advantage of a map from class names to typedef
12868         tokens in MonoImage.
12870 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
12872         * metadata.c: zero is not a valid alignment boundary.
12873         Merge MONO_TYPE_VOID in default decoding code.
12875 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
12877         * image.h: merged MonoMetadata into MonoImage
12879         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
12880         identify the type of elements.
12882 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
12884         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
12885         * cil-coff.h: split MonoMSDOSHeader and add size info.
12886         * image.c: add some consistency checks.
12887         * metadata.c: fix row size computation: one programmer
12888         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
12889         add explanation for the locator routine.
12890         Fix decoding of size in method header.
12891         
12892 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
12894         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
12895         (g_concat_dir_and_file): Bring g_concat_dir_and_file
12896         function from gnome-libs.  This uses the right path separator
12897         based on the OS, and also works around a bug in some systems where
12898         a double slash is not allowed. 
12899         (default_assembly_name_resolver): Use g_concat_dir_and_file
12900         (mono_assembly_open): ditto.
12902 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
12904         * metadata.c (mono_metadata_signature_equal): impl.
12906         * *: void is now a realy MonoType (instead of using NULL)
12907         
12908         * metadata.c (do_mono_metadata_parse_type): use
12909         mono_metadata_parse_type to parse void value.
12911 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
12913         * metadata.c, metadata.h: in the signature and method header store
12914         only the space required for holding the loca vars and incoming arguments.
12916 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
12918         * metadata.c (do_mono_metadata_parse_type): treat void like any
12919         other type (instead of assigning NULL);
12921 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
12923         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
12925 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
12927         * image.c (do_mono_image_open): added a cache for arrays.
12929 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
12931         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
12932         decode a single column from a row in a metadata table and changes
12933         to take advantage of it in the typedef locator (gives a nice speed up).
12934         Store offset info for function params.
12936 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
12938         * image.h (MONO_IMAGE_IS_CORLIB): removed 
12940 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
12942         * assembly.c: how could mono_assembly_close () had ever worked?
12943         * metadata.c, metadata.h: provide offset info for local vars.
12944         Implement mono_type_size () to take care of alignment as well
12945         as size (it was mono_field_type_size in cli/class.c before).
12947 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
12949         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
12951         * assembly.h (CORLIB_NAME): set to corlib.dll
12953         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
12955 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
12957         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
12958         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
12959         tokentype.h: massive namespace cleanup.
12961 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
12963         * metadata.h, metadata.c: decode exception clauses when parsing method header.
12965 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
12967         * metadata.c (mono_metadata_free_type): added check for type !=
12968         NULL (void) before calling mono_metadata_free_type()
12970 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
12972         * metadata.h, row_indexes.h: added header with enumerations to use
12973         to index in the columns from tables in metadata and to decode coded
12974         tokens: we should start using this instead of embedding magic numbers
12975         all over the code.
12977 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
12979         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
12980         Move metadata_t info from cli_image_info_t to MonoImage, where
12981         it's easily accessible. Changed all the uses accordingly.
12982         Added the method and class caches to MonoImage.
12983         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
12984         and mono_metadata_decode_value () signature to be more consistent
12985         with the other parse functions (and simplify code). Taken advantage
12986         of zero-length array allocation with GCC. Removed reduntant (and
12987         wrong) MonoFieldType struct and use MonoParam instead. Changed
12988         mono_metadata_parse_field_type () to use common code for parsing.
12989         Added mono_metadata_typedef_from_field () and
12990         mono_metadata_typedef_from_method () to lookup a typedef index from a
12991         field or method token.
12992         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
12994 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
12996         * metadata.c (mono_metadata_parse_field_type): Implement. 
12997         (do_mono_metadata_parse_type): Split engine from
12998         mono_metadata_parse_type, so that we can create smaller structures
12999         for things that just have one pointer to the MonoType (look at
13000         the MonoFieldType)
13002 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
13004         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
13005         as Jan Gray found out, it is incorrect. 
13007 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
13009         * assembly.c: Implement asssembly loading.  This loads an image
13010         and loads all the referenced assemblies.  Come to think of it, we
13011         could always do lazy loading of the assemblies. 
13013         * image.c (mono_image_open): Keep loaded images in a hashtable.
13015         * image.h (MonoImage): Add reference count.
13017 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
13019         * assembly.c (mono_assembly_open): Keep track of the file name in
13020         case the assembly has no ASSEMBLY table.
13022         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
13023         from get.c here.
13025 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
13027         * metadata.c, metadata.h: decode local vars in method header
13028         parse function. Change callers accordingly.
13030 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
13032         * metadata.h, cil-coff.h: protect against multiple inclusion.
13033         Added some new structures to hold information decoded from metadata:
13034         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
13035         and relevant decoding/free functions.
13036         * metadata.c: implement decoding functions. Add warning for out of bounds
13037         index in mono_metadata_locate(). Implement mono_get_method () to retreive
13038         all the info about a method signature and invocation. Remove check on
13039         uninitialized local var in parse_mh() and fix memory leak.
13041 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
13043         * metadata.h: More macros.
13045         * tokentype.h: New file.
13047 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
13049         * assembly.c: added a consistency check and initialize
13050         some structures with g_new0().
13051         * metadata.c: fixed a couple more bugs in table size computation
13052         and add other checks for out-of bound access to metadata.
13054 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
13056         * metatada.c: fix bugs computing table sizes. Spew a
13057         warning when index in string heap is out of bounds.
13059 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
13061         * metadata.h: Add a couple of macros to manipulate tokens. 
13063 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13065         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
13066         cli_section_tables).
13068 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
13070         * metadata.c (mono_metadata_user_string): New function, provides
13071         access to the UserString heap. 
13073 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
13075         * metadata.c: Add inline documentation.
13077 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
13079         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
13080         files. 
13082 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
13084         * typeattr.h: New file, TypeAttribute flags. 
13086 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
13088         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
13089         mono_assembly_ensure_section): Section loading code.
13090         (load_section_tables): Load the sections.
13092         * mono/metadata/metadata.c (mono_metadata_locate_token,
13093         mono_metadata_locate): Functions to locate the information
13094         definition given a token or a table and an index.
13095         (mono_metadata_compute_table_bases): New.
13096         (compute_size): New function to compute the sizes of the various
13097         tables.
13099         * mono/metadata/metadata.h: Finish listing the different index
13100         types. 
13102         * mono/metadata/pedump.c: Improve to dump new information.
13104 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
13106         * mono/metadata/metadata.c: Entered all the tables matching
13107         Beta2. 
13109         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2