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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines