2007-03-13 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mono / metadata / ChangeLog
index ed76f7c44ef7742adb2ae0b570b512ab9bd42fe9..46eb33127ef145584c6038ceabbd70ae60bccb7f 100644 (file)
@@ -1,3 +1,116 @@
+2007-03-13  Jonathan Chambers  <joncham@gmail.com>
+
+       * icall.c:  Fix environ access in VS.  
+       
+2007-03-13  Alp Toker  <alp@atoker.com>
+
+       * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
+       rather than the underlying type. Based on a patch by Ben Maurer. Fixes
+       #63841.
+
+2007-03-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * reflection.c (mono_reflection_create_dynamic_method): Add support for 
+       circular references among dynamic methods. Fixes #81091.
+
+       * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
+
+2007-03-09  Martin Baulig  <martin@ximian.com>
+
+       * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
+
+2007-03-09  Jonathan Chambers  <joncham@gmail.com>
+
+       * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
+       of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
+       
+       Code is contributed under MIT/X11 license.
+        
+2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
+
+       * loader.c: Reapply patch for bug #79424.
+
+2007-03-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * metadata.c (mono_type_to_unmanaged): Only convert object to
+       MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
+
+Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * class-internals.h, class.c, metadata.c, reflection.c: removed unused
+       (and incorrectly set) is_reference field from MonoGenericInst.
+
+2007-03-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
+       a little earlier.
+
+       * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
+
+       * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
+
+2007-03-05  Miguel de Icaza  <miguel@novell.com>
+
+       * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
+       FileOptions.1 value to mean "temporary", map that to
+       FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
+
+       Fixes 80688
+
+2007-03-03  Marek Habersack  <mhabersack@novell.com>
+
+       * appdomain.c: implement MS .Net style shadow copying. Copies of
+       the assemblies are made in a subdirectory of the dynamic base
+       directory, the assembly names are preserved.
+       Copy .mdb and .config files along with the assemblies being shadowed.
+
+2007-02-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
+       (emit_marshal_handleref): Ditto.
+
+       * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
+       on Visual C++. Fixes #80671.
+
+Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
+       for clone operations.
+
+2007-02-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * marshal.c: Fix warnings.
+
+Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * loader.c: allow case-insensitive matching of the dll name
+       in dllmap handling when prefixed with "i:".
+
+2007-02-20  Jonathan Chambers  <joncham@gmail.com>
+
+       * threads.c: Fix #ifdef for dummy_apc function for VS.
+
+Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
+
+2007-02-19  Massimiliano Mantione  <massi@ximian.com>
+       * class.c (mono_class_setup_vtable_general): Fix bug 75903,
+       giving precedence to the methods with a fully qualified name
+       (InterfaceName.MethodName) when building the interface sections
+       of the vtable.
+
+2007-02-16  Dick Porter  <dick@ximian.com>
+
+       * threadpool.c (append_job): Fix fast-path array handling, so it's
+       less likely the array will grow exponentially when the load is
+       heavy.
+
+Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * metadata-internals.h, loader.c: fix dllmap lookup order
+       for non-function maps, too, and prepare for fallback code.
+
 2007-02-12  Robert Jordan  <robertj@gmx.net>
 
        * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc