Put network includes in sockets.h
[mono.git] / mono / io-layer / ChangeLog
index 357611e19ad0a77edf144f28689e76586d9f780e..b3fbd76278450a1a2628ab8f82da2aafeec7be50 100644 (file)
@@ -1,3 +1,34 @@
+2002-05-09  Dick Porter  <dick@ximian.com>
+
+       * threads.c: 
+       * semaphores.c: 
+       * processes.c: 
+       * mutexes.c: 
+       * handles-private.h: 
+       * events.c: 
+       * Makefile.am: Remove now-unused file wait-private.h
+
+2002-05-08  Dick Porter  <dick@ximian.com>
+
+       * shared.c: Better error messages, and report when daemon
+       connection fails rather than blocking forever.  Do some more
+       shared memory sanity checking.
+
+       * handles.c: Better error messages when connecting to shared
+       memory and the handle daemon.  Fall back to non-shared handles if
+       an error occurs.  Set the default back to 'shared handles'.  Fix a
+       crashing bug in scratch space allocation that mangled the block
+       headers.
+
+2002-05-07  Miguel de Icaza  <miguel@ximian.com>
+
+       * handles.c (shared_init): Disable SHM for now, people have too
+       many problems with this, and the diagnostics are not helping.
+
+2002-05-06  Dan Lewis  <dihlewis@yahoo.co.uk>
+
+       * io.c: CreateFile sets win32 last error.
+
 2002-05-05  Dick Porter  <dick@ximian.com>
 
        * wapi-private.h: