| Revision: | 1.52 |
| Committed: | Thu Nov 1 08:28:58 2007 UTC (18 years, 10 months ago) by root |
| Branch: | MAIN |
| CVS Tags: | rel-4_22, rel-4_21, rel-4_3, rel-4_2, rel-4_31 |
| Changes since 1.51: | +7 -4 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | README |
| 2 | root | 1.30 | README.linux-glibc |
| 3 | root | 1.1 | Changes |
| 4 | MANIFEST | ||
| 5 | COPYING | ||
| 6 | root | 1.15 | INSTALL |
| 7 | root | 1.1 | Makefile.PL |
| 8 | root | 1.19 | |
| 9 | root | 1.1 | Coro.pm |
| 10 | root | 1.7 | Coro/Makefile.PL |
| 11 | root | 1.10 | Coro/typemap |
| 12 | root | 1.7 | Coro/State.pm |
| 13 | Coro/State.xs | ||
| 14 | root | 1.41 | Coro/state.h |
| 15 | root | 1.2 | Coro/Signal.pm |
| 16 | root | 1.7 | Coro/Semaphore.pm |
| 17 | root | 1.24 | Coro/SemaphoreSet.pm |
| 18 | root | 1.6 | Coro/Channel.pm |
| 19 | root | 1.7 | Coro/Specific.pm |
| 20 | root | 1.13 | Coro/RWLock.pm |
| 21 | root | 1.20 | Coro/MakeMaker.pm |
| 22 | Coro/CoroAPI.h | ||
| 23 | root | 1.35 | Coro/AIO.pm |
| 24 | root | 1.49 | Coro/Debug.pm |
| 25 | root | 1.36 | Coro/Util.pm |
| 26 | root | 1.37 | Coro/LWP.pm |
| 27 | root | 1.38 | Coro/Select.pm |
| 28 | root | 1.39 | Coro/Handle.pm |
| 29 | Coro/Socket.pm | ||
| 30 | root | 1.44 | Coro/Timer.pm |
| 31 | root | 1.47 | Coro/Storable.pm |
| 32 | root | 1.19 | |
| 33 | root | 1.11 | Coro/libcoro/LICENSE |
| 34 | root | 1.10 | Coro/libcoro/coro.h |
| 35 | Coro/libcoro/coro.c | ||
| 36 | root | 1.25 | Coro/libcoro/conftest.c |
| 37 | root | 1.22 | |
| 38 | root | 1.19 | t/00_basic.t |
| 39 | t/01_process.t | ||
| 40 | t/02_channel.t | ||
| 41 | t/04_rwlock.t | ||
| 42 | t/05_specific.t | ||
| 43 | t/06_prio.t | ||
| 44 | root | 1.21 | t/07_eval.t |
| 45 | root | 1.26 | t/08_join.t |
| 46 | root | 1.34 | t/10_bugs.t |
| 47 | root | 1.45 | t/11_deadlock.t |
| 48 | root | 1.48 | t/12_exit.t |
| 49 | root | 1.50 | t/13_diewarn.t |
| 50 | root | 1.27 | |
| 51 | root | 1.52 | EV/Makefile.PL |
| 52 | EV/EV.pm | ||
| 53 | EV/EV.xs | ||
| 54 | |||
| 55 | EV/t/00_basic.t | ||
| 56 | EV/t/01_unblock.t | ||
| 57 | |||
| 58 | root | 1.27 | Event/Makefile.PL |
| 59 | Event/Event.pm | ||
| 60 | Event/Event.xs | ||
| 61 | |||
| 62 | Event/t/00_basic.t | ||
| 63 | Event/t/01_unblock.t | ||
| 64 | root | 1.19 | |
| 65 | root | 1.6 | eg/bench |
| 66 | eg/prodcons1 | ||
| 67 | eg/prodcons2 | ||
| 68 | eg/prodcons3 | ||
| 69 | eg/attributes | ||
| 70 | root | 1.8 | eg/event |
| 71 | root | 1.16 | eg/lwp |
| 72 | root | 1.17 | eg/dns |
| 73 | root | 1.18 | eg/myhttpd |
| 74 | root | 1.29 | eg/readline |
| 75 | root | 1.14 | |
| 76 | pcg | 1.33 | doc/cede-vs-schedule |
| 77 | |||
| 78 | root | 1.32 | META.yml Module meta-data in YAML |