ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/MANIFEST
(Generate patch)

Comparing Coro/MANIFEST (file contents):
Revision 1.26 by root, Sun Oct 28 17:00:05 2001 UTC vs.
Revision 1.67 by root, Fri Apr 29 17:38:56 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines