ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/MANIFEST
Revision: 1.69
Committed: Sat Jun 11 13:01:25 2011 UTC (12 years, 11 months ago) by root
Branch: MAIN
Changes since 1.68: +1 -0 lines
Log Message:
jit, -ERRSV-DEFSV

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