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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines