Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
[mono-project.git] / mono / metadata / ChangeLog
blobaefacd3894d8018685bce0e2365a4451ef141207
2 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
4         * mono-debug.c, debug-mono-symfile.c: add some locking love.
6 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
8         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
10         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
12         * icall.c: Fix some warnings.
14         * threads.c (abort_appdomain_thread): Fix unref errors.
15         (mono_thread_current): Fix THREAD_DEBUG define.
17 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
19         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
21         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
23 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
25         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
26         string arrays.
28 2004-08-28  Martin Baulig  <martin@ximian.com>
30         * metadata.c
31         (mono_metadata_generic_inst_is_valuetype): New public function.
33         * metadata.h (MONO_TYPE_ISSTRUCT): Call
34         mono_metadata_generic_inst_is_valuetype() if we're a generic
35         instance to check whether our underlying type is a valuetype.
37 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
39         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
40         #63768.
42 2004-08-25  Martin Baulig  <martin@ximian.com>
44         * loader.c (mono_get_method_from_token): Abstract methods can also
45         be generic and thus have type parameters.
47         * metadata-internals.h
48         (MonoDynamicImage): Added `GPtrArray *gen_params'.
50         * reflection.c (mono_image_get_generic_param_info): Don't create a
51         metadata row, just add an entry to the `gen_params' array.
52         (build_compressed_metadata): Sort the `gen_params' array and then
53         actually create the metadata.
55 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
57         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
59 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
61         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
63 2004-08-24  Martin Baulig  <martin@ximian.com>
65         * class.cs (mono_class_is_subclass_of): Like an interface, a
66         generic instance also derives from System.Object.
68 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
70         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
71         custom modifiers to be in any order. Fixes #61990.
73 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
75         * object.c: Register mono_object_new_fast icall.
76         
77         * object.c (mono_class_get_allocation_ftn): Return to calling
78         mono_object_new_fast, since it seems faster to compute the object 
79         size in unmanaged code than passing it as a parameter.
81         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
83         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
84         this function with Boehm as the oom handler, so we don't have to check
85         the result of GC_malloc.
87         * object.c: Remove checks for oom.
89         * object.h object.c (mono_class_get_allocation_ftn): New function to
90         return the icall which can be used to allocate an instance of a given
91         class. 
93         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
95         * class-internals.h: Add 'enabled' field.
97 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
99         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
101 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
102         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
103         value 0x0010.
105 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
107         * appdomain.c: use the Tls function for appdomain too,
108         at Zoltan's request. Actually return in mono_context_get
110         * appdomain.c, profiler.c, threads.c: use __thread
112 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
114         * appdomain.c threads.c: Call GC_CreateThread on windows.
116         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
117         multiple libraries since this don't work on windows.
119 2004-08-18  Martin Baulig  <martin@ximian.com>
121         * class-internals.h
122         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
123         MonoMethodHeader.
125         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
126         MonoMethodNormal since we also need it for abstract and interface
127         methods.
129         * reflection.c
130         (build_compressed_metadata): Sort the GenericParam table.
131         (mono_image_create_token): Added `gboolean create_methodspec'
132         argument; this is false when generating a MethodImpl token.
133         (reflection_methodbuilder_to_mono_method): Abstract and interface
134         methods may also have generic parameters.
136 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
138         * appdomain.c: thread local alloc
140 2004-08-17  Martin Baulig  <martin@ximian.com>
142         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
144         * icall.c
145         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
146         argument.
148         * class.c (mono_type_get_full_name): New public function.
149         (mono_type_get_name): Don't include the type arguments.
151 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
153         * Makefile.am: Build static versions of libmetadata and libmonoruntime
154         for inclusion into the mono executable.
156 2004-08-16  Martin Baulig  <martin@ximian.com>
158         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
159         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
161 2004-08-14  Martin Baulig  <martin@ximian.com>
163         * class.c (dup_type): Also copy the `byref' field.
165 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
167         * reflection.c (create_dynamic_mono_image): Revert the last change 
168         since it breaks bootstrap.
170 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
172         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
174         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
175         not free them with g_free.
177 2004-08-11  Martin Baulig  <martin@ximian.com>
179         * reflection.c (mono_reflection_setup_internal_class): Also call
180         mono_class_setup_mono_type() if we already have a `tb->type.type'.
182 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
184         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
185         called during default (first) AppDomain creation. Keep track of
186         Evidence when loading assemblies.
188 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
190         * opcodes.c, opcodes.h: reduce runtime relocations.
192 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
194         * culture-info.h, locales.c: fixes and chages to sue the new
195         optimized format of the locale data.
196         * culture-info-tables.h: regenerated.
198 2004-08-06  Geoff Norton <gnorton@customerdna.com>
199         
200         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
202 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
204         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
205         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
206         * domain-internals.h: icall declaration.
207         * icall.c: icall registration.
208         * object-internals.h: New fields in MonoAssembly for CAS.
210 2004-08-05  Duncan Mak  <duncan@ximian.com>
212         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
213         CEE_LDELEM_ANY.
215 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
217         * reflection.c: fix to deal with object[] arrays in custom ctors
218         (bug #62550).
220 2004-08-05  Martin Baulig  <martin@ximian.com>
222         * class.c (mono_class_array_element_size): Added support for
223         generic instances and correctly handle "recursive" types.
225 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
227         * assembly.c: Fix warnings.
229 2004-08-04  Martin Baulig  <martin@ximian.com>
231         * class.c
232         (mono_type_get_name_recurse): Added `gboolean include_arity'
233         argument specifying whether or not we should include the generic
234         arity in the type name.
235         (_mono_type_get_name): New static function.
236         (mono_class_setup_vtable): If we're a generic instance, don't
237         include the generic arity in the names of explicit method
238         implementations.        
240 2004-08-03  Martin Baulig  <martin@ximian.com>
242         * class.c (mono_type_get_name_recurse): Enclose the generic type
243         arguments in `<', '>'.
245 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
247         * gc.c: make GC warning messages use the trace API, they are just
248         noise to most of the users.
250 2004-08-03  Martin Baulig  <martin@ximian.com>
252         * debug-mono-symfile.c (read_string): Correctly read the string.
254 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
256         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
257         
258         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
259         icalls.
260         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
262 2004-07-30  Martin Baulig  <martin@ximian.com>
264         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
265         Reflect latest symbol writer changes.   
267 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
269         * object.c: always create an object if null is passed
270         to Invoke() where a valuetype is expected.
272 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
274         * marshal.c (mono_marshal_init): make managed
275         signatures match native ones better for 64bits.
277 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
279         * appdomain.c: hack to build correctly the private bin path on windows.
280         Fixes bug #61991.
282 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
284         * assembly.c: Load mscorlib from the correct framework directory
285           (mono/<version>/mscorlib.dll).
286         * appdomain.h: Added prototypes for new functions.
287         * internals.h: Added some prototypes.
288         * domain.c: When initializing the runtime, get from the executable and
289           the configuration files the runtime version that the app supports.
290           Added support methods for reading app.exe.config. Added list of versions
291           supported by the JIT. Added two new methods: mono_init_from_assembly,
292           which initializes the runtime and determines the required version from
293           the provided exe file, and mono_init_version, which initializes
294           the runtime using the provided version.
295         * icall.c: Get machine.config from version-specific directory.
296         * reflection.c: When generating an image, embed the version number
297           of the current runtime.
299 2004-07-28  Dick Porter  <dick@ximian.com>
301         * socket-io.c
302         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
303         returned sockaddr size before creating the remote address object.
304         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
305         61608.
307 2004-07-28  Dick Porter  <dick@ximian.com>
309         * locales.c (string_invariant_compare_char): Fix invariant char
310         compares between upper and lower cases.  Fixes bug 61458.
312 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
313         
314         * marshal.c: actually cache stelem.ref wrappers.
315         
316 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
318         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
319         sections and remove the mono_cli_rva_map () function.
321 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
323         * debug-mono-symfile.c: fix one more endianess issue, from a patch
324         by Geoff Norton (<gnorton@customerdna.com>).
326 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
328         * class.c: fix class loads for pointer types (typeof(int) !=
329         typeof(int*)).
331 2004-07-27  Martin Baulig  <martin@ximian.com>
333         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
334         reading the debugging information from an external ".mdb" file.
336 2004-07-24  Martin Baulig  <martin@ximian.com>
338         * reflection.c (mono_image_get_type_info): Only write a class
339         layout entry if we actually have a size or a packing size.
341 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
343         * reflection.c (type_get_fully_qualified_name): 
344         insert cast to get type checking of ?: with non-gcc compilers
346 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
348         * rand.c: use g_getenv for both lookups of
349         MONO_EGD_SOCKET
351 2004-07-17  Martin Baulig  <martin@ximian.com>
353         * reflection.c (mono_reflection_bind_generic_method_parameters):
354         Set `gmethod->reflection_info'.
356 2004-07-17  Martin Baulig  <martin@ximian.com>
358         * class.c (mono_class_create_from_typedef): Insert the newly
359         created class into the hash table before computing the interfaces
360         since we could be called recursively.
362 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
364         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
365         function to implement stelem.ref in managed code
366         * class-internals.h, debug-helpers.c: a new wrapper type
367         for the above.
369 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
371         * gc.c: allow GC handles to work even when no GC is compiled in.
372         Fix part of bug #61134 (GetAddrOfPinnedObject).
374 2004-07-13  Peter Williams  <peter@newton.cx>
376         * process.c (complete_path): Make sure we don't attempt to execute
377         directories.
379 2004-07-12  Geoff Norton <gnorton@customerdna.com>
381         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
382           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
383           and will add/subtract the hour if needed
385 2004-07-12  Martin Baulig  <martin@ximian.com>
387         * reflection.c (mono_field_get_object): If we have
388         `field->generic_info', take the attributes from
389         `field->generic_info->generic_type'.    
391 2004-07-12  Martin Baulig  <martin@ximian.com>
393         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
394         This function must be called before initializing the runtime.
395         (mono_debug_init_1): New function; call this after initializing
396         the runtime, but before loading the assembly.  It tells the
397         debugger to load corlib and the builtin types.
399         * mono-debug-debugger.c: Did some larger changes in the debugging
400         code; support recursive class declarations, make sure we actually
401         add all classes.
403 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
405         * debug-helpers.c: undo my previous patch and fixed the real issue in
406         ../mini/exceptions-x86.c
408 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
410         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
411         when no HOME env. variable was set and a NullRef was thrown in a .cctor
412         called from other .cctors.
414 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
416         * loader.c: Removed the mono_loader_wine_init hack now that we are
417         doing a managed version of Windows.Forms.
419 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
421         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
422         threadpool.c, threads.c: remove static data from rootset.
424 2004-07-09  Dick Porter  <dick@ximian.com>
426         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
427         Don't do any more processing if the matched length was 0.  It was
428         increasing the size of the string before.  Fixes bug 61167.
430 2004-07-09  Dick Porter  <dick@ximian.com>
432         * socket-io.h:
433         * socket-io.c
434         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
435         Add support for SO_PEERCRED if its available.
437 2004-07-09  Peter Bartok <pbartok@novell.com>
438         * loader.c: winelib.exe.so error message is now only displayed if
439         MONO_DEBUG is set. To help us avoid questions when people are trying
440         out the new Managed.Windows.Forms.
442 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
444         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
445         for isinst and castclass wrappers.
447         * class-internals.h icall.c: Move registration and lookup of JIT icalls
448         to libmetadata from the JIT, so they could be used by the marshalling
449         code and the interpreter.
451         * marshal.c: Register marshalling related JIT icalls here instead of
452         in mini.c. Use CEE_MONO_ICALL instead of the family of 
453         CEE_MONO_PROC<x> opcodes to call marshalling functions.
455         * metadata.h: Remove unneeded marshalling conversions.
457         * opcodes.c: Update for new opcodes.
458         
459 2004-07-08  Martin Baulig  <martin@ximian.com>
461         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
462         (mono_debug_get_domain_data): Make this function static.
464 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
466         * gc.c, object.h: add nice GC handle API for embedders.
468 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
470         * reflection.c: more changes for the new api
472         * object.c: When we reflect on a field w/ a constant value, it
473         will not have a memory location, so we must access metadata. Also,
474         allow easier reading of strings so that we can read them from
475         the constant data.
477         * class.c (mono_class_layout_fields): no need for literal fields here.
479         * class-internals.h: api changes for const fields
481         * icall.c (ves_icall_get_enum_info): use new apis for const fields
483 2004-07-06  Martin Baulig  <martin@ximian.com>
485         * mono-debug.h: Increment version number to 44.
487         * mono-debug.c (mono_debug_add_wrapper): The second argument is
488         now a gpointer, rewrote this whole method.
490         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
491         function.  Add information about the wrapper in a new "misc table".
493         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
494         for the new misc table.
496 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
498         * metadata-internals.h image.c: Add a cache for helper signatures.
500         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
502 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
504         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
505         delegates from a delegate. Fixes #61033.
506         
507         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
508         marshalling of stringbuilder arrays. Fixes #59900.
510 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
512         * icall.c: Add EnumBuilder:setup_enum_type icall.
514 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
516         * icall.c: Added a new icall for the property version of
517         OffsetOfStringData.
519 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
521         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
522         it has a constant size across platforms.
524         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
525         stack trace.
527 2004-06-29  Martin Baulig  <martin@ximian.com>
529         * mono-debug.c (mono_debug_add_method): Protect the whole function
530         in mono_debugger_lock(), not just parts of it.
532 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
534         * reflection.c: make sure padding bytes in heaps are zeroed.
536 2004-06-24  David Waite  <mass@akuma.org>
538         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
539         image.c, loader.c, locales.c, marshal.c, metadata.c,
540         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
541         string-icalls.c, threads.c: change to C90-style comments from C99 /
542         C++ -style
544 2004-06-24  Dick Porter  <dick@ximian.com>
546         * threads.c
547         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
548         return createdNew.  Fixes bug 60412.
550         * threads-types.h: 
551         * icall.c: Add createdNew parameter to CreateMutex icall
553 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
555         * reflection.c, object-internals.h: save default value in params.
557 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
559         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
560         no need to build a new path combining that with the application base.
561         Fixes bug #60442.
563 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
565         * reflection.c: fixed minor standard compliance issues.
567 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
569         * reflection.c: fixed issue with encoding some custom attributes
570         (arrays in properties and fields, bug #60411).
572 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
574         * reflection.c: fix start address when copying the public key token.
576 2004-06-23  Martin Baulig  <martin@ximian.com>
578         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
579         the `exc' object in a static object to put it into the GC's root set.
581 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
583         * reflection.c: make mono_reflection_setup_internal_class ()
584         callable a second time to setup a new parent class.
586 2004-06-23  Dick Porter  <dick@ximian.com>
588         * threads.c: Check for WAIT_IO_COMPLETION return values.
590 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
592         * appdomain.c: Removed the g_free on the public key token. Now copy 
593         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
594         * assembly.c: Added public key token string value when loading 
595         assemblies. Fix bug #60439.
596         * icall.c: Added missing informations (like public key) in 
597         GetReferencedAssemblies. Fix #60519.
598         * image.h: Changed definition for public key token from const char*
599         public_tok_value to guchar public_key_token [17];
600         * reflection.c: Updated for changes to public key token.
602 2004-06-22  Lluis Sanchez Gual
604         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
605         for the field in base classes.
607 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
609         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
610         mark headers as not supported, they are installed only for use by the
611         debugger.
613 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
615         * *.c, *.h: avoid namespace pollution in public headers.
617 2004-06-21  Martin Baulig  <martin@ximian.com>
619         * exception.c (mono_get_exception_security): It's in
620         "System.Security", not in "System".
622         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
623         the exception classes.
625 2004-06-21  Martin Baulig  <martin@ximian.com>
627         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
628         Protect the exception object from being finalized.
630 2004-06-21  Martin Baulig  <martin@ximian.com>
632         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
633         public function.
635 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
637         * reflection.c: Load the assembly in mono_reflection_type_from_name,
638         if it was not loaded before. Fix parts of #60439.
640 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
642         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
643         code that was broken since Ben's change: wrappers are now
644         dependent on the method signature only again.
646 2004-06-21  Martin Baulig  <martin@ximian.com>
648         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
649         added interface support.
651 2004-06-21  Martin Baulig  <martin@ximian.com>
653         * class.c (mono_vtable_get_static_field_data): New public method.
655 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
657         * filewatcher.c : Windows build fix to be compliant with API changes.
659 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
661         * class.h, class.c: more accessors.
662         * metadata.h, metadata.c: prepare for hiding MonoType and
663         MonoMethodSignature: people should use the accessors from now on
664         outside of the tree.
666 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
668         * *.c, *.h: more API cleanups.
670 2004-06-18  Jackson Harper  <jackson@ximian.com>
672         * assembly.c: Trace loading assemblies.
673         * loader.c: Trace loading native libraries.
674         * mono-config.c: Trace loading config files.
675         
676 2004-06-18  Dick Porter  <dick@ximian.com>
678         * locales.c: Tell ICU the lengths of strings, it can cope with
679         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
681 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
683         * image.c: swapped name/filename;
685 2004-06-18  Martin Baulig  <martin@ximian.com>
687         * mono-debug-debugger.c (write_class): Write the parent class at
688         the end of the header.
690 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
692         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
694 2004-06-17  Raja R Harinath  <rharinath@novell.com>
696         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
697         (bundle_obj): New conditional define.
698         (BUILT_SOURCES): Remove.
699         ($(bundle_srcs)): Make parallel-make safe.
700         (libmonoruntime_la_LIBADD): Make unconditional.
701         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
702         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
704 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
706         * culture-info-tables.h: It was inconsistent with the latest
707           supp info files.
709 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
711         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
712         be loaded.
714         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
715         with gcc 2.95.
717 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
719         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
720         cleaned up public header threads.h.
722 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
724         * Makefile.am, *.c, *.h: more API cleanups.
726 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
728         * Makefile.am: removed monosn from compilation.
729         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
730         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
731         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
732         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
733         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
734         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
736 2004-06-15  Jackson Harper  <jackson@ximian.com>
738         * assembly.c: Make locales lower case when searching the GAC for
739         assemblies. gacutil will always make locales lowercase when
740         installing so this effectively makes them case insensitive.
741         
742 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
744         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
745         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
746           parameter which allows to choose whether the wait can be interrupted or 
747           not. Also added the method mono_monitor_enter(), which locks the monitor
748           using an infinite wait and without allowing interruption.
749           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
750           interrupted.
751         * object.h: Added new fields in MonoThread. suspend_event holds the event
752           used to susped/resume the thread. synch_lock is the lock object to use for
753           modifying the thread state.
754         * threads.c: Use the new synch_lock object for locking, instead of "this",
755           which can generate deadlocks.
756           Moved thread state change in Thread.Sleep and Thread.Join from managed
757           to unmanaged code. This avoids a deadlock when the thread was suspended
758           just after acquiring the thread lock.
759           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
760           Implemented Thread.Suspend using an event instead of ThreadSuspend,
761           which is not fully implemented in the io-layer.
762         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
764 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
766         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
767         threads-types.h: more API cleanups.
769 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
771         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
772         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
773         threadpool.c, threads.c: first pass at the exported API cleanup.
775 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
777         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
779 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
781         * icall.c: added internalGetHome.
783 2004-06-14  Dick Porter  <dick@ximian.com>
785         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
786         possible to return successfully when '.' or '..' were the only
787         entries in a directory, but were skipped.  The MonoIOStat was not
788         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
789         Fixes bug 59574.
791 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
793         * reflection.c: make binaries run on .Net 1.1 by default.
795 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
797         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
799 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
801         * marshal.c: keep track of struct size with explicit layout
802         (bug #59979).
804 2004-06-12  Martin Baulig  <martin@ximian.com>
806         * mono-debug-debugger.c: Comment out a debugging g_message().
808 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
810         * reflection.c, reflection.h: do not free custom attrs that are cached.
811         * icall.c: use braces to make code clearer.
813 2004-06-11  Martin Baulig  <martin@ximian.com>
815         * class.h (MonoInflatedField): New type.
816         (MonoClassField): Replaced `MonoType *generic_type' with
817         `MonoInflatedField *generic_info'.
819         * icall.c
820         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
822 2004-06-11  Martin Baulig  <martin@ximian.com>
824         * reflection.c (mono_image_create_method_token): Correctly encode
825         varargs methods.
827 2004-06-11  Martin Baulig  <martin@ximian.com>
829         * metadata.c (mono_metadata_parse_method_signature): When parsing
830         a MethodDef which has VarArgs, also set sentinelpos if we don't
831         have any parameters.
833 2004-06-11  Martin Baulig  <martin@ximian.com>
835         * verify.c (mono_method_verify): In CEE_CALL, use
836         mono_method_get_signature() to get the method's signature, unless
837         we're a PInvoke method.
839 2004-06-10  Jackson Harper  <jackson@ximian.com>
841         * assembly.c: Use <path>/lib/mono/gac for the extra paths
842         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
843         logical name as the supplied path is just a prefix to the gac not
844         the direct path to it.
845         
846 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
848         * reflection.c: make the token for a created method match
849         the token of the MethodBuilder it was created from
850         (IKVM requires this behaviour now).
852 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
854         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
855         reflection.c, socket-io.c: leak fixes.
857 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
859         * icall.c: handle sentinel pos in vararg methods in position different
860         from 0.
862 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
864         * culture-info-tables.h: freshly generated.
866 2004-06-09  Martin Baulig  <martin@ximian.com>
868         * loader.c (mono_get_method_constrained): Call `mono_class_init
869         (constrained_class)'.   
871 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
873         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
874         any methods. Fixes #59629.
876 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
878         * culture-info-tables.h: reflecting locale-builder updates.
880 2004-06-08  Dick Porter  <dick@ximian.com>
882         * object.h:
883         * locales.c: Fixed compile warnings, including a real bug in
884         CompareInfo_internal_compare.
885         
886 2004-06-08  Dick Porter  <dick@ximian.com>
888         * locales.c
889         (ves_icall_System_Globalization_CompareInfo_internal_index):
890         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
891         Double-check the resuls of usearches, because ICU currently
892         ignores most of the collator settings here.  Fixes bug 59720.
893         
894 2004-06-08  Dick Porter  <dick@ximian.com>
896         * locales.c
897         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
898         Fix memory leak and segfault-causing typo.  No idea how this one
899         lasted so long without being noticed.
901 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
903         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
904         any methods. Fixes #59629.
906 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
908         * assembly.c:
909         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
910         own the critical section before). Removed dead code (that's done
911         in the preload hook).
913         (mono_assembly_load_with_partial_name): call the preload hook.
915 2004-06-08  Martin Baulig  <martin@ximian.com>
917         * metadata.c (mono_metadata_signature_alloc): Default
918         `sentinelpos' to -1.
920         * reflection.c (mono_image_get_array_token): Likewise.
922 2004-06-08  Martin Baulig  <martin@ximian.com>
924         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
926         * metadata.c (mono_metadata_parse_method_signature): When parsing
927         a MethodDef which has VarArgs, set sentinelpos.
929         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
930         `gint16' since we're using -1 for non-varargs methods.
932         * reflection.c
933         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
934         (method_encode_signature): Added varargs support.
935         (method_builder_encode_signature): Likewise.
936         (mono_image_get_varargs_method_token): New static method.
937         (mono_image_create_method_token): New public method; this is
938         called via an icall instead of mono_image_create_token() when
939         calling a varargs method.       
941 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
943         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
945 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
947         * culture-info-tables.h : Reflecting the latest locale-builder that
948           fixed empty array representation ({} to {0}).
950 2004-06-07  Jackson Harper  <jackson@ximian.com>
952         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
953         looking up extra gac paths. This allows MONO_GAC_PATH to act
954         exactly like a prefix.
955         
956 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
958         * reflection.c (mono_reflection_type_from_name): Make a copy of the
959         type name before modifying it. Fixes #59405.
961 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
963         * culture-info.h: added fields for "all datetime patterns".
964         * locales.c: (  ves_icall_System_Globalization_CultureInfo
965           _construct_datetime_format ()): fill xxx_patterns fields.
966         * object.h: added fields for "all datetime patterns" to
967           MonoDateTimeFormatInfo.
968         * culture-info-tables.h: reflecting locale-builder updates.
970 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
972         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
973         the event has no add and remove methods. Fixes #59629.
975 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
977         * object.c: Fixed possible integer overflow when allocating large
978         strings.
980 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
982         * culture-info-tables.h: reflecting locale-builder updates.
984 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
986         * culture-info-tables.h: reflecting locale-builder updates.
988 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
990         * culture-info-tables.h: reflecting locale-builder updates.
992 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
994         * threads.c: Made Thread.Sleep abortable.
996 2004-06-02  Martin Baulig  <martin@ximian.com>
998         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
1000         * debug-mono-symfile.h: Bumped symbol file version number to 37.
1002 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
1004         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
1006 2004-05-30  Jackson Harper  <jackson@ximian.com>
1008         * reflection.c: Do not hardcode assembly versions or public key
1009         tokens anymore. All of this except the corlib section was dead
1010         code anyways.
1011         
1012 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
1014         * object.c (mono_runtime_invoke_array): Automatically create boxed
1015         objects for byref valuetypes if needed. Fixes #59300.
1016         
1017         * object.c (mono_method_return_message_restore): Handle 
1018         MONO_TYPE_OBJECT as well.
1020 2004-05-28  Jackson Harper  <jackson@ximian.com>
1022         * reflection.c: The modified type encoding was causing build
1023         problems. Reverted for now.
1024         
1025 2004-05-28  Jackson Harper  <jackson@ximian.com>
1027         * reflection.c/h: Take an assembly ref so that we dont create
1028         fully qualified names when encoding types in the same assembly as
1029         the custom attribute being emitted.
1030         * appdomain.c: Increment version number.
1031         
1032 2004-05-26  Duncan Mak  <duncan@ximian.com>
1034         * icall.c
1035         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
1036         Set the full version number (major, minor, build, revision).
1038 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
1040         * marshal.c (emit_struct_conv): increment src/dst after blit
1041         (mono_marshal_get_managed_wrapper,
1042         mono_marshal_get_native_wrapper): make sure we have marshalling
1043         info before marshalling params (info computation affects
1044         blittable)
1046         * class.c (class_compute_field_layout): correctly deal with
1047         blittable
1048         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
1049         value types (as per what windows dows by default)
1050         (mono_class_setup_mono_type): System.ValueType is blittable
1051         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
1052         blittable
1054         * marshal.c (mono_marshal_load_type_info): flag types  as
1055         non-blittable if the native layout doesn't match the managed
1056         layout
1058 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1060         * appdomain.c: don't add stuff in the private search path that is
1061         above the application base. If application base is not set, there's
1062         no private search path.
1064 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
1066         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
1067         byref struct arguments in native->managed marshalling.
1069 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
1071         * marshal.c (mono_marshal_get_runtime_invoke): correctly
1072         cache methods using signature (special case for methods
1073         that are value type or string class)
1074         
1075         * image.c (mono_image_close): clean up allocated GSList's
1076         in runtime_invoke_cache.
1078 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1080         * mono-config.c: set the correct path for mono_cfg_dir on windows when
1081         there's no MONO_CFG_DIR environment variable defined.
1083 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1085         * threads.c: windows version must be >= 0x0500 to include OpenThread.
1087 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
1089         * threadpool.c: Really wait for 500ms after the async call, even if the wait
1090           is interrumped.
1091         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
1092           before waiting for it, and call CloseHandle after the wait to unref it.
1093           This will make sure that handles are not disposed too early.
1095 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1097         * appdomain.c:
1098         * appdomain.h:
1099         * icall.c: removed
1100         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
1101         needed now.
1103         * object.c: se the application_base only for the domain that runs
1104         Main. Fixes bug #59216,
1106 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1108         * appdomain.c:
1109         * object.c: only the domain in which Main is run have
1110         SetupInformation.ConfigurationFile set, so moved a few lines from
1111         appdomain.c to object.c.
1113 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1115         * appdomain.c: we tried to load [name].(dll|exe), but according
1116         to bug #57710, we must also try [culture]/[name].(dll|exe) and
1117         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
1118         There's a test case attached to bug #58922.
1120 2004-05-27  Dick Porter  <dick@ximian.com>
1122         * icall.c:
1123         * file-io.c: Implemented icalls for locking and unlocking regions
1124         in a file.
1125         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
1126         FALSE on error (fixes both compiler warning and real bug.)
1128 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
1130         * culture-info-tables.h: reflecting locale-builder updates.
1132           (Added missing ChangeLog entry for 05/26)
1134 2004-05-27  Jackson Harper  <jackson@ximian.com>
1136         * locales.c: Fix some cut and paste errors.
1137         
1138 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1140         * mono-config.c: set the correct path for config. directory on windows.
1142 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1144         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
1145           on win32.
1147 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
1149         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
1150         from pinvoke functions.
1151         
1152         * marshal.c (mono_ftnptr_to_delegate): Implement this.
1154 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1156         * culture-info-tables.h: reflecting locale-builder updates.
1158 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
1160         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
1161         #59086.
1163 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
1165         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
1166         * icall.c: Modified icalls for RNG.
1167         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
1168         Windows (CryptoAPI).
1170 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
1172         * locales.c: Fix build.
1174 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1176         * culture-info-tables.h: reflecting locale-builder updates.
1178 2004-05-25  Jackson Harper  <jackson@ximian.com>
1180         * locales.c: When creating the current culture use the $LANGs
1181         specific culture. So DateTimeFormat and NumberFormat entries are created.
1182         
1183 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
1185         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
1186         a char array as parameter.
1188 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
1190         * image.c: In mono_image_open(), always use an absolute path name to
1191           look for already loaded images.
1193 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
1195         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
1196         missing in the windows build (like older cygwin include files).
1198 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
1200         * icall.c: Fixed check for possible integer overflow in Buffer_
1201         BlockCopy icall. Replaced comments style // by /* */.
1203 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
1205         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
1206         
1207         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
1208         check after MONO_VTADDR. Fixes pinvoke2.exe.
1210         * marshal.h marshal.c metadata.h: Add beginnings of support for
1211         ftnptr -> delegate marshalling.
1213 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
1215         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
1216         * threads.c: Fix warnings.
1218 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
1220         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
1221         * icall.c: Registered icalls for Suspend and Resume.
1222         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
1223           Thread.Abort.
1224         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
1225         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
1226         * process.c: Use WaitForSingleObjectEx.
1227         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
1228           checkpoints.
1229         * threads.c, threads.h: Make use of new Ex wait methods. Improved
1230           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
1231           for Suspend and Resume. Added new mono_thread_stop, used for stoping
1232           background threads. Added basic support for Abort in Windows.
1233           Start new threads using a managed delegate invoke wrapper. This wrapper
1234           has an interruption checkpoint that is needed since an interruption
1235           can be requested before the thread leaves the unmanaged code that starts 
1236           the thread.
1237         * marshal.c: Added interruption checkpoint after every native call, and
1238           also before managed calls for wrappers called from unmanaged code to
1239           go into managed code.
1240         * object.h: Added new field in MonoThread to keep track of interruption
1241           requests.
1243 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
1245         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
1246         calls.
1248 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1250         * appdomain.c:
1251         * assembly.c:
1252         * gc.c:
1253         * locales.c:
1254         * mono-config.c:
1255         * rand.c: getenv -> g_getenv (windows!)
1257         * process.c: complete_path is also used on non-windows platforms.
1259 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1261         * icall.c: new signature for Process_Start.
1263         * process.[ch]: new signature for Process_Start. If we're on windows
1264         and UseShellExecute is false, we have to search for the program by
1265         ourselves if we don't get a full path.
1267 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
1269         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
1270         marshalling and call CleanUpNativeData if needed. Fixes #58646.
1272 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1274         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
1275         Fixes bug #58373.
1277 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1279         * process.c: use double quotes to quote program name and arguments on
1280         windows. Fixes bug #58575.
1282 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1284         * file-io.c: don't return "." and ".." when using windows Find*File.
1286 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
1288         * marshal.c: Don't pass wrappers to message init because method 
1289         addressed used to lookup metadata. part of remoting[2|3] fix.
1291 2004-05-15  Jackson Harper  <jackson@ximian.com>
1293         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
1294         path is essentially the same as MONO_PATH except that it points to
1295         GACs instead of lib directories.
1296         * loader.h: The user gac is gone so we dont need function to
1297         enable/disable it.
1298         * mono-config.c: user gac option is now gone.
1299         
1300 2004-05-15  Jackson Harper  <jackson@ximian.com>
1302         * culture-info.h: Make defines more consistent, add calendar data
1303         to the culture info table.
1304         * culture-info-tables.h: Add basic calendar data. Basically
1305         everyone gets default gregorian until all the data is
1306         updated.
1307         * locales.c: Use the new consistent defines. Set calendar data for
1308         culture info objects.
1309         * object.h: add a field for calendar data to CultureInfo
1310         
1311 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
1313         * image.c: image->runtime_invoke_cache is keyed on signatures now.
1314         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
1315         a signature.
1316         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
1317         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
1318         an extra param that is the pointer of the method to invoke. The IL for
1319         the invoke method is no longer specific to the method, but to the
1320         signature of the method. Thus, we can share the same code for multiple
1321         methods. This reduces the number of methods that have to be compiled.
1323 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
1325         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
1327         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1329         * icall.c: Optimize Buffer.BlockCopy.
1331 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1333         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
1334         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
1335         quote). Changed them to "MMMM yyyy".
1337 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
1339         * rand.c
1340         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
1342 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
1344         * reflection.h: Updated after changes to managed structures.
1346         * appdomain.c: Bump corlib version.
1348 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1350         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
1351         windows.
1353 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1355         * Makefile.am: link to ../os/libmonoos.la on windows.
1357         * assembly.c:
1358                 -If MONO_DEBUG, warn about non-existing directories in
1359                 MONO_PATH.
1360                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
1361                 compile time variable.
1362                 -Removed init_default_path and call mono_set_rootdir from
1363                 libmonoos.a instead (windows only).
1365         * assembly.h: declare mono_assembly_getrootdir().
1367         * domain.c:
1368         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
1370         * loader.c: s/getenv/g_getenv/
1372 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
1374         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
1376         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
1378         * metadata.h: Add new marshalling conversions.
1380         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
1381         function.
1383         * reflection.c (mono_reflection_get_type): Lookup the type in all
1384         modules of a multi-module assembly. Fixes #58291.
1386 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
1388         * threads.c: Before aborting a background, set the StopRequested
1389         state.  This avoids throwing the Abort exception.
1390         In mono_thread_manage, don't continue with the shutdown until all
1391         aborted threads have actually stopped.
1393 2004-05-10  Jackson Harper  <jackson@ximian.com>
1395         * locales.c: Remove the modifier from culture names.
1396         
1397 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1399         * Makefile.am: monosn is not installed any more. It has been deprecated
1400         in favor of sn.
1402 2004-05-07  Jackson Harper  <jackson@ximian.com>
1404         * locales.c
1405         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
1406         Fix array construction, add bailout if the length is 0.
1408 2004-05-07  Dick Porter  <dick@ximian.com>
1410         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
1411         machine doesn't have a DNS entry.  Patch by Urs Muff
1412         (umuff@quark.com), fixes bug 57928.
1414 2004-05-06  Jackson Harper  <jackson@ximian.com>
1416         * reflection.c: Handle null PublicTokens properly. alloc mem for
1417         assembly names culture so we dont crash when freeing it.
1418         
1419 2004-05-06  Jackson Harper  <jackson@ximian.com>
1421         * assembly.c: Check the usergac when loading with partial names.
1422         
1423 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
1425         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
1426         does nothing for now (not required for Linux/Windows) but the class
1427         library can call it (and a newer or modified runtime could need it).
1428         * icall.c: Registred icall.
1430 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1432         * loader.c: prints a message on module loading error we set MONO_DEBUG
1433         environment variable.
1435 2004-05-05  Jackson Harper  <jackson@ximian.com>
1437         * appdomain.c: Handle PublicKeyToken=null properly.
1438         
1439 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
1441         * environment.c|h: Added icall ves_icall_System_Environment_
1442         GetOSVersionString to get the current OS version as a string.
1443         * icall.c: Registred icall.
1445 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
1447         * object.c: in mono_object_get_virtual_method(), take into account that
1448         non-virtual methods don't have a slot in the vtable. Check needed when
1449         the object is a proxy.
1451 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
1453         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
1454         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
1456         * object.c (mono_class_compute_gc_descriptor): Fix warning.
1458         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
1459         passed when a valuetype is expected.
1461         * object.c (mono_unhandled_exception): Only set the exit code if the
1462         exception happens in the main thread. Fixes thread5.exe.
1464         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
1465         invalid names. Fixes #58047.
1467 2004-05-03  Jackson Harper  <jackson@ximian.com>
1469         * assembly.c: This line was committed accidently and is unneeded.
1470         
1471 2004-05-03  Jackson Harper  <jackson@ximian.com>
1473         * icall.c: Add new icall for Assembly::LoadWithPartialName
1474         * assembly.c/.h: new function that probes the GAC to load partial
1475         assembly names by Paolo Molaro.
1476         
1477 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1479         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
1480         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
1481         (type_get_fully_qualified_name): Added PublicKeyToken when building a
1482         full type name.
1484 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1486         * appdomain.c: fixed check for 'neutral' culture and removed warning.
1487         * reflection.c: fix bug when parsing a full type name and Version is not
1488         the last thing in the string.
1490 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
1492         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
1493         crashes when it is freed.
1495 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1497         * assembly.c: print the compat warning to stderr.
1499 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
1501         * assembly.c (mono_assembly_load_references): Add a compatibility
1502         hack to run old applications that might be still referencing the
1503         3300-based assemblies, only do this for System.xxx.
1505 2004-05-01  Jackson Harper  <jackson@ximian.com>
1507         * appdomain.c: If the culture is neutral we set it to "".
1508         
1509 2004-04-29  Jackson Harper  <jackson@ximian.com>
1511         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
1513 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1515         * string-icalls.c: added low overhead function for copying chars
1516         * icall.c: added needed icall for the above function
1518 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1520         * icall.c: fix return value of get_global_assembly_cache.  Implemented
1521         Environment.GetLogicalDrives.
1523 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
1525         * rand.c: try and talk to egd or prngd
1526         for random bytes if opening devices fail.
1528 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
1530         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
1531         alignment for the type using the native alignment of its members 
1532         instead of using klass->min_align.
1534         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
1536 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1538         * file-io.c:
1539         * socket-io.c: added check for sys/aio.h.
1541 2004-04-28  Dick Porter  <dick@ximian.com>
1543         * threads.c: Don't abort a thread thats already aborting, when
1544         terminating everything.
1546 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1548         * icall.c: added 2 new async calls for Socket.
1550         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
1551         IO on *nix systems.
1553         * threadpool.c: removed unused variable.
1555 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
1557         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
1559 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
1561         * locales.c: put back string_invariant_tolower () and
1562         string_invariant_toupper ().
1564 2004-04-26 David Waite <mass@akuma.org>
1566         * file-io.h:
1567         * socket-io.h:
1568         * threads.h:
1569         * unicode.h: remove comma from end of enumeration declarations
1571 2004-04-26 David Waite <mass@akuma.org>
1573         * debug-mono-symfile.h:
1574         * decimal.c:
1575         * mono_debug.h:
1576         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
1579 2004-04-26  Jackson Harper  <jackson@ximian.com>
1581         * appdomain.c: Increment version number.
1582         
1583 2004-04-26  Jackson Harper  <jackson@ximian.com>
1585         * appdomain.c: Set assembly references public token value when
1586         PublicKeyToken is specified, not the hash_value. Free public token
1587         values when free assembly name data. Previously the public key
1588         token was hex decoded, however we are using hex encoded public key
1589         tokens, so this is not neccasary.
1590         * assembly.c: Lookup assemblies in the gac if their public token
1591         value is set. Add function to allow enabling user gac
1592         lookups. Specify whether or not the assembly was loaded from the
1593         GAC. Compare full assembly names when checking the cache for
1594         assemblies (Temporarily disabled see comment in code). Remove
1595         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
1596         specifies trace-loader they get extra info to stdout on the
1597         loading of assemblies.
1598         * image.h: Add a field for an assembly references public token
1599         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
1600         whether an assembly has been loaded from the GAC.
1601         * image.c: Remove a corlib -> mscorlib name mapping.
1602         * loader.h: Add function to enable/disable the user gac.
1603         * mono-config.c: Check if the usergac is enabled in the config
1604         file.
1605         * icall.c: New icall to determine whether or not an assembly has
1606         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
1607         * tabldefs.h: Add constant for assemblyref flag that specifies a
1608         full public key is used instead of a public token.
1609         * reflection.c: Remove mscorlib -> corlib mappings. Set
1610         PublicTokenValue instead of hash value. This value is a hex
1611         string so it does not need to be expanded.
1613 2004-04-26  Martin Baulig  <martin@ximian.com>
1615         * mono-debug-debugger.c (mono_debugger_initialize): Set
1616         `mono_debugger_initialized' before calling mono_debug_lock().
1618 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
1620         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
1621           InternalToUpper/InternalToLower.
1622         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
1623           removed invariant culture shortcut.  This is now done in managed code.
1624         * locales.c: (string_invariant_toupper/tolower) removed.
1626 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1628         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
1629         Added Poll internal call.
1631         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
1632         call for Poll. Select was too heavy for polling a single socket.
1634         * threadpool.[ch]: added mono_threadpool_cleanup.
1635         * threads.c: use it. Don't use Thread_Abort on windows.
1637 2004-04-23  Martin Baulig  <martin@ximian.com>
1639         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
1641 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
1643         * icall.c: Registred new icalls for key pair protection and added an
1644         icall for Environment.GetFolderPath on Windows.
1645         * security.c|h: Added new icalls for key pair protection.
1647 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1649         * socket-io.c: don't display the non-supported family warning for known
1650         families. Now this is not displayed on windows when checking support
1651         for IPv4/IPv6.
1653 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1655         * class.c: don't display the layout warning for static fields.
1657 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
1659         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
1660         * locales.c, locales.h: Added new icalls for culture-specific
1661         Char.ToLower and Char.ToUpper.
1663 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1665         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
1666         by David Waite.
1668 2004-04-20  Martin Baulig  <martin@ximian.com>
1670         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
1671         of the type name before passing it to mono_reflection_type_from_name().
1673 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
1675         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
1676         encodings here. Fixes #56965.
1678 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
1680         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
1681         fix test on strstr result not that I can see anything that
1682         relies on the result.
1684 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
1686         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
1687         Fixes #57081.
1689         * marshal.c (mono_marshal_get_string_encoding): New helper function.
1691         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
1692         function to determine which marshalling to use for strings. Fixes
1693         #56965.
1695         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
1697         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
1699 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
1701         * icall.c: #include mono-config.h
1703 2004-04-15  Jackson Harper  <jackson@ximian.com>
1705         * culture-info-tables.h: Fix date formats for en-US culture.
1706         
1707 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
1709         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
1710         ThreadPool.SetMinThreads.
1711         * threadpool.c: Implemented ThreadPool.GetMinThreads and
1712         ThreadPool.SetMinThreads.
1714 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
1716         * mono-config.c: also load the .config file in the directory
1717         where the assembly was found.
1719 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
1721         * assembly.c: load per-assembly config files.
1722         * icall.c: decrapified code to get the config dir and moved to
1723         mono-config.c.
1724         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
1725         per-assembly config files. When doing a dll map lookup give precedence
1726         to the per-assembly data.
1728 2004-04-14  Martin Baulig  <martin@ximian.com>
1730         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
1731         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
1732         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
1734         * mono-debugger-debugger.c: While the debugger is locked, remember
1735         whether the symbol tables have changes and send one single
1736         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
1738 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
1740         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
1742         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
1743         function.
1745         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
1746         account when marshalling string arrays. Fixes #56965.
1748 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
1750         * icall.c: Add new icalls mapping for security.
1751         * security.c|h: Add internal calls for WindowsIdentity,
1752         WindowsImpersonationContext and WindowsPrincipal.
1754 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
1756         * class.c: Added comment to ensure the System.MonoDummy class
1757         is removed when no longer necessary
1759 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
1761         * appdomain.c: Pass arguments to the bootstraping exceptions to
1762         minimize JITed methods at boot
1764         * metadata.c (mono_exception_from_name_two_strings): Allow for the
1765         second string to be null.
1767         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
1768         Change the protocol to minimize the JIT methods at startup.  Now
1769         it Returns the internal codepage, if the value of "int_code_page"
1770         is 1 at entry, and we can not compute a suitable code page
1771         number, returns the code page as a string.
1773 2004-04-13  Jackson Harper  <jackson@ximian.com>
1775         * culture-info-tables.h: Fix number of decimal digits for all
1776         english locales.
1778 2004-04-13  Jackson Harper  <jackson@ximian.com>
1780         * icall.c: Clairfy out of sync error message. It is not always
1781         your corlib that is out of sync.
1783 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
1785         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
1786         properties when only the set accessor is overriden. Fixes #55874.
1788 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
1790         * assembly.c (mono_assembly_load_references): Make this thread safe.
1791         Fixes #56327.
1793 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
1795         * monosn.c: Add missing initialization calls.
1797 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
1799         * locales.c:
1800         ves_icall_System_Globalization_CultureInfo_construct_number_format
1801         Fix g_assert so it compiles on fussier compilers re int/ptr
1802         mismatch
1804 2004-04-08  Dick Porter  <dick@ximian.com>
1806         * socket-io.h:
1807         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
1808         53992.  Also rearrange the code so that the internal calls return
1809         an error value and exceptions are thrown from managed code.
1811         * icall.c: Add type info to the socket icalls.
1813 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1815         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
1816         owes me a beer.
1818 2004-04-07  Martin Baulig  <martin@ximian.com>
1820         * class.c (mono_class_from_generic_parameter): Don't default
1821         `klass->parent' to `mono_defaults.object_type'.
1823 2004-04-07  Martin Baulig  <martin@ximian.com>
1825         * reflection.c (mono_reflection_initialize_generic_parameter): Set
1826         `param->pklass->reflection_info'.       
1828 2004-04-07  Jackson Harper  <jackson@ximian.com>
1830         * culture-info-tables.h: Fix date separator symbol.
1831         
1832 2004-04-07  Martin Baulig  <martin@ximian.com>
1834         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
1835         from System.Type to System.MonoType.
1837 2004-04-07  Martin Baulig  <martin@ximian.com>
1839         * reflection.h
1840         (MonoReflectionGenericParam): Added `has_reference_type' and
1841         `has_value_type' fields.
1843         * reflection.c (mono_image_get_generic_param_info): Encode the
1844         correct flags if we have the `class' or `struct' constraint.
1846 2004-04-07  Martin Baulig  <martin@ximian.com>
1848         * reflection.h
1849         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
1851 2004-04-07  Jackson Harper  <jackson@ximian.com>
1853         * appdomain.c: Revert extra patches, just wanted to bump the
1854         version number.
1855         
1856 2004-04-07  Jackson Harper  <jackson@ximian.com>
1858         * Makefile.am: Add culture-info private headers.
1859         * icall.c: Add new icalls for contructing locales.
1860         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
1861         * locales.h: Declare new culture info construction methods.
1862         * object.h: Add new fields used to avoid the CultureMap to
1863         MonoCultureInfo.
1864         * culture-info.h: Definition of structs used in the culture info
1865         tables.
1866         * culture-info-tables.h: Autogenerated tables that contain culture
1867         info data. This file was generated with the locale-builder tool.
1868         * appdomain.c: Incement corlib version number.
1869         
1870 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
1872         * appdomain.c: (mono_runtime_init) move mono_thread_init
1873         to before mono_object_new calls so critical sections
1874         are initialized before use.
1876 2004-04-07  Martin Baulig  <martin@ximian.com>
1878         * icall.c
1879         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
1880         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
1881         (ves_icall_MonoGenericParam_initialize): Removed.
1882         (monogenericparam_icalls): Removed.
1883         (generictypeparambuilder_icalls): Added new table for
1884         System.Reflection.Emit.GenericTypeParameterBuilder.
1886         * reflection.c
1887         (mono_reflection_define_generic_parameter): Removed.
1888         (mono_reflection_initialize_generic_parameter): This is now called
1889         from GenericTypeParameterBuilder's .ctor.
1891 2004-04-06  Martin Baulig  <martin@ximian.com>
1893         * class.c (mono_class_init): Don't inflate nested classes in a
1894         generic instance.
1895         (mono_type_get_name_recurse): Include the generic arguments for
1896         generic instances and generic type declarations.
1897         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
1898         (_mono_class_get_instantiation_name): Removed.
1899         (mono_class_create_generic): Always use `gklass->name' as our name.
1901         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
1903         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
1904         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
1905         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
1906         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
1907         closed generic methods here.
1909         * reflection.c
1910         (mono_reflection_generic_inst_get_nested_types): Removed.
1911         (inflate_mono_method): Copy the generic parameters from the
1912         MonoMethodHeader into out MonoGenericMethod.
1914 2004-04-06  Martin Baulig  <martin@ximian.com>
1916         * row-indexes.h
1917         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
1919         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
1921         * reflection.c (build_compressed_metadata): If we have any entries
1922         in the GenericParam, MethodSpec or GenericParamConstraint tables,
1923         set the header version to 1.1.
1925 2004-04-06  Martin Baulig  <martin@ximian.com>
1927         * class.c (mono_class_init): If we're a generic instance,
1928         initialize our nested classes, too.
1929         (_mono_class_get_instantiation_name): Deal with the new `!%d'
1930         suffix. 
1932 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1934         * process.c: quote the argument passed to the shell on windows.
1936 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
1938         * threads.c (mono_alloc_special_static_data): Allow this to be
1939         called during startup.
1941 2004-04-02  Martin Baulig  <martin@ximian.com>
1943         * icall.c
1944         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
1946 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
1948         * icall.c: Fix build.
1950 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
1952         * Makefile.am: Added security.c|h.
1953         * icall.c: Added icall for get_UserName;
1954         * security.c: New file for security related icalls. Added function
1955         get_UserName for System.Environment (fix #56144).
1956         * security.h: New. Header file for security.c
1958 2004-04-02  Dick Porter  <dick@ximian.com>
1960         * icall.c: Deleted the icalls that were obsoleted some time ago
1961         by the ICU string code, and which were mixed into the icall
1962         rearranging.  Fixes bug 55969.
1964         * string-icalls.h: 
1965         * string-icalls.c: Deleted the code that those icalls reference.
1967 2004-04-01  Martin Baulig  <martin@ximian.com>
1969         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
1971         * class.c (mono_class_from_generic_parameter): Don't set 
1972         TYPE_ATTRIBUTE_INTERFACE.
1973         (my_mono_class_from_generic_parameter): Likewise.
1975 2004-04-01  Martin Baulig  <martin@ximian.com>
1977         * loader.c (find_method): Added an optional `MonoClass *ic'
1978         argument to search in a specific interface.
1979         (mono_get_method_constrained): New public function.
1981 2004-04-01  Martin Baulig  <martin@ximian.com>
1983         * reflection.c (mono_image_get_generic_field_token): Use the
1984         `handleref' cache here.
1986 2004-04-01  Martin Baulig  <martin@ximian.com>
1988         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
1990         * reflection.c (create_generic_typespec): Use the `typespec' hash
1991         here, not the `typeref' one.    
1993 2004-04-01  Martin Baulig  <martin@ximian.com>
1995         * class.c (mono_class_inflate_generic_type): Moved the
1996         functionality into a new static inflate_generic_type() which
1997         returns NULL if it didn't do anything.  Only increment the
1998         `mono_stats.inflated_type_count' if we actually inflated
1999         something.
2000         (mono_class_get_full): Check the classes type to see whether we
2001         need to inflate it; also inflate MONO_TYPE_(M)VAR.
2003 2004-04-01  Jackson Harper  <jackson@ximian.com>
2005         * reflection.c: Set culture for assembly references.
2006         
2007 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
2009         * reflection.[ch], icall.[ch], Fix support for pinning variables.
2011 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2013         * assembly.c:
2014         (do_mono_assembly_open): the critical section also covers
2015         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
2017 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2019         * threads.c:
2020         (mono_manage_threads): abort the background threads when finishing.
2021         Fixes bug #47232.
2023 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2025         * gc.c: only close the done_event handle if there was no timeout.
2026         C-ified comments.
2028 2004-03-30  Martin Baulig  <martin@ximian.com>
2030         * icall.c (icall_entries): It's called "System.Activator", not
2031         "System.Activation".    
2033 2004-03-30  Martin Baulig  <martin@ximian.com>
2035         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
2036         (mono_class_create_from_typespec): Likewise.
2038 2004-03-30  Martin Baulig  <martin@ximian.com>
2040         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
2041         `has_ctor_constraint' and `initialized'.
2043 2004-03-30  Martin Baulig  <martin@ximian.com>
2045         * reflection.c (encode_new_constraint): New static function to add
2046         the constructor constraint attribute to a type parameter.
2047         (encode_constraints): Call encode_new_constraint() if necessary.
2049         * reflection.h
2050         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
2052         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
2053         
2054 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
2056         * reflection.c, icall.c: add support for pinning variables. 
2058 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
2060         * marshal.c (mono_marshal_get_managed_wrapper):
2061         init bool local with zero rather than null.
2063 2004-03-29  Martin Baulig  <martin@ximian.com>
2065         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
2066         the "official" behavior here.
2067         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
2069 2004-03-29  Martin Baulig  <martin@ximian.com>
2071         * icall.c: Reflect latest API changes.
2073 2004-03-29  Martin Baulig  <martin@ximian.com>
2075         * loader.c (mono_get_method_from_token): Also call
2076         mono_metadata_load_generic_params () for abstract and interface
2077         methods; replace the type arguments in the method signature with
2078         the ones which are loaded from the metadata.
2080 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
2082         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
2083         of the lock is not the current thread. MS.NET don't do it, in spite of
2084         what the documentation says. See bug #56157.
2086 2004-03-28  Martin Baulig  <martin@ximian.com>
2088         * class.c (mono_class_init): Don't call init_properties() and
2089         init_events() for generic instances; set `prop->parent' when
2090         inflating properties.
2092         * reflection.c (mono_generic_inst_get_object): Call
2093         `mono_class_init (ginst->klass)'.
2094         (mono_type_get_object): Only create a MonoGenericInst if your
2095         generic type is a TypeBuilder.
2096         (do_mono_reflection_bind_generic_parameters): Only set
2097         `ginst->is_dynamic' if our generic type is a TypeBuilder.
2099 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
2101         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
2102         Fixes #56091.
2104 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2106         * icall.c: added Kill_internal icall.
2107         * process.[ch]: added Kill_internal icall.
2109 2004-03-25  Martin Baulig  <martin@ximian.com>
2111         * class.h (MonoStats): Added `generic_instance_count',
2112         `inflated_method_count', `inflated_type_count' and
2113         `generics_metadata_size'.       
2115 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2117         * reflection.c: no warnings now.
2119 2004-03-25  Martin Baulig  <martin@ximian.com>
2121         * class.c (mono_class_get_full): New public function; does a
2122         mono_class_get(), but also takes a `MonoGenericContext *'.
2124         * loader.c (mono_field_from_memberref): Renamed to
2125         `field_from_memberref', made static and added `MonoGenericContext *'
2126         argument.
2127         (mono_field_from_token): Added `MonoGenericInst *' argument.
2128         (method_from_memberef): Likewise.
2129         (mono_get_method_from_token): Likewise.
2130         (mono_get_method_full): New public function; does a
2131         mono_get_method(), but also takes a `MonoGenericContext *'.
2133         * verify.c (mono_method_verify): Get the method's generic context
2134         and pass it to mono_field_from_token(), mono_get_method_full() and
2135         mono_class_get_full().
2137 2004-03-25  Martin Baulig  <martin@ximian.com>
2139         * class.c (mono_class_inflate_generic_type): Take a
2140         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
2141         `MonoGenericMethod *'.
2143 2004-03-25  Martin Baulig  <martin@ximian.com>
2145         * loader.h (MonoMethodInflated): Store the MonoGenericContext
2146         instead of the MonoGenericMethod here.
2148 2004-03-25  Martin Baulig  <martin@ximian.com>
2150         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
2151         each time we create a new MonoGenericInst, we also create a new
2152         context which points back to us.
2154         * class.c (inflate_method): Use `ginst->context' instead of
2155         creating a new context.
2157         * loader.c (method_from_memberref): Use
2158         `klass->generic_inst->context' instead of creating a new context.
2160 2004-03-25  Martin Baulig  <martin@ximian.com>
2162         * class.h (MonoGenericContext): New struct.
2163         (MonoGenericMethod): Removed `generic_inst'.
2165         * class.c (mono_class_inflate_generic_method): Take a
2166         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
2168 2004-03-25  Martin Baulig  <martin@ximian.com>
2170         * loader.h (MonoMethodInflated): New typedef.
2172         * metadata.h (MonoMethodSignature): Removed `gen_method', make
2173         `generic_param_count' consume just 30 bits, added `is_inflated'
2174         and `has_type_parameters' flags (one bit each).
2176         * class.c (mono_class_inflate_generic_method): Create a
2177         MonoMethodInflated instead of a MonoMethodNormal and set
2178         `is_inflated' in the method signature.
2180         * class.h (MonoGenericMethod): Removed `generic_method'.
2182 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
2184         * image.c: Make sure the name of a MonoImage is always an absolute path.
2185           This fixes bug #54415.
2187 2004-03-24  Martin Baulig  <martin@ximian.com>
2189         * class.c (mono_class_setup_vtable): If we're a generic instance,
2190         use our generic type's vtable size.
2192 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
2194         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
2195         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
2196         problems.
2198 2004-03-23  Martin Baulig  <martin@ximian.com>
2200         * class.h (MonoDynamicGenericInst): Added `int count_events' and
2201         `MonoEvent *events'.
2203         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
2204         (typebuilder_icalls): Added "get_event_info"; calls
2205         mono_reflection_event_builder_get_event_info(). 
2207         * reflection.c (mono_reflection_generic_inst_initialize): Added
2208         `MonoArray *events'.
2209         (mono_reflection_event_builder_get_event_info): New function.
2211 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
2213         * object.h: add mono_type_initialization_init
2215         * object.c (mono_runtime_class_init): 
2216         implement class constructor synchronization rules
2217         to cope with threading issues.  
2218         add mono_type_initialization_init
2220         * appdomain.c (mono_runtime_init): call 
2221         mono_type_initialization_init
2223         * class.h: removing initializing field from MonoVTable
2225 2004-03-23  Martin Baulig  <martin@ximian.com>
2227         * class.c (my_mono_class_from_generic_parameter): Use
2228         `param->name' if it's not NULL. 
2230 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
2232         * class.c: do not insert non-virtual methods in the vtable.
2233         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
2234         that means the method is non-virtual. This never would have
2235         happened before.
2237 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
2239         * profiler.c: Added lock for accessing coverage_hash.
2241 2004-03-22  Martin Baulig  <martin@ximian.com>
2243         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
2244         `method->method->signature->generic_param_count != 0' to make it
2245         work for interface methods.
2247 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2249         * process.c: quote the string passed to the shell using g_shell_quote.
2251 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2253         * threads.c:
2254         (mono_threads_manage): don't remove the finalizer thread and self
2255         from the threads hash table so that mono_thread_manage can be called
2256         more than once.
2258 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2260         * process.c: quote the arguments when UseShellExecute is true. Fixes
2261         bug #55790.
2263 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2265         * threads.c: set mono_thread_detach as a cleanup routine for every
2266         thread. This way it's always executed upon thread termination, either
2267         aborted or finished normally. No more xsp hangs!
2269 2004-03-17  Martin Baulig  <martin@ximian.com>
2271         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
2272         `int count_nested' and a `MonoType **nested'.
2274         * reflection.c (mono_reflection_bind_generic_parameters): Moved
2275         most of the functionality into a new static
2276         do_mono_reflection_bind_generic_parameters() and don't take a
2277         `MonoType *nested_in' argument any more.  Don't compute nested
2278         types here.
2279         (mono_reflection_generic_inst_get_nested_types): New public method
2280         to get nested types.
2282         * class.c (mono_class_create_generic): Set `klass->nested_in' if
2283         we're a nested class.
2285         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
2286         mono_reflection_generic_inst_get_nested_types() to compute the
2287         nested types.
2289 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
2291         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
2292         descriptive error message under windows.
2293         
2294 2004-03-17  Martin Baulig  <martin@ximian.com>
2296         * class.c (dup_type): Added `const MonoType *original' argument;
2297         copy the attrs from the original type.
2299 2004-03-17  Martin Baulig  <martin@ximian.com>
2301         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
2302         `m->generic_inst_cache' here.
2304 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
2306         * exception.h exception.c: Add stack_overflow_exception.
2308 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2310         * threadpool.c:
2311         (overlapped_callback): call SetEvent *after* invoking the callback.
2312         No need to call CloseHandle.
2314 2004-03-16  Martin Baulig  <martin@ximian.com>
2316         * reflection.c (mono_image_get_fieldref_token): Take a
2317         `MonoReflectionField *' instead of a `MonoClassField *' and a
2318         `MonoClass *'; store the `MonoReflectionField *' in the hash.
2320 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2322         * appdomain.c: don't add the culture to the filename we're looking for
2323         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
2325 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2327         * locales.c: don't ignore symbols when doing case insensitive compares.
2328         Thanks Dick! Fixes bug #54046.
2330         * threads.c: surround 'threads' usage with enter/leave in
2331         mono_thread_manage.
2333 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
2335         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
2336         implicitly marshalled as [Out]. Fixes #55450.
2338         (mono_marshal_get_runtime_invoke): Zero out the result if there is
2339         an exception.
2341 2004-03-16  Martin Baulig  <martin@ximian.com>
2343         * class.c (mono_class_from_generic_parameter): Use the actual
2344         parameter name. 
2346 2004-03-16  Martin Baulig  <martin@ximian.com>
2348         * reflection.c (type_get_signature_size): New static function.
2349         Compues the size of the type in a method signature.
2350         (method_get_signature_size): New static function; calls
2351         type_get_signature_size() to compute the actual size of the
2352         method's signature.
2353         (method_encode_signature): Use method_get_signature_size() to get
2354         the signature's size rather than using `nparams * 10'.
2356 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2358         * file-io.h: define here WapiOverlapped on windows. I don't want the
2359         regular OVERLAPPED one.
2361         * file-io.c:
2362         * threadpool.c: somehow, BindIoCompletionCallback is not found.
2363         Disabling AIO on windows.
2365 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2367         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
2368         bug #55385.
2370 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2372         * appdomain.c: upgraded corlib version.
2374         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
2375         and BeginWrite. Allow opening files for asynchrnous operations.
2377         * file-io.h: new struct that maps FileStreamAsyncResult.
2378         * icall.c: added new icalls.
2379         * process.[ch]: support setting child process environment variables
2380         and use the SHELL or COMSPEC when UseShellExecute is true.
2382         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
2383         callback for async. IO is here and also BindHandle.
2385         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
2386         from here.
2388 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
2390         * reflection.c (create_custom_attr): Allow len == 0.
2392         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
2393         computation on big-endian machines.
2395 2004-03-13  Martin Baulig  <martin@ximian.com>
2397         * class.h (MonoGenericInst): Added `int count_ifaces'.
2399         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
2400         `ginst->count_ifaces' instead `klass->interface_count' since we
2401         may get called before the vtable is created.
2403         * loader.c (mono_method_get_param_names): If we're a generic
2404         instance, return and don't initialize the class.
2406         * reflection.c (mono_reflection_setup_generic_class): Don't call
2407         ensure_runtime_vtable().
2408         (mono_reflection_bind_generic_parameters): Set
2409         `ginst->count_ifaces'.
2411 2004-03-11  Jackson Harper <jackson@ximian.com>
2413         * icall.c:
2414         * unicode.c:
2415         * unicode.h: Remove unused System.Char icalls.
2416         
2417 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
2419         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
2420         code when we P/Invoke the first library in Windows.Forms, instead
2421         of when we first open the assembly.
2423         * assembly.c: Drop the lookup from here.
2425 2004-03-10  Martin Baulig  <martin@ximian.com>
2427         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
2428         class for properties, fields and events.  Finally fixes #54945.
2430 2004-03-10  Martin Baulig  <martin@ximian.com>
2432         * metadata.c (mono_metadata_class_equal): New static function;
2433         checks whether two generic instances or two generic parameters are
2434         equal.
2435         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
2436         compare classes.        
2438 2004-03-10  Martin Baulig  <martin@ximian.com>
2440         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
2442         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
2443         argument and write it into the `reflection_info' field.
2445         * icall.c
2446         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
2447         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
2449 2004-03-09  Jackson Harper  <jackson@ximian.com>
2451         * char-conversions.h: use 8 bits for numeric data its all we need
2452         * icall.c: numeric data is only 8 bits now.
2454 2004-03-09  Martin Baulig  <martin@ximian.com>
2456         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
2458         * class.c (init_properties, init_events): Initialize the new
2459         `parent' field.
2461         * reflection.c (typebuilder_setup_properties): Likewise.
2462         (typebuilder_setup_events): Likewise.
2464         * reflection.h (MonoEventInfo): Replaced `parent with
2465         `declaring_type' and `reflected_type'.
2467         * icall.c (ves_icall_get_property_info): Distinguish between
2468         declaring and reflected type.
2469         (ves_icall_get_event_info): Likewise.
2471 2004-03-09  Martin Baulig  <martin@ximian.com>
2473         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
2474         (ves_icall_Type_GetField): Correctly set field->klass.
2476 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
2478         * loader.h: Fix warning.
2480 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
2482         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
2483         library routine if present.  Notice that it will still continue
2484         executing even if its missing, for those working on the Gtk#
2485         edition of Windows.Forms.
2487         * assembly.c (do_mono_assembly_open): If loading the
2488         System.Windows.Forms call mono_loader_wini_init.
2490 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
2492         * class.h: Added MonoRemoteClass struct.
2493         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
2494         function for MonoStrings.
2495         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
2496         Added internal call for getting the proxy type.
2497         * marshal.c: Get the type of transparent proxies from its remote_class.
2498         Added methods that generate the IL for type checks and casts:
2499         mono_marshal_get_isinst, mono_marshal_get_castclass, 
2500         mono_marshal_get_proxy_cancast.
2501         * marshal.h: Declaration of the previous new methods.
2502         * object.c: Added new moethods for creating and updating MonoRemoteClass
2503         instances: mono_remote_class, mono_upgrade_remote_class, 
2504         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
2505         * verify.c: FIx transparent_proxy_fields layout.
2506         * appdomain.c: Bump corlib version.
2508 2004-03-04  Jackson Harper  <jackson@ximian.com>
2510         * icall.c: Add icall to access char conversion tables.
2511         * char-conversions.h: Character conversion tables.
2512         * Makefile.am: Add char-conversions.h private header file.
2513         
2514 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
2516         * appdomain.c (unload_thread_main): Increase unloading timeout to
2517         10 sec as a temporary workaround for Nant problems.
2519 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
2521         * gc.c: Add checks for GC_enable and GC_disable.
2523         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
2524         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
2525         (bug #54988).
2526         
2527 2004-02-27  Martin Baulig  <martin@ximian.com>
2529         * reflection.c (mono_reflection_bind_generic_parameters): Take a
2530         `MonoReflectionType *' instead of a `MonoType *'.
2532 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
2534         * gc.c (run_finalize): Avoid finalizing the object representing the
2535         finalizer thread.
2536         (finalizer_thread): Fix warning.
2538 2004-02-25  Martin Baulig  <martin@ximian.com>
2540         * class.c (_mono_class_get_instantiation_name): Added `int offset'
2541         argument for nested types.
2542         (mono_class_create_generic): Added support for nested generictypes.
2544         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
2545         `GList *nested'.
2547         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
2549         * reflection.c (method_encode_signature): Increase the minimum
2550         value of `size' from 10 to 11.
2551         (mono_reflection_bind_generic_parameters): Take `int type_argc'
2552         and `MonoType **types' arguments instead of the `MonoArray
2553         *types'; added `MonoType *nested_in'.  Recursively instantiate
2554         nested classes. 
2556 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
2558         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
2559         stack_overflow_ex members which are used by exception handling.
2561         * appdomain.c (mono_runtime_init): Initialize the new members.
2563         * gc.c (mono_gc_enable): New helper function.
2564         * gc.c (mono_gc_disable): New helper function.
2566 2004-02-23  Martin Baulig  <martin@ximian.com>
2568         * icall.c: I must have been really stupid - make it actually work
2569         this time ;-)
2571 2004-02-23  Martin Baulig  <martin@ximian.com>
2573         * loader.c (method_from_memberref): Only inflate the method if
2574         it's in another klass.
2576 2004-02-23  Martin Baulig  <martin@ximian.com>
2578         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
2579         (mono_class_init): If we're a generic instance and an interface,
2580         compute `class->interface_id'; also create `class->interfaces'
2581         here and inflate them.
2583         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
2584         `ginst->is_open'.
2585         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
2587         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
2589 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
2591         * reflection.c (method_encode_code): Improved the error message
2592         generated by the exception.
2594 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2596         * icall.c: Martin did not do what he said in the ChangeLog for
2597         2004-02-18, but put back the changes for properties and events.
2598         Commenting those changes out again and adding comment to bug #54518.
2599         
2600         * process.c: removed warning.
2602 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
2604         * marshal.c (emit_struct_conv): Print an error message instead of
2605         asserting when a type does not have the StructLayout attribute.
2607 2004-02-20  Martin Baulig  <martin@ximian.com>
2609         * reflection.c (mono_type_get_object): Also use the cache for
2610         generic instances.
2611         (mono_reflection_bind_generic_parameters): Always compute
2612         `ginst->ifaces'.        
2614 2004-02-20  Martin Baulig  <martin@ximian.com>
2616         * class.h (MonoGenericMethod): Removed `klass'.
2618         * class.c (mono_class_inflate_generic_method): Added `MonoClass
2619         *klass' argument.
2621 2004-02-20  Martin Baulig  <martin@ximian.com>
2623         * reflection.c (method_encode_methodspec): Actually use the
2624         uninflated signature for the memberref.
2626 2004-02-20  Martin Baulig  <martin@ximian.com>
2628         * class.h (MonoGenericMethod): Removed `declaring'.
2630         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
2631         is NULL, compute it here.
2633 2004-02-20  Martin Baulig  <martin@ximian.com>
2635         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
2637         * metadata.c (mono_metadata_generic_inst_hash): New method.
2638         (mono_metadata_generic_inst_equal): New method.
2640         * reflection.c (mono_reflection_bind_generic_parameters): Use the
2641         `klass->image->generic_inst_cache' cache to avoid creating
2642         duplicate MonoGenericInst's.
2644         * class.c (mono_class_inflate_generic_type): Use the cache.
2646 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
2648         * object.c: fixed gc descriptor calculation for embedded valuetypes.
2650 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2652         * icall.c: added Socket.WSAIoctl icall.
2654         * socket-io.[ch]: implemented
2655         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
2657 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
2659         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
2661 2004-02-18  Urs C Muff  <umuff@quark.com>
2663         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
2664         this work on PPC and other big-endian architectures.
2666         * debug-mono-symfile.h: Prepended the names of all the `guint32'
2667         fields with an underscore to make sure they're only accessed by
2668         the read32() macro.
2670 2004-02-18  Martin Baulig  <martin@ximian.com>
2672         * icall.c: Put the klass->refclass changes back for methods and
2673         fields, but not for properties and events.  We're currently not
2674         distinguishing between DeclaringType and ReflectedType for
2675         properties and events, that's what caused the regressions.
2677 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2679         * object.c:
2680         (mono_async_result_new): the handle can be NULL.
2682         * threadpool.c: Use an event instead of a semaphore, don't initialize
2683         it until needed. This saves quite a few semaphores from being created
2684         when using the threadpool.
2686 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
2688         * object.c (mono_string_is_interned_lookup): Fix interning of long
2689         strings. Fixes #54473.
2691         * domain.c (ldstr_equal): Optimize if the two strings are equal.
2693         * icall.c: Revert the klass->refclass changes since they introduce
2694         regressions (bug #54518).
2696 2004-02-18  Martin Baulig  <martin@ximian.com>
2698         * class.c (mono_class_init): If we're a generic instance and don't
2699         come from a TypeBuilder, inflate our members here.
2700         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
2701         (mono_class_create_generic): New public method.
2702         (mono_class_initialize_generic): Removed.
2703         (get_instantiation_name): Renamed to
2704         _mono_class_get_instantiation_name() and made it public.
2706 2004-02-18  Martin Baulig  <martin@ximian.com>
2708         * class.c (mono_class_inflate_generic_type): Clear the new
2709         instance's `nginst->klass' when inflating a generic instance.
2710         (mono_class_is_subclass_of): Added (basic) support for generic
2711         instances.
2713 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
2715         * appdomain.h, domain.c: use a MonoCodeManager instead of a
2716         MonoMempool to hold compiled native code.
2718 2004-02-17  Martin Baulig  <martin@ximian.com>
2720         * class.h (MonoDynamicGenericInst): Added `count_properties' and
2721         `properties'.
2723         * reflection.c (mono_reflection_generic_inst_initialize): Added
2724         `MonoArray *properties' argument.
2726         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
2728 2004-02-17  Martin Baulig  <martin@ximian.com>
2730         * icall.c (ves_icall_Type_GetFields): Renamed to
2731         ves_icall_Type_GetFields_internal() and added a
2732         `MonoReflectionType *rtype' argument; pass it to
2733         mono_field_get_object() to set the field's "reflected" type.
2734         (ves_icall_Type_GetConstructors): Likewise.
2735         (ves_icall_Type_GetEvents): Likewise.
2736         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
2737         argument; pass it to mono_method_get_object() to set the method's
2738         "reflected" type.       
2740 2004-02-17  Martin Baulig  <martin@ximian.com>
2742         * class.h (MonoDynamicGenericInst): New type.
2743         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
2745         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
2746         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
2747         (ves_icall_MonoGenericInst_GetFields): New interncall.
2749         * class.c (mono_class_from_generic): Don't call
2750         mono_class_initialize_generic() if this is a dynamic instance;
2751         ie. it's being created from a TypeBuilder.
2752         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
2753         `class->byval_arg.type'.
2755         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
2756         to `inflate_method' and made static.
2757         (mono_reflection_inflate_field): Removed.
2758         (mono_reflection_generic_inst_initialize): New public method.
2760         * reflection.h (MonoReflectionGenericInst): Removed `methods',
2761         `ctors' and `fields'; added `initialized'.
2763 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
2765         * debug-helpers.c (mono_method_full_name): Fix output for empty
2766         namespaces.
2768 2004-02-12  Martin Baulig  <martin@ximian.com>
2770         * class.h (MonoClassField): Added `MonoType *generic_type'.
2772         * reflection.c (mono_image_get_fieldref_token): Added support for
2773         instantiated generic types.
2774         (field_encode_inflated_field): Removed.
2775         (mono_image_get_inflated_field_token): Removed.
2776         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
2778         * reflection.h (MonoReflectionInflatedField): Removed.
2780 2004-02-12  Martin Baulig  <martin@ximian.com>
2782         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
2783         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
2785         * reflection.c (mono_image_get_methodspec_token): Take a
2786         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
2787         (mono_image_create_token): Check whether we have a
2788         `method->signature->gen_method' and call
2789         mono_image_get_methodspec_token() if appropriate.
2790         (inflated_method_get_object): Removed.
2791         (mono_reflection_bind_generic_method_parameters): Return a
2792         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
2793         (mono_reflection_inflate_method_or_ctor): Likewise.
2795         * reflection.h (MonoReflectionInflatedMethod): Removed.
2797 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
2799         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
2800         for custom valuetype marshalling.
2802         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
2804 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2806         * icall.c: fixed WSAGetLastError_internal name.
2808 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
2810         * threads.c (mono_thread_attach): Allow this to be called multiple
2811         times for a thread.
2812         
2813         * threads.c (build_wait_tids): Do not wait for ourselves.
2815         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
2816         appdomain list is empty.
2818         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
2819         memory returned by mono_string_builder_to_utf16, since it points into
2820         managed memory. Thanks to Bernie Solomon for noticing this.
2822         * icall.c: Add AppDomainSetup icalls.
2824         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
2826         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
2827         types.
2829         * reflection.c (reflection_methodbuilder_to_mono_method): Save
2830         custom attributes to the method_aux struct. Also fix array indexes etc.
2832         * loader.c (mono_method_get_param_names): Make dynamic case work again.
2833         
2834 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
2836         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
2837         (both static and runtime) and reduce startup time.
2839 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
2841         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
2842         AsAny marshalling conversion instead of crashing.
2844         * marshal.c: Fix warnings.
2846 2004-02-09  Martin Baulig  <martin@ximian.com>
2848         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
2850         * reflection.h (MonoReflectionInflatedMethod): Removed the
2851         `declaring' field, it's now in the unmanaged MonoGenericMethod.
2853         * reflection.c (method_encode_methodspec): Removed the `method'
2854         argument; we get it from `gmethod->declaring'.
2855         (inflated_method_get_object): Removed the `declaring' argument.
2857 2004-02-09  Martin Baulig  <martin@ximian.com>
2859         * class.h (MonoGenericMethod): New type.
2860         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
2861         `generic_method'.
2863         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
2864         a `MonoGenericMethod *gen_method' one.
2866         * class.c (mono_class_inflate_generic_type): Take an additional
2867         `MonoGenericMethod * argument.  This is only non-NULL if we're
2868         inflating types for a generic method.   
2869         (mono_class_inflate_generic_signature): Renamed to
2870         inflate_generic_signature() and made static; take a
2871         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
2872         (inflate_generic_header): Take a `MonoGenericMethod *' argument
2873         instead of a `MonoGenericInst *' one.
2874         (mono_class_inflate_generic_method): Likewise.
2876         * reflection.c (encode_generic_method_sig): Take a
2877         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
2878         (method_encode_methodspec): Likewise.
2879         (inflated_method_get_object): Likewise. 
2881         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
2882         field with a `MonoGenericMethod *gmethod' one.  
2884 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
2886         * class.h (mono_class_has_parent): add parens to expansion
2887         so you can ! this.
2889 2004-02-08  Martin Baulig  <martin@ximian.com>
2891         * image.h (MonoImage): Removed `generics_cache'.
2893         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
2894         instead of a `MonoType *' argument; removed the `inflate_methods'
2895         argument.  Don't inflate methods here.
2897         * loader.c (find_method): If it's a generic instance, call
2898         mono_class_init() on the `sclass->generic_inst->generic_type'.
2900         * metadata.c (mono_type_size): Make this work on uninitialized
2901         generic instances; call it on the `ginst->generic_type's class.
2903         * reflection.c (mono_reflection_bind_generic_parameters): Call
2904         mono_class_from_generic() to create the `ginst->klass'.
2906 2004-02-08  Martin Baulig  <martin@ximian.com>
2908         * class.h (MonoClass): Changed type of `generic_inst' from
2909         `MonoType *' to `MonoGenericInst *'.
2911 2004-02-08  Martin Baulig  <martin@ximian.com>
2913         * icall.c (ves_icall_Type_BindGenericParameters): Just call
2914         mono_type_get_object(), this is now creating a `MonoGenericInst'
2915         for MONO_TYPE_GENERICINST.
2916         (ves_icall_MonoGenericInst_GetParentType): Likewise.
2917         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
2919         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
2920         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
2921         (inflated_method_get_object): Added `MonoClass *refclass' argument.
2922         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
2923         and reflected type.
2925         * reflection.h (MonoReflectionInflatedMethod): Removed
2926         `declaring_type' and `reflected_type'.
2928 2004-02-08  Martin Baulig  <martin@ximian.com>
2930         * class.h (MonoGenericInst): Added `MonoType *parent' and
2931         `MonoType **ifaces'.
2933         * reflection.h (MonoReflectionGenericInst): Removed `klass',
2934         `parent' and `interfaces'.
2936         * reflection.c (mono_reflection_bind_generic_parameters): Take a
2937         `MonoType *' argument and return a `MonoType *'.
2939         * icall.c
2940         (ves_icall_MonoGenericInst_GetParentType): New interncall.
2941         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
2943 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
2945         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
2946         valuetype marshalling.
2948 2004-02-06  Martin Baulig  <martin@ximian.com>
2950         * class.c
2951         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
2952         (my_mono_class_from_generic_parameter): Likewise.
2954 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
2956         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
2957         contents of the symbol files lazily.
2959         * object.h (MonoThread): Add 'name' and 'name_len' fields.
2961         * threads.h threads.c icall.c: New icalls for getting and setting the
2962         threads name.
2964 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
2966         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
2967         Raise an exception when the domain is not found.
2969 2004-02-03  Martin Baulig  <martin@ximian.com>
2971         * reflection.c (mono_image_get_methodspec_token): Use the
2972         uninflated signature; fixes gen-33.
2974 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
2976         * gc.c threads.c: Make the finalizer thread a normal managed thread so
2977         the finalizer code can use thread functionality.
2979         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
2980         the finalizer thread.
2982         * threads.c: Make some functions more robust.
2984         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
2986         * metadata.h: Add new marshalling conventions.
2988         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
2989         stringbuilder marshalling. Fixes #53700.
2991         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
2993         * reflection.c (mono_image_get_type_info): Save declarative security
2994         info.
2996         * reflection.c (mono_image_get_field_info): Handle uninitialized 
2997         unmanaged fields as well.
2999         * appdomain.c: Bump corlib version.
3001 2004-02-01  Martin Baulig  <martin@ximian.com>
3003         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
3004         method type arguments.  
3006 2004-01-30  Duncan Mak  <duncan@ximian.com>
3008         * marshal.h: Add prototype for
3009         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
3010         and
3011         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
3012         fix the build.
3014 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
3016         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
3017         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
3019 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
3021         * marshal.c (mono_marshal_get_native_wrapper): Add support for
3022         custom marshalling of valuetypes.
3024         * marshal.c: Fix some warnings.
3026 2004-01-29  Martin Baulig  <martin@ximian.com>
3028         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
3029         for generic method parameters.
3031         * reflection.c (method_encode_methodspec): Write the uninflated
3032         signature into the methodspec table.
3033         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
3034         is always the uninflated method.
3035         (reflection_methodbuilder_to_mono_method): Copy the generic
3036         parameters from the MethodBuilder into `header->gen_params'.
3038 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
3040         * class.c (mono_class_from_generic_parameter): Fix warning.
3042 2004-01-27  Martin Baulig  <martin@ximian.com>
3044         * class.c (mono_class_from_generic_parameter): Don't create
3045         `klass->methods' here.  
3047 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
3049         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
3050         extension since it does not work with libraries named lib<FOO>.dll.so.
3052 2004-01-25  Martin Baulig  <martin@ximian.com>
3054         * class.c (mono_class_inflate_generic_type): Added support for
3055         MONO_TYPE_GENERICINST.
3057         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
3058         inflate methods on open constructed types.      
3060 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3062         * object.c: fire ProcessExit event in the root AppDomain after running
3063         Main. Fixes bug #53299.
3065 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
3067         * socket-io.c: include the new socket-wrappers.h header.
3068         Use the wrappers instead of the unix socket functions to make the code
3069         more clear.
3071 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
3073         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
3075         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
3076         Fixes #22532.
3078 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
3080         * reflection.c (mono_image_create_pefile): Handle the case when the
3081         entry point is not a MethodBuilder.
3083         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
3084         field to ReflectionMethod since it is not allways a builder.
3086         * reflection.c (type_get_fully_qualified_name): New helper function to
3087         return the fully qualified name of a type.
3089         * reflection.c (encode_marshal_blob): Always emit the fully qualified
3090         type name for custom marshallers.
3092         * reflection.c (mono_marshal_spec_from_builder): Ditto.
3094         * class.c (mono_class_setup_vtable): If a parent class already 
3095         implements an interface, use the implementing methods from that class.
3096         Fixes #53148.
3098 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3100         * threadpool.c: just return instead of ExitThread to allow for thread
3101         clean up earlier.
3103 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
3105         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
3106         when closing resource modules.
3108         * reflection.c (mono_image_create_pefile): Handle the case when the
3109         entry point is not a MethodBuilder.
3111         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
3112         field to ReflectionMethod since it is not allways a builder.
3114 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
3116         * marshal.c (mono_marshal_get_managed_wrapper): 
3117         mono_marshal_alloc takes native int so CONV_I
3118         the arg for 64bits.
3120 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
3122         * reflection.c (fixup_cattrs): New function to fixup the methoddef
3123         tokens in the cattr table. Fixes #53108.
3125 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3127         * loader.c: don't trim ".dll" before looking up in the config file.
3128         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
3130 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
3132         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
3133         Return the module which contains the resource as well.
3134         (ves_icall_System_Reflection_Module_Close): New icall.
3136         * appdomain.c: Bump corlib version number.
3138         * image.c (mono_image_addref): New public function.
3140         * assembly.c: Call mono_image_addref.
3142         * reflection.c (mono_module_get_object): Increase reference count of 
3143         the image.
3145         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
3146         Fixes #22532.
3148         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
3149         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
3150         proper exceptions on DllImport problems.
3152 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
3154         * class.c, metadata.c: eliminate CSIZE macro.
3156 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
3158         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
3159         * object.h: Added async_callback field in MonoAsyncResult.
3160         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
3161         * verify.c: Added async_callback in MonoAsyncResult layout.
3163 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
3165         * reflection.c (mono_reflection_get_custom_attrs): Add support
3166         for Modules.
3168 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
3170         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
3171         marshalling.
3172         (mono_marshal_method_from_wrapper): Add null pointer check.
3174 2004-01-16  Martin Baulig  <martin@ximian.com>
3176         * debug-mono-symfile.h: Set version number to 36 and reflect
3177         latest symbol writer changes.
3179 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
3181         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
3182         multi-dimensional arrays.
3183         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
3184         (mono_class_from_mono_type): Use bounded_array_class_get.
3185         
3186         * class.c (mono_bounded_array_class_get): New function which takes
3187         a 'bounded' bool argument to distinguish vectors from one dimensional
3188         arrays.
3190         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
3191         bounded_array_class_get if the array has bounds.
3193         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
3194         Search modules loaded using AssemblyBuilder:AddModule as well.
3196 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3198         * appdomain.c: increased corlib version.
3199         * filewatcher.c: removed g_print.
3200         * icall.c:
3201         (get_property_info): only allocate what is actually requested.
3202         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
3204 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3206         * Makefile.am: added filewatcher.[ch]
3207         * filewatcher.[ch]: FileSystemWatcher runtime support.
3208         * icall.c: added new FSW icalls.
3210 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
3212         * string-icalls.c: fix stringbuilder regression as suggested by
3213         Iain McCoy <iain@mccoy.id.au>.
3215 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
3217         * process.c (process_read_stringtable_block): Recognize '007f' as
3218         a language neutral stringtable block.
3220 2004-01-12  Patrik Torstensson
3222         * object.h (MonoStringBuilder) : Changed layout to support our
3223         new stringbuilder class.
3224         * marshal.c: Change marshalling to support the new layout of 
3225         string builder.
3226         * appdomain.c: increased version number because new layout of
3227         string builder.
3229 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
3231         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
3232         assembly name as an string instead of an AssemblyName, since it is
3233         easier to extract info from it.
3235         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
3236         the culture subdirectories too. Fixes #52231.
3238 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3240         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
3241         It takes 2 new parameters with an optional name for the method to look
3242         for and case ignoring info.
3244         * threadpool.c: removed unused variable.
3246 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3248         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
3249         It takes 2 new parameters with an optional name for the property to look
3250         for and case ignoring info.
3251         Fixes bug #52753.
3253 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
3255         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
3256         Fix #52451.
3258 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3260         * appdomain.c:
3261         * assembly.c: escape the uri before passing it to g_filename_from_uri.
3262         Fixes bug #52630.
3264 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
3266         * reflection.c: Add support for more than one unmanaged resource.
3268         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
3269         in field->def_value, as done in all other cases.
3271         * reflection.c (mono_reflection_get_custom_attrs): Add support for
3272         TypeBuilders.
3274         * reflection.c (mono_reflection_create_runtime_class): Remove 
3275         errorneous assignment to klass->element_class, since it is already
3276         done in mono_reflection_setup_internal_class.
3278 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3280         * gc.c: added missing LeaveCriticalSection.
3281         * icall.c: indented a couple of lines.
3282         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
3283         if we call EndInvoke inside a callback. Fixes bug #52601.
3285 2004-01-07  Martin Baulig  <martin@ximian.com>
3287         * mono-debug-debugger.h
3288         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
3290 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
3292         * appdomain.c: Use messages in NotImplementedException.
3294         * exception.c (mono_get_exception_not_implemented): Now this takes
3295         a message argument.
3297         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
3298         exception instead of g_asserting an aborting when something is not
3299         implemented.
3301         Add some inline docs.
3303 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
3305         * reflection.h: Update after changes to object layout.
3307         * reflection.c: Implement saving of unmanaged aka win32 resources.
3309         * appdomain.c: Bump version number.
3311         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
3312         Handle missing domains gracefully.
3314 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
3316         * file-io.c : On Windows, there are much more invalid_path_chars.
3318 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
3320         * class.h, object.c: prepare for GetType () speedup.
3322 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
3324         * profiler.c: workaround for --profile null reference exception on
3325           cygwin. Patch by Patrik Torstensson.
3327 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
3329         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
3330         make work for unaligned access.
3332 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
3334         * class.c: small cleanup (class->fields [i] -> field).
3335         * image.c: check address of metadata is valid.
3337 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
3339         * assembly.h assembly.c (mono_assembly_loaded): New public function to
3340         search the list of loaded assemblies.
3342         * reflection.c (mono_reflection_type_from_name): Use 
3343         mono_assembly_loaded instead of mono_image_loaded.
3345         * reflection.c: Fix warnings.
3347 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
3349         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
3350         is dynamic. This is needed since an assembly can contain both dynamic and
3351         non-dynamic images.
3353         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
3354         assembly->dynamic.
3356         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
3358         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
3359         to store modules loaded using AddModule.
3361         * reflection.c (mono_image_fill_file_table): Generalize this so it works
3362         on Modules.
3364         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
3366         * reflection.c (mono_image_fill_export_table_from_module): New function to
3367         fill out the EXPORTEDTYPES table from a module.
3369         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
3370         into a separate function. Also handle loaded non-dynamic modules.
3372         * reflection.c (mono_image_basic_init): Fix memory allocation.
3374         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3376         * assembly.c (mono_assembly_load_references): Make this public.
3378 2003-12-19  Martin Baulig  <martin@ximian.com>
3380         * class.c (mono_class_initialize_generic): Made this static, take
3381         a `MonoGenericInst *' instead of a `MonoClass *'.
3382         (mono_class_from_generic): Call mono_class_initialize_generic()
3383         unless we're already initialized or being called from
3384         do_mono_metadata_parse_generic_inst().
3386         * class.h (MonoGenericInst): Added `initialized' and
3387         `init_pending' flags.
3389         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
3390         `mono_class_init (gklass)' or mono_class_initialize_generic()
3391         here; set `generic_inst->init_pending' while parsing the
3392         `type_argv'.
3394 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
3396         * locales.c: include string.h for memxxx prototypes
3398 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
3400         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
3401         constructor when accessing literal fields.
3403 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
3405         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3407         * reflection.c (assembly_add_resource_manifest): New function to fill
3408         the MANIFESTRESOURCE table.
3410         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
3412         * reflection.h: Update to changes in class layout.
3414         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
3415         Reenable call to mono_runtime_is_shutting_down ().
3417         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
3418         determine if the runtime is shutting down.
3420 2003-12-16  Jackson Harper <jackson@ximian.com>
3422         * icall.c: comment out call to mono_runtime_is_shutting_down to
3423         fix build.
3424         
3425 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
3427         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
3428         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
3430 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
3432         * reflection.c: move definition of swap_with_size
3433         to before its first call
3435 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
3437         * appdomain.c (mono_runtime_is_shutting_down): New public function.
3439         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
3440         icall.
3442         * object.c: Fix warnings.
3444         * icall.c (ves_icall_Type_Get...): Only consider inherited static
3445         members if FlattenHierarchy is set.
3447         * reflection.c (mono_image_add_decl_security): New function to emit
3448         declarative security.
3450         * reflection.h reflection.c: Add support for declarative security.
3452         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
3453         
3454 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
3456         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
3457         
3458         * appdomain.c verify.c: Moved corlib version checking into its own
3459         function in appdomain.c since it needs to create vtables etc.
3461 2003-12-13  Patrik Torstensson <p@rxc.se>
3463         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
3464         instead of unwrapped server.
3466 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
3468         * verify.c (check_corlib): Fix field index.
3470 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
3472         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
3473         GetGacPath icall.
3475 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
3477         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
3478         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
3479         cope with sizeof(size_t) != sizeof(guint32).
3481 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3483         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
3484         in case of failure.
3486 2003-12-10  Mark Crichton <crichton@gimp.org>
3488         * icall.c: removed the GetNonZeroBytes.  We now handle this case
3489         in managed code.
3491         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
3493 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
3495         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
3496         marked as deleted.
3498 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
3500         * verify.c (check_corlib): Handle the case when the version field is 
3501         initialized by a static constructor.
3503 2003-12-08  Patrik Torstensson  <p@rxc.se>
3505     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
3507 2003-12-08  Martin Baulig  <martin@ximian.com>
3509         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
3510         a MonoReflectionGenericParameter, also take the parameter index
3511         and name as arguments.
3512         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
3513         (ves_icall_MonoGenericParam_initialize): New interncall.
3514         (ves_icall_Type_make_byref_type): New interncall.
3516         * reflection.h (MonoReflectionGenericParam): Derive from
3517         MonoReflectionType, not just from MonoObject.  Added `refobj' and
3518         `index' fields.
3520         * reflection.c (mono_reflection_define_generic_parameter): Create
3521         and return a new MonoReflectionGenericParam; don't initialize the
3522         constraints here.
3523         (mono_reflection_initialize_generic_parameter): New public method;
3524         initializes the constraints and creates the `param->pklass'.
3526 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
3528         * reflection.h reflection.c: Use the new fields 'num_types', 
3529         'num_fields' and 'num_methods' to track the number of types etc.
3531         * verify.c (check_corlib): Check corlib version number.
3533 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
3535         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
3536         function works on all methods.
3538 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
3540         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
3541         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
3542         the custom_type_info flag of the transparent proxy.
3543         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
3544         objects that supports IRemotingTypeInfo.
3545         * object.h: Added custom_type_info field in transparent proxy.
3547 2003-12-06  Martin Baulig  <martin@ximian.com>
3549         * class.c (mono_class_create_from_generic): Removed.
3550         (mono_class_from_generic): Check `ginst->klass' before doing
3551         anything else.  This is important to fully support "recursive"
3552         generic types.
3554         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
3555         empty `generic_inst->klass' before doing anything else.
3557 2003-12-06  Dick Porter  <dick@ximian.com>
3559         * verify.c: 
3560         * object.h:
3561         * icall.c:
3562         * locales.c: Use C structs to access class fields.  Don't do a
3563         conversion between MonoString and UChar because both are
3564         platform-endian UTF-16.  Compare now takes startindex and count
3565         parameters.  Add a char overload for IndexOf.  Speed up the
3566         invariant string IndexOf.
3568 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
3570         * Makefile.am (monosn_LDADD): Fix parallel build.
3572 2003-12-04  Martin Baulig  <martin@ximian.com>
3574         * icall.c
3575         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
3576         (ves_icall_Type_make_array_type): New interncall.       
3578 2003-12-04  Martin Baulig  <martin@ximian.com>
3580         * locales.c: also change it in the !HAVE_ICU case.
3582 2003-12-04  Dick Porter  <dick@ximian.com>
3584         * icall.c:
3585         * locales.c: construct_compareinfo is now in CompareInfo, not
3586         CultureInfo.
3588 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
3590         * image.c (mono_image_load_file_for_image): Cache loaded images in the
3591         image->files array.
3593         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
3594         table as well.
3596         * assembly.c (mono_assembly_load_references): Only load references
3597         once.
3599         * class.c (mono_class_from_name): Avoid linear search of the 
3600         EXPORTEDTYPE table.
3602         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
3604 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
3606         * image.h (MonoImage): Add 'field_cache' field.
3608         * loader.c (mono_field_from_token): Cache field lookups.
3609         
3610         * reflection.c (mono_module_get_object): Fix name property.
3612         * icall.c (ves_icall_get_enum_info): Update after changes to 
3613         mono_metadata_get_constant_index ().
3615         * icall.c: Get rid of get_type_info icall, use a separate icall for
3616         each type property to avoid needless memory allocations. Fixes #51514.
3618         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
3619         to avoid needless binary searches.
3621         * class.c (class_compute_field_layout): Move the initialization of
3622         field->def_value to mono_class_vtable ().
3624         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
3625         non-corlib types.
3627         * object.c (mono_object_allocate): Make it inline.
3629         * object.c (mono_object_allocate_spec): Make it inline.
3630         
3631 2003-12-02  Dick Porter  <dick@ximian.com>
3633         * locales.c (create_NumberFormat): NumberFormatInfo construction.
3634         Patch by Mohammad DAMT (mdamt@cdl2000.com).
3636 2003-12-01  Dick Porter  <dick@ximian.com>
3638         * threads.c: Fix signature and call in CreateMutex and
3639         CreateEvent.
3641 2003-12-01  Dick Porter  <dick@ximian.com>
3643         * icall.c: 
3644         * locales.c: Implement string compares and searching
3646         * object.h: Add extra Thread field
3648 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
3650         * reflection.c (fixup_method): Add support for MonoCMethod.
3652 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
3654         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
3656         * reflection.c (assembly_name_to_aname): Allow extra characters in
3657         assembly names. Fixes #51468.
3659 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
3661         * exception.c (mono_exception_from_name_domain): New helper function.
3663         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
3664         exception object in the correct domain.
3666         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
3667         formatting + make a copy a the input data.
3669         * loader.c (mono_get_method_from_token): Methods which contain
3670         native code do not have entries in the ImplMap.
3672         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
3673         Thanks to Gonzalo for spotting this.
3674         
3675         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
3676         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
3678         * assembly.h (mono_assembly_load_from): Split the second part of 
3679         assembly loading into a new public function.
3681         * exception.h (mono_get_exception_bad_image_format): New function.
3683 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
3685         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
3686         Enumerate all modules inside a dynamic assembly. Fixes #51293.
3687         
3688         * icall.c: Add new icall for creating dynamic methods.
3690         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
3692         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
3694         * reflection.c (mono_reflection_create_dynamic_method): New icall to
3695         create a dynamic method.
3697         * reflection.c (resolve_object): New helper function.
3699         * reflection.c: Generalize ReflectionMethodBuilder and the functions
3700         which manipulate it so they can also work on dynamic methods.
3702         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
3703         creating the MonoReflectionMethodAux structure if it is not needed.
3704         
3705         * reflection.h verify.c: Update after changes to object layout.
3707         * reflection.c (method_builder_encode_signature): Fix compilation on
3708         gcc 2.95.x.
3710 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
3712         * appdomain.h: Added support for context static fields. Added static_data
3713           field to MonoAppContext and renamed thread_static_fields to a more
3714           generic special_static_fields in MonoAppDomain, since it can now contain
3715           context static fields.
3716         * domain.c: Updated hashtable name.
3717         * object.c: Replaced field_is_thread_static() for a more generic
3718           field_is_special_static() which also checks for context static attribute.
3719           In mono_class_vtable(), added support for static context fields.
3720         * threads.c: Changed methods that manage thread static fields to more
3721           generic methods so they can be reused both for thread and context static
3722           data.
3723         * threads.h: Declared some new methods.
3725 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
3727         * reflection.h: Update after changes to the managed types.
3729         * reflection.c (encode_custom_modifiers): New helper function.
3731         * reflection.c (method_encode_signature): Emit custom modifiers.
3733         * reflection.c (field_encode_signature): Emit custom modifiers.
3735 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
3737         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
3739         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
3740         implementation.
3742         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
3743         icall.
3745         * object.c (mono_field_get_value_object): New function.
3747         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
3748         specific.
3750 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
3752         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
3753         return a preallocated out-of-memory exception instance.
3755         * object.c (out_of_memory): Use the new function.
3757         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
3758         flag is before the custom modifiers. Fixes #49802.
3760 2003-11-16  Martin Baulig  <martin@ximian.com>
3762         * class.c (mono_class_is_open_constructed_type): Implemented the
3763         MONO_TYPE_GENERICINST case.
3765 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
3767         * assembly.c (mono_assembly_fill_assembly_name): New function to
3768         fill out the MonoAssemblyName structure.
3769         (mono_assembly_open): Use the new function.
3771         * icall.c (fill_reflection_assembly_name): New helper function.
3773         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
3774         new function.
3776         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
3778 2003-11-15  Martin Baulig  <martin@ximian.com>
3780         * class.c (mono_class_is_open_constructed_type): New public
3781         function; checks whether a type is an open constructed type,
3782         ie. whether it still contains type parameters.
3783         (mono_class_inflate_generic_type): If we're a type parameter and
3784         the inflated type is also a MONO_TYPE_(M)VAR, return the original
3785         type.
3787         * class.h (MonoGenericInst): Added `guint32 is_open'.
3789         * loader.c (method_from_methodspec): Check whether we're an open
3790         or closed constructed type and set `ginst->is_open'.
3792         * reflection.c (mono_reflection_bind_generic_parameters): Check
3793         whether we're an open or closed constructed type and set
3794         `ginst->is_open'.
3795         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
3796         from open constructed types.
3798 2003-11-15  Martin Baulig  <martin@ximian.com>
3800         * reflection.c (mono_reflection_bind_generic_parameters): If we're
3801         a generic instance (instead of a generic type declaration) with
3802         unbound generic parameters, bind them to our actual types.
3804 2003-11-14  Martin Baulig  <martin@ximian.com>
3806         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
3808         * reflection.c (mono_reflection_bind_generic_parameters): If we're
3809         an interface type, populate `res->interfaces' with instantiated
3810         versions of all the interfaces we inherit.
3812 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
3814         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
3815         when MONO_PATH is set but doesn't contain the install dir.
3817 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3819         * icall.c:
3820         (ves_icall_Type_GetInterfaces): don't return an interface twice when
3821         it's also implemented in base classes. Fixes bug #50927.
3823 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
3825         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
3826         if this method is called from a finalizer. Fixes #50913.
3828 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
3830         * threads.c: Implement VolatileRead/VolatileWrite
3832         * icall.c: Add new icalls for VolatileRead/VolatileWrite
3834 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
3836         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
3837         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
3838         2.95.3.
3840         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
3841         from Peter Ross (pro@missioncriticalit.com).
3842         
3843 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
3845         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
3847 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
3849         * assembly.c (mono_assembly_load_references): Disable check because it
3850         triggers on older corlibs which lots of people have.
3852 2003-11-12  Jackson Harper  <jackson@ximian.com>
3854         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
3855         load corlib.dll if mscorlib.dll is not found.
3856         * assembly.h: Remove corlib name define.
3857         * class.c:
3858         * domain.c:
3859         * image.c: Change corlib name to mscorlib.
3860         
3861 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
3863         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
3865 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
3867         * appdomain.h: Added loader_optimization here to sync with the C#
3868         code, and add disallow_binding_redirects field.
3870 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
3872         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
3874         * reflection.c (mono_image_build_metadata): Fix crash on modules
3875         with no types.
3877         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
3879         * icall.c (ves_icall_get_method_info): Return callingConvention as
3880         well.
3882         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
3883         namespaces from the EXPORTEDTYPE table as well.
3885         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
3886         from all modules inside the assembly.
3887         
3888 2003-11-11  Martin Baulig  <martin@ximian.com>
3890         * reflection.c (mono_reflection_bind_generic_parameters): Make
3891         this work for interfaces.
3893 2003-11-11  Martin Baulig  <martin@ximian.com>
3895         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
3897 2003-11-11  Martin Baulig  <martin@ximian.com>
3899         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
3900         "MonoInflatedMethod" and "MonoInflatedCtor".
3902 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
3904         * reflection.c (resolution_scope_from_image): Use the assembly table
3905         from the manifest module, since other modules don't have it.
3907         * debug-helpers.c (mono_type_full_name): New helper function.
3909         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
3911         * image.c (mono_image_load_file_for_image): New public function which
3912         is a replacement for the load_file_for_image in class.c.
3914         * assembly.c (mono_assembly_load_module): A wrapper for the function
3915         above which does assembly association and reference loading too.
3917         * class.c (mono_class_from_name): Call mono_assembly_load_module.
3919 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3921         * appdomain.c: not all of the attributes for the full assembly name
3922         are required and the order doesn't matter. Fixes bug #50787.
3924 2003-11-10  Dick Porter  <dick@ximian.com>
3926         * locales.c: Use platform-endian UTF16
3928 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
3930         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
3931         
3932 2003-11-10  Martin Baulig  <martin@ximian.com>
3934         * metadata.c
3935         (mono_metadata_load_generic_params): Make this actually work.
3937         * reflection.c (mono_reflection_bind_generic_parameters): If our
3938         parent is a generic instance, pass all the `types' to it, no
3939         matter whether it has the same number of type parameters or not.
3941 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
3943         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
3945         * assembly.c (mono_assembly_load_references): Move the image<->assembly
3946         assignment code to this function so it gets called recursively for all
3947         modules.
3949         * image.c (load_modules): Remove the assembly assignment since it is
3950         now done by mono_assembly_load_references.
3951         
3952         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
3953         Add 'module' argument.
3954         (mono_module_get_types): New helper function.
3955         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
3957 2003-11-08  Martin Baulig  <martin@ximian.com>
3959         * class.c (mono_class_inflate_generic_method): Interface method
3960         don't have a header.
3962         * reflection.c (mono_image_get_methodspec_token): Take an
3963         additional `MonoGenericInst *' argument instead of reading it from
3964         the header; this is necessary to support interfaces.
3965         (mono_image_create_token): Pass the `MonoGenericInst *' from the
3966         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
3967         (inflated_method_get_object): Take an additional `MonoGenericInst *'
3968         argument.
3970         * reflection.h (MonoReflectionInflatedMethod): Added
3971         `MonoGenericInst *ginst'.
3973 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
3975         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
3977 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
3979         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
3981 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
3983         * reflection.c 
3984         (reflection_methodbuilder_from_method_builder):
3985         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
3986         initialize a ReflectionMethodBuilder structure.
3987         (mono_image_get_methodbuilder_token):
3988         (mono_image_get_ctorbuilder_token): New functions to emit memberref
3989         tokens which point to types in another module inside the same assembly.
3991         * reflection.c: Use the new helper functions.
3992         
3993         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
3995         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
3996         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
3998         * reflection.c (resolution_scope_from_image): Emit a moduleref if
3999         neccesary.
4001         * reflection.c (mono_image_build_metadata): Emit metadata only for the
4002         current module. Emit the manifest only for the main module.
4004         * reflection.c (mono_image_create_token): Add assertion when a 
4005         memberref needs to be created.
4007         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
4009         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
4010         larger buffer for the custom attribute blob. Fixes #50637.
4011         
4012 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4014         * threadpool.c: notify listener on async processing handles after
4015         invoking the async callback. Thanks to Zoltan.
4017 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
4019         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
4020         avoid code duplication.
4022         * reflection.h (MonoDynamicImage): New type which is currently unused,
4023         but will be used through the ref.emit code in place of 
4024         MonoDynamicAssembly.
4026         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
4027         object layout.
4029         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
4030         a MonoDynamicImage instead of just a MonoImage.
4031         
4032         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
4033         icalls to ModuleBuilder but keep their semantics, so they will work
4034         with moduleb->assemblyb. This will change later.
4035         
4036 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
4038         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
4039         object layout.
4041         * reflection.c (mono_image_build_metadata): Avoid creation of a default
4042         main module, since it is now done by the managed code.
4044 2003-11-03  Martin Baulig  <martin@ximian.com>
4046         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
4047         `ginst->klass' here.
4048         (method_encode_methodspec): Don't use the `ginst->generic_method's
4049         klass if it's a generic instance, use `ginst->klass' in this case.
4051 2003-11-03  Martin Baulig  <martin@ximian.com>
4053         * reflection.c (mono_image_get_generic_method_param_info):
4054         Removed, use mono_image_get_generic_param_info() instead.
4055         (mono_image_get_type_info): Write the GenericParam table before
4056         the Method table.  This is neccessary because in the GenericParam
4057         table, type parameters of the class (ie. '!0' etc.) must come
4058         before the ones from its generic methods (ie. '!!0' etc).
4060 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
4062         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
4064 2003-11-02  Martin Baulig  <martin@ximian.com>
4066         * reflection.c (create_generic_typespec): Take a
4067         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
4068         the generic parameters from it.
4070 2003-11-02  Martin Baulig  <martin@ximian.com>
4072         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
4073         instead of a `MonoClassField *' since we just need the type.
4074         (create_generic_typespec): New static function.  Creates a
4075         TypeSpec token for a generic type declaration.
4076         (mono_image_get_generic_field_token): New static function.
4077         (mono_image_create_token): If we're a FieldBuilder in a generic
4078         type declaration, call mono_image_get_generic_field_token() to get
4079         the token.
4081 2003-11-02  Martin Baulig  <martin@ximian.com>
4083         * reflection.h
4084         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
4085         `MonoReflectionGenericInst *declaring_type' and
4086         `MonoReflectionGenericInst *reflected_type' fields.
4088         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
4089         `MonoReflectionGenericInst *declaring_type' and a
4090         `MonoReflectionGenericInst *reflected_type' argument instead of a
4091         single `MonoReflectionGenericInst *type' one.  Set
4092         `res->declaring_type' and `res->reflected_type' from them.
4093         (mono_reflection_inflate_field): Likewise.      
4095 2003-11-02  Martin Baulig  <martin@ximian.com>
4097         * class.c (mono_class_setup_vtable): Don't store generic methods
4098         in the vtable.  
4100 2003-11-02  Martin Baulig  <martin@ximian.com>
4102         * reflection.h (MonoReflectionGenericInst): Added
4103         `MonoReflectionType *declaring_type'.
4105         * reflection.c (mono_reflection_bind_generic_parameters): Use
4106         `if (tb->parent)' instead of `klass->parent'.
4108 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
4110         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
4111         with an empty ASSEMBLY table.
4113         * reflection.c (mono_image_build_metadata): Avoid using the same loop
4114         variable in the inner and outer loops.
4116 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
4118         * metadata.h (mono_metadata_make_token): Put parentheses around macro
4119         argument.
4121         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
4122         
4123         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
4124         icalls. Instead, do everything in managed code. This is needed since
4125         it is hard to restore the original domain etc. in unmanaged code in the
4126         presence of undeniable exceptions.
4128         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
4129         New icalls to push and pop appdomain refs.
4131 2003-10-31  Martin Baulig  <martin@ximian.com>
4133         * class.c (inflate_generic_type): Renamed to
4134         mono_class_inflate_generic_type() and made it public.
4136         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
4137         New interncall.
4139         * loader.c (mono_field_from_memberref): Also set the retklass for
4140         typespecs.
4142         * fielder.c (mono_image_get_inflated_field_token): New static
4143         method; creates a metadata token for an inflated field.
4144         (mono_image_create_token, fixup_method): Added support for
4145         "MonoInflatedField".
4146         (fieldbuilder_to_mono_class_field): New static function.
4147         (mono_reflection_inflate_field): New public function.
4149         * reflection.h
4150         (MonoReflectionGenericInst): Added `MonoArray *fields'.
4151         (MonoReflectionInflatedField): New typedef.     
4153 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
4155         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
4156         for Solaris and other platforms without s6_addr16
4158 2003-10-30  Martin Baulig  <martin@ximian.com>
4160         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
4161         argument instead of two.
4162         (mono_class_inflate_generic_signature): Likewise.
4163         (inflate_generic_header): Likewise.
4164         (mono_class_inflate_generic_method): Likewise.  In addition, if
4165         `ginst->klass' is set, it becomes the new `method->klass'.
4167         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
4168         field.
4170         * reflection.c (encode_generic_method_sig): Write a 0xa as the
4171         first byte. [FIXME]
4172         (method_encode_methodspec): If we have generic parameters, create
4173         a MethodSpec instead of a MethodRef.
4174         (fixup_method): Added support for "MonoInflatedMethod" and
4175         "MonoInflatedCtor".
4176         (mono_image_create_token): Added support for "MonoInflatedMethod"
4177         and "MonoInflatedCtor".
4178         (inflated_method_get_object): New static function; returns a
4179         managed "System.Reflection.MonoInflatedMethod" object.
4180         (mono_reflection_bind_generic_method_parameters): Return a
4181         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
4182         (mono_reflection_inflate_method_or_ctor): Likewise.
4183         (mono_image_get_generic_method_param_info): Initialize unused
4184         fields to zero.
4185         (mono_image_get_generic_param_info): Likewise.
4187         * reflection.h (MonoReflectionInflatedMethod): New public
4188         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
4189         "S.R.MonoInflatedCtor" classes.
4191         * loader.c (method_from_memberref): If we're a TypeSpec and it
4192         resolves to a generic instance, inflate the method.
4194 2003-10-28  Dick Porter  <dick@ximian.com>
4196         * object.c (mono_runtime_run_main): Convert command-line arguments
4197         into utf8, falling back to the user's locale encoding to do so.
4199 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
4201         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
4202         at this time.
4204         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
4206         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
4207         up icalls at method definition time. Partially fixes #33569.
4209 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
4211         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
4212         marshalling of arrays. Fixes #50116.
4214         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
4216         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
4217         points to a vtable in the dying appdomain.
4219         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
4220         listeners into unmanaged code inside the lock.
4222         * object.c (mono_class_vtable): Turn off typed allocation in non-root
4223         domains and add some comments.
4225 2003-10-25  Martin Baulig  <martin@ximian.com>
4227         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
4229         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
4231         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
4232         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
4233         currently parsing.  Create the generic class and store it in
4234         `generic_inst->klass' before parsing the type arguments.  This is
4235         required to support "recursive" definitions; see mcs/tests/gen-23.cs
4236         for an example.
4237         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
4238         to support recursive typespec entries.
4240         * class.c (mono_class_setup_parent): If our parent is a generic
4241         instance, we may get called before it has its name set.
4242         (mono_class_from_generic): Splitted into
4243         mono_class_create_from_generic() and mono_class_initialize_generic().
4245 2003-10-25  Martin Baulig  <martin@ximian.com>
4247         * icall.c (ves_icall_Type_BindGenericParameters): Return a
4248         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
4249         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
4250         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
4252         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
4253         (create_typespec): Likewise.
4254         (mono_reflection_bind_generic_parameters): Return a
4255         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
4256         (mono_reflection_inflate_method_or_ctor): New public function.
4258         * reflection.h (MonoReflectionGenericInst): New typedef.        
4260 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
4262         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
4263         inside the domain lock. Fixes #49993.
4264         
4265         * object.c (mono_class_vtable): When typed allocation is used, 
4266         allocate vtables in the GC heap instead of in the mempool, since the
4267         vtables contain GC descriptors which are used by the collector even
4268         after the domain owning the mempool is unloaded.
4270         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
4272         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
4273         reflect what it does. Also invalidate mempools instead of freeing
4274         them if a define is set.
4276         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
4277         of the appdomain.
4278         
4279         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
4280         hold the finalizable objects in this domain.
4282         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
4283         appdomain.
4285         * appdomain.c (mono_domain_set): New function to set the current
4286         appdomain, but only if it is not being unloaded.
4288         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
4289         appdomain which is being unloaded.
4290         
4291         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
4292         unloading of the root appdomain.
4294         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
4295         icall to execute a method in another appdomain. Intended as a 
4296         replacement for InternalSetDomain, which can confuse the code 
4297         generation in the JIT.
4299         * appdomain.c (mono_domain_is_unloading): New function to determine
4300         whenever an appdomain is unloading.
4302         * appdomain.c (mono_domain_unload): New function to correctly unload
4303         an appdomain.
4305         * assembly.c (mono_assembly_load_references): Check that an assembly
4306         does not references itself.
4308         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
4309         domain manually, it asks the finalizer thread to do it, then waits for
4310         the result. Also added a timeout.
4312         * icall.c: Register the new icalls.
4314         * threads.h threads.c: Export the mono_gc_stop_world and 
4315         mono_gc_start_world functions.
4316         
4317         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
4318         function to fill out the mempool with 0x2a.
4320 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
4322         * reflection.h (MonoReflectionMethodAux): New structure to store
4323         information which is rarely used, thus is not in the MonoMethod
4324         structure.
4326         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
4327         store the aux info.
4329         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
4330         and marshalling info into the aux structure.
4332         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
4333         from the aux structure.
4335         * loader.c (mono_method_get_param_names): Retrieve the param names from
4336         the aux structure.
4337         
4338 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
4340         * exception.h exception.c: Add AppDomainUnloadedException && fix 
4341         warning.
4343 2003-10-21  Dick Porter  <dick@ximian.com>
4345         * socket-io.c
4346         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
4347         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
4349 2003-10-21  Martin Baulig  <martin@ximian.com>
4351         * reflection.c (mono_reflection_bind_generic_parameters):
4352         `klass->parent' is NULL for interfaces.
4354 2003-10-21  Martin Baulig  <martin@ximian.com>
4356         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
4358 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
4360         * exception.c (mono_exception_from_name_msg): New helper function for
4361         creating exceptions and initializing their message field.
4363         * exception.c: Simplify functions using the new helper.
4365         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
4366         New function.
4368         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
4369         mono_raise_exception, since otherwise gcc doesn't generate the function
4370         epilog for raise_exception, confusing the stack unwinding in the JIT.
4371         Fixes #45043.
4373         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
4374         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
4375         Fixes #49499.
4377 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4379         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
4380         utf8.
4382 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
4384         * icall.c: Removed GetUninitializedObject method because
4385           AllocateUninitializedClassInstance does the same.
4387 2003-10-18  Martin Baulig  <martin@ximian.com>
4389         * class.c (inflate_generic_signature): Renamed to
4390         mono_class_inflate_generic_signature() and made it public.
4391         (my_mono_class_from_generic_parameter): New static function; if we
4392         don't already have the generic parameter's MonoClass, create a
4393         very simple one which is just used internally in the runtime and
4394         not passed back to managed code.
4396         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
4398         * metadata.h (MonoMethodSignature): Moved the
4399         `MonoGenericParam *gen_params' to the MonoMethodHeader.
4400         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
4402         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
4403         ves_icall_MonoMethod_GetGenericArguments(); this is now an
4404         interncall on the MonoMethod class, not on MethodInfo.
4405         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
4406         calling mono_reflection_bind_generic_method_parameters() directly.
4408         * loader.c (mono_method_get_signature): If this is a MethodSpec;
4409         return the already computed `method->signature'.
4410         (method_from_methodspec): New static function to load a method
4411         from a MethodSpec entry.
4412         (mono_get_method_from_token): Call the new method_from_methodspec()
4413         for MethodSpec tokens.  
4414         (mono_get_method_from_token): If we're a generic method, load the
4415         type parameters.
4417         * reflection.c (mono_image_get_memberref_token): Allow
4418         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
4419         table.
4420         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
4421         (mono_image_create_token): First check whether it's a generic
4422         method (so we'd need to create a MethodSpec), then do the other
4423         two alternatives.
4424         (mono_reflection_bind_generic_method_parameters): Return a
4425         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
4426         called directly from the interncall.
4428 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
4430         * reflection.c (load_public_key): Move loading of the public key
4431         into managed code.
4433         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
4435         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
4436         fields.
4438         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
4439         culture, hash_alg and public_key. Fixes #49555.
4441 2003-10-17  Martin Baulig  <martin@ximian.com>
4443         * class.h (MonoGenericInst): Moved this declaration here and added
4444         `MonoMethod *generic_method'.
4446         * icall.c
4447         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
4448         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
4450         * metadata.c (mono_metadata_type_equal): Two types of
4451         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
4452         index; ie. don't compare the address of the `MonoGenericParam'
4453         structure.
4454         (mono_metadata_load_generic_params): Removed the `MonoMethod
4455         *method' argument.
4457         * metadata.h (MonoGenericInst): Moved declaration to class.h.
4458         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
4460         * reflection.c (method_encode_signature): Encode the number of
4461         generic parameters.
4462         (encode_generic_method_sig): New static function.
4463         (method_encode_methodspec): New static function; creates an entry
4464         in the MethodSpec table for a generic method.
4465         (mono_image_get_methodspec_token): New static function.
4466         (mono_image_create_token): Call mono_image_get_methodspec_token()
4467         for generic methods.
4468         (mono_reflection_bind_generic_method_parameters): New public
4469         function.  Instantiates a generic method.
4471 2003-10-16  Martin Baulig  <martin@ximian.com>
4473         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
4474         *gen_params' here from MonoMethodHeader.
4476         * metadata.c (mono_metadata_parse_method_signature): If we have
4477         generic parameters, initialize `method->gen_params' and then set
4478         the correct `type->data.generic_param' in all the parameters.
4480 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
4482         * threads.c (mono_threads_get_default_stacksize): New function to 
4483         return the default stacksize.
4485         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
4486         termination of the finalizer thread, since the previous method had
4487         race conditions. Fixes #49628.
4489         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
4490         as for the other managed threads.
4492 2003-10-16  Martin Baulig  <martin@ximian.com>
4494         * class.c (inflate_generic_signature): Copy `generic_param_count'
4495         and `gen_params'.
4497         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
4498         New interncall.
4500         * metadata.c (mono_metadata_parse_method_signature): Actually set
4501         the `method->generic_param_count' here.
4502         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
4504 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
4506         * object.h: Add a new field to TypedRef to simplify the implementation
4507         of the REFANY opcodes in the JIT.
4509         * icall.c: Make use of the new field.
4511         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
4512         dynamically.
4514 2003-10-15  Martin Baulig  <martin@ximian.com>
4516         * class.c (mono_class_from_gen_param): Renamed to
4517         mono_class_from_generic_parameter() and moved most of the
4518         functionality from mono_reflection_define_generic_parameter()
4519         here; ie. we create a "real" class here.
4520         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
4521         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
4522         previously been called.
4524         * class.h (MonoGenericParam): Moved the declaration of this struct
4525         here from metadata.h and added `MonoMethod *method'.
4527         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
4528         interncall.
4530         * loader.c (mono_get_method_from_token): If we have any generic
4531         parameters, call mono_metadata_load_generic_params() to read them
4532         from the MONO_TABLE_GENERICPAR.
4534         * metadata.c (mono_metadata_load_generic_params): Added
4535         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
4537         * metadata.h (MonoMethodSignature): Replaced
4538         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
4539         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
4541         * reflection.c (mono_reflection_define_generic_parameter): Moved
4542         most of the functionality into the new
4543         mono_class_from_generic_parameter(); set the `method' field if
4544         we're a method parameter.       
4546 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
4548         * marshal.c (emit_struct_conv): if native size is 0
4549         emit no code.
4551 2003-10-14  Martin Baulig  <martin@ximian.com>
4553         * icall.c: The generics API has changed in the spec since it was
4554         added to System.Type; these modifications make it match the spec
4555         again.
4556         (ves_icall_Type_GetGenericParameters): Renamed to
4557         `ves_icall_Type_GetGenericArguments'.
4558         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
4559         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
4560         `ves_icall_MonoType_get_HasGenericArguments'.
4561         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
4562         `ves_icall_MonoType_get_IsGenericParameter'.
4563         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
4564         this is no interncall anymore.
4565         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
4566         `ves_icall_TypeBuilder_get_IsGenericParameter'.
4568 2003-10-14  Martin Baulig  <martin@ximian.com>
4570         * reflection.c (mono_reflection_bind_generic_parameters): Also
4571         inflate generic methods if we're reading the class from IL.
4573 2003-10-13  Martin Baulig  <martin@ximian.com>
4575         * reflection.c (mono_reflection_define_generic_parameter): This
4576         method isn't called directly from the icall anymore; take a
4577         `MonoReflectionAssemblyBuilder *' so we can use this for type and
4578         method generic parameters.
4579         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
4580         (method_builder_encode_signature): Encode generic parameters.
4581         (mono_image_get_method_info): Write generic params to the
4582         MONO_TABLE_GENERICPARAM table.
4584         * reflection.h (MonoReflectionMethodBuilder): Added
4585         `MonoArray *generic_params'.
4587         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
4589         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
4590         wrapper for mono_reflection_define_generic_parameter().
4591         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
4593 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
4595         * marshal.h: Add missing function to fix build.
4597         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
4598         the SetLastError pinvoke attribute.
4600         * marshal.c (mono_marshal_set_last_error): New helper function called
4601         by the generated code.
4602         
4603         * marshal.c (mono_mb_emit_branch): New helper function.
4605         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
4607         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
4608         classes as parameters and return values of delegates. Fixes #29256. 
4610 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
4612         * locales.c: use gint32 in non HAVE_ICU case
4614 2003-10-11  Martin Baulig  <martin@ximian.com>
4616         * mono-debug.c (mono_debug_add_method): Added a workaround for
4617         bug #48591.
4619 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
4621         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
4622         delegates passed to native code must use the STDCALL calling 
4623         convention. Fixes #35987.
4625 2003-10-10  Martin Baulig  <martin@ximian.com>
4627         * class.c (inflate_generic_type): If we're inflating for a generic
4628         type instance (and not for a generic method), return
4629         MONO_TYPE_MVAR unchanged.
4631 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4633         * string-icalls.c: Join ignores null strings in the source array.
4634         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
4635         * threads.c: GetAvailableTheads is slightly more accurate.
4637 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
4639         * threads.h threads.c : add mono_threads_set_default_stacksize
4640         and pass default to CreateThread calls.
4642 2003-10-09  Dick Porter  <dick@ximian.com>
4644         * icall.c:
4645         * locales.h:
4646         * locales.c: Internal calls for constructing CultureInfo and
4647         related objects from libicu (if its available.)
4649 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
4651         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
4653 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4655         * threadpool.c: added an argument to async_invoke_thread that is the
4656         item to process, pass the MonoAsyncResult to the thread start function
4657         when creating a new thread. This way we don't need to acquire any lock
4658         when we're creating a new thread. Readded a semaphore for faster
4659         response times (instead of that Sleep i added).
4661 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
4663         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
4664         get daylight change dates better on Windows, fix handling
4665         of platforms without tm_gmtoff.
4667 2003-10-06  Martin Baulig  <martin@ximian.com>
4669         * class.c (inflate_generic_method): Renamed to
4670         mono_class_inflate_generic_method() and made public.
4671         (mono_class_init): Don't inflate the generic methods here.
4672         (mono_class_from_generic): Added `gboolean inflate_methods'
4673         argument.  Inflate the methods here.
4675         * loader.c (mono_method_get_param_names): Ignore instances of
4676         generic types for the moment.
4678         * reflection.c (fixup_method): Added support for inflated methods.
4679         (mono_image_create_token): Use mono_image_get_methodref_token()
4680         for inflated methods.
4681         (mono_custom_attrs_from_param): Ignore instances of generic types
4682         for the moment.
4683         (mono_reflection_bind_generic_parameters): New public function.
4684         Moved all the functionality from
4685         ves_icall_Type_BindGenericParameters() here and added support for
4686         dynamic types.
4687         (mono_reflection_define_generic_parameter): Initialize
4688         `klass->methods' here.
4690         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
4691         functionality into mono_reflection_define_generic_parameter().
4692         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
4693         TypeBuilder, return that TypeBuilder.
4695 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4697         * appdomain.c: removed mono_delegate_semaphore.
4699         * threadpool.c:
4700         (mono_thread_pool_add): moved hash table creation inside and the thread 
4701         creation outside of the critical region.
4702         (mono_thread_pool_finish): removed obsolete code.
4703         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
4704         continue or exit the thread depending on the queue.
4706 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
4708         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
4709         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
4710         handle more bool marshalling options
4712 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
4714         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
4715         arrays of structs. Also add a more descriptive error message when
4716         a structure member is marshalled as LPArray.
4718 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
4720         * marshal.c (mono_marshal_get_native_wrapper): Add support for
4721         marshalling arrays of complex types. Fixes #29098. Also remove an
4722         usused and incomplete function.
4724 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
4726         * gc.c: report heap_size - free_bytes as total memory allocated
4727         (bug#49362).
4729 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
4731         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
4732         fix timezone handling problems on Windows.
4733         
4734         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
4735         asserts when the year is outside the range handled by ms the functions.
4737         * class.c (setup_interface_offsets): If the class is an interface,
4738         fill out its interface_offsets slot.
4740 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4742         * threadpool.c: mark threadpool threads as background.
4744 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
4746         * decimal.c - define DECINLINE to nothing if not using GCC
4748 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
4750         * assembly.c: More refcount fixes.
4752 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4754         * string-icalls.c: if we're not trimming, return the same string.
4755         When not splitting, don't create a new string.
4757 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4759         * image.c:
4760         (mono_image_open): increment the ref_count inside the critical section.
4762 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
4764         * image.c (mono_image_open): Fix reference counting bug.
4766 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
4768         * marshal.c (mono_marshal_type_size) struct alignment changed for 
4769         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
4770         64bits. Avoid leak in mono_marshal_get_native_wrapper when
4771         mono_lookup_pinvoke_call throws.        
4773 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
4775         * reflection.c (mono_reflection_parse_type): Fix #49114.
4777         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
4778         temporary workaround for cygwin header problem.
4780         * object.c (mono_object_isinst): Synchronize this with the code
4781         generated by the JIT for casts.
4783 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
4785         * reflection.c (encode_type): Fix #38332.
4787 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
4789         * marshal.c (mono_marshal_method_from_wrapper): New function to return
4790         the original method from the wrapper method.
4792 2003-09-25  Martin Baulig  <martin@ximian.com>
4794         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
4795         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
4796         (ves_icall_Type_get_IsGenericInstance): New interncall.
4798 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
4800         * object.c: fix cast warning in big endian code.
4802 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
4804         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
4805         
4806 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4808         * assembly.c: don't call check_env from mono_assembly_load. It's
4809         already done once in mono_assemblies_init and may cause headaches when
4810         multiple threads are loading assemblies.
4812 2003-09-19  Martin Baulig  <martin@ximian.com>
4814         * reflection.c (mono_reflection_define_generic_parameter): Don't
4815         allocate `klass->methods', set `klass->flags' to
4816         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
4818 2003-09-18  Martin Baulig  <martin@ximian.com>
4820         * class.c (mono_class_init): Don't create `class->methods' if it's
4821         already initialized.
4823         * metadata.c (mono_metadata_load_generic_params): Make this
4824         actually work.
4826         * reflection.c (mono_reflection_define_generic_parameter): Set
4827         parent class and interfaces from the constraints.
4829         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
4830         to keep this struct in sync with the declaration in TypeBuilder.cs.
4832 2003-09-17  Martin Baulig  <martin@ximian.com>
4834         * metadata.h (MonoType): Replaced the data's `int type_param'
4835         field with `MonoGenericParam *generic_param'.
4836         (MonoGenericParam): Added `MonoClass *klass'.
4838         * class.c (mono_class_from_gen_param): Removed the
4839         `MonoImage *image' and `int type_num' arguments.
4841         * metadata.c (mono_metadata_parse_generic_param): New static
4842         method; creates a MonoGenericParam which just contains the index.
4843         (do_mono_metadata_parse_type): Call
4844         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
4845         MONO_TYPE_MVAR.
4847         * reflection.c (mono_image_typedef_or_ref): Generic type
4848         parameters may be in the same assembly, but never use a typedef
4849         for them.
4850         (mono_reflection_define_generic_parameter): We're now creating a
4851         "real" class for the type parameter; it's now safe to call
4852         mono_class_from_mono_type() on the class'es type, it'll do the
4853         right thing.
4855 2003-09-16  Martin Baulig  <martin@ximian.com>
4857         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
4858         `symfile->range_entry_size' and `symfile->class_entry_size' here;
4859         the `symfile' data structure must be fully initialized before it
4860         gets added to the table.
4862 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
4864         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
4866         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
4867         class init trampolines.
4869 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
4871         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
4872         to the built-in profiler to turn off time and allocation profiling
4873         respectively.
4875 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
4877         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
4878         g_direct_equal.
4880         * debug-helpers.c (mono_method_full_name): Print the wrapper type
4881         in human readable form.
4883 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
4885         * reflection.c icall.c: Fixed warnings.
4887         * image.c (load_class_names): Use a temporary hash table to hold the
4888         namespaces in order to avoid doing many string comparisons.
4890         * image.h: Fix typo.
4892         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
4893         Pass NULL instead of g_direct_equal to the GHashTable constructor 
4894         since the NULL case is short-circuited inside g_hash_table_lookup, 
4895         leading to better performance.  
4897         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
4898         obtain the first custom attribute for a given index. Depends on the
4899         CustomAttribute table being sorted by the parent field.
4901         * reflection.c (mono_custom_attrs_from_index): Use the new function 
4902         for better performance.
4904 2003-09-07  Martin Baulig  <martin@ximian.com>
4906         * class.c (mono_class_init): If we're a generic instance, inflate
4907         all our methods instead of loading them from the image.
4908         (mono_class_from_generic): Set `class->methods = gklass->methods'.
4910 2003-09-07  Martin Baulig  <martin@ximian.com>
4912         * mono-debug-debugger.c: Added support for constructors.
4914 2003-09-06  Martin Baulig  <martin@ximian.com>
4916         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
4917         New interncall.
4919         * reflection.c (mono_reflection_setup_generic_class): Call
4920         ensure_runtime_vtable() to create the vtable.
4922 2003-09-05  Martin Baulig  <martin@ximian.com>
4924         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
4925         MONO_TYPE_MVAR.
4927 2003-09-04  Martin Baulig  <martin@ximian.com>
4929         * reflection.c (mono_reflection_define_generic_parameter): Generic
4930         parameters start with zero.
4932 2003-09-04  Martin Baulig  <martin@ximian.com>
4934         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
4936         * reflection.h (MonoReflectionGenericParam): New typedef.
4937         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
4938         the generic parameters from the managed TypeBuilder.
4940         * reflection.c (mono_reflection_define_generic_parameter): New function.
4941         (mono_reflection_create_runtime_class): Encode generic parameters.
4942         (mono_reflection_setup_generic_class): New function; this is
4943         called after adding adding all generic params to the TypeBuilder.
4944         (encode_type): Added MONO_TYPE_VAR.
4946 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
4948         * class.h class.c (mono_class_needs_cctor_run): Moved this method
4949         here from the JIT.
4951         * assembly.h assembly.c: Moved the AOT loading code into an assembly
4952         load hook.
4954 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
4956         * reflection.h reflection.c class.h class.c: Delete duplicate 
4957         definition of mono_type_get_name () from reflection.c and export the
4958         one in class.c.
4960         * class.c: Class loading fixes from Bernie Solomon 
4961         (bernard@ugsolutions.com).
4963         * reflection.c: Endianness fixes from Bernie Solomon 
4964         (bernard@ugsolutions.com).
4965         
4966 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
4968         * assembly.h assembly.c: Define a file format version for AOT
4969         libraries.
4970         
4971         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
4973         * appdomain.h (MonoJitInfo): New field to determine whenever the
4974         code is domain neutral.
4975         
4976 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
4978         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
4980 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
4982         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
4983         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
4984         Avoid caching the result since strings must be domain specific. Fixes
4985         #48050.
4987 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
4989         * marshal.c (mono_marshal_init): Make this callable multiple times
4990         since it is hard to find a correct place to call it.
4992         * object.c (mono_runtime_class_init): Execute static constructors in
4993         the correct appdomain.
4995         * image.c (build_guid_table): Handle the case when multiple images have
4996         the same GUID.
4998 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5000         * icall.c: added a couple of icalls for System.Web.
5002 2003-08-28  Martin Baulig  <martin@ximian.com>
5004         * icall.c (ves_icall_Type_BindGenericParameters): Use
5005         `klass->generic_inst' instead of `&klass->byval_arg' in the
5006         mono_type_get_object() call.  The returned type must be
5007         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
5009 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
5011         * NOTES: New file.
5013         * object.c (mono_class_proxy_vtable): Make it thread safe.
5015         * pedump.c: Fix warning.
5017         * object.c appdomain.h: Get rid of metadata_section. 
5018         It is no longer needed and it was causing deadlocks with domain->lock.
5020         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
5022 2003-08-26  Martin Baulig  <martin@ximian.com>
5024         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
5026 2003-08-26  Martin Baulig  <martin@ximian.com>
5028         * pedump.c (main): Call mono_metadata_init(),
5029         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
5030         and mono_loader_init().
5032 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
5034         * loader.h: Add missing include to fix build.
5036         * image.h: mono_image_load_references is no more.
5038         * assembly.c: Reworked assembly loading to make it really thread safe.
5039         After these changes, the assembly returned by mono_assembly_open is
5040         fully initialized, i.e. all its references assemblies are loaded.
5042         * assembly.c (mono_image_load_references): Renamed to 
5043         mono_assembly_load_references, and made private, since clients no
5044         longer need to call it.
5046         * class.c: Removed calls to mono_assembly_load_references, since it was
5047         a source of deadlocks.
5049         * loader.h loader.c class.h class.c: Protect data structures using a 
5050         new lock, the loader lock.
5052         * class.c (mono_class_setup_vtable): Create temporary hash tables and
5053         GPtrArrays only when needed.
5055         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
5056         into empty structures by mcs. Fixes pinvoke7.cs.
5057         
5058         * domain.c (mono_init): Call a new initialization function.
5060         * appdomain.c (mono_runtime_init): Call the new initializer function
5061         of the marshal module.
5063         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
5064         inserted into empty structures by mcs. Fixes pinvoke7.cs.
5066         * marshal.h marshal.c: Added locks around the wrapper caches to make
5067         this module thread safe.
5069         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
5070         this argument. Fixes pinvoke1.exe.
5072 2003-08-25  Lluis Sanchez <lluis@ximian.com>
5074         * object.h: Added call_type field to MonoMethodMessage and the corresponding
5075         enumeration of values. Removed fields to store remote call output values in
5076         MonoAsyncResult. Not needed any more.
5077         * object.c: Initialize call_type and async_result fields in mono_message_init.
5078         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
5079         dispatching the message.
5080         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
5081         async call to finish. To do it use a message with EndInvoke call type.
5083 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
5085         * loader.h loader.c (mono_method_hash_marhal_info): New function which
5086         determines whenever a method has marshalling info.
5088 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5090         * assembly.c: fix the build on windows.
5092 2003-08-22 Lluis Sanchez <lluis@ximian.com>
5094         * object.cs: Fixed bug #47785.
5096 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
5098         * string-icalls.c (StringReplace): If their are no occurances of
5099         the old string found return a reference to the supplied
5100         string. This saves some memory and matches MS behavoir.
5101         
5102 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5104         * socket-io.c: fixed compilation for systems that define AF_INET6
5105         and don't define SOL_IP/SOL_IPV6.
5107 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
5109         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
5110         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
5112         * rawbuffer.c rawbuffer.h: Make this module thread safe.
5114         * domain.c: Make this module thread safe.
5116         * domain.c (mono_init): Call new initialization function.
5118         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
5119         reference types too. Fixes #38812.
5121         * image.c (mono_image_init): Fixed warnings.
5123         * class.c (mono_class_from_typeref): Handle assembly load failure
5124         correctly.
5126         * appdomain.c (add_assemblies_to_domain): Handle the case when
5127         the references of an assembly are not yet loaded.
5129         * metadata.c image.c assembly.c: Moved initialization of global
5130         variables to a separate function called at startup since lazy 
5131         initialization of these variables is not thread safe.
5132         
5133         * image.c assembly.c: Made this module thread safe by adding locks in 
5134         the appropriate places.
5136         * domain.c (mono_init): Call the new initialization functions of the
5137         three modules.
5139 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
5141         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
5142           make a direct call. It is proxy's work to make the call asynchronous.
5143           mono_delegate_end_invoke(): If the targe is a proxy, just collect
5144           the return values.
5145         * object.cs: mono_method_call_message_new(): read AsyncResult and
5146           state object from parameters list, if this info is requested.
5147         * object.h: Added fields to store remote call output values in
5148           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
5150 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
5152         * object.h: add needed fields to MonoThread.
5153         * threads.c, threads.h: allow registering a function to cleanup data
5154         allocated per thread by the JIT.
5156 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
5158         * loader.h: portability fix by Bernie Solomon
5159         * <bernard@ugsolutions.com>.
5161 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
5163         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
5164         return a MonoArray. This simplifies the code and also ensures that
5165         the cache allways contains an object reference as a value.
5167         * icall.c (ves_icall_get_parameter_info): Simplified using the new
5168         function.
5170 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5172         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
5173         fixes a problem with byte ordering when getting the address family for
5174         a socket.
5176 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
5178         * .cvsignore: Added monosn.
5180         * reflection.h reflection.c loader.c: Added support for parameter
5181         marshalling to dynamically created types. Fixes #47295.
5183 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
5185         * rand.c: remove useless warnings.
5187 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
5189         * class.c: implemented ldtoken for methods and fieldrefs.
5191 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5193         * threadpool.c: when mono_async_invoke was called, no one took care of
5194         monitoring the queue. So if the method invoked took some time and we
5195         got new async invoke requests after 500 ms (the thread created waited
5196         that long in WaitForSingleObject), the new async invoke was not called
5197         until the previous one finished.
5199         This is fixed now. Thanks to Totte for helping with it.
5201 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5203         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
5205 2003-08-11  Martin Baulig  <martin@ximian.com>
5207         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
5209 2003-08-06  Martin Baulig  <martin@ximian.com>
5211         * mono-debug-debugger.c: Added support for static fields,
5212         properties and methods.
5214 2003-08-06  Martin Baulig  <martin@ximian.com>
5216         * mono-debug-debugger.c: Don't store the MonoString's vtable to
5217         make this work for applications with multiple application domains.
5219 2003-08-04  Martin Baulig  <martin@ximian.com>
5221         * mono-debug-debugger.c: Completely reworked the type support; the
5222         most important thing is that we're now just using one single
5223         `MonoType' instance per type.
5225 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
5227         * mono-endian.h, mono-endian.c, icall.c: Added icall
5228         ves_icall_System_Double_AssertEndianity to assert double word endianity
5229         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
5231 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
5233         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
5234         support, icalls and fixes.
5236 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
5238         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
5239         classes that are a punctuation character in .NET is not the same a
5240         g_unichar_ispunct.
5242 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
5244         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
5246 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
5248         * icall.c: Add new MemCopy internalcall.
5249         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
5250         Simplified code; It is not necessary to handle all the cases here,
5251         as the C# code takes care of it.  Only handle the case of the name
5252         resource embedded into the assembly.
5254         Changed signature to return the data pointer and the size of the
5255         data. 
5257 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
5259         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
5260         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
5262 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
5264         * socket-io.c: ignore EINTR error in select.
5266 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
5268         * class.h, class.c: removed unused subclasses field in MonoClass.
5270 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
5272         * icall.c: improve fix of get_base_definition(). If the parent class
5273           doesn't have the mehod, look at the parent of the parent.
5274         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
5275           to check if a parameter is an in or out parameter
5276           (PARAM_ATTRIBUTE_IN is not set by default).
5277           mono_method_return_message_restore(): Use mono_class_value_size to
5278           get the size of a value type. mono_type_stack_size (parameterType)
5279           does not return the correct value if parameterType is byRef.
5280           mono_load_remote_field(), mono_load_remote_field_new(),
5281           mono_store_remote_field(), mono_store_remote_field_new():
5282           raise exception if the remote call returns an exception.
5284 2003-07-28  Martin Baulig  <martin@ximian.com>
5286         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
5287         method.  This is a wrapper around mono_runtime_invoke() which
5288         boxes the instance object if neccessary.
5290 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
5292         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
5293         metadata.h, row-indexes.h, verify.c: first cut of generics support.
5295 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
5297         * icall.c: disable mcs bug workaround.
5299 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
5301         * object.c (mono_runtime_class_init): Take the metadata_section
5302         mutex before obtaining the domain mutex.
5304         * appdomain.h: Added definition of metadata_section mutex here. 
5306         * object.c: define metadata_mutex here.
5308 2003-07-24  Ravi Pratap  <ravi@ximian.com>
5310         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
5311         fixed.
5313 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
5315         * reflection.c: Fix bug #46669
5317 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5319         * exception.c:
5320         * exception.h:
5321         * icall.c:
5322         * object.h: fill in the type name for TypeLoadException.
5324 2003-07-23  Ravi Pratap  <ravi@ximian.com>
5326         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
5327         relationship between TypeBuilders while compiling corlib) and bug
5328         45993 (Array types returned from the runtime while compiling
5329         corlib were from the loaded corlib).
5331 2003-07-22  Martin Baulig  <martin@ximian.com>
5333         * mono-debug-debugger.c: Reworked the type support a bit more;
5334         distinguish between types and classes.
5336 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
5338         * icall.c: add IsArrayImpl icall.
5340 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
5342         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
5343         initializing real_size only once. Also fix bug #46602.
5345 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
5347         * object.c: Renamed mono_metadata_section to metadata_section.
5349 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
5351         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
5352           empty array if the type is an array. Fixed.
5353           ves_icall_MonoMethod_get_base_definition: if the base method
5354           is abstract, get the MethodInfo from the list of methods of
5355           the class.
5356         * reflection.c: ParameterInfo.PositionImpl should be zero-based
5357           and it was 1-based. Fixed in mono_param_get_objects.
5359 2003-07-20  Martin Baulig  <martin@ximian.com>
5361         * mono-debug.h: Set version number to 31.
5362         (mono_debug_init): Added `MonoDomain *' argument.
5364         * mono-debug-debugger.c: Reworked the type support; explicitly
5365         tell the debugger about builtin types; pass the `klass' address to
5366         the debugger.
5368 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
5370         * image.c: Allow new metadata tables to be loaded without a
5371         warning. Also update the warning message to give the new constant value.
5372                 
5373 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
5375         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
5376         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
5377         array type representation changes.
5379 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
5381         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
5382         on Environment.Exit () call.
5384 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
5386         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
5387         requires a matching corlib.
5389 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
5391         * Changelog: My editor decided to add a CR to each line. Sorry about that.
5392           Committed again without the CRs.
5393         
5394 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
5396         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
5397           getting it from the "this" socket instance. Did not work
5398           if the socket is a subclass of Socket.
5399           Also fixed bug #35371.
5401 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
5403         * metadata.c: fixed size for TypedByRef.
5404         * loader.c: when searching for a method, consider the vararg amrker.
5405         * unicode.c, decimal.c: constify some arrays.
5407 2003-07-15  Dick Porter  <dick@ximian.com>
5409         * socket-io.c: Fixed compilation for gcc < 3.2.
5411         Fixed compilation for machines that don't have AF_INET6 (thanks to
5412         Bernie Solomon <bernard@ugsolutions.com> for that part.)
5414         Fixed compile warnings.
5415         
5416         Fixed formatting and line endings.
5418 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
5420         * socket-io.h:
5421         * socket-io.c: Added IPv6 support.
5423 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
5425         * class.c (mono_class_is_assignable_from): New function to implement
5426         the is_assignable_from logic. Used by mono_object_isinst, 
5427         Type::IsAssignableFrom () and the interpreter.
5429         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
5430         Object, even interfaces.
5431         
5432         * object.c (mono_object_isinst): Implement in terms of 
5433         is_assignable_from.
5435         * icall.c (ves_icall_type_is_assignable_from): New icall.
5437 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
5439         * domain.c (foreach_domain): fix compiler warning.
5441 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
5443         * image.c (load_metadata_ptrs): use g_strndup because strndup is
5444         not available on all plattforms
5446 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
5448         * image.h image.c: Store the metadata version string in MonoImage.
5449         * icall.c: New icall to retrieve the image version.
5450         * reflection.c (create_dynamic_image): Fill in the image version field
5451         * reflection.c (build_compressed_metadata): Use the image version
5452         from the image structure.
5454 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5456         * appdomain.c: modified comment.
5457         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
5458         That will be its last iteration when mono_gc_cleanup is called from
5459         mono_runtime_cleanup and before the domain is unloaded.
5461         Fixes bug #45962.
5463 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
5465         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
5466         attributes.
5468 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
5470         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
5471         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
5472         Bernie Solomon <bernard@ugsolutions.com>.
5474 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
5476         * object.c, object.h: provide mono_object_new_fast() for faster
5477         allocation in some special cases.
5479 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
5481         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
5482         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
5484 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
5486         * threadpool.c: fix leaks.
5488 2003-07-01  Dick Porter  <dick@ximian.com>
5490         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
5491         using MonoGHashTables.  Fixes threadpool bug posted to list.
5493 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
5495         * image.h, image.c: added support to load an assembly from a byte array.
5496         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
5497         assembly bundle support.
5499 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
5501         * threadpool.c (mono_thread_pool_add): keep a reference to the
5502         AsyncResult to prevent GC
5504 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
5506         * class.c: leak fix.
5508 2003-06-25  Dick Porter  <dick@ximian.com>
5510         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
5511         for the async object, the WaitHandle object will close the handle.
5512         Fixes bug 45321.
5514 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
5516         * class.c: in mono_array_class_get (), lookup from the hash with the
5517         same type we insert: this works around a bug in
5518         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
5519         lluis. The real fix will have to wait for after the release.
5521 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
5523         * icall.c: fix memory leak when getting type members.
5525 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
5527         * reflection.c: added more pubtoken special cases.
5529 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
5531         * class.c: handle field offset correctly when class size
5532         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
5534 2003-06-20  Martin Baulig  <martin@ximian.com>
5536         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
5537         *image' field.
5539 2003-06-20  Martin Baulig  <martin@ximian.com>
5541         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
5543 2003-06-20  Martin Baulig  <martin@ximian.com>
5545         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
5546         just distinguish between variables in registers and variables at
5547         an offset relative to a register.
5549 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5551         * icall.c: #ifdef out latest changes until mcs is fixed.
5553 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
5555         * icall.c: return members in metadata order.
5557 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
5559         * icall.c: avoid infinite loop in GetTimeZoneData.
5561 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
5563         * icall.c: added Marshal.Prelink/All icalls.
5565 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
5567         * object.c, object.h: fix warnings and do some overflow checking
5568         when creating arrays.
5570 2003-06-17  Dick Porter  <dick@ximian.com>
5572         * file-io.h:
5573         * file-io.c: File attributes need to be tweaked slightly when
5574         passed from the managed to the w32 world.
5576 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
5577         * profiler.h profiler-private.h profiler.c: Rework last patch
5578         based on suggestion by Paolo.
5579         
5580 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
5582         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
5583         instruction level coverage data collection.
5584         * profiler.h profiler.c (: Added new callback function which can be
5585         used by the profiler to limit which functions should have coverage
5586         instrumentation.
5587         * profiler.c (mono_profiler_load): Call g_module_build_path to
5588         generate the file name of the profiler library.
5590 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
5592         * profiler.c, profiler.h, profiler-private.h: added basic block 
5593         coverage profiling API.
5595 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
5597         * reflection.c (mono_reflection_create_runtime_class): Add support
5598         for events in dynamically generated code.
5600         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
5601         not allocated.
5603 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
5605         * icall.c: when getting timezone info, return reasonable values if we
5606         can't get the actual data.
5608 2003-06-14  Dick Porter  <dick@ximian.com>
5610         * threads.c (start_wrapper): Remove the reference to the thread
5611         object in the TLS data, so the thread object can be finalized.
5612         This won't be reached if the thread threw an uncaught exception,
5613         so those thread handles will stay referenced :-( (This is due to
5614         missing support for scanning thread-specific data in the Boehm GC
5615         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
5617 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
5619         * reflection.c: ensure streams and tables are first allocated with
5620         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
5622 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
5624         * icall.c: fixed GetElementType for byrefs (bug# 44792).
5626 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
5628         * reflection.c (mono_reflection_create_runtime_class): Add support for
5629         properties to dynamically created classes.
5630         * reflection.c: Fix a few places where non-MonoObjects were inserted
5631         into the tokens hashtable.
5633 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
5635         * object.c: some support to handle out of memory exceptions.
5637 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
5639         * marshal.c (mono_marshal_get_native_wrapper): support reference
5640         return types
5642 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
5644         * object.h, object.c: more portability stuff from Bernie Solomon.
5645         Unexport mono_object_allocate(). Added mono_object_unbox ().
5646         Set exitcode when an unhandled exception is thrown.
5648 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
5650         * marshal.c (mono_marshal_get_native_wrapper): use custom
5651         marshaler for return types.
5653 2003-06-10  Dick Porter  <dick@ximian.com>
5655         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
5656         ip_mreq is available
5658 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
5660         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
5661         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
5662         by Bernie Solomon <bernard@ugsolutions.com>.
5664 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
5666         * gc.c (mono_gc_init): Avoid error message on shutdown when
5667         GC_DONT_GC=1 is used.
5669         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
5670         New icall to return the GUID of a module.
5672 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
5674         * class.c: ensure instance size always includes the parent's size
5675         even whem class size is set explicitly (fixes bug#44294).
5677 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
5679         * profiler.h, profiler.c: made the simple profiler thread-safe,
5680         get more accurate timing info. Allow the loading of an
5681         externally-developed profiler module.
5683 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
5685         * marshal.c (mono_marshal_get_native_wrapper): improved
5686         class/byref arguments.
5687         (mono_marshal_get_native_wrapper): better string marshaling support.
5689 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
5691         * class.c: ensure .pack and .size are handled correctly and
5692         simplified layout of static fields.
5694 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
5696         * appdomain.c
5697         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
5699         * loader.c (mono_lookup_pinvoke_call): look for modules in the
5700         current directory (fix bug 44008)
5702 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
5704         * marshal.c (mono_marshal_get_native_wrapper): started support for
5705         custom marshalers.
5706         (mono_delegate_to_ftnptr): consider marshalling specifications
5708 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
5710         * reflection.c, reflection.h: emit custom marshal info.
5712 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5714         * object.c: free the GError.
5715         * icall.c: added CloseEvent_internal.
5716         * threads.[ch]:
5717         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
5718         call.
5720 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
5722         * loader.c (mono_method_get_signature): Add support for dynamic
5723         assemblies.
5725 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
5727         * reflection.c: fixed bug #43905.
5729 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
5731         * class.c, domain.c, icall.c, metadata.h, object.h: support for
5732         handling TypedReference and ArgIterator.
5733         * loader.c, loader.h: added function to get signature at call site.
5735 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
5737         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
5738         data readonly. Buglets and warning fixes. Some MethodSpec support.
5740 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
5742         * class.h, class.c, object.c: remove relative numbering support.
5744 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
5746         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
5747         free the string, until we get a chance to fix Gtk#
5749 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5751         * marshal.c: revert last patch.
5753 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
5755         * icall.c: updates for new mono_class_vtable() not calling
5756         the type constructor anymore.
5758 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
5760         * object.h, object.c: separate vtable creation from type
5761         initialization. Make running the .cctor thread safe.
5763 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
5765         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
5767 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
5769         * loader.c (mono_get_method): consider calling convention
5771 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
5773         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
5774         to return the invisible global type for a module.
5776         * reflection.c (mono_image_build_metadata): Emit global fields too.
5778 2003-05-20  Peter Williams  <peterw@ximian.com>
5780         * loader.c (mono_lookup_internal_call): Add a few newlines.
5782 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
5784         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
5785         literal strings.
5787         * appdomain.c (set_domain_search_path): Recalculate search path when
5788         AppDomainSetup.PrivateBinPath changes.
5790         * object.c (mono_class_compute_gc_descriptor): It turns out some
5791         parts of the class libs (like System.Thread) holds pointers to
5792         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
5793         to treat native int a pointer type here.
5794         
5795 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
5797         * appdomain.h, domain.c: add hashtable for jump target resolution.
5799 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
5801         * reflection.h reflection.c icall.c: Added new icalls 
5802         GetManifestResourceInfoInternal, GetModulesInternal and support
5803         infrastructure.
5805 2003-05-16  Dick Porter  <dick@ximian.com>
5807         * icall.c:
5808         * file-io.h:
5809         * file-io.c: Implement System.IO.MonoIO::GetTempPath
5811 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
5813         * object.c: mono_store_remote_field: little fix to previous patch.
5815 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
5817         * class.c: add constructors to array classes.
5818         * icall.c: special case array construction for InternalInvoke (),
5820 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
5822         * class.h class.c reflection.c object.c: Added support for field
5823         defaults in dynamically generated classes.
5825 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
5827         * reflection.c: properly encode charset for ddlimport.
5829 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
5831         * threads.c: allow compiling without GC.
5833 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
5835         * appdomain.h, object.c, object.h, threads.c, threads.h: added
5836         handling of thread static data.
5838 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
5840         * reflection.h, reflection.c: added mono_custom_attrs_free ().
5842 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
5844         * class.c (mono_array_class_get): always set the serializable flags
5845         (mono_array_class_get): always set the SEALED attribute for array types
5847 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
5849         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
5850         attributes (fix for bug 42021).
5852 2003-05-12  Dick Porter  <dick@ximian.com>
5854         * gc.c: Don't run finalizers when the finalizer thread is
5855         finishing up, because the default domain has already been
5856         destroyed.
5858 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
5860         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
5861         value is null, we should throw an exception.   This is slightly
5862         different than the other conventions used for the constructor.
5864 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5866         * socket-io.c: fixed windows build.
5868 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5870         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
5872 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
5874         * object.c (mono_string_new_wrapper): Compatibility fix for MS
5875         compilers.
5877 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
5879         * class.c (mono_class_layout_fields): Add experimental GC aware
5880         auto layout facility. Requires class library changes to work correctly.
5882         (mono_class_setup_vtable): Avoid overriding explicit interface
5883         method implementations. Fixes iface3.exe test.
5885         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
5886         object reference.
5887         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
5888         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
5890         * metadata.h: Add new type classification macro which determines
5891         whenever the type holds an object reference.
5893 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
5895         * marshal.c (mono_marshal_get_native_wrapper): cleanups
5897 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
5899         * gc.c (finalizer_thread): Work around a GC bug.
5901 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
5903         * marshal.c (emit_struct_conv): allow unions
5905         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
5907 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
5909         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
5911 2003-05-06  Martin Baulig  <martin@ximian.com>
5913         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
5915 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5917         * socket-io.c:
5918         (Select_internal): allow NULLs, don't create arrays if not needed.
5919         Coupled with Socket.cs changes.
5921         * threadpool.c:
5922         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
5923         register a finalizer for it that will close the semaphore handle. This
5924         fixes the leak and make Lupus' test run with > 4080 loops.
5926 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
5928         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
5929         Jerome Laban (bug #42287)
5931 2003-05-02  Martin Baulig  <martin@ximian.com>
5933         * debug-mono-symfile.h
5934         (MonoSymbolFile): Moved declaration into mono-debug.h.
5935         (MonoDebugMethodJitInfo): Likewise.
5936         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
5937         argument.
5938         (_mono_debug_address_from_il_offset): Take a
5939         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
5941         * mono-debug.h
5942         (MonoDebugDomainData): New struct.
5943         (mono_debug_get_domain_data): New function.
5944         (mono_debug_add_method): Take an additional `MonoDomain *'
5945         argument.
5946         (mono_debug_source_location_from_address): Likewise.
5947         (mono_debug_il_offset_from_address): Likewise.
5948         (mono_debug_address_from_il_offset): Likewise.
5950 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
5952         * reflection.c: one more check for null type in custom attrs.
5954 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5956         * reflection.c: avoid warning (comparison is always false due to limited
5957         range of data type).
5959 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5961         * icall.c: throw an exception in Type.GetField if the argument 'name'
5962         is NULL.
5964 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
5966         * reflection.c: fixed handling of enums in named arguments to custom
5967         attributes (bug #42123).
5969 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
5971         * reflection.c: use the right array element type and handle
5972         a null for a Type argument, too.
5974 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
5976         * reflection.c: handle arrays as arguments to custom attributes.
5978 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
5980         * reflection.c: handle a string value in a custom attr
5981         ctor that takes an object.
5983 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
5985         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
5986         (fix bug #42063)
5988 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
5990         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
5992 2003-04-27  Martin Baulig  <martin@ximian.com>
5994         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
5995         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
5996         MONO_DEBUGGER_EVENT_BREAKPOINT.
5997         (mono_breakpoint_trampoline_code): Removed.
5998         (mono_debugger_event_handler): The last argument is now a
5999         `guint32'.
6000         (mono_debugger_insert_breakpoint_full): Removed the
6001         `use_trampoline' argument.
6002         (mono_debugger_method_has_breakpoint): Likewise.
6003         (mono_debugger_trampoline_breakpoint_callback): Renamed to
6004         mono_debugger_breakpoint_callback(); take the method and
6005         breakpoint number as arguments.
6007 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
6009         * metadata.c: fix off by one when loading parameters attributes.
6011 2003-04-24  Martin Baulig  <martin@ximian.com>
6013         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
6015 2003-04-24  Martin Baulig  <martin@ximian.com>
6017         * mono-debug-debugger.c: Moved all code which interacts with the
6018         Mono Debugger here.
6020         * debug-mono-symfile.c: This code now just deals with the symbol
6021         file itself, the debugger code is now in mono-debug-debugger.c.
6023 2003-04-23  Martin Baulig  <martin@ximian.com>
6025         * mono-debug.c (mono_debug_source_location_from_il_offset):
6026         New method; like mono_debug_source_location_from_address(), but
6027         takes an IL offset instead of a machine address.
6029 2003-04-23  Martin Baulig  <martin@ximian.com>
6031         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
6032         `line' field; this is now computed by the debugger.
6034 2003-04-23  Martin Baulig  <martin@ximian.com>
6036         * mono-debug.[ch]: New files.  This is the new debugging interface.
6038         * mono-debug-debugger.[ch]: New files.  Moved all code which
6039         interacts with the Mono Debugger here.
6041 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
6043         * domain.c (mono_init): initialize mono_defaults.monitor_class
6045 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
6047         * reflection.c (method_encode_code): Add a spicy exception to help
6048         future compiler authors.
6050 2003-04-21  Martin Baulig  <martin@ximian.com>
6052         * icall.c
6053         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
6054         Make this work with relative pathnames; g_filename_to_uri() needs
6055         an absolute filename.
6057 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
6059         * icall.c: Track name changes in Object and ValueType.
6061 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
6063         * metadata.c (mono_type_stack_size): size should be a multiple of
6064         sizeof (gpointer)
6066 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6068         * gc.c:
6069         (internal_domain_finalize): moved into mono_domain_finalize. No need
6070         to create another thread because the finalizers will be run in the
6071         finalizer thread.
6072         
6073         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
6074         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
6075         to be run (MS does this too).
6077 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
6079         * object.c (mono_class_compute_gc_descriptor): Update comment.
6081         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
6083         * image.h: Add synchronized wrapper cache.
6085         * image.c (do_mono_image_open): Initialize cache.
6087         * reflection.c (create_dynamic_mono_image): Initialize cache.
6089 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6091         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
6092         ves_icall_System_Buffer_ByteLengthInternal.
6094 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
6096         * reflection.c: setup klass->nested_in earlier. Allow
6097         a dash in the assembly name.
6099 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
6101         * metadata.c (mono_type_to_unmanaged): dont access
6102         type->data.klass for MONO_TYPE_OBJECT
6103         (mono_type_to_unmanaged): consider System.Delegate class
6105 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
6107         * class.c: just setup supertypes in the proper place instead of
6108         initializing the full element class for arrays.
6110 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
6112         * class.c: ensure the element class of arrays is initialized.
6113         Setup the supertype info for array classes, too.
6115 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
6117         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
6119 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6121         * Makefile.am: re-added -m option when running cygpath. This way,
6122         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
6123         separator.
6124         * mono-config.c: same codepath for locating mono config file for WIN32
6125         and the rest.
6126         * assembly.c: if mono_assembly_setrootdir is called, don't override
6127         the value set.
6129 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6131         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
6132         MONO_ASSEMBLIES variable.
6134 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
6136         * icall.c: added Assembly::GetNamespaces() icall.
6138 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6140         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
6142 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
6144         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
6145         * object.c: fixed bug in the construction of vtable for proxies
6147 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
6149         * object.c (mono_array_new): Mark mono_array_new as an icall.
6151 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6153         * class.c: fixed test for public method when overriding interfaces.
6154         Closes bug #40970.
6156 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
6158         * appdomain.h, domain.c: added mono_domain_foreach() to
6159         be able to access the currently loaded appdomains.
6160         * object.c: make string interning work across sppdomains.
6161         Mark some functions for use as icalls.
6163 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
6165         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
6167         * reflection.h reflection.c: Allocate long living data using 
6168         GC_MALLOC_ATOMIC so the collector does not need to scan it.
6170         * reflection.c: Double the allocation size in streams instead of
6171         increasing it, to prevent unneccesary copying on large assemblies.
6172         
6173         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
6174         creation if the assembly does not have the Run flag set.
6176 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
6178         * class.h: avoid the C++ keywords in header files (Jerome Laban
6179         spotted and fixed this).
6181 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6183         * object.c:
6184         (mono_unhandled_exception): fill in the arguments for the
6185         UnhandledException event. Only trigger that event for the default
6186         domain (as MS does).
6188 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
6190         * object.c: Improve typed allocation stuff based on suggestions from
6191         Paolo. Also turn it on if the GC library supports it.
6193 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
6195         * object.c object.h class.h: Added experimental typed allocation
6196         facility using the interfaces in gc_gcj.h.
6198         * os/gc_wrapper.h: Added new include files.
6199         
6200 2003-04-03  Martin Baulig  <martin@ximian.com>
6202         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
6203         which is not yet enabled by default.
6205         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
6206         functions.
6207         (mono_gc_lock, mono_gc_unlock): New static functions.
6209         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
6210         functions; stop/start the world for the garbage collector.  This
6211         is using the windows API; we need to complete the SuspendThread()/
6212         ResumeThread() implementation in the io-layer to make this work on Unix.
6213         (mono_gc_push_all_stacks): New public function; tells the garbage
6214         collector about the stack pointers from all managed threads.
6216 2003-04-03  Martin Baulig  <martin@ximian.com>
6218         * object.h (MonoThread): Added `gpointer stack_ptr'.
6220         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
6222 2003-04-03  Martin Baulig  <martin@ximian.com>
6224         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
6226 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
6228         * reflection.c (typebuilder_setup_fields): Initialize field.first and
6229         field.last.
6231 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
6233         * loader.c (mono_lookup_internal_call): Report the corlib that is
6234         out of sync.
6236 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
6238         * icall.c (ves_icall_type_GetTypeCode): fixed check for
6239         System.DBNull (it's class not valuetype).
6241 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
6243         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
6244         if the array method was already assigned a token (fixes bug#40646).
6246 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
6248         * reflection.c (mono_reflection_get_type): Attempt type resolve even
6249         if no assembly is given.
6251 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
6253         * metadata.h: Added the new tables.
6255         * row-indexes.h: Added definitions for new tables.
6257         * metadata.c: Add schemas for new tables, and add support for
6258         computing the sizes of them.
6260         * class.c: Update for handling the new type cases.
6262 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
6264         * metadata.h (MONO_TYPE_IS_VOID): new macro
6266 2003-03-31  Martin Baulig  <martin@ximian.com>
6268         * threads.h (MonoThreadCallbacks): Added `thread_created'.
6270         * threads.c (mono_thread_new_init): Call `thread_created' in the
6271         mono_thread_callbacks.
6273 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
6275         * loader.h: added marshalbyrefobject_class to mono_defaults
6276         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
6277         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
6278           generation of output parameters.
6279           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
6280         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
6281           contextbound and the target object belongs to the context of the caller.
6282         * object.h: added context and unwrapped_server variables in MonoRealProxy.
6283         * object.c: Implemented support for interfaces and abstract classes
6284           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
6285           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
6287 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
6289         * class.h class.c (mono_class_is_subclass_of): New function.
6290         
6291         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
6292         routines for most common case (calls from ArrayList::ToArray).
6294         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
6295         routine so programs which call Environment::Exit() can be profiled.
6297         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
6298         Added MONO_ARCH_SAVE_REGS.
6300         * icall.c (ves_icall_type_is_subtype_of): Use new function.
6302 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
6304         * blob.h: Add a couple of new MonoType types definitions.
6306         * tabledefs.h: Add a couple of new call convs.
6308 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
6310         * reflection.h (MonoReflectionDynamicAssembly): track changes in
6311         the layout of the class.
6313         * reflection.c (alloc_table): double the size on overflow to avoid
6314         unnecessary copying.
6316         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
6317         avoid filling out metadata tables and blobs. Also set mb->ilgen to
6318         null so it can be garbage collected.
6319         
6320 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
6322         * reflection.c (mono_reflection_get_type): Return the resolved type
6323         only if it is in the assembly we searched.
6325         * reflection.c (ensure_runtime_vtable): Initialize method slots.
6327         * class.c (mono_class_setup_vtable): Set the slot of the overriding
6328         method.
6330 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6332         * appdomain.c:
6333         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
6334         the right one is 'file:///blah', but MS allows it.
6335         * assembly.c:
6336         (mono_assembly_open): allow 'file://blah'
6338         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
6340 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
6342         * socket-io.c: fixes bug #40310.
6344 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
6346         * reflection.c (mono_reflection_parse_type): handle deeply nested
6347         types correctly.
6349         * reflection.c (mono_image_create_token): Use unique token values
6350         since they will be put into a hash table.
6352         * class.c (mono_class_setup_vtable): If a method occurs in more than
6353         one place in the vtable, and it gets overriden, then change the
6354         other occurances too.
6356         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
6357         object as return type.
6359 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
6361         * icall.c: Deleted "ToString" implementation for double and float
6362         because they are full implemented in managed code.
6364 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
6366         * reflection.c, reflection.h: implemented and exported functions
6367         to retrieve info about custom attributes.
6369 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6371         * appdomain.c: moved Uri handling to assembly.c
6372         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
6373         work when using a file Uri in *nix and windows.
6375         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
6376         GetReferencedAssemblies.
6378 2003-03-18  Dick Porter  <dick@ximian.com>
6380         * icall.c: Rename a couple of internal calls
6382         * threads.c: Set the thread state to Stopped when a thread exits.
6383         Fixes bug 39377.
6385 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
6387         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
6388         New icall.
6390         * object.c (mono_class_vtable): fix warning.
6392 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
6394         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
6396         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
6397         memory.
6398         (method_encode_clauses): Create exception info structures in the right
6399         order.
6400         (mono_reflection_setup_internal_class): Initialize supertypes field.
6402         * class.c object.c: Handle interfaces which implement other interfaces 
6403         correctly.
6405         * class.h class.c: Move the supertypes array initialization code into 
6406         a separate function so it can be used for dynamic types too. Also call
6407         it earlier, in mono_class_init(), since it can be used before the
6408         type is initialized.
6410 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6412         * Makefile.am:
6413         * assembly.c:
6414         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
6416         * appdomain.c:
6417         * appdomain.h:
6418         * marshal.c:
6419         * object.c: remove warnings.
6421 2003-03-13  Martin Baulig  <martin@ximian.com>
6423         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
6424         (MonoDebugLexicalBlockEntry): New types.
6426         * debug-mono-symfile.c
6427         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
6429 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6431         * process.c: ret can be any non-zero value accroding to MS doc.
6433 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
6435         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
6436         fixing a warning for a miss-used prototype, would have cause
6437         random memory corruption.
6439 2003-03-07  Martin Baulig  <martin@ximian.com>
6441         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
6442         getting really annoying ....
6444 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
6446         * reflection.c (fixup_method): added support for array methods.
6448 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
6450         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
6451         (pointed out by Michael Adams).
6453 2003-03-04  Dick Porter  <dick@ximian.com>
6455         * icall.c: Temporarily reverted the Double and Single ToString()
6456         change, because it broke nunit.
6458 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
6460         * object.h, threads.h: make include files compatible with C++
6461         (patch by Jerome Laban <jlaban@wanadoo.fr>).
6463 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
6465         * icall.c: Erased ToString helper functions for Double and Single.
6466         Now, that implementations ar all in managed code (Double and Single
6467         Formatters).
6469 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
6471         * appdomain.c: Added method for initializing the default context of
6472         a domain. Added internal call for getting the default context.
6473         * appdomain.h: Added context variable in MonoDomain struct.
6474         * domain.c: mono_domain_set also sets the default context of the domain
6475         * icall.c: Mapped internal method InternalGetDefaultContext.
6476         * object.c: mono_object_get_virtual_method returns always a remoting
6477         wrapper if the object is a transparent proxy.
6478         mono_runtime_invoke_array: when creating an object by calling the
6479         constructor, if the created object is a proxy, then the constructor should
6480         be called using the a remoting wrapper.
6482 2003-03-03  Dick Porter  <dick@ximian.com>
6484         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
6485         variable so it compiles on solaris.  Problem spotted by
6486         Christopher Taylor <ct@cs.clemson.edu>
6488 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6490         * appdomain.c:
6491         (get_info_from_assembly_name): don't leak value.
6493         * icall.c:
6494         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
6495         result.
6497 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
6499         * assembly.c: export mono_image_load_references ().
6500         * class.c: handle function pointers. mono_class_from_name() now
6501         supports nested type names directly.
6503 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
6505         * reflection.h reflection.c: Encode already created dynamic methods 
6506         and fields correctly as a DEF instead of a REF.
6508         * reflection.c: Get rid of the force_ref argument to 
6509         mono_image_typedef_or_ref since it was wrong in the first place.
6511         * string-icalls.c: add error checking to string constructors according
6512         to the MSDN docs.
6514         * reflection.c: Emit types in the order their TypeBuilders were 
6515         created. Previously, a new table index was assigned to each type before
6516         the tables were emitted. This was wrong because the signature blob
6517         might already refer to a type by its original table index.
6519 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
6521         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
6522         change.
6523         
6524 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6526         * Makefile.am: make assemblies dir have \ instead of / on windows.
6528 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
6530         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
6531         iterate over the NESTEDCLASS table using a linear search since the
6532         table is not guaranteed to be sorted by the secondary key.
6534         * class.c (mono_class_create_from_typedef): fixed up call to
6535         mono_metadata_nesting_typedef.
6536         
6537 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
6539         * marshal.c (mono_string_to_byvalstr): clear the memory as
6540         suggested by Jerome Laban <jlaban@wanadoo.fr>
6542 2003-02-26  Dick Porter  <dick@ximian.com>
6544         * process.c: Cope with padding in .rsrc blocks
6546 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
6548         * metadata.h: reverted the filter_len change, it breaks reflection
6549         
6550 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
6552         * metadata.h: added a new field to store the filter_len
6553         
6555 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
6557         * reflection.c: handle custom attributes for types and members
6558         created with Reflection.Emit (bug#38422).
6560 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
6562         * reflection.c: define RTSpecialName automatically for constructors for
6563         compatibility with MS.NET.
6565         * reflection.c (mono_reflection_create_runtime_class): initialize
6566         nested_in field of dynamically created classes.
6568 2003-02-22  Martin Baulig  <martin@ximian.com>
6570         * debug-mono-symfile.h: Incremented version number.
6572 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
6574         * object.h icall.c process.c: fix warnings.
6576 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
6578         * appdomain.h appdomain.c:
6579         (mono_domain_try_type_resolve): split the 
6580         name_or_tb argument into a name and a tb argument.
6581         (mono_domain_has_type_resolve): new function to check whenever the
6582         application has registered a TypeResolve event handler.
6583         
6584         * icall.c reflection.h reflection.c: move the type resolve logic into
6585         mono_reflection_get_type () so it will be invoked when 
6586         Assembly::GetType () is called.
6588         * reflection.c:
6589         (mono_reflection_get_type): renamed to get_type_internal.
6590         (mono_reflection_get_type): fixed type name generation so it works 
6591         for nested types too.
6592         (mono_reflection_get_type): call has_type_resolve () to avoid the 
6593         costly type name generation if there is no resolve event handler.
6595 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
6597         * class.c, image.c: load exported types from file references.
6599 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
6601         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
6602           used to cache the managed methods used to create proxies and make 
6603           remote invocation of methods.
6604         * class.h: Added in MonoVTable a flag to indicate that a class needs 
6605           to be remotely created.
6606         * object.c: Modified the method mono_class_vtable(). It now initializes 
6607           the remote flag of the vtable. Modified mono_object_new_specific(), 
6608           so now it checks the remote flag.
6609         * icall.c: Added a couple of internal methods, one for enabling instance 
6610           creation interception for a type, and one for creating objects bypassing
6611           the remote check.
6613 2003-02-18  Martin Baulig  <martin@ximian.com>
6615         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
6616         New interncall to get a method's metadata token.
6618         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
6619         New interncall for the debugger.
6621 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
6623         * class.c (mono_class_setup_vtable): allocate supertype array
6625 2003-02-18  Martin Baulig  <martin@ximian.com>
6627         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
6629 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6631         * reflection.c:
6632         (assembly_name_to_aname): jump over unknown properties (i've found
6633         something like: 'type, assembly, version=xxx, custom=null, public...',
6634         so now will ignore custom=null and still get the rest of the values).
6636 2003-02-17  Dick Porter  <dick@ximian.com>
6638         * threads.c: Have Thread.Start() wait for a semaphore to signal
6639         that the thread has set up all its local data.  This fixes bug
6640         34323, where Abort() raced the new thread's TLS data.
6642         Also removes the handle_store() call from start_wrapper, because
6643         threads are now always created suspended and there is no longer a
6644         race between the parent and child threads to store the info.
6646 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
6648         * image.c: explain the #- heap issue in a message, hopefully
6649         avoiding FAQs on mono-list.
6651 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6653         * icall.c:
6654         (GetEntryAssembly): if the domain has not invoked
6655         AppDomain.ExecuteAssembly yet, return the assembly of the default
6656         AppDomain.
6658 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
6660         * class.c (mono_ldtoken): make it work in dynamic assemblies.
6662 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
6664         * metadata.c, reflection.c: simple speedup to type hash
6665         and equals code.
6667 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
6669         * image.c, image.h, class.c, assembly.c: move module loading
6670         to MonoImage. When loading metadata, consider alignemnet from
6671         the start of metadata, not from the metadata address in memory.
6673 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
6675         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
6676         AssemblyBuilder objects. Factored out custom attribute creation into
6677         a separate function.
6678         (create_custom_attr): new function to create custom attributes.
6680 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
6682         * Makefile.am: Got tired of typing the full pathname to pedump.
6683         Until there is another option, am installing this.
6685 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
6687         * class.c (class_compute_field_layout): always set field->parent 
6688         (mono_ldtoken): use mono_defaults.fieldhandle_class;
6690 2003-02-11  Dick Porter  <dick@ximian.com>
6692         * threads-types.h:
6693         * monitor.c: Rewrote Monitor, making lock much faster and
6694         Pulse/Wait work as specified.  Also uses much fewer handles, and only
6695         creates them as needed.
6697         * exception.c: Added SynchronizationLockException
6699         * threads.c: Deleted old Monitor implementation.  The new one is
6700         in a new file.
6702 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
6704         * class.c: handled TypedReference type code. Set the correct size for
6705         class data. Setup interface_offsets for interface classes, too.
6707 2003-02-09  Martin Baulig  <martin@ximian.com>
6709         * debug-mono-symfile.h: Reflect latest symbol writer changes.
6711 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
6713         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
6714         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
6715         * object.c: fixed mono_object_get_virtual_method () for interfaces.
6716         * verify.c: check for code that runs after the end of the method.
6718 2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
6720         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
6721         "System.Math::Round2".
6722         * sysmath.h: Added Floor, Round and Round2 definitions.
6723         * sysmath.c: Modified certain functions that were not 100% compliant
6724         with MS.NET (math precision) and added the implementation of Floor,
6725         Round and Round2.
6727 2003-02-07  Martin Baulig  <martin@ximian.com>
6729         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
6731 2003-02-07  Martin Baulig  <martin@ximian.com>
6733         * debug-mono-symfile.c: Reflected latest symwriter changes.
6734         (mono_debug_create_mono_symbol_file): Removed.
6735         (mono_debug_open_mono_symbol_file): Take an argument which
6736         specifies whether to create a dynamic symbol file.
6738 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
6740         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
6742 2003-02-05  Martin Baulig  <martin@ximian.com>
6744         * reflection.c (mono_image_build_metadata): Make this public,
6745         protect it against being called multiple times, don't create
6746         resources and don't build the compressed metadata here.
6747         (mono_image_create_pefile): Do this here.
6749         * icall.c
6750         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
6752 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6754         * socket-io.c: fixed bug #36322.
6756 2003-02-06  Piers Haken <piersh@friskit.com>
6758         * appdomain.[ch]:
6759         * class.h:
6760         * debug-mono-symfile.c:
6761         * icall.c:
6762         * loader.c:
6763         * mono-config.c:
6764         * monosn.c:
6765         * reflection.c:
6766         * socket-io.c: warning cleanups
6768 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
6770         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
6771         function. works like remoting invoke, but does a check for the Proxy first.
6773 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
6775         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
6777 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
6779         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
6780         array of pointers.
6781         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
6782         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
6784         * object.c (mono_store_remote_field_new): used by the new jit
6785         instead of mono_store_remote_field
6786         (mono_load_remote_field_new): used by the new jit
6787         instead of mono_load_remote_field
6789 2003-02-05  Patrik Torstensson
6791         * appdomain.c: changed unload to take the domain id instead
6792         of domain
6793         
6794         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
6797 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6799         * appdomain.c: don't look for assemblies in ApplicationBase if
6800         PrivateBinPathProbe is set.
6802 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6804         * object.c: make the first argument in main_args contain the absolute
6805         path to the assembly. Fixes bug #37511.
6807 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6809         * icall.c: get correct UTC offset for countries not using daylight
6810         time saving. Fixes bug #30030.
6812 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6814         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
6815         and 1 are the family).
6817 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
6819         * icall.c (ves_icall_InternalExecute): removed wrong assertion
6821         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
6823 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
6825         * reflection.c: added support for SignatureHelper tokens, which is
6826         needed by the Calli opcode.
6828         * reflection.h: track changes to SignatureHelper class.
6830         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
6832 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6834         * appdomain.c: fixed loading assemblies from PrivateBinPath.
6836 2003-02-03  Patrik Torstensson
6837         * appdomain.[c|h], domain.c : 
6838          - Added support for getting a domain via domain id
6839          - Support for setting and getting domain from System.AppDomain 
6840            (used in cross appdomain channel)
6841          - Added support for get/set for a MonoAppContext on a thread 
6842            (Context class in System.Runtime.Remoting.Contexts),
6843          - Removed hack in Get/SetData and ExecuteAssembly.
6844         
6845         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
6846         the managed world to get control when a proxy is created.
6848         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
6849         
6850 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
6852         * icall.c
6853         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
6854         Populate the codebase field as well.
6856 2003-02-02  Martin Baulig  <martin@ximian.com>
6858         * debug-mono-symfile.c
6859         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
6860         (mono_debug_symfile_add_method): Allow interncalls.
6862 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6864         * icall.c: throw parse exception if strtod fails or the string is empty.
6866 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
6868         * marshal.c: handle object type separately from defined
6869         class types.
6871 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
6873         * marshal.c: handle NATIVE_LPSTR for strings when it's
6874         explicitly specified.
6876 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
6878         * reflection.c, reflection.h, icall.c: setup the reflection
6879         handle cache for ModuleBuilders and AssemblyBuilders.
6881 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
6883         * reflection.c (reflection_methodbuilder_to_mono_method): set
6884         pinvoke flag
6886 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6888         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
6890 2003-01-29  Dick Porter  <dick@ximian.com>
6892         * threads.c: No need for the fake_thread kludge now that Thread
6893         doesn't run a class constructor
6894         
6895 2003-01-29  Dick Porter  <dick@ximian.com>
6897         * threads.c: Use g_direct_hash instead of the rather bogus
6898         g_int_hash
6900 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
6902         * marshal.c (mono_marshal_get_native_wrapper): add check for null
6903         (fix pinvoke12.exe)
6904         (mono_marshal_get_struct_to_ptr): generate valid IL code
6905         (mono_marshal_get_ptr_to_struct): generate valid IL code
6906         (*): correctly set sig->pinvoke, we need to memdup the signature
6907         to do that
6909 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
6911         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
6912         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
6914 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
6916         * profiler.c: provide more callers information.
6918 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
6920         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
6922         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
6924         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
6926 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6928         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
6929         exception instead of going into an infinite loop on dates which it 
6930         can't yet handle.
6932         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
6933         out-of-range exception if needed.
6935         * class.c (mono_class_setup_vtable): allow a virtual method to provide
6936         an implementation for an interface method and to override an inherited
6937         method at the same time. 
6938         Imagine a scenario when a virtual method is used to override a
6939         virtual abstract method in a parent class, and this same method 
6940         provides an implementation for an method inherited from an interface. 
6941         In this case, the interface resolution code will set im->slot, which 
6942         means that the virtual method override pass will skip this method 
6943         which means a pointer to the abstract method inherited from the parent
6944         will remain in the vtable of this non-abstract class.
6946         * class.c: (mono_class_setup_vtable): continue search for a real 
6947         method if only an abstract method is found.     
6949 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
6951         * reflection.c: add size to encoding for ByValStr and ByValArray
6952         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
6954 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6956         * class.c (mono_class_setup_vtable): pass the override info as an
6957         argument.
6959         * class.c (mono_class_setup_vtable): set the slot of overriding methods
6960         correctly.
6961         
6962         * reflection.c (ensure_runtime_vtable); add support for method 
6963         overrides.
6964         
6965 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6967         * reflection.c (resolution_scope_from_image): Hack to work to work with
6968         dynamic assemblies.
6970         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
6971         added a 'force_ref' argument to force this function to allways return 
6972         a TypeRef. This is needed by mono_image_get_memberref_token ().
6973         
6974 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6976         * reflection.c (mono_image_get_type_info): interfaces really don't have
6977         a parent.
6979         * reflection.c (mono_image_basic_init): fill out missing fields of
6980         image structure.
6982         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
6983         dynamic assemblies. This is required so dynamic assemblies show up in
6984         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
6985         Type::GetType() etc. This is consistent with MS behaviour.
6987         * image.c image.h reflection.c: add newly created classes to the name 
6988         cache so mono_class_get () will find them.      
6990 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6992         First part of changes to get IKVM.NET running under mono.
6993         
6994         * appdomain.h, appdomain.c: added new function 
6995         mono_domain_try_type_resolve() which will emit TypeResolve events. 
6996         This function will call AppDomain::DoTypeResolve to do the actual work.
6998         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
6999         moved existing code dealing with dynamic tokens to a new function 
7000         called mono_reflection_lookup_dynamic_token (). This function will 
7001         raise TypeResolve events when appropriate. Since reflection.c is not 
7002         part of libmetadata, a new hook function called 
7003         mono_lookup_dynamic_token() is added to class.c which will call this.
7005         * assembly.h assembly.c: make the invoke_load_hook function public,
7006         so it can be called for dynamic assemblies.
7008         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
7010         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
7011         type isn't found.
7013         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
7014         MonoGHashTable, since it contains pointers to objects which the GC 
7015         needs to track.
7017         * assembly.c (search_loaded): remove unused variable.
7018         
7019 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
7021         * object.c: fixed issue exposed by gcc-generated IL programs
7022         that use RVA data for pointers.
7024 2003-01-25  Martin Baulig  <martin@ximian.com>
7026         * threads.c (start_wrapper): Moved the initialization of
7027         `start_func' above the mono_new_thread_init() call to which we
7028         pass it as argument.
7030 2003-01-24  Martin Baulig  <martin@ximian.com>
7032         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
7033         the MonoThread pointer.
7035 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
7037         * icall.c: Rename `PowImpl' to Pow.
7039 2003-01-23  Dick Porter  <dick@ximian.com>
7041         * threads.c (start_wrapper): Create a Thread object if needed, so
7042         the Main() thread can do the class initialisation in a subthread
7043         that has been set up to allow managed code execution.
7045         Pass the thread ID instead of the MonoThread pointer to the thread
7046         start and attach callbacks.  This change is required, because the
7047         jit thread start callback must be called _before_ the Thread
7048         object can be created.
7049         
7050         (mono_thread_init): Removed much object creation code that is no
7051         longer needed.  No managed code is called from here now.
7053         * object.c (mono_runtime_exec_managed_code): Create a subthread
7054         for Main, and call back to the runtime to use it.
7055         Set the exit code when Main exits.
7057         * gc.c: Make sure domain finalisation happens in a subthread.
7058         Re-enable threaded GC, fixing bug 31333 (again).
7060         * environment.c: System.Environment internall calls (so far just
7061         ExitCode is here, the others are still in icall.c)
7063         * appdomain.c (mono_runtime_cleanup): All threads running managed
7064         code should have finished before mono_runtime_cleanup() is
7065         reached, so no need to clean up threads.
7067 2003-01-22  Martin Baulig  <martin@ximian.com>
7069         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
7070         `gpointer func' arguments.      
7071         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
7072         but added `MonoThread *thread' argument.
7073         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
7075         * threads.c (mono_new_thread_init): Added `gpointer func' argument
7076         and pass it to the mono_thread_start_cb callback.
7077         (mono_install_thread_callbacks): New public function to install a
7078         set of callbacks which are set by the debugger.
7079         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
7081 2003-01-22  Martin Baulig  <martin@ximian.com>
7083         * Makefile.am: Install debug-mono-symfile.h.
7085 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
7087         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
7089 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
7091         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
7092         * class.c (mono_ptr_class_get): correctly set access levels of pointers
7093         (mono_array_class_get): correctly set access levels of arrays
7095 2003-01-20      Patrik Torstensson
7096         * image.h (MonoAssemblyName): changed major, minor, build, revision
7097         from signed to unsigned.
7099 2003-01-20  sean kasun <skasun@azstarnet.com>
7101         * reflection.c (load_cattr_value): Now this handles
7102         MONO_TYPE_SZARRAY.  Fixes bug #35629
7104 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
7106         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
7107         integer value
7109 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7111         * decimal.c: fixed bug #26056.
7113 2003-01-17  Martin Baulig  <martin@ximian.com>
7115         * gc.c: Raise an ExecutionEngineException instead of using g_error().
7117 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7119         * exception.[ch]:
7120         (mono_get_exception_type_initialization): new function.
7122         * object.c: throw a TypeInitializationException when an exception is
7123         thrown invoking the class constructor.
7125 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7127         * reflection.c: fixed attribute reading.
7129 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7131         * icall.c:
7132         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
7133         provided, look for the type in the calling assembly and then in
7134         mscorlib; if the assembly name is provided, only try that one.
7136 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
7138         * object.c: register the vtable before there is a chance it's
7139         queried again recursively.
7141 2003-01-13  Duncan Mak  <duncan@ximian.com>
7143         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
7144         gc-internal.h. 
7145         
7146 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
7148         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
7150 2003-01-11  Martin Baulig  <martin@ximian.com>
7152         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
7153         this to 20 for the release.
7155 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
7157         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
7159         * loader.c (mono_method_get_marshal_info): bug fix
7161         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
7162         structures with explicit layout
7164 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
7166         * profiler.c: made the output more readable (and sorted). 
7167         Added caller information for the allocation profiler.
7169 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
7171         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
7173 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7175         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
7176         to get value types.
7177         
7178 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
7180         * object.c, profiler.h, profiler.c, profiler-private.h:
7181         Added object allocation profiler.
7183 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
7185         * reflection.h, reflection.c: handle global methods.
7186         Compress blob entries.
7188 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
7190         * marshal.c: fix compilation.
7192 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
7194         * loader.c (mono_method_get_marshal_info): impl.
7196         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
7198 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7200         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
7201         for reference types.
7203 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
7205         * loader.c: fixed off by one error in loaded parameter names.
7207 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
7209         * marshal.c (mono_marshal_get_icall_wrapper): like
7210         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
7211         instead of a MonoMethod.
7213 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7215         * decimal.c: fixed bug #36537.
7217 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
7219         * marshal.c: throw a missing method exception if a
7220         P/Invoke method is not found.
7222 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
7224         * icall.c: allow a null this for constructors.
7226 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
7228         * icall.c: raise the proper exceptions if the arguments to the
7229         internal Invoke are incorrect.
7231 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
7233         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
7235 2003-01-03  Martin Baulig  <martin@ximian.com>
7237         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
7239 2002-12-31  Martin Baulig  <martin@ximian.com>
7241         * debug-mono-symfile.c: Completely rewrote the type section.
7242         Instead of using individual malloc()ed fields, we use one big
7243         continuous memory area and offsets into this area.
7244         See the comments in the source code for details.
7246 2002-12-30  Martin Baulig  <martin@ximian.com>
7248         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
7250 2002-12-30  Martin Baulig  <martin@ximian.com>
7252         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
7253         line number table in this data blob instead of using an external
7254         pointer.
7256 2002-12-28  Martin Baulig  <martin@ximian.com>
7258         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
7260 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
7262         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
7263         as a boxed return type.
7265 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
7267         * appdomain.c
7268         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
7269         g_build_filename to properly get separators on the filename created.
7271         * object.h: Small change, introduce MonoMarshalByRefObject to
7272         track the layout of that structure in the C# universe as we make
7273         changes there.
7275 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
7277         * object.c: removed assert to allow static fields on interfaces.
7278         * loader.c: a TypeSpec may be used for any type, not just arrays.
7280 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
7282         * class.c, class.h: added mono_class_array_element_size ().
7283         Ignore static methods in interfaces.
7285 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7287         * threads.c: fixed the build under cygwin.
7289 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
7291         * reflection.c: handle nullref constants. Allocate keys for
7292         reflection handles with the GC.
7294 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
7296         * threads.c, threads.h: added mono_thread_get_abort_signal()
7297         to get a suitable signal for thread abort.
7299 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
7301         * metadata.c: fix handling of ExportedType table.
7303 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7305         * icall.c: added WriteWindowsDebugString internal call.
7307 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7309         * reflection.h: added fields to match C# implementation.
7311 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7313         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
7315 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
7317         * gc.h, gc-internal.h: Rename header for GC internal calls to
7318         gc-internal.h from gc.h as to not clash with Boehm GC having its
7319         header installed as <gc.h> in outside include paths.
7320         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
7321         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
7323 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7325         * icall.c: assign minor, build and revision in FillName.
7327 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
7329         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
7330         Added support for running code generated by Reflection.Emit.
7332 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7334         * appdomain.c: check for NULL argument in LoadFrom.
7336 2002-12-10  Dick Porter  <dick@ximian.com>
7338         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
7340 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7342         * appdomain.c: fix buglet when building exe file name.  Handle full
7343         assembly name (needed after latest changes to AssemblyName).
7344         * image.c:
7345         (mono_image_close): free some hashtables.
7347 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
7349         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
7350         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
7351         on some systems (redhat 7.3) 
7353 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
7355         * threads.c: delete the critical section of a sync block,
7356         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
7358 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
7360         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
7362 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7364         * appdomain.[ch]: handle the assembly preload event to try loading the
7365         assemblies using the paths we have in the current domain.
7367         * assembly.[ch]: created an assembly preload hook that is called to try
7368         loading the assembly by other means that the ones provided here.
7370         * domain.c: initialize the domain search path.
7372         From now on, assemblies (TODO: except corlib and System) are loaded
7373         according to these rules when using mono_assembly_load ():
7375                 1. It tries to load the assembly from the ApplicationBase
7376                 of the current domain appending .dll and .exe (TODO: have to
7377                 try loading from name/name.dll and name/name.exe).
7379                 2. It tries the search path specified in PrivateBinPath for the
7380                 current domain (if any).
7382                 3. Previous behavior.
7384 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
7386         * icall.c: implemented GetInterfaceMap() related icall.
7387         * domain.c, loader.h: load MethodInfo in mono_defaults.
7389 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
7391         * gc.c: disable the finalizer thread for now, untill all the issues
7392         with it are resolved.
7394 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
7396         * string-icalls.c: handle embedded nulls in string ctor when the
7397         length is specified.
7399 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
7401         * class.c: look for explicit interface implementation in parent
7402         classes, too.
7404 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
7406         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
7408 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
7410         * gc.c: protect handles with a critical section.
7412 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7414         * icall.c:
7415         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
7416         parameters. If no assembly specified, try getting the type from all
7417         the assemblies in the current domain, else, load the assembly and get
7418         the type from it.
7420 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7422         * marshal.c: applied patch from Aleksey Demakov that fixes
7423         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
7425 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7427         * icall.c: fixed get_location.
7429 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
7431         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
7432         declarations to make it work with older gcc. 
7434         * loader.c (mono_get_method): set signature->pinvoke for native calls
7436 2002-11-20  Dick Porter  <dick@ximian.com>
7438         * threads.c (mono_thread_init): Set the main thread's handle
7440 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
7442         * gc.c: allow compilation without GC support. Changed to match the
7443         mono coding style.
7445 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
7447         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
7449 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
7451         * reflection.c: set a public key token on the core assemblies.
7453 2002-11-18  Dick Porter  <dick@ximian.com>
7455         * threads.c: Split out some thread initialisation so that other
7456         files can set the start callback function.
7458         * gc.c: Run finalisers in a separate thread, to avoid stack
7459         overflow.  Fixes bug 31333.
7461         * appdomain.c: Set up GC finalisation thread.
7463         * reflection.c: 
7464         * object.c: 
7465         * domain.c: Use gc.h macros for GC_malloc
7466         
7467 2002-11-15  Dick Porter  <dick@ximian.com>
7469         * threadpool.c: 
7470         * threads.c:
7471         * appdomain.c: Removed mono_runtime_init_with_attach(),
7472         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
7473         merging the extra parameter with the existing function.  Removed
7474         unneeded code in mono_thread_attach().
7476 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
7478         * image.c (mono_image_loaded_by_guid): a method to get loaded
7479         images by guid. 
7480         (load_metadata_ptrs): we store the guid as string.
7482 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
7484         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
7486         * metadata.c (mono_guid_to_string): imported method form Zoltan
7487         Varga (slightly modified)
7489         * assembly.c (mono_assembly_open): load precompiled code
7491         * loader.h (MonoMethod): we store the method token for use in the
7492         aot compiler. 
7494 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7496         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
7497         the hook function called when an assembly is loaded.
7498         
7499         * domain.c: Modified file.
7500         (mono_domain_assembly_load): removed hash table insertion of assemblies.
7502         Fixes bug #33196.
7504 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
7506         * reflection.c: Map PEFileKind to the value expected by the WinNT
7507         image loader. 
7509 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7511         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
7512         Read until the buffer is filled completely.
7514 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7516         * icall.c: implemented MonoType.InternalGetEvent ().
7518 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7520         * appdomain.c: implemented InitAppDomainSetup. Delayed
7521         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
7522         the entry_assembly.
7524         * assembly.c: base_dir is now an absolute path ending with
7525         G_DIR_SEPARATOR.
7527         * icall.c: modified get_location according to the above changes.
7529         * object.c: init AppDomain.SetupInformation for the default domain after
7530         we have the entry assembly.
7532         * domain.c: when unloading a domain, setup = NULL.
7534 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
7536         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
7538 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
7540         * object.h, object.c: introduced mono_object_get_virtual_method ()
7541         to lookup the method invoked on an object when a callvirt is done on
7542         a method.
7543         * icall.c: make MethodInfo::Invoke() always do a virtual call.
7545 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7547         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
7548         current domain when loaded an assembly and failed to load it.
7550         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
7552 2002-10-31  Dick Porter  <dick@ximian.com>
7554         * icall.c: 
7555         * file-io.h: 
7556         * file-io.c: Return the error status in a parameter, as the
7557         GetLastError() value has long since been blown away if we try and
7558         look it up in a subsequent internal call invocation.  Delete the
7559         GetLastError() internal call, because it's useless.
7561 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
7563         * class.[ch]: added cast_class to fix bug 29517
7565 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
7567         * marshal.c: create valid IL code in the filter clause:
7568         the new JIT is less forgiving:-)
7570 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7572         * icall.c: removed get_property internal call.
7574 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
7576         * appdomain.h domain.c: Added an ID to appdomains.
7577         
7578         * threads.c threads.h icall.c: Implement icall
7579         Thread:GetDomainID(), and remove unused icall 
7580         CurrentThreadDomain_internal.
7582 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7584         * icall.c: Don't recurse through the base types in GetConstructor.
7585         Fixes bug #32063. 
7587 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
7589         * mempool.h, mempool.c: added mono_mempool_empty() and
7590         mono_mempool_stats().
7592 2002-10-23  Dick Porter  <dick@ximian.com>
7594         * file-io.c: 
7595         * file-io.h: 
7596         * icall.c: Added MonoIO.GetFileType internal call
7598 2002-10-17  Dick Porter  <dick@ximian.com>
7600         * appdomain.c (mono_runtime_cleanup): Don't signal the async
7601         delegate semaphore before waiting for all threads to finish,
7602         because new threads can also call async delegates.  Fixes bug
7603         32004.
7605         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
7606         of 3 seconds, in case another async job is queued.  (This part is
7607         needed because the bug fix reintroduced the 3s exit lag.)  This
7608         makes the mono_runtime_shutdown flag superfluous.
7610 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
7612         * reflection.c: include ehader size in method section headers.
7613         Really check for suplicated modules entries.
7615 2002-10-17  Martin Baulig  <martin@gnome.org>
7617         * debug-mono-symfile.c: Added back support for locals.
7619 2002-10-14  Martin Baulig  <martin@gnome.org>
7621         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
7622         MONO_TYPE_VOID.
7624 2002-10-14  Martin Baulig  <martin@gnome.org>
7626         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
7627         mono_class_get() instead of looking in the class cache. 
7629 2002-10-13  Martin Baulig  <martin@gnome.org>
7631         * debug-mono-symfile.c: Set version number to 28, include the
7632         signature in method names.
7634 2002-10-13  Martin Baulig  <martin@gnome.org>
7636         * debug-mono-symfile.h: Set version number to 27.
7638 2002-10-11  Martin Baulig  <martin@gnome.org>
7640         * gc.c: Don't register/unregister NULL pointers as disappearing links.
7642 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
7644         * metadata.c, metadata.h: added helper function to allocate signatures.
7646 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7648         * icall.c: added internal call to get the location of machine.config.
7650 2002-10-08  Martin Baulig  <martin@gnome.org>
7652         * debug-mono-symfile.c: Ignore classes with a pending init for the
7653         moment.
7655 2002-10-03  Dick Porter  <dick@ximian.com>
7657         * threads.c: Freebsd pthread_t is a pointer
7659 2002-10-03  Dick Porter  <dick@ximian.com>
7661         * socket-io.c: Implemented GetHostName_internal
7663 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7665         * mono-config.c:
7666         (mono_config_parse_file): don't leak the text.
7668 2002-10-02  Martin Baulig  <martin@gnome.org>
7670         * debug-mono-symfile.c: Added support for methods.
7672 2002-10-01  Martin Baulig  <martin@gnome.org>
7674         * debug-mono-symfile.c: Don't emit methods and line numbers for
7675         the dynamic symbol file, just write the type table.  We can easily
7676         have an external helper program which creates a symbol file for an
7677         IL file.        
7679 2002-10-01  Dick Porter  <dick@ximian.com>
7681         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
7682         Only add the handle to the cleanup array when we're about to
7683         launch the thread.  Bug 31425 deadlocked when the test was run on
7684         mono under w32.
7686 2002-10-01  Martin Baulig  <martin@gnome.org>
7688         * debug-mono-symfile.c: Added support for properties.
7690 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
7692         * reflection.c: unaligned store fix from Mark Crichton
7693         <crichton@gimp.org>.
7695 2002-09-27  Martin Baulig  <martin@gnome.org>
7697         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
7698         New interncall.
7700 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
7702         * assembly.h, assembly.c: use a sane API to hook into the assembly
7703         loading process instead of a useless special-purpouse hack
7704         (ngen needs a hook, too, for example).
7706 2002-09-27  Dick Porter  <dick@ximian.com>
7708         * threads.c (mono_thread_init): Call GetCurrentProcess() so
7709         io-layer can set up some process handle info.  Not needed on w32,
7710         but doesn't hurt either.
7712         * process.c: Pass the program name in the second parameter to
7713         CreateProcess, so the path is searched.  Include the working
7714         directory. Implemented process name, process enumeration, and some
7715         process detail internal calls.
7716         
7717         * icall.c: Added internal calls for process lookup, and some
7718         process details
7720 2002-09-26  Martin Baulig  <martin@gnome.org>
7722         * assembly.c (mono_install_open_assembly_hook): New global
7723         function to install a function to be invoked each time a new
7724         assembly is loaded.
7725         (mono_assembly_open): Run this callback function if set.
7727         * debug-mono-symfile.c: Put back line numbers for the dynamic
7728         symbol file and also record the .il file as source file.  This
7729         allows us to install the temporary symbol file as `file.dbg' just
7730         like a compiler-generated one.
7732 2002-09-26  Nick Zigarovich <nick@chemlab.org>
7734         * Corrected typo in gc.c (BOHEM vs BOEHM).
7736 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7738         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
7739         GetProperties. Also avoid calling g_slist_length in GetProperties and
7740         GetMethods.
7742 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
7744         * reflection.c: avoid unaligned stores (bug spotted by
7745         Mark Crichton  <crichton@gimp.org>).
7747 2002-09-25  Martin Baulig  <martin@gnome.org>
7749         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
7750         instead of guint64 for addresses and added prologue/epilogue info.
7752 2002-09-25  Martin Baulig  <martin@gnome.org>
7754         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
7755         store line number info.  For the dynamic symbol file, we only need
7756         to provide the JIT generated dynamic line number info for the dynamic
7757         symbol file.
7759 2002-09-25  Martin Baulig  <martin@gnome.org>
7761         * debug-mono-symfile.h: Incremented version number.
7763 2002-09-24  Martin Baulig  <martin@gnome.org>
7765         * class.c (mono_debugger_class_init_func): New global function
7766         pointer variable.
7767         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
7768         call it.
7770         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
7771         function.  This is called via the mono_debugger_class_init_func
7772         hook to add all types to the dynamic type table.
7773         (ves_icall_MonoDebugger_GetType): New interncall to get a class
7774         from its metadata token.
7776         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
7777         New interncall for the debugger.
7779 2002-09-24  Nick Drochak <ndrochak@gol.com>
7781         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
7782         before using it in case it is null.
7783         
7784 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7786         * metadata.c: allow custom modifiers in local var signatures
7787         (bug spotted by Zoltan Varga).
7789 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
7791         * class.c: deal with the <Module> class that may have a NULL vtable.
7792         Eliminate warnings.
7794 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
7796         * image.c, image.h: more strong name helpers.
7797         * monosn.c: more work: convert pem keys to cryptoapi format.
7799 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
7801         * string-icalls.c: speedup IndexOf.
7803 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
7805         * icall.c: updates from Zoltan.2.Varga@nokia.com.
7807 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
7809         * icall.c: cleanup: use mono_object_domain ().
7811 2002-09-23  Martin Baulig  <martin@gnome.org>
7813         * debug-mono-symfile.c: Improved type support.
7815 2002-09-22  Martin Baulig  <martin@gnome.org>
7817         * debug-mono-symfile.c: Added support for reference types and strings.
7819 2002-09-22  Martin Baulig  <martin@gnome.org>
7821         * debug-mono-symfile.c: Started to work on the type table.
7823 2002-09-21  Martin Baulig  <martin@gnome.org>
7825         * debug-mono-symfile.c: Largely reworked the symbol table format.
7826         The symbol table is now incrementally updated each time a new
7827         method is added.  We're now also using our own magic and version
7828         so that you don't need to recompile all your classes if the
7829         dynamic table changes.
7830         (mono_debug_update_mono_symbol_file): Removed.
7831         (mono_debug_symfile_add_method): New function to add a method.
7833 2002-09-21  Martin Baulig  <martin@gnome.org>
7835         * icall.c
7836         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
7837         New interncall.
7839         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
7840         New interncall to get a method from its metadata token.
7842 2002-09-21  Martin Baulig  <martin@gnome.org>
7844         * debug-mono-symfile.c: Create type table.
7846 2002-09-20  Martin Baulig  <martin@gnome.org>
7848         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
7850 2002-09-20  Martin Baulig  <martin@gnome.org>
7852         * debug-mono-symfile.c: Provide information about params and locals.
7854 2002-09-20  Martin Baulig  <martin@gnome.org>
7856         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
7857         New interncall.
7859         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
7860         interncall to get a method from its metadata token.
7862 2002-09-20  Martin Baulig  <martin@gnome.org>
7864         * debug-mono-symfile.c: Added a few checks for method->header
7865         being non-NULL.  This should never happen, but for the moment
7866         let's use a g_warning() rather than a g_assert().
7868 2002-09-19  Mark Crichton  <crichton@gimp.org>
7870         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
7871         even if support for it isn't present.  Added an #ifdef to fix this.
7873         * socket-io.c: Added checks back for Solaris support.
7875 2002-09-19  Martin Baulig  <martin@gnome.org>
7877         * debug-mono-symfile.c (read_string, write_string): Reflect latest
7878         changes in the symbol file format.
7880 2002-09-18  Martin Baulig  <martin@gnome.org>
7882         * debug-mono-symfile.c: Set version number to 21.
7884 2002-09-18  Dick Porter  <dick@ximian.com>
7886         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
7887         on netbsd.  Fixes bug 30051.
7889 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7891         * reflection.c:
7892         (set_version_from_string): little fix.
7894 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
7896         * monosn.c, Makefile.am: added strong name utility.
7897         * reflection.h, reflection.c: implemented delayed signing,
7898         locale, version and hash id assembly attributes.
7900 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
7902         * loader.c, metadata.c: load param attributes in signatures.
7904 2002-09-16  Martin Baulig  <martin@gnome.org>
7906         * debug-mono-symfile.c: Added string table with all method names.
7908 2002-09-14  Martin Baulig  <martin@gnome.org>
7910         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
7911         fast method lookup.
7913 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
7915         * reflection.c: record the public key token of referenced assemblies.
7917 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
7919         * image.c, image.h: added functions to get the strong name and the
7920         public key of an assembly.
7921         * pedump.c: use them.
7923 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
7925         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
7927 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
7929         * marshal.c (mono_marshal_get_managed_wrapper): Added
7930         MONO_TYPE_BOOLEAN 
7932 2002-09-11  Martin Baulig  <martin@gnome.org>
7934         * gc.c: Call GC_unregister_disappearing_link() on all links when
7935         finalizing them, this is necessary to aviod a crash in boehm's
7936         finalize handler.
7938 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
7940         * gc.c: handle GetTarget for finalized objects spotted and fixed by
7941         nick@chemlab.org.
7943 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
7945         * icall.c: implemented MonoType::Module.
7946         * reflection.c, reflection.h: mono_module_get_object () from
7947         Tomi Pakarinen <tomi.pakarinen@welho.com>.
7949 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
7951         * icall.c: ignore overridden methods in GetMethods ().
7952         Fix for FieldInfo::SetValue().
7953         * object.c: handle float/double in runtime invoke.
7955 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
7957         * object.c: allow a constructor to be called again on an object.
7959 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
7961         * class.h, class.c: move field layout code to it's own function and
7962         export it. Get an interface id earlier. Move fields in MonoClass
7963         so they are more cache friendly and align the bitfields.
7964         * loader.c: temporary handle get_param_names() for a runtime method.
7965         * reflection.c, reflection.h: more code to handle runtime creation of
7966         types.
7968 2002-09-09  Martin Baulig  <martin@gnome.org>
7970         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
7971         signature with the pinvoke field being set for the actual call.
7973 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
7975         * icall.c: removed some unused icalls. Start of map of glib charsets
7976         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
7978 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
7980         * debug-helpers.c: break infinite loop (found and fixed by
7981         Holger Arnold <harnold@gmx.de>).
7983 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
7985         * icall.c: target may be null in create_delegate.
7987 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
7989         * marshal.c: handle a boolean return type.
7991 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
7993         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
7995 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
7997         * gc.c: fix weakreferences.
7999 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
8001         * icall.c: added icall to get default codepage.
8003 2002-09-03  Dick Porter  <dick@ximian.com>
8005         * threads.h: 
8006         * threads.c: Use MonoThread instead of MonoObject where
8007         apropriate.
8009         Store running thread objects in a hash table, so that we have all
8010         the info to hand when waiting for them to finish
8011         (means we don't need OpenThread() any more, so mingw builds should
8012         be fully functional again.)
8014         * verify.c:
8015         * object.h: Added thread ID to MonoThread
8017 2002-09-03  Martin Baulig  <martin@gnome.org>
8019         * icall.c (System.Reflection.Assembly::get_location): New interncall.
8021 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8023         * icall.c: fixed leak in get_temp_path. Thanks lupus.
8025 2002-09-03  Martin Baulig  <martin@gnome.org>
8027         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
8028         argument to store the end address of the disassembled instruction.
8030         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
8031         here from debug-symfile.h.
8032         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
8033         JIT into this struct.
8034         (MonoSymbolFile): Added `char *image_file' field.
8035         (MonoDebugGetMethodFunc): Removed.
8036         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
8037         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
8038         (mono_debug_find_method): New method.
8040         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
8041         create a full symbol file.
8042         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
8043         and static symbol files.
8044         (mono_debug_find_method): The symbol file keeps an internal method hash,
8045         call this to get a MonoDebugMethodInfo from a MonoMethod.
8047         * debug-symfile.[ch]: Removed.
8049 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
8051         * image.c (do_mono_image_open): Remove linker version check.
8053 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
8055         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
8056         wrappers for instance methods.
8057         
8058 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8060         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
8062 2002-08-28  Dick Porter  <dick@ximian.com>
8064         * Makefile.am: Export HOST_CC for w32 builds
8066 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
8068         * file-io.c process.c: MonoString are null terminated, no
8069         need for mono_string_to_utf16() anymore.
8071 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8073         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
8075 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
8077         * icall.c, reflection.h: speedup System.MonoType.
8079 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
8081         * reflection.c: allow null as the value of a string argument in
8082         custom attributes constructors.
8084 2002-08-27  Martin Baulig  <martin@gnome.org>
8086         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
8087         `trampoline_address' field.
8089 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
8091         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
8092         check (fixes bug #29486) 
8094 2002-08-27  Martin Baulig  <martin@gnome.org>
8096         * debug-mono-symfile.c: Changed the file format in a way that allows us
8097         open it read-only and to use a specially malloced area for all the
8098         dynamic data.  We can now also generate a symbol file on-the-fly if we're
8099         debugging IL code and there is no MCS generated symbol file for it.
8101 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
8103         * object.c: added a define for a good string and array
8104         creation speedup (not enabled by default because we need to deal with
8105         the synch stuff).
8107 2002-08-26  Martin Baulig  <martin@gnome.org>
8109         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
8110         function to create a dynamic symbol file.  This is used by the
8111         debugger to create a symbol file for IL code on-the-fly.
8113 2002-08-26  Martin Baulig  <martin@gnome.org>
8115         * loader.c (mono_lookup_pinvoke_call): Include the error message
8116         from g_module_error() in the error message.
8118 2002-08-24  Martin Baulig  <martin@gnome.org>
8120         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
8121         function to update the symbol file.  The symbol file is mmap()ed
8122         writable, but private.  This allows us to install the symbol file
8123         together with the assembly.
8125 2002-08-24  Martin Baulig  <martin@gnome.org>
8127         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
8128         but they can read the new symbol file format which mcs is now creating.
8130         * debug-symfile.c (mono_debug_find_source_location): Moved to
8131         debug-mono-symfile.c; this is now operating on the new symbol file.
8133 2002-08-23  Martin Baulig  <martin@gnome.org>
8135         * debug-helpers.c (mono_method_desc_from_method): New function to get
8136         a MonoMethodDesc from a MonoMethod.
8138 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
8140         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
8141         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
8143 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
8145         * string-icalls.[ch]: make helper methods static.
8147 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8149         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
8150         types to it and to SetValueInternal.
8152         * object.c: Moved handle_enum label to its proper place. This was the
8153         f... bug! ;-)
8155         This time i compiled mcs and gtk-sharp and they both work.
8157 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8159         * icall.c: reverted partially my previous patch until 
8160         object.c:set_value handles enums correcly.
8162 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8164         * icall.c:
8165         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
8166         (ves_icall_System_Environment_get_MachineName): removed warning when
8167         compiling under cygwin.
8169 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
8171         * object.c: fixed field_get_value() for reference types.
8173 2002-08-22  Dick Porter  <dick@ximian.com>
8175         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
8176         Don't free a buffer while it's still needed.  Patch from Jonathan
8177         Liger <Jonathan.liger@wanadoo.fr>
8179 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
8181         * icall.c (ves_icall_System_Environment_get_Platform): Add new
8182         internal call.
8184 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
8186         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
8187         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
8189         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
8190         we call unmanaged code which throws exceptions.
8192 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
8194         * appdomain.h: added per-domain entry_assembly.
8195         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
8196         arguments.
8197         * icall.c: Assembly::GetEntryAssembly icall.
8198         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
8199         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
8201 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
8203         * appdomain.h, gc.c: added mono_domain_finalize ().
8205 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8207         * object.c:
8208         (mono_print_unhandled_exception): changed g_warning by g_printerr
8209         because g_log has a 1024 characters limit (yeah, i got a big stack
8210         trace). Don't print exception name, that should be in ToString 
8211         returned string.
8213 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8215         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
8216         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
8218 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8220         * object.c:
8221         (mono_print_unhandled_exception): after previous commit, i realized
8222         that MS calls ToString on the exception. I changed this function to
8223         do that. This way we get stack_trace for free.
8225 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8227         * object.c:
8228         (mono_print_unhandled_exception): invoke Message property instead of
8229         getting 'message' field from Exception. Don't allocate memory for
8230         'trace' and 'message' if not needed.
8232 2002-08-18  Dick Porter  <dick@ximian.com>
8234         * unicode.c: Fix asserts to match Encoder.cs checks
8236 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
8238         * marshal.c: fix unaligned store issue and a few wrong
8239         opcode argument types.
8241 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8243         * icall.c: added GetUninitializedObjectInternal internal call.
8245 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
8247         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
8248         to the right domain.
8250 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
8252         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
8254         * class.c (class_compute_field_layout): set blittable to false for Strings
8256         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
8258 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8260         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
8261         first chunk of code to create types at runtime. Code to
8262         handle ReflectedType/DeclaringType. Make reflection handles
8263         domain specific.
8265 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
8267         * class.c: set correct name in arrays.
8269 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
8271         * appdomain.c (mono_domain_transfer_object): make it work with
8272         valuetypes. bug fixes.
8274 2002-08-12  Dick Porter  <dick@ximian.com>
8276         * object.h: Rename some parameters to avoid c++ keywords (Patch
8277         from Joseph Wenninger <kde@jowenn.at>)
8279 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
8281         * icall.c: added icall to implement Assembly.GetFile*.
8283 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
8285         * reflection.h, reflection.c: code to embed managed resources.
8287 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
8289         * class.c: move all the type size stuff into
8290         class_compute_field_layout().
8292 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
8294         * class.c: ensure enums have always the correct instance size.
8295         * unicode.c: remove wrong assert.
8297 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
8299         * assembly.c: fix mem corruption issue.
8300         * image.h, image.c: added mono_image_get_resource () to access
8301         managed resources.
8302         * icall.c: implemented Assembly.EntryPoint property and some
8303         Managed Resources related internalcalls.
8306 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
8308         * image.c, image.h: impemented mono_image_get_entry_point ().
8309         * appdomain.c: use mono_image_get_entry_point.
8311 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
8313         * reflection.c: support the object type argument when loading
8314         custom attributes.
8316 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
8318         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
8319         String as return type.
8321 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
8323         * reflection.c: fix encoding of named args for custom attrs to match
8324         the ms implementation. Read them back when instantiating custom
8325         attributes.
8327 2002-08-02  Radek Doulik  <rodo@ximian.com>
8329         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
8330         by Dietmar as quick fix
8331         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
8332         16 as stack size, used on more places as quick fix before Dietmar
8333         will fix it properly
8335 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
8337         * object.h, object.c: added accessors for fields and properties.
8339 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
8341         * class.c, class.h: made mono_class_get_field_from_name ()
8342         loop on parent types.
8343         Added mono_class_get_property_from_name ().
8345 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
8347         * class.c, class.h: move the code to setup the type vtable in its own
8348         function so that it can be reused also for types created at runtime.
8349         Eliminate the "class" identifier from the header file.
8350         * reflection.c: setup the vtable for enums so that we can create
8351         objects for use in SetConstant ().
8353 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
8355         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
8356         instead of the delegate itself as this pointer (bug #28383)
8358 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
8360         * marshal.c (mono_marshal_get_managed_wrapper): added return type
8361         conversions.
8363 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8365         * loader.c: don't set the pinvoke bit on icalls.
8367 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
8369         * debug-helpers.c (mono_method_full_name): only print a number to
8370         indicate wrapper type (so that the output is more readable in traces).
8372 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
8374         * class.c (mono_class_init): include method override patch from Paolo
8376 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
8378         * icall.c: fixed GetTypeCode().
8380 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
8382         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
8383         use real delegate invoke function to make it work with multicast
8384         delegates (fix bug# 28291).
8386 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
8388         * object.c: load constant strings.
8390 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8392         * reflection.c: no magic numbers.
8393         * tabledefs.h: security action enum.
8395 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
8397         * assembly.c: fix possible memory corruption.
8399 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
8401         * reflection.h, reflection.c: added support for linking resources.
8402         * verify.c: check we have an updated corlib.
8404 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
8406         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
8407         string arrays.
8408         (mono_marshal_string_array): null terminate unmanaged string arrays.
8409         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
8411 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
8413         * icall.c: Type.GetType () can now return also types from the
8414         calling assembly.
8416 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
8418         * loader.h, loader.c: stack walking support.
8419         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
8420         GetCallingAssembly.
8422 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
8424         * marshal.c: added optimisations for blittable types 
8426         * class.c (mono_array_class_get): do not set blittable attribute on arrays
8427         (mono_class_setup_mono_type): set blittable attribute for single
8428         and double.
8430         * marshal.c (mono_string_utf8_to_builder): impl.
8431         (mono_string_builder_to_utf8): impl.
8432         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
8434 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
8436         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
8437         (mono_marshal_get_managed_wrapper): impl. byref types
8439 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8441         * icall.c:
8442         (search_method): don't display debug message. 
8444 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
8446         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
8448 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
8450         * appdomain.c: set the missing filename when throwing exception.
8452 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
8454         * metadata.c (mono_type_size): code cleanup
8455         (mono_type_stack_size): removed some test code
8457 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
8459         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
8460         mono_get_exception_file_not_found now.
8462         * exception.c (mono_exception_from_name_two_strings): New version
8463         that will call a constructor with two string arguments. 
8464         (mono_get_exception_file_not_found): New helper routine, used to
8465         report file-not-found errors.
8467 2002-07-20  Dick Porter  <dick@ximian.com>
8469         * process.h:
8470         * process.c: Pass file handles to CreateProcess
8471         
8472         * icall.c:
8473         * file-io.h:
8474         * file-io.c: Implemented CreatePipe
8476 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
8478         * metadata.c (mono_get_param_info): set alignment for value types
8480 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8482         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
8483         Constify mono_domain_assembly_open().
8484         * loader.c: handle null namespace in icalls.
8486 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
8488         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
8489         (emit_str_to_ptr_conv): marshal object as structs
8491         * metadata.c (mono_type_to_unmanaged): marshal object as structs
8493         * marshal.c (mono_marshal_get_runtime_invoke): support value types
8495 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
8497         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
8498         (mono_marshal_get_native_wrapper): we an now return value types
8500 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8502         * verify.c: more checks implemented.
8504 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
8506         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
8507         (fix bug #27695)
8508         (mono_marshal_get_native_wrapper): allow byref arguments
8509         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
8510         impl. PtrToStringXXX methods
8511         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
8512         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
8513         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
8514         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
8515         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
8517 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
8519         * reflection.c: fix buglet in parsing an assembly name.
8521 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
8523         * marshal.c (emit_ptr_to_str_conv): first impl.
8525 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
8527         * object.c, class.h: cache the vtable in the class as suggested by
8528         vargaz@freemail.hu (Zoltan Varga).
8530 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
8532         * class.h, loader.c: added mono_field_from_token().
8533         * verify.c: first cut of type checking code.
8535 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
8537         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
8539 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
8541         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
8542         (fix bug #27782)
8543         (mono_marshal_get_remoting_invoke): impl.
8544         (mono_delegate_begin_invoke): impl.
8545         (mono_mb_emit_save_args): impl.
8546         (mono_delegate_end_invoke): impl.
8547         (mono_marshal_get_delegate_begin_invoke):
8548         (mono_marshal_get_delegate_end_invoke):
8549         (mono_marshal_get_delegate_invoke): generate a special name for
8550         those methods (including the signature) and associate them whith
8551         the delegate class. 
8553 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
8555         * reflection.[ch]: 
8556         (mono_reflection_type_from_name): now it has a MonoImage parameter
8557         which is used as the default image to search the type in. If the image
8558         is NULL or getting the type from it fails, it defaults to corlib.
8560         * icall.c: changed 1 call to mono_reflection_type_from_name to match
8561         new parameter.
8563 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
8565         * reflection.c: update the parameter table index.
8567 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
8569         * domain.c: don't include the mark byte in the string hash.
8571 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
8573         * icall.cs: icall for Type.GetTypeCode ().
8574         * verify: a couple of fixes and disabled local initialization checks.
8576 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
8578         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
8580         * debug-helpers.c (mono_method_full_name): print the type of the
8581         runtime wrapper
8583         * metadata.c (mono_signature_hash): a hash function for signatures
8584         (mono_signature_hash): better hash algorithm
8586         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
8588         * debug-helpers.c (mono_method_full_name): this can now generate
8589         method names with signatures
8591         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
8592         method dont have this pointers.
8594 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
8596         * reflection.c: fixup typebuilder tokens.
8597         * image.c: fix buglet.
8598         * marshal.h: remove whitespace.
8599         * metadata.h, metadata.c: reinstate code that was removed.
8600         * verify.c: handle catch directives and fix another couple of bugs.
8602 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
8604         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
8605         (mono_marshal_get_native_wrapper): make it comp. with the old code
8606         (mono_marshal_get_native_wrapper): support boolean
8607         (mono_marshal_get_managed_wrapper): support more types
8609 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
8611         * class.c (class_compute_field_layout): compute class->blittable attribute.
8613 2002-07-09  Dick Porter  <dick@ximian.com>
8615         * threads.c: Make the thread cleaning up cope with threads that
8616         call ExitThread()
8618 2002-07-08  Radek Doulik  <rodo@ximian.com>
8620         * reflection.c (method_encode_code): use non-translated values to
8621         compute finally_start, this fixes exception handling on ppc, yay!
8623         * decimal.h (struct signscale): fix endianess
8625 2002-07-07  Radek Doulik  <rodo@ximian.com>
8627         * reflection.c: swap box_val and not val
8629 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
8631         * reflection.c, reflection.h: handle full assembly info in type name.
8632         Handle Type arguments when loading custom attributes.
8633         * icall.c: updated to use new mono_reflection_type_from_name () method.
8635 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8637         * loader.c:
8638         (method_from_memberref): also print assembly name when method not found.
8640 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8642         * icall.c:
8643         (ves_icall_TypeGetProperties): fixed bug #27473. 
8645 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8647         * reflection.c: display image name and token when cannot find the
8648         .ctor for an attribute.
8650 2002-07-05  Martin Baulig  <martin@gnome.org>
8652         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
8654 2002-07-04  Dick Porter  <dick@ximian.com>
8656         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
8657         compile on mingw.  This will cause mingw builds to not wait for
8658         subthreads to terminate after the main thread does.  I've lodged a
8659         bug with the mingw developers for them to wrap OpenThread().
8661 2002-07-03  Dick Porter  <dick@ximian.com>
8663         * threads.c: Store thread IDs instead of handles, because
8664         GetCurrentThread() returns a pseudohandle and therefore stores
8665         useless values.  mono_thread_cleanup() continues checking the
8666         array of threads until it is empty, to cope with subthreads
8667         spawning new threads after the main thread has finished.
8669         * profiler.h:
8670         * profiler.c:
8671         * profiler-private.h: Pass the thread ID to thread profiler
8672         functions, instead of a handle
8674 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
8676         * verify.c: fixes to make it more usable.
8677         * pedump.c: added --verify code to verify IL code in an assembly.
8679 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8681         * reflection.c: turn errors into warnings to allow compiling corlib.
8683 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
8685         * reflection.c: add special cases to compile corlib.
8687 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
8689         * reflection.c: handle properties with only a set method.
8691 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
8693         * opcodes.h: add enum with opcodes in opval order.
8695 2002-07-01  Dick Porter  <dick@ximian.com>
8696         
8697         * object.h:
8698         * object.c (mono_runtime_run_main): Removed unneeded argument
8700 2002-06-28  Martin Baulig  <martin@gnome.org>
8702         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
8704 2002-06-27  Dick Porter  <dick@ximian.com>
8706         * threads.c: Store the handle in both the parent thread and in the
8707         subthread, to minimise the time between starting a new thread and
8708         storing its ID.
8710 2002-06-26  Dick Porter  <dick@ximian.com>
8712         * appdomain.c (mono_runtime_cleanup): Close the socket library
8713         after all the threads have finished, not before
8715 2002-06-26  Martin Baulig  <martin@gnome.org>
8717         * debug-symfile.c (mono_debug_find_source_location): Added
8718         `guint32 *line_number' argument.  If it's not NULL, store the line number
8719         there and return the file name without the line number.
8721 2002-06-25  Dick Porter  <dick@ximian.com>
8723         * icall.c:
8724         * process.h:
8725         * process.c: Process forking and other support functions
8727 2002-06-25  Dick Porter  <dick@ximian.com>
8729         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
8730         things dont happen when the image is closed.
8731         (mono_image_lookup_resource): Walk the resource section looking
8732         for a particular entry
8734         * cil-coff.h: PE resource section decoding
8736 2002-06-25  Dick Porter  <dick@ximian.com>
8737         
8738         * assembly.h:
8739         * assembly.c: 
8740         (mono_assembly_foreach): Accessor functions to walk the list of
8741         loaded assemblies
8742         (mono_assembly_set_main):
8743         (mono_assembly_get_main): Process methods need to know which
8744         assembly is the "main" one
8746         * object.c (mono_runtime_run_main): Record the main assembly
8748         * debug-helpers.c: Fix typo
8750 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
8752         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
8753         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
8755 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
8757         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
8759 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
8761         * image.c (do_mono_image_open): Initialize reference count,
8762         otherwise we leak the MonoImage.
8764 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
8766         * reflection.c: small tweak to handle self-hosting.
8768 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
8770         * reflection.c: fix type name parse code.
8772 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
8774         * reflection.c: break out of the loop.
8775         * image.c: special case corlib.
8777 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8779         * reflection.c: add all the custom attrs at the end to ensure the
8780         ctors have been properly initialized when the attributes are defined
8781         in the current assembly.
8783 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
8785         * reflection.c: handle correctly multiple-nested types.
8787 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
8789         * row-indexes.h: fix typos.
8790         * reflection.c: adjust for typos and fix method_def_or_ref
8791         encoding in MethodImpl table.
8793 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
8795         * reflection.c: fix entry point patching (thanks Serge!).
8797 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
8799         * verify.c: add check for System.Exception
8801 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
8803         * image.c, class.c: minifix for code just c&p'ed.
8804         * reflection.c: warning fix.
8805         * object.h, loader.h, domain.c: load also StringBuilder.
8807 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
8809         * marshal.h, marshal.c: some support code to handle complex marshaling.
8811 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8813         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
8814         Better signatures with vtable error dump.
8816 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
8818         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
8820 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
8822         * icall.c (ves_icall_Type_GetField): impl.
8824 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8826         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
8827         to retrieve a marshal description blob for a field or param.
8829 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
8831         * reflection.h, reflection.c: change order of nested type emission
8832         to avoid table corruption. The NestedTypes table is sorted.
8833         * icall.c: change order of GetConstructor results to workaround mcs bug.
8835 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
8837         * reflection.h, reflection.c: handle field and param marshal
8838         information.
8840 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
8842         * icall.c, marshal.c marshal.h: more Marshal class implementation.
8844 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
8846         * reflection.c: fix call convention.
8848 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
8850         * reflection.h, reflection.c: mono_image_get_memberref_token()
8851         takes a type instead of a class, now. Added
8852         mono_image_get_array_token() to create tokens for the special
8853         multi-dim array methods.
8855 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
8857         * assembly.c: handle modules (no assembly table). Split
8858         loading references in its own function.
8859         * class.c: handle moduleref resolution scope.
8860         * image.c, image.h: cache module name in image.
8862 2002-06-07  Martin Baulig  <martin@gnome.org>
8864         * reflection.c (mono_image_get_type_info): Only add a class layout entry
8865         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
8867 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
8869         * icall.c: more signature fixes that used uint instead of int.
8871 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8873         * reflection.c: fixed signature of field refs.
8875 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8877         * class.c, reflection.c: handle typerefs of nested types
8878         (both on read and when writing files).
8880 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
8882         * icall.c: fix method signatures that tried to workaround the previous
8883         typo, d'oh!
8885 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
8887         * debug-helpers.c: fix typo.
8889 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
8891         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
8892         rewrote the PE/COFF writing code (our programs are understood by the
8893         ms runtime, now).
8895 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
8897         * gc.c, gc.h, icall.c: weakreference support.
8899 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
8901         * Makefile.am, mono-config.c: use $(sysconfdir).
8903 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
8905         * icall.c: changed default precision of Double.ToString() to 15.
8906         Fixed memory leak. Unified with Single.ToString.
8908 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
8910         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
8912 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
8914         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
8915         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
8916         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
8917         and myself.
8919 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
8921         * debug-symfile.c, sysmath.c: yet more compilation fixes.
8923 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8925         * reflection.c, socket-io.c: more compilation fixes.
8927 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
8929         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
8930         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
8931         unicode.c: warning and compiler compatibility fixes.
8933 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
8935         * class.h, metadata.c: fixed warnings/compilation errors.
8937 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
8939         * Makefile.am, mono-config.c, mono-config.h: configuration file
8940         support routines.
8941         * loader.c, loader.h: make Dll mapping configurable at runtime in the
8942         config file. Export methods to insert and lookup mappings.
8944 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
8946         * reflection.c: handle types and boxed objects in custom attr
8947         constructors.
8949 2002-05-30  Martin Baulig  <martin@gnome.org>
8951         * debug-symfile.c
8952         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
8954 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
8956         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
8957         to lookup the implmap row for a P/Invoke method.
8958         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
8959         P/Invoke method from the runtime on an as needed basis.
8961 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
8963         * metadata.c (mono_metadata_parse_signature): impl.
8965 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8967         * class.c: handle .pack directive.
8969 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
8971         * object.c: initialize static fields with RVA data.
8973 2002-05-25  Martin Baulig  <martin@gnome.org>
8975         * debug-symfile.c
8976         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
8978 2002-05-24  Martin Baulig  <martin@gnome.org>
8980         * debug-symfile.c
8981         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
8982         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
8983         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
8985 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
8987         * object.c: special case string ctros in invoke.
8988         * gc.c: silly whitespace changes.
8990 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
8992         * threadpool.[ch]: impl. a threadpool that can
8993         be used by mint and mono.
8995 2002-05-22  Martin Baulig  <martin@gnome.org>
8997         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
8998         The first argument is now a `MonoReflectionModuleBuilder *', the return
8999         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
9000         `methods' field to get the method builder.  The `token' argument is the
9001         unfixed token.
9003         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
9004         invalid characters instead of g_assert_not_reached()ing.  This seems
9005         to be the behaviour of mscorlib.
9007 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
9009         * object.c (mono_runtime_invoke_array): applied patch from Rachel
9010         Hestilow to fix bug #25104
9012 2002-05-21  Martin Baulig  <martin@gnome.org>
9014         * debug-symfile.c (mono_debug_find_source_location): New function.
9015         Looks up an IL offset in the line number table and returns the source
9016         location as a string.
9018 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9020         * icall.c:
9021         (mono_double_ToStringImpl): changed %f by %g until we have something
9022         better.
9024 2002-05-21  Nick Drochak  <ndrochak@gol.com>
9026         * icall.c : Use different name for Math.Pow's icall.  Needed to check
9027         parameters first in C#.
9029 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9031         * icall.c, reflection.h: added icall to get info about an event.
9033 2002-05-20  Radek Doulik  <rodo@ximian.com>
9035         * object.c (mono_value_box): don't use memcpy for boxing on BIG
9036         endian
9037         (mono_value_box): don't use memcpy for small sizes on
9038         architectures with unaligned access
9040 2002-05-20  Martin Baulig  <martin@gnome.org>
9042         * reflection.c (mono_reflection_setup_internal_class): Don't crash
9043         if `tb->parent == NULL'.
9044         (mono_reflection_create_internal_class): New function.  This is
9045         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
9046         for enum types.
9048         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
9049         New interncall.
9051 2002-05-19  Martin Baulig  <martin@gnome.org>
9053         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
9054         argument to get the length, don't default to the array length.
9056 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
9058         * assembly.c (mono_assembly_setrootdir): New function used to
9059         override the MONO_ASSEMBLIES directory.
9061 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9063         * icall.c: ValueType_GetHashCode() initialize local var.
9065 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
9067         * reflection.c: sort custom attributes table.
9069 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9071         * reflection.c: support named args in custom attributes (write support).
9073 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
9075         * reflection.c: fix finally position calculation.
9077 2002-05-15  Radek Doulik  <rodo@ximian.com>
9079         * reflection.c: fixed endianess at many places
9081         * icall.c (ves_icall_InitializeArray): comment out debug msg
9083 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
9085         * object.c (mono_unhandled_exception): new function to handle
9086         unhandled exceptions.
9087         (mono_unhandled_exception): call the UnhandledException event.
9088         (mono_runtime_delegate_invoke): impl.
9090 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
9092         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
9093         returns the RVA, not the direct pointer to the data. Handle the case
9094         when the class size is fixed.
9096 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
9098         * reflection.c: fix some endianess issues.
9100 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
9102         * object.c (mono_runtime_invoke): is now able to catch exceptions.
9104         * threads.c (mono_thread_init): added a callback which is invoked
9105         at thread start.
9107 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
9108         
9109         * icall.c: make GetHashCode return non-negative values.
9111 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
9113         * object.c, icall.c, gc.c: revert to address-based hashcode.
9115 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
9117         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
9119 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
9121         * icall.c, class.c: special case <Module>.
9123 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
9125         * icall.c: fix bug in GetNow().
9127 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
9129         * object.c (mono_runtime_class_init): make sure that we call all
9130         static class constructors.
9132 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
9134         * reflection.c: sort methodsemantics table.
9136 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
9138         * reflection.h, reflection.c: honour init locals setting.
9140 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
9142         * icall.c: copied Double ToStringImpl for Single ToStringImpl
9144 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9146         * reflection.c: support ContructorBuilders in attribute blob creation.
9148 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9150         * reflection.c: some changes to build a binary that can be run
9151         directly in windows.
9153 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
9155         * loader.c: print a big message when an icall can't be found.
9157 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9159         * string-icalls.c: fix bug 24248.
9161 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
9163         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
9164         icall.c, reflection.h: separate assembly loading by pathname and by
9165         assembly name. Use the MONO_PATH env var to search for assemblies.
9167 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
9169         * assembly.c, image.h: add some support for assemblies
9170         with multiple modules.
9171         * class.c, class.h: export mono_class_from_typeref().
9172         * loader.c: remove duplicated code and use mono_class_from_typeref(),
9173         instead.
9175 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
9177         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
9178         documentation says (the ECMA one is correct).
9180 2002-05-02  Dick Porter  <dick@ximian.com>
9182         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
9183         Don't name the synchronisation mutex.
9185 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
9187         * rand.c
9188         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
9189         Make the prototypes match.
9190         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
9191         Same.
9193         * icall.c
9194         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
9195         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
9196         all systems have tm.tm_zone, so use strftime() with %Z to print
9197         the timezone abreviation into a temp string.
9199         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
9200         rather than mono_array_addr() on a MonoString on Big Endian
9201         machines.
9203 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
9205         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
9206         fix bug 24041
9208 2002-04-30  Dick Porter  <dick@ximian.com>
9210         * socket-io.c: Cope with SOCKET being an integer rather than a
9211         pointer now.
9213         * threads.c: Added Thread_free_internal, to deal with thread
9214         handle cleanup.  Moved calls to handle_store() and handle_remove()
9215         to start_wrapper(), so each can only be called once.  Allocate
9216         synchronisation blocks with GC_malloc(), and use GC finalisation
9217         to close the handles.
9219         * icall.c: added System.Threading.Thread::Thread_free_internal
9221 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9223         * icall.c: support Environment.Exit, CommandLineArgs().
9225 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
9227         * object.c, object.h: added mono_runtime_run_main () and
9228         mono_runtime_get_main_args () for use in System.Environment.
9230 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
9232         * gc.c: fix thinko, enable actual finalization since the jit is now
9233         fixed.
9235 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9237         * gc.c, object.c: take into account that an object may be offset wrt the address
9238         returned by GC_malloc().
9240 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
9242         * image.c: handle files without entries in the assembly table (modules).
9244 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
9246         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
9247         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
9248         allowed to be null when it's System.Object class setup.
9250 2002-04-27  Martin Baulig  <martin@gnome.org>
9252         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
9253         if `tb->parent == NULL' rather than crashing.
9255 2002-04-28  Nick Drochak  <ndrochak@gol.com>
9257         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
9258         calling acos() where asin() should have been called.
9260 2002-04-26  Martin Baulig  <martin@gnome.org>
9262         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
9263         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
9264         there's a subdirectory called `System', but we don't want to read that
9265         subdirectory as an assembly.
9267 2002-04-25  Martin Baulig  <martin@gnome.org>
9269         * debug-symfile.c: Reflect latest MonoString changes.
9271 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
9273         * rand.c, rand.h: instance method icalls need to have an explicit
9274         this pointer as first argument in the C implementation.
9276 2002-04-25  Nick Drochak <ndrochak@gol.com>
9278         * icall.c: Fix typo in map for GetNonZeroBytes
9280 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
9282         * string-icalls.c : String does now passes unit tests without any 
9283         errors, the following changes has been made:
9284         
9285         Implemented replace methods.
9286         Renaming of methods to (try) follow the standard.
9287         Fixed compare ordinal
9288         Made all memory allocated directly to function instead of via icall function.
9289         Small performance fix in is_in_array function
9290                         
9291  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
9293         c (mono_string_Internal_ctor_charp_int_int):
9294         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
9295         sindex < 0, throw ArgumentOutOfRangeException instead of
9296         ArgumentNullException.
9298         Added new check for length == 0, however
9299         I need to make it return String.Empty from the C code.
9300         
9301         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
9302         that calculate the length for us here.
9303         
9304         (mono_string_Internal_ctor_sbytep_int_int): Replaced
9305         mono_string_new_utf16 with mono_string_new, since value is utf8.
9307 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
9309         * object.c: register the object for finalization if needed.
9310         Allocate one more char in the string for the terminating 0 char.
9312 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
9314         * class.c, class.h, image.c: check if a type implemenst a destructor.
9315         Use the proper key for array class lookups.
9316         * icall.c: register the icalls in the System.GC class.
9317         * gc.c, gc.h: GC-related functions and icalls.
9319 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9321         * icall.c:
9322         * socket-io.c:
9323         * unicode.c: free some strings gotten from mono_string_to_utf8 and
9324         changed a couple of free () by g_free ().
9326         * decimal.c: one-liner in the comments for decimal2string ().
9328 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
9330         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
9332 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
9334         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
9335         * object.c (mono_runtime_invoke_array) : handle null in params
9337 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
9339         * string-icalls.c: fixed bug in split (one off bug)
9341 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
9343         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
9344         * icalls.c: added String::Equals as internal method
9346 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
9348         * threads.c: fixed bug in the double interlocked functions
9350 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
9352         * threads.c: implemented all of the new interlocked icalls.
9353         * string-icalls.c: fix a bug in insert.
9354         * icalls.c: added the icalls for interlocked, removed old string functions.
9355         
9356 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9358         * loader.c: fix off-by-one error when reading argument names.
9360 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9362         * profiler.c: win32 counter implementation (untested).
9363         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
9364         (the latter needs testing and more complete impl. from win32 folks).
9366 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
9368         * object.c: mono_array_new_full workaround mono_array_class_get
9369         problem.
9371 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
9373         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
9374         * object.h (mono_string_chars): Changed casting type.
9376 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
9378         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
9379                            method signatures to use gunichar2 instead of gint16.
9381 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
9383         * object.h, object.c: domain-specific versions of mono_object_new and
9384         mono_array_new.
9386 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
9388         * object.c: changed String layout
9390         * string-icalls.c (mono_string_Internal_ctor_chara): added
9391         internal string constructors.
9393 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
9395         * threads.c: pass 'this' to the thread start routine.
9397 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9399         * string-icalls.c: fix IndexOf and LastIndexOf. Now
9400         InternalCompareStr don't call twice mono_string_cmp_char for the last
9401         character. Improved performance in mono_string_cmp_char.
9403 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
9405         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
9406         code into its own library: libmonoruntime.
9408 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
9410         * object.h, object.c: changed array format so that szarrays do not
9411         require a bounds structure.
9412         * icall.c, appdomain.c: support for new szarray format.
9414 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
9416         * metadata.c: compare also the retuns type when comparing signatures:
9417         we didn't do this as an optimization since really overloaded methods
9418         must differ also in the arguments, but this doesn't work with
9419         low-level IL code (or when using explicit conversion operators: see
9420         bug#23498 for an example).
9422 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
9424         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
9426 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
9428         * icall.c: make MonoType::GetElementType its own icall.
9430 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
9432         * icall.c: remove MonoMethod_get_Name().
9433         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
9434         object.
9436 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
9438         * string-icalls.c: optimized a few methods.
9440 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
9442         * icall.c: added all new string internal calls
9443         * string-icalls.c: added, new string internal call implementation.
9444         * object.c: added mono_string_new_size for allocating a string a size
9446 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
9448         * object.c (mono_object_isinst): use the same code as in the
9449         optimized x86 version.
9451 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
9453         * profiler.c: TSC-based timer code (faster and more accurate).
9454         Not hooked up in configure, yet (set USE_X86TSC to 1).
9456 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
9458         * profiler.c, profiler.h: track time spent compiling methods.
9459         * threads.c: track thread creation/destruction.
9461 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
9463         * profiler.c, profiler.h, profiler-private.h: profiling interface
9464         and sample implementation. Moved here so that it can be used also by
9465         the jit.
9467 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
9469         * reflection.c, reflection.h: keep types and other handles separate in
9470         the hash tables for referred tokens. Add guid for modules.
9472 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
9474         * assembly.c: fix bugs found with valgrind.
9475         * metadata.h, metadata.c: added mono_metadata_guid_heap().
9477 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
9479         * threads: added icall support for getting current domain for
9480                    the thread.
9482 2002-04-13  Martin Baulig  <martin@gnome.org>
9484         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
9485         (MonoDebugVarInfo): Added `index' field for register based addresses.
9486         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
9487         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
9488         `MonoDebugVarInfo *params' and `guint32 this_offset' with
9489         `MonoDebugVarInfo *this_var'.
9491         * debug-symfile.c (relocate_variable): New static function to write
9492         a location description for a local variable or method parameter.
9494 2002-04-12  Martin Baulig  <martin@gnome.org>
9496         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
9497         stack offset and begin/end scope address of a local variable.
9498         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
9499         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
9500         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
9502         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
9503         Added new relocation types for start/end scope of a local variable.
9505 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
9507         * object.h: add mono_object_domain() macro.
9508         * reflection.c: handle typespecs.
9509         * icall.c: MonoMethod::get_Name() implementation.
9511 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9513         * icall.c: String::GetHashCode() icall implementation.
9515 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9517         * icall.c: String::IndexOfAny icall.
9518         * object.c, object.h: make array->max_length more useful.
9519         Intrduced mono_object_class() and mono_string_length() macros.
9521 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9523         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
9524         instead of g_unichar_isdigit.
9526 2002-04-11  Nick Drochak  <ndrochak@gol.com>
9528         * icall.c: Implement a simple Double.ToString().
9530 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
9532         * appdomain.h: only io-layer.h is supposed to be included.
9533         * icall.c: explicitly import environ. Fix warning.
9535 2002-04-10  Nick Drochak  <ndrochak@gol.com>
9537         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
9538                 return true even if it's not Daylight Savings time.
9539                 Only return false for the case where the function isn't
9540                 implemented for a plaform (read Windows).
9542 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
9544         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
9545         data with a mutex.
9547 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
9549         * mempool.c (mono_mempool_alloc): only use g_malloc when
9550         absolutely necessary.
9552 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
9554         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
9556         * class.c (mono_class_vtable): use domain mempool to allocate vtable
9557         (mono_class_proxy_vtable): use domain mempool
9559 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
9561         * appdomain.h, appdomain.c: split initialization that requires the
9562         execution engine support into mono_runtime_init().
9564 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
9566         * class.c (mono_class_init): don't include vtable inside MonoClass
9567         to save some memory, gather some statistics.
9568         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
9570 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
9572         * icall.c: internalcall implementation for ValueType.Equals().
9574 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
9576         * object.c (mono_message_init): moved 
9577         (mono_runtime_exec_main): new arch. independent impl.
9578         (mono_runtime_invoke_array): new method - like
9579         mono_runtime_invoke, but you can pass an array of objects.
9580         (mono_remoting_invoke): new arch. independent impl.
9581         (mono_message_invoke): new arch. independent impl.
9582         (mono_runtime_class_init): new arch. independent impl.
9583         (mono_runtime_object_init): new arch. independent impl.
9585 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
9587         * metadata.c, object.c, reflection.c: documented the exported
9588         functions.
9590 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
9592         * icall.c: simpler code to pass the assembly builder data to corlib.
9593         Implement GetNestedTypes() internalcall.
9595 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
9597         * class.c: warn if a type can't be loaded.
9599 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
9601         * image.h: typedef MonoImageOpenStatus
9602         * types.h: removed unused file
9603         
9604 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
9606         * icall.c: Enum_ToObject accepts enum value arguments.
9608 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
9610         * class.c: move initialization of properties, events and nested
9611         classes, so that they happen for interfaces, too.
9613 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
9615         * icall.c: cleanup some ugly casts in Array_SetValue*.
9617 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
9619         * icall.c: the values array fro enums is of the correct type, now.
9620         Implement (correctly) getFullName instead of assQualifiedName for
9621         MonoType.
9622         * reflection.h, reflection.c: added mono_type_get_name ().
9624 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
9626         * assembly.c, image.h: for each MonoImage, record from wich assembly
9627         it was loaded.
9628         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
9629         Make Type.Assembly work.
9631 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
9633         * debug-symfile.h: use char* instead of gpointer to avoid
9634         unnecessary casts.
9636         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
9638         * icall.c (ves_icall_InternalExecute): impl. FielSetter
9639         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
9641 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
9643         * icall.c (mono_message_init): impl. (code cleanup)
9644         (ves_icall_InternalExecute): impl. FieldGetter
9646         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
9647         defined we call all (non-static)methods through the vtable. 
9649 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
9651         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
9652         finalizer even though the memory is still referenced (and the chunk of
9653         memory is not freed).
9655 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
9657         * assembly.c: fix brokeness.
9659 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
9661         * class.c: kill some warnings. Check explicit interface method
9662         implementation also without considering the namespace.
9663         Load also literal strings in static class data.
9665 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
9667         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
9668         (default_assembly_name_resolver): Make the resolver take the
9669         "base" directory where the assembly was originally defined, so we
9670         can load DLLs that are in the same directory as the assembly that
9671         is being referenced.
9673 2002-03-28  Dick Porter  <dick@ximian.com>
9675         * file-io.h: 
9676         * file-io.c:
9677         * socket-io.c: 
9678         * unicode.h: 
9679         * unicode.c: Warning cleanups
9681 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
9683         * object.h, reflection.h: use the correct type instead of MonoObject.
9685 2002-03-28  Martin Baulig  <martin@gnome.org>
9687         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
9688         (mono_debug_update_symbol_file): Initialize classes if necessary.
9690 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
9692         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
9693         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
9695 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
9697         * assembly.h: fix function prototype.
9698         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
9699         * mono-endian.h: use const cast.
9701 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
9703         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
9705 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
9707         * loader.c: don't assert when a typeref can't be loaded, give
9708         a chance to the runtime to trow an exception instead.
9709         * loader.h: fix warning.
9711 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
9713         * class.c (mono_class_proxy_vtable): added proxy support
9715 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
9717         * icall.c: removed last of PAL calls, added System.Environment
9718         * file-io.h, file-io.c: MonoIO implementation
9719         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
9721 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
9723         * appdomain.c: do not use the byte marker in ldstr table lookup.
9724         * debug-helpers.c: allow two ':' to separate class and method name.
9725         * object.c: allocate arrays bounds with the GC, too.
9726         * verify: add a few more checks.
9728 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
9730         * reflection.c: output also literal strings. Allocate parameter data
9731         with GC_malloc() (thanks, Martin, for catching this!).
9733 2002-03-26  Martin Baulig  <martin@gnome.org>
9735         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
9736         include the `this' offset in the `param_offsets'.
9738 2002-03-25  Martin Baulig  <martin@gnome.org>
9740         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
9741         mono_debug_get_class() function to get the classes. Added new
9742         relocation types for arrays and strings.
9743         (mono_debug_get_class): New static function to search in all
9744         referenced assemblies for a metadata token.
9746         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
9748 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9750         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
9751         hold gc-allocated objects. Make the string heap a stream like the
9752         others. Removed duplicated code when writing stream info.
9753         Added asserts to catch possible buffer overflows. Set the sorted map
9754         for tables that need sorting. Added some documentation.
9756 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
9758         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
9759         for interned strings and vtables.
9761 2002-03-24  Martin Baulig  <martin@gnome.org>
9763         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
9764         it in the array since it was created with g_slist_prepend().
9766 2002-03-24  Martin Baulig  <martin@gnome.org>
9768         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
9769         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
9770         (mono_debug_method_from_token): Renamed to
9771         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
9772         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
9774         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
9775         relocation types.
9777         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
9779 2002-03-24  Martin Baulig  <martin@gnome.org>
9781         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
9782         (mono_debug_method_from_token): New func.
9784         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
9785         New interncall, calls mono_debug_local_type_from_signature().
9786         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
9787         calls mono_debug_method_from_token().
9789 2002-03-23  Martin Baulig  <martin@gnome.org>
9791         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
9792         specifies the number of bytes to be converted, not the array size.
9793         Return the number of chars, not the number of bytes.
9794         (ves_icall_iconv_get_chars): The `byteCount' argument
9795         specifies the number of bytes to be converted, not the array size.
9797 2002-03-23  Martin Baulig  <martin@gnome.org>
9799         * reflection.h (MonoReflectionSigHelper): New type.
9801         * reflection.c (mono_reflection_sighelper_get_signature_local),
9802         (mono_reflection_sighelper_get_signature_local): New functions.
9804         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
9805         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
9806         interncalls.
9808 2002-03-23  Martin Baulig  <martin@gnome.org>
9810         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
9811         is_writeable is set.
9812         (mono_raw_buffer_update): New function to write the modified map
9813         back to disk.
9815         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
9817         * debug-symfile.c (mono_debug_update_symbol_file): Call
9818         mono_raw_buffer_update() when done writing.
9820 2002-03-23  Martin Baulig  <martin@gnome.org>
9822         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
9824         * debug-symfile.c: Added support for arguments and local variables.
9826 2002-03-23  Dick Porter  <dick@ximian.com>
9828         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
9829         protected by ifdefs, hence breaking the w32 build.
9831 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9833         * object.c: implement is_interned() the right way.
9835 2002-03-21  Martin Baulig  <martin@gnome.org>
9837         * debug-symfile.[ch]: New files to handle debugging information
9838         files. There's also support to dynamically update these symbol
9839         files to include machine dependent information.
9841 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
9843         * threads.c (mono_thread_create): new function to create thread
9844         from C
9846 2002-03-20  Martin Baulig  <martin@gnome.org>
9848         * icall.c (ves_icall_InternalInvoke): Create a new object if the
9849         method is a constructor.
9850         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
9851         points to ves_icall_InternalInvoke().
9853 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
9855         * file-io.c: Flush shouldn't throw exceptions.
9857 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
9859         * file-io.c: FileStream flush support; FileSetLength now
9860         restores file pointer.
9862 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
9864         * class.c: set image for pointer classes.
9866 2002/03/19  Nick Drochak <ndrochak@gol.com>
9868         * sysmath.c: Forgot one.
9870 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
9872         * sysmath.c: Avoid redefining existing names.
9874 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
9876         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
9877         handled by runtime as icall rather than dllimport from libm.so
9878         * file-io.c, file-io.h: fixed handle argument type.
9880 2002-03-18  Dick Porter  <dick@ximian.com>
9882         * reflection.c (mono_image_get_type_info): rename interface to
9883         iface, because of "#define interface struct" on windows.
9885 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
9887         * class.c, class.h: rename and export mono_ptr_class_get().
9888         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
9889         * reflection.c, reflection.h, icall.c: better/saner type name
9890         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
9891         method signatures.
9893 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
9895         * class.c (mono_class_init): removed hardcoded GHC_SLOT
9897         * icall.c (ves_icall_InternalInvoke): impl.
9899 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9901         * reflection.c: output the interface map table, too.
9903 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
9905         * class.c (class_compute_field_layout): separate computation of 
9906         static field layout
9908 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
9910         * icall.c: added System.Buffer support.
9911         * file-io.c: moved file icalls from PAL to FileStream.
9913 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
9915         * icall.c (ves_icall_System_Object_GetHashCode): impl.
9917 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
9919         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
9921 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9923         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
9925 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
9927         * debug-helpers.{c,h}: moved here from monograph some useful functions
9928         to locate a method by name/signature in a class or image. Included
9929         also a small and flexible IL disassembler.
9931 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
9933         * reflection.c: fixup tokens in methods with small header size, too.
9935 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
9937         * object.c (mono_string_to_utf8): remove assert(!error), instead
9938         print a warning. 
9940 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
9942         * icall.c: update to the new mono_Array_class_get interface.
9944 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
9946         * appdomain.c, object.c: Boehm-GC enable.
9947         * icall.c: make get_data_chunk() support split data requests.
9948         Ensure a class is initialized in more cases. Return only the first
9949         property found in GetProperties() or the compiler gets confused. 
9950         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
9951         * reflection.h, reflection.c: add fixup mechanism for field and method
9952         tokens. Initialize assembly->typeref in a single place. Output
9953         properties after events. Support custom attributes for events, too.
9954         Typo fix for paramter custom attrs.
9956 2002-03-07  Martin Baulig  <martin@gnome.org>
9958         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
9960 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
9962         * class.c (mono_array_class_get): fix. for multi. dim. arrays
9964 2002-03-06  Martin Baulig  <martin@gnome.org>
9966         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
9967         non-zero lower bounds. See testcases #F10-#F13.
9969 2002-03-05  Martin Baulig  <martin@gnome.org>
9971         * exception.c (mono_get_exception_argument_out_of_range): New exception.
9973         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
9974         ves_icall_System_Array_GetValue(), only calculate the absolute array position
9975         here.
9976         (ves_icall_System_Array_SetValue): Likewise.
9977         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
9978         as argument and does the actual work. This function is used when copying a
9979         multi-dimensional array.
9980         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
9981         now do all the widening conversions of value types.
9982         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
9984 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9986         * class.c: remove some magic numbers and use the smbolic names,
9987         instead. Added init_events() to load event info at class init time.
9988         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
9989         and mono_metadata_methods_from_event().
9990         * reflection.h, reflection.c: added support for writing out the evnets
9991         related information.
9993 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
9995         * reflection.h, icall.c: use a different method (GetInterfaces)
9996         to gather interface info and add isbyref, isprimitive and
9997         ispointer to the ves_icall_get_type_info() return value.
9999 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
10001         * class.h: stared adding support for events.
10002         * icall.c: split find_members implementation. Added debug icall to get
10003         the address of an object.
10004         * reflection.c: handle TypeBuilders in mono_type_get_object().
10006 2002-03-01  Martin Baulig  <martin@gnome.org>
10008         * icall.c (ves_icall_System_Array_GetLength): This must throw an
10009         ArgumentOutOfRangeException(), not an ArgumentException().
10010         (ves_icall_System_Array_GetLowerBound): Likewise.
10011         (ves_icall_System_Array_GetValue): Improved argument checking.
10012         (ves_icall_System_Array_SetValue): Improved argument checking.
10014 2002-03-01  Martin Baulig  <martin@gnome.org>
10016         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
10017         called with invalid arguments rather than just dying with g_assert().
10018         (ves_icall_System_Array_SetValue): Likewise.
10019         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
10020         raise a NotImplementedException instead.
10021         (ves_icall_System_Array_GetLength): Added argument checking.
10022         (ves_icall_System_Array_GetLowerBound): Added argument checking.
10024 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
10026         * object.h (mono_assert): new macros mono_assert and
10027         mono_assert_not_reached
10029 2002-02-28  Martin Baulig  <martin@gnome.org>
10031         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
10032         and "System::String::IsInterned" to "System::String::_IsInterned".
10034 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
10036         * icall.c: remove hacks for typebuilder. Added icall to create a
10037         modified type from a tybebuilder.
10038         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
10039         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
10040         to create a backing MonoClass for a TypeBuilder.
10042 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
10044         * class.c, class.h: more refactoring of class init.
10045         Export mono_class_setup_mono_type() and mono_class_setup_parent().
10047 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
10049         * marshal.c, marshal.h: start of marshaling interface.
10051 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
10053         * icall.c: fix order in assembly qualified name icall.
10055 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
10057         * class.c: do not free str, since we store it in the hash table.
10058         * reflection.h: add label field to MonoILExceptionInfo.
10059         * reflection.c: handle references to more than one assembly. Handle
10060         case when there isn't a module created in the assembly.
10062 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
10064         * class.c: Fix typo. Start refactoring of class init code.
10066 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
10068         * appdomain.c: exit with 1 on error.
10069         * class.c: we already have the name in MonoClassField.
10070         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
10071         MonoStreamHeader instead of an offset of image->raw_metadata.
10073 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
10075         * appdomain.c (mono_init): Be even more descriptive about the error.
10077 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
10079         * appdomain.c: give the user an informative message when corlib can't
10080         be loaded.
10082 2002-02-26  Martin Baulig  <martin@gnome.org>
10084         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
10085         New icall to get the time zone data.
10087 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
10089         * reflection.c: set virtual and raw size of section correctly.
10090         * threads.c: transfer domain information to newly created threads.
10092 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
10094         * class.c: when instancing a class in a domain, load the default
10095         vaules for static fields from the constant table. Fix System.Enum to
10096         not be an enum.
10097         * icall.c: implement Object::GetType() internalcall. Implemented
10098         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
10099         Fixed checking of binding flags in find_members().
10100         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
10101         * reflection.c: handle enumerations when writing to the constant
10102         table. Use a different object cache for types.
10105 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
10107         * object.c (mono_object_isinst): fix for arrays
10109         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
10111 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
10113         * object.c: don't use mprotect ()  and fix intern pool hash table
10114         lookup for big endian systems.
10116 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
10118         * icall.c: change type_is_subtype_of () signature.
10120 2002-02-21  Mark Crichton  <crichton@gimp.org>
10122         * rand.c, rand.h: Added random number generator for
10123         System.Security.Cryptography classes.
10125         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
10127         * icall.c: Added System.Security.Cryptography calls.
10129 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
10131         * class.c, icall.c, metadata.c: better support for pointer types.
10132         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
10133         * reflection.c: Add support for getting custom attrs for properties
10134         and simplify some code.
10136 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
10138         * icall.c: change getToken () and add custom attribute GetBlob()helper
10139         method.
10140         * reflection.h: add custom attrs array to the reflection builder structures.
10141         * reflection.c: encode and emit custom attributes for all the relevant
10142         reflection objects. Cache fieldref and methodref tokens. Change
10143         mono_image_create_token() interface to take a MonoDynamicAssembly.
10144         More complete custom attributes decoder. Load custom attributes for
10145         Assembly, Field, Method and Constructor objects, too. Make the
10146         returned array an Attribute[] one, not object[]. Added
10147         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
10148         custom attribute constructor.
10150 2002-02-20  Dick Porter  <dick@ximian.com>
10152         * icall.c:
10153         * rawbuffer.c:
10154         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
10155         problem code out for now).
10157 2002-02-19  Radek Doulik  <rodo@ximian.com>
10159         * object.c (mono_ldstr): use hash table to avoid multiple swapping
10161 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
10163         * icall.c: register the GetCustomAttributes method.
10164         * object.c, object.h: add mono_string_new_len ().
10165         * reflection.h, reflection.c: added mono_runtime_invoke(),
10166         mono_install_runtime_invoke(). Added
10167         mono_reflection_get_custom_attrs () to load custom attributes and
10168         create the attribute objects.
10170 2002-02-19  Dick Porter  <dick@ximian.com>
10171         * threads-dummy-types.c:
10172         * threads-dummy-types.h:
10173         * threads-dummy.c:
10174         * threads-dummy.h:
10175         * threads-pthread-types.c:
10176         * threads-pthread-types.h:
10177         * threads-pthread.c:
10178         * threads-pthread.h:  Deleted obsolete files
10180 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
10182         * class.c (mono_class_vtable): runtime init the class when we
10183         allocate static class data.
10185         * icall.c (ves_icall_System_Array_SetValue): check for null values.
10187         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
10188         and String - but we will need generic marshalling support in the
10189         future. 
10190         (mono_init): set the domain name in a ms compatible way
10192         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
10193         String[].
10195 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
10197         * object.c (mono_array_clone): use alloca() instead of g_malloc  
10198         for sizes
10200         * appdomain.c (mono_domain_unload): impl.
10202 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
10204         * appdomain.c, object.c: fix intern pool implementation.
10205         * class.c: fix alignment code.
10207 2002-02-16  Radek Doulik  <rodo@ximian.com>
10209         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
10210         and s2 > s1, just copy lower bytes to be compatible with little
10211         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
10212         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
10214         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
10215         force big_endian to be 1 for big endian machines 
10216         (ves_icall_iconv_new_decoder): ditto
10218 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
10220         * socket-io.c (convert_sockopt_level_and_name): If the system
10221         doesn't define SOL_IP or SOL_TCP, get them by hand using
10222         getprotobyname() and caching the values (because this could be a
10223         slow operation).
10224         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
10225         Use the appropriate struct when the system does support it. Ie,
10226         not all systems have struct ip_mreqn so use struct ip_mreq when
10227         appropriate.
10229 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
10231         * reflection.c: handle finally clauses.
10233 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
10235         * socket-io.c: use g_snprintf() instead of snprintf.
10237 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
10239         * reflection.c (mono_param_get_objects): Cast second argument to
10240         mono_method_get_param_names to a const char** to silence the
10241         compiler warning.
10243         * appdomain.c (mono_domain_assembly_open): Put parens around the
10244         truth statement in the for-loop.
10246         * unicode.c (iconv_convert): Got rid of a compiler warning about
10247         int i being unused when the system has a new iconv.
10248         (iconv_get_length): Same.
10250         * image.c (load_class_names): Cast the second argument to
10251         g_hash_table_insert() to char* to hush compiler warnings about the
10252         arg being a const.
10253         (mono_image_open): Same here.
10255         * socket-io.c: Don't conditionally include sys/filio.h or
10256         sys/sockio.h here anymore since we now get them from
10257         io-layer/io-layer.h
10258         (inet_pton): If the system doesn't support inet_aton, implement
10259         using inet_addr and also #define INADDR_NONE if it isn't defined
10260         by the system.
10262 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
10264         * metadata.c, metadata.h: added function to get packing and size info
10265         of a typedef.
10266         * reflection.h, reflection.c: handle field RVA data. Save info about
10267         the table layout if needed. Assign typedef indexes to all the types
10268         before dumping the info about them to avoid forward reference problems.
10270 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
10272         * socket-io.c (convert_sockopt_level_and_name): ifdef
10273         SO_ACCEPTCONN because it is not defined on my system (old debian)
10275 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
10277         * opcode.c: use stddef.h to get NULL.
10279 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
10281         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
10282         for FIONBIO, FIONREAD and SIOCATMARK.
10283         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
10284         define INADDR_NONE and besides, inet_addr() is deprecated and
10285         should not be used. Use inet_pton() instead - it also has the
10286         added bonus that it can easily handle IPv6 addresses as well.
10287         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
10289 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
10291         * decimal.c: remove _MSC_VER conditional.
10293 2002-02-13  Dick Porter  <dick@ximian.com>
10295         * socket-io.c: 
10296         * icall.c: Internal calls for Blocking, Select, Shutdown,
10297         GetSocketOption and SetSocketOption
10299 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10301         * assembly.cs: better resolver: use it instead of some kludgy
10302         code.
10304 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
10306         * reflection.c: the best way to speed-up the compiler is to avoid
10307         infinite loops.
10309 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
10311         * class.c (mono_class_vtable): changed the object layout
10312         (obj->vtable->class). 
10313         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
10315 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
10317         * assembly.c: look for assemblies in the assembly dir, too.
10319 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
10321         * class.c: fix thinko in mono_class_from_type().
10323 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
10325         * exception.h, exception.c: added TypeLoadException.
10326         * object.h, object.c: added mono_array_clone ().
10327         * icall.c: handle throwOnError in AssemblyGetType().
10328         Added Array.Clone().
10329         * opcode.h, opcode.c: use a single value for the opcode val.
10330         Compile fix for non-gcc compilers.
10332 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
10334         * opcodes.c, opcodes.h: export interesting info about opcodes.
10336 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
10338         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
10339         icalls. 
10341         * class.c (class_compute_field_layout): set element_class for enums
10342         (mono_class_create_from_typedef): set element_class for normal classes
10344         * icall.c (ves_icall_System_Enum_get_value): impl.
10346         * class.c (mono_class_create_from_typedef): do not set valuetype
10347         flag for System.ValueType and System.Enum
10349 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
10351         * unicode.c (iconv_convert): fix big endian problem.
10353 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
10355         * class.c: add asserts if we are ever going to scribble over memory.
10356         * socket-io.c: not all systems have AF_IRDA defined.
10358 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
10360         * class.c (class_compute_field_layout): do not consider static
10361         fields to compute alignment
10363 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
10365         * appdomain.c (mono_appdomain_get): impl.
10366         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
10368 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
10370         * icall.c: ignore "file://" prefix when loading an assembly.
10372 2002-01-23  Dick Porter  <dick@ximian.com>
10374         * socket-io.c:
10375         * icall.c:
10376         * Makefile.am: Added socket support
10378 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
10380         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
10381         code back.  This should return the assemblies that are loaded by
10382         the runtime on behalf of an application domain. 
10384         The current implementation is still broken, it just returns every
10385         assembly loaded, but until we get real applications domain this
10386         will do.
10388 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
10390         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
10391         AppDomain object.
10393 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
10395         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
10396         the mono_class_from_name lookup.
10397         (ves_icall_get_parameter_info): ditto.
10398         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
10399         method.
10400         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
10402 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
10404         * class.c: load also nested classes on class init.
10405         System.ValueType instance methods gets passed boxed
10406         values, unless methods in derived classed that get a pointer to the
10407         data.
10408         * icall.c: use better name parsing code in GetType().
10409         * image.c, image.h: add mono_image_loaded ().
10410         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
10411         * reflection.c, reflection.h: added mono_reflection_parse_type().
10413 2002-01-22  Veronica De Santis <veron78@interfree.it>
10415         * icall.c : Added mapping of internal calls for Manual and Auto reset events
10416         * threads.c : Added the implementation of internal calls for events
10417         * threads.h : Added prototypes of internal calls for events
10418         
10419 2002-01-21  Radek Doulik  <rodo@ximian.com>
10421         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
10423 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
10425         * class.c (mono_class_init): set min_align to 1 (instead of 0)
10426         (mono_class_value_size): use min_align
10428 2002-01-20  Dick Porter  <dick@ximian.com>
10430         * threads.h:
10431         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
10432         so it compiles on w32.
10434 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
10436         * metadata.c (mono_type_stack_size): impl.
10438         * class.c (mono_class_get_field): impl. memberref token
10440 2002-01-16 Veronica De Santis <veron78@@interfree.it>
10442         * icall.h : Added the internal calls mapping for CreateMutex_internal
10443                     and ReleaseMutex_internal.
10444         * threads.h : Added the prototype of mutexes internal calls.
10445         * threads.c : Added the implementations of mutexes internal calls.
10447 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
10449         * metaparse.h: removed unused file.
10450         * reflection.c, reflection.h: added stream_data_align () function 
10451         to align data in streams and keep stream aligned. Add support for
10452         exception support in method headers.
10454 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
10456         * unicode.c: make iconv_convert () return the number of bytess written
10457         in the output buffer.
10459 2002-01-15  Dick Porter  <dick@ximian.com>
10460         * threads.c: Make the runtime's idea of infinite timeouts coincide
10461         with the class library's
10463         Fix a particularly egregious bug in mono_thread_cleanup(). That
10464         code was so utterly bogus it must have been written on a Monday.
10466 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
10468         * reflection.h: add subtypes field to TypeBuilder.
10469         * reflection.c: encode constants for literal fields.
10470         Handle subtypes. Fix user string token (and add a zero byte)
10471         at the end.
10472         
10473 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
10475         * class.c (mono_class_init): bug fix: assign slot numbers for
10476         abstract methods.
10478 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
10480         * reflection.c: don't try to output a code RVA for abstract methods.
10481         Small fixes for method header format. Output parameter info to the
10482         ParamDef table. Save method overriding info to MethodImpl table.
10483         Fix property support. Allow typedef.extends to be a type in the
10484         building assembly.
10485         * verify.c: fix off-by-one error.
10487 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
10489         * class.c: fix mono_class_from_mono_type () for szarray types.
10490         Remove unused cache check in mono_class_from_type_spec().
10491         * icall.c: *type_from_name () functions handle simple arrays and byref.
10492         * reflection.c: handle byref and szarray types. Handle methods without
10493         body (gets P/Invoke compilation working). Handle types and fields in
10494         get_token ().
10495         * reflection.h: add rank to MonoTypeInfo.
10497 2002-01-10  Dick Porter  <dick@ximian.com>
10499         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
10500         internal calls
10502 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
10504         * icall.c: initialize class in type_from_handle ().
10505         Loop also in parent classes for get_method ().
10506         * reflection.c: properly encode class and valuetype types.
10507         Start on encoding TypeBuilder types. Handle fieldrefs.
10508         Use correct length when registering a user string.
10509         Handle ConstructorBuilder and MonoMethod in get_token ().
10510         Make mono_type_get_object () aware of cached types.
10511         * object.c: back out change to mono_string_new ().
10513 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
10514         * object.c: mono_string_new should return a NULL when the string 
10515         passed in is NULL -- not try to deference it.
10516         
10517 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
10519         * icall.c: hack to make IsSubType work for TypeBuilders.
10520         * reflection.c: emit constructors before methods.
10521         Retrieve param names in mono_param_get_objects().
10523 2002/01/05  Nick Drochak  <ndrochak@gol.com>
10525         * Makefile.am: fix list of headers and sources so automake 1.5
10526         doesn't complain. Removed \# at end of list.
10528 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
10530         * reflection.c: get token for a method ref. Set return type of
10531         constructor to void.
10532         * loader.c: debug message.
10533         * class.c: typo fix.
10535 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
10537         * icall.c: fix array init with rank > 1. FindMembers
10538         loops in parent class as well.
10539         * image.c: do not insert nested types in name cache.
10540         * reflection.c: warning fix.
10541         * reflection.h: add override method (for interface impl).
10543 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
10545         * metadata.c: fix customattr decoding.
10547 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
10549         * rawbuffer.cs: Added native Win32 implementation, avoids using
10550         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
10552 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
10554         * class.c: make the low-level routines handle the cache.
10556 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
10558         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
10560 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
10562         * class.c: fix mono_array_element_size() for objects.
10563         * class.h, class.c: add properties to MonoClass and load them
10564         at init time.
10565         * icall.c: check with isinst() when assigning a value to an array
10566         instead of requiring the classes to match exactly.
10567         Implemented icall for System.Type::GetType().
10568         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
10569         enums. Handle bindingflags when looking for methods and fields.
10570         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
10571         and mono_metadata_methods_from_property().
10572         * reflection.h, reflection.c: added structures for propreties,
10573         parameters and enums. Implemented mono_property_get_object() and
10574         mono_param_get_objects().
10576 2001-12-18  Dick Porter  <dick@ximian.com>
10578         * file-io.c: Use mono_string_to_utf16() instead of
10579         mono_string_chars()
10581         * object.c: Added mono_string_to_utf16(), which copies the non
10582         NULL-terminated MonoString into a new double-null-terminated
10583         buffer.
10585 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
10587         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
10589 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
10591         * file-io.c: raise exceptions if handle is invalid.
10593 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
10595         * assembly.c: yet another check for mscorlib.
10596         * class.c, class.h: load nesting info for classes.
10597         * icall.c: many new functions to support the Reflection classes.
10598         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
10599         * reflection.h, reflection.c: mono_image_create_token(),
10600         mono_assembly_get_object(), mono_type_get_object(),
10601         mono_method_get_object(), mono_field_get_object(): methods to return
10602         objects that parallel the C representation of assemblies, types,
10603         methods, fields.
10605 2001-12-11  Dick Porter  <dick@ximian.com>
10607         * icall.c:
10608         * file-io.c: Internal calls for file IO.
10610 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
10612         * tabledefs.h: missing FileAttributes.
10613         * verify.h, verify.c: use is_valid_string () to simplify and check for
10614         valid strings more correctly. Fix warnings and speeling.
10615         Check more tables: Filed, File, ModuleRef, StandAloneSig.
10616         Check code: branches, maxstack, method calls.
10618 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
10620         * object.c (mono_object_allocate): removed static, so that the jit
10621         can allocate value types.
10623         * icall.c (ves_icall_System_DateTime_GetNow): impl.
10625 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
10627         * class.c: init enum types right away and register the
10628         token->MonoClass map in mono_class_create_from_typedef ().
10629         * verify.h, verify.c: first cut of the verifier.
10630         * pedump.c: add --verify switch to verify metadata tables.
10631         * tabledefs.h: add some missing enums.
10633 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
10635         * class.c (mono_install_runtime_class_init): impl.
10636         (mono_class_init): renamed mono_class_metadata_init to
10637         mono_class_init, also removed the metadata_inited flag
10639         * object.c (mono_object_isinst): use faster algorithm
10641 2001-11-30  Radek Doulik  <rodo@ximian.com>
10643         * mono-endian.h: reverted last change
10644         added function prototypes
10646         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
10647         add mono-endian.c back
10649         * mono-endian.c: returned back, as Paolo pointed out, it's needed
10650         for unaligned access, I've mistaked it with endianess. I am
10651         sorry.
10652         (mono_read16): fix reverted endianess
10653         (mono_read64): ditto
10654         (mono_read32): ditto
10656 2001-11-30  Dick Porter  <dick@ximian.com>
10658         * exception.c: Implement mono_exception_from_name()
10660 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
10662         * metadata.h, metadata.c: remove params_size and locals_size and their
10663         calculation from the metadata code: they are only usefult to the
10664         interp.
10666 2001-11-29  Radek Doulik  <rodo@ximian.com>
10668         * object.c (mono_ldstr): swap bytes here, it's probably not the
10669         best place, but works for me now, I'll redo it once I know mono
10670         better, also note that I add PROT_WRITE and don't reset back, also
10671         note that it's only affects big endians, so x86 should be OK
10673         * mono-endian.h (read16): use just glib macros for both endians
10675         * mono-endian.c: removed as glib macros are used in in
10676         mono-endian.h so we don't need to care about endianess for read
10677         macros as glib does that for us already
10679 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
10681         * class.h, class.h: take minimum alignment into consideration so
10682         that the fields of a class remain aligned also when in an array.
10684 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
10686         * loader.h, loader.c: add mono_method_get_param_names().
10687         * class.c: 0-init class fields.
10689 2001-11-26  Dick Porter  <dick@ximian.com>
10691         * icall.c:
10692         * threads-types.h:
10693         * threads.c: New file that handles System.Threading on all platforms
10695         * object.c: 
10696         * object.h: Remove the synchronisation struct from MonoObject,
10697         replace it with a pointer that gets initialised on demand
10699         * Makefile.am: Replace all the system-specific threading code with
10700         a single file that uses the new wrapper library
10702 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
10704         * class.c, class.h: add mono_install_trampoline() so that the runtime
10705         can register a function to create a trampoline: removes the ugly
10706         requirement that a runtime needed to export arch_create_jit_trampoline.
10707         * object.h, object.c: added mono_install_handler() so that the runtime
10708         can install an handler for exceptions generated in C code (with
10709         mono_raise_exception()). Added C struct for System.Delegate.
10710         * pedump.c: removed arch_create_jit_trampoline.
10711         * reflection.c: some cleanups to allow registering user strings and
10712         later getting a token for methodrefs and fieldrefs before the assembly
10713         is built.
10714         * row-indexes.h: updates and fixes from the new ECMA specs.
10716 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
10718         * class.h, class.c: add enum_basetype field to MonoClass.
10719         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
10720         to get index in the constant table reated to a field, param or
10721         property.
10722         * reflection.h, reflection.c: handle constructors. Set public-key and
10723         version number of the built assembly to 0.
10724         * row-indexes.h: update from new ECMA spec.
10726 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
10728         * class.h, class.c: add a max_interface_id to MonoClass.
10729         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
10730         since it's used to do that. Added mono_type_type_from_obj().
10731         Make GetType() return NULL instead of segfaulting if the type was not
10732         found. Handle simple arrays in assQualifiedName.
10733         * object.h: add a struct to represent an Exception.
10734         * reflection.c: output call convention in method signature.
10735         Add code to support P/Invoke methods and fixed offsets for fields.
10737 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
10739         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
10740         the value.
10741         * icall.c: use mono_array_addr instead of array->vector: fixes the
10742         reflection image writing.
10743         * reflection.c: init call convention byte to 0 in method signature.
10744         Encode the property signature. Don't output property-related methods
10745         twice. Really process the properties for a type (don't cast a field to
10746         a property, my mom always told me that).
10747         Fix 64 bit issues in pointer alignment in a different and more
10748         readable way.
10750 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
10752         * loader.h: Removed type class from MonoDefaults, added monotype
10754         * loader.c: Loaded MonoType, removed loading of Type
10756         * icall.c (my_mono_new_object): Now returns a System.MonoType,
10757         and fills in System.Type._impl with a RuntimeTypeHandle rather
10758         than the actual MonoClass *
10760         (ves_icall_type_from_handle): change from type_class to
10761         monotype_class
10763         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
10764         implemented
10766         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
10767         implemented
10769         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
10771         (ves_icall_System_Reflection_Assembly_GetType): implemented
10773         (ves_icall_System_MonoType_assQualifiedName): implemented
10775         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
10777 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
10779         * assembly.c (mono_assembly_open): Implement a cache for the
10780         assemblies. 
10782         (mono_assembly_close): only destroy the assembly when the last
10783         reference is gone.
10784         
10785 2001-11-09  Dick Porter  <dick@ximian.com>
10787         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
10789 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
10791         * class.c (mono_class_metadata_init): bug fix: compute the right slot
10793 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
10795         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
10796         from Martin Weindel.
10797         * object.h: add mono_string_chars ().
10799 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
10801         * reflection.c (build_compressed_metadata): Eliminates warnings
10802         and uses 64-bit clean code.
10804         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
10805         (mono_type_equal): Change signature to eliminate warnings.
10807 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
10809         * icall.c, loader.c: remove the internalcall array constructors.
10810         Changes to match the new MonoArray structure.
10811         * object.h, object.c: an array object doesn't allocate an extra
10812         vector. Add mono_array_new_full () to create jagged arrays easily.
10814 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
10816         * metadata.h, metadata.c: add mono_metadata_field_info () to
10817         retreive all the info about a field from vairous tables.
10818         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
10819         * class.h, class.c: augment MonoClassField with more info.
10820         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
10821         policy and load a field's RVA if needed.
10823 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
10825         * class.c (mono_class_metadata_init): create a trampoline for all
10826         virtual functions instead of actually compiling them.
10828 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
10830         * class.h, class.c: include name in MonoClassField.
10831         * class.c: fix fundamental type of System.Object and System.String.
10832         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
10833         tokens in ldtoken.
10834         * icall.c: remove internalcalls for the Reflection stuff that is now
10835         done in C# code.
10836         * loader.c: mono_field_from_memberref () implementation.
10837         * mono-endian.c: thinko (s/struct/union/g).
10838         * object.c, object.h: make the mono_string_* prototypes actually use
10839         MonoString instead of MonoObject.
10840         * reflection.c, reflection.h: updates for changes in the reflection
10841         code in corlib: we use C structures that map to the actual C# classes.
10842         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
10843         fat method header if needed and use the info from the ILGenerator for
10844         methods. Handle fields in types. Misc fixes.
10846 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
10848         * class.c (mono_class_metadata_init): bug fix: always allocate
10849         space for static class data
10851 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
10853         * class.c (mono_compute_relative_numbering): use relative
10854         numbering to support fast runtime type checks.
10856 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
10858         * class.c (mono_class_create_from_typeref): added debugging output
10859         to print class name when MonoDummy is returned instead of real class
10861 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
10863         * class.c (mono_class_metadata_init): interface offset table now
10864         contains pointers into the vtable - this is more efficient for the jit
10866 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
10868         * class.c (mono_class_metadata_init): use a temporary vtable (the
10869         old algorithm only worked for the interpreter, but not for the jit)
10871 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
10873         * loader.c (method_from_memberref): use mono_class_get to get the
10874         class of an array instead of using System.Array directly.
10875         (mono_get_method): also add MEMBERREF methods to the method cache
10876         which usefull for arrays.
10878 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
10880         * pedump.c (arch_compile_method): added to compute vtable entry
10882         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
10883         number of interfaces.
10884         
10885         * class.h: merged MonoArrayClass into MonoClass
10887         * class.c (mono_class_create_from_typedef): compute the vtable size and
10888         allocate space to include the vtable inside MonoClass
10889         (mono_class_metadata_init): initialize the vtable
10891 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
10893         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
10894         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
10895         * image.c: endian fixes by Laurent Rioux.
10896         * object.h, object.c: rename MonoStringObject to MonoString and
10897         MonoArrayObject to MonoArray. Change some function names to conform to
10898         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
10899         guint16* as first argument, so don't use char*.
10900         Provide macros to do the interesting things on arrays in a portable way.
10901         * threads-pthread.c: updates for the API changes and #include <sched.h>
10902         (required for sched_yield()).
10903         * icall.c: updates for the API changes above.
10904         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
10905         platforms that need them.
10907 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
10909         * class.c: set the correct type for all the fundamental
10910         type when loading the class.
10912 2001-10-05  Dick Porter  <dick@ximian.com>
10914         * threads-pthread.c (pthread_mutex_timedlock): Simple
10915         compatibility version for C libraries that lack this call.
10917 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
10919         * class.c: MonoTypes stored in MonoClass are stored as
10920         fundamental MonoTypes when the class represents a
10921         fundamental type (System.Int32, ...).
10922         The TypeHandle return by ldtoken is a MonoType*.
10923         * icall.c: ves_icall_get_data_chunk () write out all the
10924         PE/COFF stuff. Implement ves_icall_define_method (),
10925         ves_icall_set_method_body (), ves_icall_type_from_handle ().
10926         * image.c: properly skip unknown streams.
10927         * loader.h, loader.c: add type_class to mono_defaults.
10928         * metadata.c, metadata.h: export compute_size () as
10929         mono_metadata_compute_size () with a better interface.
10930         Typo and C&P fixes.
10931         * pedump.c: don't try to print the entry point RVA if there is no entry point.
10932         * reflection.c, reflection.h: many cleanups, fixes, output method
10933         signatures and headers, typedef and typeref info, compress the metadata
10934         tables, output all the heap streams, cli header etc.
10935         * row-indexes.h: typo fixes.
10937 2001-10-04  Dick Porter  <dick@ximian.com>
10939         * object.h: Add a synchronisation mutex struct to MonoObject
10941         * object.c (mono_new_object): Initialise the object
10942         synchronisation mutexes
10944         * icall.c: System.Threading.Monitor internal calls
10945         
10946         * threads-pthread.h:
10947         * threads-pthread.c: System.Threading.Monitor internal calls
10949         * threads-types.h: New file, includes the system-specific thread
10950         structures
10951         
10952         * threads-pthread-types.h:
10953         * threads-pthread-types.c: New files, handle pthread-specific
10954         synchronisation types
10956         * threads-dummy-types.h: 
10957         * threads-dummy-types.c: New files of dummy support for
10958         thread-specific types
10960         * metadata.c:
10961         * image.c:
10962         * pedump.c: include mono-endian.h not endian.h
10963         
10964         * Makefile.am: More threads files.
10965         Name mono-endian.h not endian.h
10967 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
10969         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
10970         stuff and implement a few more bits.
10971         * icall.c: a field needs to be dereferenced twice. Do not use the same
10972         name for two variables in the same scope.
10973         * image.c, image.h: cleanups.
10975 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
10977         * class.c (mono_class_metadata_init): bug fix: compute the right size
10979 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
10981         * icall.c: implemented some of the Reflection internalcalls.
10982         * image.c, image.h: start writing out the PE/COFF image.
10983         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
10984         that does the reverse than decode_blob_size ().
10985         * object.c: use mono_metadata_encode_value (). Move here
10986         temporary implementation of mono_string_to_utf8 ().
10987         * rawbuffer.c: make malloc_map static.
10989 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
10991         * metadata.c: fix type comparison for arrays.
10992         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
10993         Added a couple of new classes to monodefaults.
10994         * icall.c: added a couple of Reflection-related internalcalls.
10995         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
10996         Added a byval_arg MonoType to MonoClass.
10998 2001-09-28  Dick Porter  <dick@ximian.com>
11000         * icall.c:
11001         * threads-pthread.h: 
11002         * threads-pthread.c: Implemented internal calls for
11003         LocalDataStoreSlot operations.  Applied mutexes around all shared
11004         data.  Reworked the thread creation and Start() operations to
11005         avoid a race condition.
11006         
11007         * threads-dummy.h:
11008         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
11010 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
11012         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
11014 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
11016         * class.c, loader.c: warn and return NULL instead of erroring out.
11017         * icall.c: added System.AppDomain::getCurDomain().
11018         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
11020 2001-09-25  Dick Porter  <dick@ximian.com>
11022         * threads-pthread.h:
11023         * threads-pthread.c: Implemented timed thread joining and added
11024         System.Threading.Thread::Join_internal internal call
11026         * icall.c: Added System.Threading.Thread::Join_internal internal call
11028         * threads-dummy.h:
11029         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
11031 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
11033         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
11034         mono_string_intern () to implement the semantics of the ldstr opcode
11035         and the interning of System.Strings.
11036         * icall.c: provide hooks to make String::IsIntern and String::Intern
11037         internalcalls.
11039 2001-09-23  Dick Porter  <dick@ximian.com>
11041         * threads-dummy.c: 
11042         * threads-dummy.h: New files of dummy threading routines
11044         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
11045         support code based on system specifics
11047         Rename PTHREAD_LIBS to THREAD_LIBS
11048         
11049 2001-09-23  Dick Porter  <dick@ximian.com>
11051         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
11052         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
11053         internal calls.
11054         (mono_thread_init): Set up a Thread object instance to return when
11055         the main thread calls Thread.CurrentThread
11056         (mono_thread_cleanup): Wait for all subthreads to exit
11058         * icall.c: New internal calls for System.Threading.Thread::Sleep
11059         (including Schedule) and CurrentThread
11061         * threads.h: New file, to insulate thread-specific stuff from the
11062         rest of the code
11064 2001-09-21  Dick Porter  <dick@ximian.com>
11066         * threads-pthread.h: 
11067         * threads-pthread.c: New file, for handling pthreads-style
11068         threading support.  Start() now starts a new thread and executes
11069         the ThreadStart delegate instance.
11071         * icall.c: Added the internalcall for
11072         System.Threading.Thread::Start_internal
11074         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
11076 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
11078         * loader.c: work around the different signatures for delegates
11079         constructors csc generates in compiled code vs the ones compiled in mscorlib.
11081 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
11083         * class.h, class.c: add mono_class_get_field_from_name ().
11084         * *: Fix C comments and other ANSI C issues.
11086 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
11088         * endian.h, assembly.c: fix some endianness issues.
11090 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
11092         * loader.h, load.c: add delegate_class to mono_defaults.
11093         Handle runtime provided methods in mono_get_method ().
11095 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
11097         * loader.c (mono_get_method): use pinvoke for internal call
11099         * icall.c: use pinvoke for internal call
11101         * loader.c (method_from_memberref): set the method name
11103 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
11105         * metadata.c: help the compiler generate better code for
11106         mono_class_from_mono_type ().
11108 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
11110         * class.c (mono_class_metadata_init): delayed computing of the
11111         class size to mono_class_metadata_init ()
11113 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
11115         * class.c, class.h: add an interfaces member to MonoClass.
11116         * image.c, image.h: add assembly_name field to MonoImage
11117         from the assembly table.
11118         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
11120 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
11122         * class.c: Handle Array in mono_class_from_mono_type ().
11123         * metadata.c, pedump.c: some endian fixes.
11125 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
11127         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
11128         * metadata.c: fix small problem introduced with the latest commit.
11130 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
11132         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
11133         We don't need a MonoMetadata pointer anymore to compare signatures in
11134         mono_metadata_signature_equal (), update callers.
11135         Reduced memory usage an number of allocations for MonoMethodHeader and
11136         MonoMethodSignature.
11138 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
11140         * metadata.c: added compare for szarray.
11142 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
11144         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
11145         and add a couple more types to it and mono_defaults. Give an hint on
11146         classes that need implementing in our corlib and are referenced
11147         in mscorlib.
11149 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
11151         * class.h, class.c: keep track if a class is also an Enum.
11152         * loader.c: Implement a couple more types for use in libffi
11153         marshalling. Gives better diagnostics when failing to dlopen
11154         a library. Set method->klass for P/Invoke methods, too.
11156 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
11158         * class.c, class.h: add a MonoType this_arg to MonoClass that
11159         represents a pointer to an object of the class' type that
11160         can be used by the interpreter and later the type cache.
11161         Add best guess alignment info for valuetype objects.
11163 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
11165         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
11166         into MonoType: one less level of indirection and allocation and
11167         simplifies quite a bit of code. Added cache for MonoTypes that are
11168         used frequently, so that we don't need to allocate them all the time.
11170 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
11172         * class.c (mono_class_create_from_typedef): System.Enum is also a
11173         value type, although it does not derive from System.ValueType
11174         (maybe a bug in the ms compiler?)
11176         * metadata.c (mono_type_size): return the right size for value types
11178         * loader.c (mono_get_method): only initialize method header if not abstract
11180         * class.c (mono_class_from_mono_type): use mono_default values. 
11182 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
11184         * *: use MonoClass pointers instead of <type_tokens>
11185         
11186         * class.h: new flag: metadata_inited.
11188         * class.c (mono_class_metadata_init): impl.
11189         (mono_class_instance_size): impl.
11190         (mono_class_data_size): impl.
11192 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
11194         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
11195         MonoClass now has the name and name_space fields. 
11196         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
11197         mono_get_method () takes and optional MonoClass as argument.
11198         Removed mono_typedef_from_name() and added mono_class_token_from_name()
11199         instead that takes advantage of a map from class names to typedef
11200         tokens in MonoImage.
11202 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
11204         * metadata.c: zero is not a valid alignment boundary.
11205         Merge MONO_TYPE_VOID in default decoding code.
11207 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
11209         * image.h: merged MonoMetadata into MonoImage
11211         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
11212         identify the type of elements.
11214 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
11216         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
11217         * cil-coff.h: split MonoMSDOSHeader and add size info.
11218         * image.c: add some consistency checks.
11219         * metadata.c: fix row size computation: one programmer
11220         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
11221         add explanation for the locator routine.
11222         Fix decoding of size in method header.
11223         
11224 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
11226         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
11227         (g_concat_dir_and_file): Bring g_concat_dir_and_file
11228         function from gnome-libs.  This uses the right path separator
11229         based on the OS, and also works around a bug in some systems where
11230         a double slash is not allowed. 
11231         (default_assembly_name_resolver): Use g_concat_dir_and_file
11232         (mono_assembly_open): ditto.
11234 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
11236         * metadata.c (mono_metadata_signature_equal): impl.
11238         * *: void is now a realy MonoType (instead of using NULL)
11239         
11240         * metadata.c (do_mono_metadata_parse_type): use
11241         mono_metadata_parse_type to parse void value.
11243 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
11245         * metadata.c, metadata.h: in the signature and method header store
11246         only the space required for holding the loca vars and incoming arguments.
11248 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
11250         * metadata.c (do_mono_metadata_parse_type): treat void like any
11251         other type (instead of assigning NULL);
11253 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
11255         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
11257 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
11259         * image.c (do_mono_image_open): added a cache for arrays.
11261 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
11263         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
11264         decode a single column from a row in a metadata table and changes
11265         to take advantage of it in the typedef locator (gives a nice speed up).
11266         Store offset info for function params.
11268 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
11270         * image.h (MONO_IMAGE_IS_CORLIB): removed 
11272 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
11274         * assembly.c: how could mono_assembly_close () had ever worked?
11275         * metadata.c, metadata.h: provide offset info for local vars.
11276         Implement mono_type_size () to take care of alignment as well
11277         as size (it was mono_field_type_size in cli/class.c before).
11279 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
11281         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
11283         * assembly.h (CORLIB_NAME): set to corlib.dll
11285         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
11287 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
11289         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
11290         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
11291         tokentype.h: massive namespace cleanup.
11293 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
11295         * metadata.h, metadata.c: decode exception clauses when parsing method header.
11297 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
11299         * metadata.c (mono_metadata_free_type): added check for type !=
11300         NULL (void) before calling mono_metadata_free_type()
11302 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
11304         * metadata.h, row_indexes.h: added header with enumerations to use
11305         to index in the columns from tables in metadata and to decode coded
11306         tokens: we should start using this instead of embedding magic numbers
11307         all over the code.
11309 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
11311         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
11312         Move metadata_t info from cli_image_info_t to MonoImage, where
11313         it's easily accessible. Changed all the uses accordingly.
11314         Added the method and class caches to MonoImage.
11315         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
11316         and mono_metadata_decode_value () signature to be more consistent
11317         with the other parse functions (and simplify code). Taken advantage
11318         of zero-length array allocation with GCC. Removed reduntant (and
11319         wrong) MonoFieldType struct and use MonoParam instead. Changed
11320         mono_metadata_parse_field_type () to use common code for parsing.
11321         Added mono_metadata_typedef_from_field () and
11322         mono_metadata_typedef_from_method () to lookup a typedef index from a
11323         field or method token.
11324         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
11326 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
11328         * metadata.c (mono_metadata_parse_field_type): Implement. 
11329         (do_mono_metadata_parse_type): Split engine from
11330         mono_metadata_parse_type, so that we can create smaller structures
11331         for things that just have one pointer to the MonoType (look at
11332         the MonoFieldType)
11334 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
11336         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
11337         as Jan Gray found out, it is incorrect. 
11339 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
11341         * assembly.c: Implement asssembly loading.  This loads an image
11342         and loads all the referenced assemblies.  Come to think of it, we
11343         could always do lazy loading of the assemblies. 
11345         * image.c (mono_image_open): Keep loaded images in a hashtable.
11347         * image.h (MonoImage): Add reference count.
11349 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
11351         * assembly.c (mono_assembly_open): Keep track of the file name in
11352         case the assembly has no ASSEMBLY table.
11354         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
11355         from get.c here.
11357 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
11359         * metadata.c, metadata.h: decode local vars in method header
11360         parse function. Change callers accordingly.
11362 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
11364         * metadata.h, cil-coff.h: protect against multiple inclusion.
11365         Added some new structures to hold information decoded from metadata:
11366         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
11367         and relevant decoding/free functions.
11368         * metadata.c: implement decoding functions. Add warning for out of bounds
11369         index in mono_metadata_locate(). Implement mono_get_method () to retreive
11370         all the info about a method signature and invocation. Remove check on
11371         uninitialized local var in parse_mh() and fix memory leak.
11373 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
11375         * metadata.h: More macros.
11377         * tokentype.h: New file.
11379 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
11381         * assembly.c: added a consistency check and initialize
11382         some structures with g_new0().
11383         * metadata.c: fixed a couple more bugs in table size computation
11384         and add other checks for out-of bound access to metadata.
11386 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
11388         * metatada.c: fix bugs computing table sizes. Spew a
11389         warning when index in string heap is out of bounds.
11391 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
11393         * metadata.h: Add a couple of macros to manipulate tokens. 
11395 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
11397         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
11398         cli_section_tables).
11400 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
11402         * metadata.c (mono_metadata_user_string): New function, provides
11403         access to the UserString heap. 
11405 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
11407         * metadata.c: Add inline documentation.
11409 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
11411         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
11412         files. 
11414 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
11416         * typeattr.h: New file, TypeAttribute flags. 
11418 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
11420         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
11421         mono_assembly_ensure_section): Section loading code.
11422         (load_section_tables): Load the sections.
11424         * mono/metadata/metadata.c (mono_metadata_locate_token,
11425         mono_metadata_locate): Functions to locate the information
11426         definition given a token or a table and an index.
11427         (mono_metadata_compute_table_bases): New.
11428         (compute_size): New function to compute the sizes of the various
11429         tables.
11431         * mono/metadata/metadata.h: Finish listing the different index
11432         types. 
11434         * mono/metadata/pedump.c: Improve to dump new information.
11436 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
11438         * mono/metadata/metadata.c: Entered all the tables matching
11439         Beta2. 
11441         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2