Flush (work in progress)
[mono.git] / mono / io-layer / ChangeLog
index 7a3a134375662deb330de4a831c9c6056291f5ca..6897a93044dc027bfd5e26d26353ec402b1a1711 100644 (file)
@@ -1,3 +1,15 @@
+2010-04-26  Geoff Norton  <gnorton@novell.com>
+
+       * processes.c: Fix this for 64-bit darwin.
+
+2010-04-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * collection.c: Cleanup platform checks around
+         pthread_attr_setstacksize(), and instead always use
+         MAX(65536, PTHREAD_STACK_MIN) as the stack size.
+       * mono-mutex.c: Remove near duplicate pthread_mutex_timedlock()
+         declarations, and merge via a CONST_NEEDED intermediate #define.
+
 2010-04-19  Jonathan Pryor  <jpryor@novell.com>
 
        * collection.c, mono-mutex.c: Add Android support.