| Revision: | 1.71 |
| Committed: | Fri Jul 14 23:09:51 2017 UTC (9 years, 2 months ago) by root |
| Branch: | MAIN |
| CVS Tags: | rel-6_513, rel-6_514, rel-6_52, rel-6_53, rel-6_54, rel-6_55, rel-6_56, rel-6_57, HEAD |
| Changes since 1.70: | +0 -1 lines |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 1 | README |
| 2 | README.linux-glibc |
| 3 | Changes |
| 4 | MANIFEST |
| 5 | COPYING |
| 6 | INSTALL |
| 7 | Makefile.PL |
| 8 | |
| 9 | Coro.pm |
| 10 | Coro/Makefile.PL |
| 11 | Coro/typemap |
| 12 | Coro/ecb.h |
| 13 | Coro/schmorp.h |
| 14 | Coro/State.pm |
| 15 | Coro/State.xs |
| 16 | Coro/clone.c |
| 17 | Coro/state.h |
| 18 | Coro/jit-amd64-unix.pl |
| 19 | Coro/jit-x86-unix.pl |
| 20 | Coro/Signal.pm |
| 21 | Coro/Semaphore.pm |
| 22 | Coro/SemaphoreSet.pm |
| 23 | Coro/Channel.pm |
| 24 | Coro/Specific.pm |
| 25 | Coro/RWLock.pm |
| 26 | Coro/MakeMaker.pm |
| 27 | Coro/CoroAPI.h |
| 28 | Coro/AIO.pm |
| 29 | Coro/BDB.pm |
| 30 | Coro/Debug.pm |
| 31 | Coro/Util.pm |
| 32 | Coro/LWP.pm |
| 33 | Coro/Select.pm |
| 34 | Coro/Handle.pm |
| 35 | Coro/Socket.pm |
| 36 | Coro/Timer.pm |
| 37 | Coro/Storable.pm |
| 38 | Coro/AnyEvent.pm |
| 39 | |
| 40 | Coro/Intro.pod |
| 41 | |
| 42 | Coro/libcoro/LICENSE |
| 43 | Coro/libcoro/README |
| 44 | Coro/libcoro/coro.h |
| 45 | Coro/libcoro/coro.c |
| 46 | Coro/libcoro/conftest.c |
| 47 | |
| 48 | t/00_basic.t |
| 49 | t/01_process.t |
| 50 | t/02_channel.t |
| 51 | t/03_channel.t |
| 52 | t/04_rwlock.t |
| 53 | t/05_specific.t |
| 54 | t/06_prio.t |
| 55 | t/07_eval.t |
| 56 | t/08_join.t |
| 57 | t/10_bugs.t |
| 58 | t/11_deadlock.t |
| 59 | t/12_exit.t |
| 60 | t/13_diewarn.t |
| 61 | t/14_load.t |
| 62 | t/15_semaphore.t |
| 63 | t/16_signal.t |
| 64 | t/17_rouse.t |
| 65 | t/18_winder.t |
| 66 | t/19_handle.t |
| 67 | t/20_mutual_cancel.t |
| 68 | |
| 69 | EV/Makefile.PL |
| 70 | EV/EV.pm |
| 71 | EV/EV.xs |
| 72 | |
| 73 | EV/t/00_basic.t |
| 74 | EV/t/01_unblock.t |
| 75 | |
| 76 | Event/Makefile.PL |
| 77 | Event/Event.pm |
| 78 | Event/Event.xs |
| 79 | |
| 80 | Event/t/00_basic.t |
| 81 | Event/t/01_unblock.t |
| 82 | |
| 83 | eg/bench |
| 84 | eg/prodcons1 |
| 85 | eg/prodcons2 |
| 86 | eg/prodcons3 |
| 87 | eg/event |
| 88 | eg/lwp |
| 89 | eg/dns |
| 90 | eg/myhttpd |
| 91 | eg/readline |
| 92 | |
| 93 | doc/cede-vs-schedule |
| 94 |