ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/MANIFEST
Revision: 1.48
Committed: Fri Apr 13 12:56:55 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-3_6, rel-3_62, rel-3_63, rel-3_61
Changes since 1.47: +1 -0 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.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.36 Coro/Util.pm
25 root 1.37 Coro/LWP.pm
26 root 1.38 Coro/Select.pm
27 root 1.39 Coro/Handle.pm
28     Coro/Socket.pm
29 root 1.44 Coro/Timer.pm
30 root 1.47 Coro/Storable.pm
31 root 1.19
32 root 1.11 Coro/libcoro/LICENSE
33 root 1.10 Coro/libcoro/coro.h
34     Coro/libcoro/coro.c
35 root 1.25 Coro/libcoro/conftest.c
36 root 1.22
37 root 1.19 t/00_basic.t
38     t/01_process.t
39     t/02_channel.t
40     t/04_rwlock.t
41     t/05_specific.t
42     t/06_prio.t
43 root 1.21 t/07_eval.t
44 root 1.26 t/08_join.t
45 root 1.34 t/10_bugs.t
46 root 1.45 t/11_deadlock.t
47 root 1.48 t/12_exit.t
48 root 1.27
49     Event/Makefile.PL
50     Event/Event.pm
51     Event/Event.xs
52    
53     Event/t/00_basic.t
54     Event/t/01_unblock.t
55 root 1.19
56 root 1.6 eg/bench
57     eg/prodcons1
58     eg/prodcons2
59     eg/prodcons3
60     eg/attributes
61 root 1.8 eg/event
62 root 1.16 eg/lwp
63 root 1.17 eg/dns
64 root 1.18 eg/myhttpd
65 root 1.29 eg/readline
66 root 1.14
67 pcg 1.33 doc/cede-vs-schedule
68    
69 root 1.32 META.yml Module meta-data in YAML