2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mono / metadata / ChangeLog
index 0eaac8497425b3c625e4e68a534407babbc7e313..c059de273ae6ec65e6ef0a48335a7eccf4ac1b46 100644 (file)
@@ -1,3 +1,26 @@
+2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * threadpool.c: treat pipes from process asynchronous reads as sockets
+       when reading from them, so we get select/poll or epoll to wait for
+       data.
+
+2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
+
+       * loader.c: Fix a typo (CID #233) in the null check.
+
+2006-08-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
+       Hopefully fixes #78949.
+       
+       * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
+       Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
+       bytes. Fixes #78972.
+
+2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * filewatcher.c: we need to set errno here.
+
 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * filewatcher.c: let Win32Exception get the error value.