[corlib] Improve CancellationTokenSource test
[mono.git] / mono / io-layer / ChangeLog
index eb921e7a39e7ceb6ee6cd19f7eb72ef680e7e8fb..4b576f7cbe06db7e4da494351519d33c121be8a0 100644 (file)
@@ -1,3 +1,26 @@
+2010-07-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * wthreads.c (CreateThread): Avoid an assert if the stack size specified by the
+       caller is smaller than the system minimum.
+
+2010-06-29  Geoff Norton  <gnorton@novell.com>
+
+       * atomics.h: Implement armv6+ variants of our atomics.
+
+2010-06-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile: Don't build an sgen aware version, it is no longer needed.
+
+       * wait.c handles.c wthreads.c: Call the mono_gc_ wrapper functions of some pthread
+       apis. This breaks the compile time dependency between io-layer and the GC.
+
+2010-06-23  Miguel de Icaza  <miguel@novell.com>
+
+       * Makefile.am: Add support for building a sgen-aware versions of
+       the library: libwapisgen.la libmonoruntimesgen-static it shares
+       all the components of the default, but use a differen set of
+       CFLAGS to enable SGEN instead.
+
 2010-06-01  Geoff Norton  <gnorton@novell.com>
 
        * sockets.c: Don't call poll directly, use mono_poll.