--- Coro/MANIFEST 2001/07/28 01:41:58 1.17 +++ Coro/MANIFEST 2001/09/16 01:34:35 1.25 @@ -4,6 +4,7 @@ COPYING INSTALL Makefile.PL + Coro.pm Coro/Makefile.PL Coro/typemap @@ -11,17 +12,35 @@ Coro/State.xs Coro/Signal.pm Coro/Semaphore.pm +Coro/SemaphoreSet.pm Coro/Channel.pm Coro/Cont.pm Coro/Specific.pm -Coro/Event.pm -Coro/Handle.pm -Coro/Socket.pm Coro/RWLock.pm -Coro/Util.pm +Coro/MakeMaker.pm +Coro/CoroAPI.h + Coro/libcoro/LICENSE Coro/libcoro/coro.h Coro/libcoro/coro.c +Coro/libcoro/conftest.c + +Event/Makefile.PL +Event/Event.pm +Event/Event.xs +Event/Util.pm +Event/Handle.pm +Event/Socket.pm + +t/00_basic.t +t/01_process.t +t/02_channel.t +t/03_cont.t +t/04_rwlock.t +t/05_specific.t +t/06_prio.t +t/07_eval.t + eg/bench eg/prodcons1 eg/prodcons2 @@ -31,10 +50,5 @@ eg/event eg/lwp eg/dns -t/00_basic.t -t/01_process.t -t/02_channel.t -t/03_cont.t -t/04_rwlock.t -t/05_specific.t +eg/myhttpd