ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/MANIFEST
Revision: 1.66
Committed: Mon Jul 20 23:46:28 2009 UTC (14 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-5_161, rel-5_371, rel-5_372, rel-5_22, rel-5_23, rel-5_24, rel-5_25, rel-5_162, rel-5_2, rel-5_37, rel-5_36, rel-5_17, rel-5_16
Changes since 1.65: +1 -0 lines
Log Message:
5.16

File Contents

# Content
1 README
2 README.linux-glibc
3 Changes
4 MANIFEST
5 COPYING
6 INSTALL
7 Makefile.PL
8
9 Coro.pm
10 Coro/Makefile.PL
11 Coro/typemap
12 Coro/schmorp.h
13 Coro/State.pm
14 Coro/State.xs
15 Coro/clone.c
16 Coro/state.h
17 Coro/Signal.pm
18 Coro/Semaphore.pm
19 Coro/SemaphoreSet.pm
20 Coro/Channel.pm
21 Coro/Specific.pm
22 Coro/RWLock.pm
23 Coro/MakeMaker.pm
24 Coro/CoroAPI.h
25 Coro/AIO.pm
26 Coro/BDB.pm
27 Coro/Debug.pm
28 Coro/Util.pm
29 Coro/LWP.pm
30 Coro/Select.pm
31 Coro/Handle.pm
32 Coro/Socket.pm
33 Coro/Timer.pm
34 Coro/Storable.pm
35 Coro/AnyEvent.pm
36
37 Coro/Intro.pod
38
39 Coro/libcoro/LICENSE
40 Coro/libcoro/README
41 Coro/libcoro/coro.h
42 Coro/libcoro/coro.c
43 Coro/libcoro/conftest.c
44
45 t/00_basic.t
46 t/01_process.t
47 t/02_channel.t
48 t/03_channel.t
49 t/04_rwlock.t
50 t/05_specific.t
51 t/06_prio.t
52 t/07_eval.t
53 t/08_join.t
54 t/10_bugs.t
55 t/11_deadlock.t
56 t/12_exit.t
57 t/13_diewarn.t
58 t/14_load.t
59 t/15_semaphore.t
60 t/16_signal.t
61 t/17_rouse.t
62 t/18_winder.t
63 t/19_handle.t
64
65 EV/Makefile.PL
66 EV/EV.pm
67 EV/EV.xs
68
69 EV/t/00_basic.t
70 EV/t/01_unblock.t
71
72 Event/Makefile.PL
73 Event/Event.pm
74 Event/Event.xs
75
76 Event/t/00_basic.t
77 Event/t/01_unblock.t
78
79 eg/bench
80 eg/prodcons1
81 eg/prodcons2
82 eg/prodcons3
83 eg/attributes
84 eg/event
85 eg/lwp
86 eg/dns
87 eg/myhttpd
88 eg/readline
89
90 doc/cede-vs-schedule
91