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

Comparing Coro/MANIFEST (file contents):
Revision 1.8 by root, Sun Jul 15 03:25:45 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
6INSTALL
5Makefile.PL 7Makefile.PL
8
6Coro.pm 9Coro.pm
7Coro/Makefile.PL 10Coro/Makefile.PL
11Coro/typemap
12Coro/ecb.h
13Coro/schmorp.h
8Coro/State.pm 14Coro/State.pm
9Coro/State.xs 15Coro/State.xs
16Coro/clone.c
17Coro/state.h
10Coro/Signal.pm 18Coro/Signal.pm
11Coro/Semaphore.pm 19Coro/Semaphore.pm
20Coro/SemaphoreSet.pm
12Coro/Channel.pm 21Coro/Channel.pm
13Coro/Cont.pm
14Coro/Specific.pm 22Coro/Specific.pm
15Coro/typemap 23Coro/RWLock.pm
24Coro/MakeMaker.pm
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
39
40Coro/libcoro/LICENSE
41Coro/libcoro/README
42Coro/libcoro/coro.h
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
73
74Event/Makefile.PL
75Event/Event.pm
76Event/Event.xs
77
78Event/t/00_basic.t
79Event/t/01_unblock.t
80
16eg/bench 81eg/bench
17eg/prodcons1 82eg/prodcons1
18eg/prodcons2 83eg/prodcons2
19eg/prodcons3 84eg/prodcons3
20eg/attributes 85eg/attributes
21eg/cont
22eg/event 86eg/event
23t/00_basic.t 87eg/lwp
24t/01_process.t 88eg/dns
25t/02_channel.t 89eg/myhttpd
26t/03_cont.t 90eg/readline
91
92doc/cede-vs-schedule
93

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines