--- Coro/Changes 2011/06/29 17:58:51 1.575 +++ Coro/Changes 2011/07/03 10:51:40 1.576 @@ -4,6 +4,11 @@ TODO: channel->maxsize(newsize)? TODO: http://www.microsoft.com/msj/archive/s2ce.aspx +6.01 Sun Jul 3 12:31:14 CEST 2011 + - workarounds are good, but the test for whether pthreads are used + was not good. thisone should be better. + - check differently whether gcc generates cfi instructions itself. + 6.0 Wed Jun 29 19:43:35 CEST 2011 - INCOMPATIBLE CHANGE: unreferenced coro objects will now be destroyed and cleaned up automatically (e.g. async { schedule }).