Patch for bug #62532 implemention of a kqueue/kevent based FileSystemWatcher.
[mono.git] / mono / metadata / ChangeLog
index 8d1e2626996bb22bec6056ce471b0f6679c6e196..76499be9aac77fdcfb1aba5ce777a03bf151119e 100644 (file)
@@ -1,3 +1,82 @@
+2004-08-06  Geoff Norton <gnorton@customerdna.com>
+       
+       * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
+
+2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
+       ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
+       * domain-internals.h: icall declaration.
+       * icall.c: icall registration.
+       * object-internals.h: New fields in MonoAssembly for CAS.
+
+2004-08-05  Duncan Mak  <duncan@ximian.com>
+
+       * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
+       CEE_LDELEM_ANY.
+
+Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: fix to deal with object[] arrays in custom ctors
+       (bug #62550).
+
+2004-08-05  Martin Baulig  <martin@ximian.com>
+
+       * class.c (mono_class_array_element_size): Added support for
+       generic instances and correctly handle "recursive" types.
+
+2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * assembly.c: Fix warnings.
+
+2004-08-04  Martin Baulig  <martin@ximian.com>
+
+       * class.c
+       (mono_type_get_name_recurse): Added `gboolean include_arity'
+       argument specifying whether or not we should include the generic
+       arity in the type name.
+       (_mono_type_get_name): New static function.
+       (mono_class_setup_vtable): If we're a generic instance, don't
+       include the generic arity in the names of explicit method
+       implementations.        
+
+2004-08-03  Martin Baulig  <martin@ximian.com>
+
+       * class.c (mono_type_get_name_recurse): Enclose the generic type
+       arguments in `<', '>'.
+
+Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
+
+       * gc.c: make GC warning messages use the trace API, they are just
+       noise to most of the users.
+
+2004-08-03  Martin Baulig  <martin@ximian.com>
+
+       * debug-mono-symfile.c (read_string): Correctly read the string.
+
+2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * marshal.c (signature_dup_add_this): Fix bug in previous patch.
+       
+       * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
+       icalls.
+       (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
+
+2004-07-30  Martin Baulig  <martin@ximian.com>
+
+       * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
+       Reflect latest symbol writer changes.   
+
+Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
+
+       * object.c: always create an object if null is passed
+       to Invoke() where a valuetype is expected.
+
+2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * marshal.c (mono_marshal_init): make managed
+       signatures match native ones better for 64bits.
+
 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * appdomain.c: hack to build correctly the private bin path on windows.