ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/MANIFEST
Revision: 1.36
Committed: Sat Nov 4 01:31:57 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.35: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# 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.2 Coro/Signal.pm
15 root 1.7 Coro/Semaphore.pm
16 root 1.24 Coro/SemaphoreSet.pm
17 root 1.6 Coro/Channel.pm
18 root 1.7 Coro/Cont.pm
19     Coro/Specific.pm
20 root 1.13 Coro/RWLock.pm
21 root 1.28 Coro/Timer.pm
22 root 1.20 Coro/MakeMaker.pm
23     Coro/CoroAPI.h
24 root 1.35 Coro/AIO.pm
25 root 1.36 Coro/Util.pm
26 root 1.19
27 root 1.11 Coro/libcoro/LICENSE
28 root 1.10 Coro/libcoro/coro.h
29     Coro/libcoro/coro.c
30 root 1.25 Coro/libcoro/conftest.c
31 root 1.22
32 root 1.19 t/00_basic.t
33     t/01_process.t
34     t/02_channel.t
35     t/03_cont.t
36     t/04_rwlock.t
37     t/05_specific.t
38     t/06_prio.t
39 root 1.21 t/07_eval.t
40 root 1.26 t/08_join.t
41 root 1.28 t/09_timer.t
42 root 1.34 t/10_bugs.t
43 root 1.27
44     Event/Makefile.PL
45     Event/Event.pm
46     Event/Event.xs
47     Event/Handle.pm
48     Event/Socket.pm
49 root 1.31 Event/Select.pm
50 root 1.27
51     Event/t/00_basic.t
52     Event/t/01_unblock.t
53 root 1.19
54 root 1.6 eg/bench
55     eg/prodcons1
56     eg/prodcons2
57     eg/prodcons3
58     eg/attributes
59 root 1.7 eg/cont
60 root 1.8 eg/event
61 root 1.16 eg/lwp
62 root 1.17 eg/dns
63 root 1.18 eg/myhttpd
64 root 1.29 eg/readline
65 root 1.14
66 pcg 1.33 doc/cede-vs-schedule
67    
68 root 1.32 META.yml Module meta-data in YAML