--- Coro/MANIFEST 2001/07/03 03:40:07 1.2 +++ Coro/MANIFEST 2002/12/23 19:30:34 1.30 @@ -1,11 +1,62 @@ README +README.linux-glibc Changes MANIFEST COPYING +INSTALL Makefile.PL + Coro.pm -Coro.xs -Coro/Process.pm +Coro/Makefile.PL +Coro/typemap +Coro/State.pm +Coro/State.xs Coro/Signal.pm -typemap +Coro/Semaphore.pm +Coro/SemaphoreSet.pm +Coro/Channel.pm +Coro/Cont.pm +Coro/Specific.pm +Coro/RWLock.pm +Coro/Timer.pm +Coro/MakeMaker.pm +Coro/CoroAPI.h + +Coro/libcoro/LICENSE +Coro/libcoro/coro.h +Coro/libcoro/coro.c +Coro/libcoro/conftest.c + 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 +t/08_join.t +t/09_timer.t + +Event/Makefile.PL +Event/Event.pm +Event/Event.xs +Event/Util.pm +Event/Handle.pm +Event/Socket.pm + +Event/t/00_basic.t +Event/t/01_unblock.t + +eg/bench +eg/prodcons1 +eg/prodcons2 +eg/prodcons3 +eg/attributes +eg/cont +eg/event +eg/lwp +eg/dns +eg/myhttpd +eg/readline +