ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/MANIFEST
Revision: 1.56
Committed: Sun May 25 05:00:03 2008 UTC (15 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-4_91, rel-4_748, rel-4_8, rel-4_9, rel-4_741, rel-4_743, rel-4_742, rel-4_744, rel-4_747, rel-4_74, rel-4_73, rel-4_802, rel-4_803, rel-4_801, rel-4_804, rel-4_479, rel-4_745, rel-4_901, rel-4_746, rel-4_911, rel-4_912
Changes since 1.55: +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.53 Coro/BDB.pm
25 root 1.49 Coro/Debug.pm
26 root 1.36 Coro/Util.pm
27 root 1.37 Coro/LWP.pm
28 root 1.38 Coro/Select.pm
29 root 1.39 Coro/Handle.pm
30     Coro/Socket.pm
31 root 1.44 Coro/Timer.pm
32 root 1.47 Coro/Storable.pm
33 root 1.55 Coro/AnyEvent.pm
34 root 1.19
35 root 1.11 Coro/libcoro/LICENSE
36 root 1.10 Coro/libcoro/coro.h
37     Coro/libcoro/coro.c
38 root 1.25 Coro/libcoro/conftest.c
39 root 1.22
40 root 1.19 t/00_basic.t
41     t/01_process.t
42     t/02_channel.t
43 root 1.54 t/03_channel.t
44 root 1.19 t/04_rwlock.t
45     t/05_specific.t
46     t/06_prio.t
47 root 1.21 t/07_eval.t
48 root 1.26 t/08_join.t
49 root 1.34 t/10_bugs.t
50 root 1.45 t/11_deadlock.t
51 root 1.48 t/12_exit.t
52 root 1.50 t/13_diewarn.t
53 root 1.56 t/14_load.t
54 root 1.27
55 root 1.52 EV/Makefile.PL
56     EV/EV.pm
57     EV/EV.xs
58    
59     EV/t/00_basic.t
60     EV/t/01_unblock.t
61    
62 root 1.27 Event/Makefile.PL
63     Event/Event.pm
64     Event/Event.xs
65    
66     Event/t/00_basic.t
67     Event/t/01_unblock.t
68 root 1.19
69 root 1.6 eg/bench
70     eg/prodcons1
71     eg/prodcons2
72     eg/prodcons3
73     eg/attributes
74 root 1.8 eg/event
75 root 1.16 eg/lwp
76 root 1.17 eg/dns
77 root 1.18 eg/myhttpd
78 root 1.29 eg/readline
79 root 1.14
80 pcg 1.33 doc/cede-vs-schedule
81    
82 root 1.32 META.yml Module meta-data in YAML