ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/MANIFEST
Revision: 1.23
Committed: Thu Aug 16 22:09:12 2001 UTC (22 years, 9 months ago) by root
Branch: MAIN
Changes since 1.22: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# 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.6 Coro/Channel.pm
16 root 1.7 Coro/Cont.pm
17     Coro/Specific.pm
18 root 1.13 Coro/RWLock.pm
19 root 1.20 Coro/MakeMaker.pm
20     Coro/CoroAPI.h
21 root 1.19
22 root 1.11 Coro/libcoro/LICENSE
23 root 1.10 Coro/libcoro/coro.h
24     Coro/libcoro/coro.c
25 root 1.22
26     Event/Makefile.PL
27     Event/Event.pm
28     Event/Event.xs
29 root 1.23 Event/Util.pm
30 root 1.22 Event/Handle.pm
31     Event/Socket.pm
32 root 1.19
33     t/00_basic.t
34     t/01_process.t
35     t/02_channel.t
36     t/03_cont.t
37     t/04_rwlock.t
38     t/05_specific.t
39     t/06_prio.t
40 root 1.21 t/07_eval.t
41 root 1.19
42 root 1.6 eg/bench
43     eg/prodcons1
44     eg/prodcons2
45     eg/prodcons3
46     eg/attributes
47 root 1.7 eg/cont
48 root 1.8 eg/event
49 root 1.16 eg/lwp
50 root 1.17 eg/dns
51 root 1.18 eg/myhttpd
52 root 1.14