--- Coro/Changes 2008/11/16 11:12:57 1.422 +++ Coro/Changes 2008/11/17 01:05:47 1.423 @@ -20,6 +20,7 @@ was waiting for a semaphore that was just becoming available would cause a deadlock (semaphore would get into a state where it was available but waiters were waiting(. + - avoid deadlock in Coro::Channel if maxsize == 1 (Richard Hundt). - perl's process emulation is now not even theoretically supported anymore. - directly patch the entersub opcode calling SLF functions (cede,