| Revision: | 1.26 |
| Committed: | Sun Oct 28 17:00:05 2001 UTC (24 years, 10 months ago) by root |
| Branch: | MAIN |
| Changes since 1.25: | +1 -0 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | README |
| 2 | Changes | ||
| 3 | MANIFEST | ||
| 4 | COPYING | ||
| 5 | root | 1.15 | INSTALL |
| 6 | root | 1.1 | Makefile.PL |
| 7 | root | 1.19 | |
| 8 | root | 1.1 | Coro.pm |
| 9 | root | 1.7 | Coro/Makefile.PL |
| 10 | root | 1.10 | Coro/typemap |
| 11 | root | 1.7 | Coro/State.pm |
| 12 | Coro/State.xs | ||
| 13 | root | 1.2 | Coro/Signal.pm |
| 14 | root | 1.7 | Coro/Semaphore.pm |
| 15 | root | 1.24 | Coro/SemaphoreSet.pm |
| 16 | root | 1.6 | Coro/Channel.pm |
| 17 | root | 1.7 | Coro/Cont.pm |
| 18 | Coro/Specific.pm | ||
| 19 | root | 1.13 | Coro/RWLock.pm |
| 20 | root | 1.20 | Coro/MakeMaker.pm |
| 21 | Coro/CoroAPI.h | ||
| 22 | root | 1.19 | |
| 23 | root | 1.11 | Coro/libcoro/LICENSE |
| 24 | root | 1.10 | Coro/libcoro/coro.h |
| 25 | Coro/libcoro/coro.c | ||
| 26 | root | 1.25 | Coro/libcoro/conftest.c |
| 27 | root | 1.22 | |
| 28 | Event/Makefile.PL | ||
| 29 | Event/Event.pm | ||
| 30 | Event/Event.xs | ||
| 31 | root | 1.23 | Event/Util.pm |
| 32 | root | 1.22 | Event/Handle.pm |
| 33 | Event/Socket.pm | ||
| 34 | root | 1.19 | |
| 35 | t/00_basic.t | ||
| 36 | t/01_process.t | ||
| 37 | t/02_channel.t | ||
| 38 | t/03_cont.t | ||
| 39 | t/04_rwlock.t | ||
| 40 | t/05_specific.t | ||
| 41 | t/06_prio.t | ||
| 42 | root | 1.21 | t/07_eval.t |
| 43 | root | 1.26 | t/08_join.t |
| 44 | root | 1.19 | |
| 45 | root | 1.6 | eg/bench |
| 46 | eg/prodcons1 | ||
| 47 | eg/prodcons2 | ||
| 48 | eg/prodcons3 | ||
| 49 | eg/attributes | ||
| 50 | root | 1.7 | eg/cont |
| 51 | root | 1.8 | eg/event |
| 52 | root | 1.16 | eg/lwp |
| 53 | root | 1.17 | eg/dns |
| 54 | root | 1.18 | eg/myhttpd |
| 55 | root | 1.14 |