2004-06-10 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mono / io-layer / ChangeLog
index 2b87f5f4a93f1337f44dafb0794302a5a104b61a..77087d9c149b8c9a97f2cfc72d01c6858ae16c55 100644 (file)
@@ -1,3 +1,29 @@
+2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * threads.c: Implemented SleepEx.
+       * threads.h: Fixed SleepEx signature.
+
+2004-06-03  Miguel de Icaza  <miguel@ximian.com>
+
+       * threads.c: When running under valgrind, do not allocate too much
+       stack, as Valgrind default is 1 meg.
+
+2004-05-27  Dick Porter  <dick@ximian.com>
+
+       * io.h:
+       * io.c: Implemented LockFile() and UnlockFile()
+
+2004-05-21  Dick Porter  <dick@ximian.com>
+
+       * io.c (CreateFile): Check for existing share modes when opening
+       a file.
+
+       * handles.c: 
+       * handles-private.h: 
+       * daemon-messages.h: 
+       * daemon.c: Maintain a hash of file share modes, keying on device
+       and inode (to cope with symlinks.)
+
 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * daemon-messages.c: Retry if the communication with the daemon is