ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/MANIFEST
Revision: 1.70
Committed: Sat Jun 11 15:30:21 2011 UTC (12 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-6_0, rel-6_5, rel-6_10, rel-6_09, rel-6_08, rel-6_07, rel-6_06, rel-6_05, rel-6_04, rel-6_03, rel-6_02, rel-6_01, rel-6_512, rel-6_511, rel-6_32, rel-6_33, rel-6_31, rel-6_36, rel-6_37, rel-6_38, rel-6_39, rel-6_23, rel-6_29, rel-6_28, rel-6_46, rel-6_45, rel-6_51, rel-6_43, rel-6_42, rel-6_41, rel-6_47, rel-6_44, rel-6_49, rel-6_48
Changes since 1.69: +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.68 Coro/ecb.h
13 root 1.64 Coro/schmorp.h
14 root 1.7 Coro/State.pm
15     Coro/State.xs
16 root 1.61 Coro/clone.c
17 root 1.41 Coro/state.h
18 root 1.69 Coro/jit-amd64-unix.pl
19 root 1.70 Coro/jit-x86-unix.pl
20 root 1.2 Coro/Signal.pm
21 root 1.7 Coro/Semaphore.pm
22 root 1.24 Coro/SemaphoreSet.pm
23 root 1.6 Coro/Channel.pm
24 root 1.7 Coro/Specific.pm
25 root 1.13 Coro/RWLock.pm
26 root 1.20 Coro/MakeMaker.pm
27     Coro/CoroAPI.h
28 root 1.35 Coro/AIO.pm
29 root 1.53 Coro/BDB.pm
30 root 1.49 Coro/Debug.pm
31 root 1.36 Coro/Util.pm
32 root 1.37 Coro/LWP.pm
33 root 1.38 Coro/Select.pm
34 root 1.39 Coro/Handle.pm
35     Coro/Socket.pm
36 root 1.44 Coro/Timer.pm
37 root 1.47 Coro/Storable.pm
38 root 1.55 Coro/AnyEvent.pm
39 root 1.19
40 root 1.62 Coro/Intro.pod
41    
42 root 1.11 Coro/libcoro/LICENSE
43 root 1.58 Coro/libcoro/README
44 root 1.10 Coro/libcoro/coro.h
45     Coro/libcoro/coro.c
46 root 1.25 Coro/libcoro/conftest.c
47 root 1.22
48 root 1.19 t/00_basic.t
49     t/01_process.t
50     t/02_channel.t
51 root 1.54 t/03_channel.t
52 root 1.19 t/04_rwlock.t
53     t/05_specific.t
54     t/06_prio.t
55 root 1.21 t/07_eval.t
56 root 1.26 t/08_join.t
57 root 1.34 t/10_bugs.t
58 root 1.45 t/11_deadlock.t
59 root 1.48 t/12_exit.t
60 root 1.50 t/13_diewarn.t
61 root 1.56 t/14_load.t
62 root 1.57 t/15_semaphore.t
63 root 1.59 t/16_signal.t
64 root 1.60 t/17_rouse.t
65 root 1.63 t/18_winder.t
66 root 1.66 t/19_handle.t
67 root 1.67 t/20_mutual_cancel.t
68 root 1.27
69 root 1.52 EV/Makefile.PL
70     EV/EV.pm
71     EV/EV.xs
72    
73     EV/t/00_basic.t
74     EV/t/01_unblock.t
75    
76 root 1.27 Event/Makefile.PL
77     Event/Event.pm
78     Event/Event.xs
79    
80     Event/t/00_basic.t
81     Event/t/01_unblock.t
82 root 1.19
83 root 1.6 eg/bench
84     eg/prodcons1
85     eg/prodcons2
86     eg/prodcons3
87     eg/attributes
88 root 1.8 eg/event
89 root 1.16 eg/lwp
90 root 1.17 eg/dns
91 root 1.18 eg/myhttpd
92 root 1.29 eg/readline
93 root 1.14
94 pcg 1.33 doc/cede-vs-schedule
95