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

Comparing Coro/MANIFEST (file contents):
Revision 1.9 by root, Sun Jul 15 15:58:16 2001 UTC vs.
Revision 1.65 by root, Sat Jul 18 05:58:28 2009 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/schmorp.h
8Coro/State.pm 13Coro/State.pm
9Coro/State.xs 14Coro/State.xs
15Coro/clone.c
16Coro/state.h
10Coro/Signal.pm 17Coro/Signal.pm
11Coro/Semaphore.pm 18Coro/Semaphore.pm
19Coro/SemaphoreSet.pm
12Coro/Channel.pm 20Coro/Channel.pm
13Coro/Cont.pm
14Coro/Specific.pm 21Coro/Specific.pm
22Coro/RWLock.pm
23Coro/MakeMaker.pm
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
15Coro/Event.pm 35Coro/AnyEvent.pm
16Coro/typemap 36
37Coro/Intro.pod
38
39Coro/libcoro/LICENSE
40Coro/libcoro/README
41Coro/libcoro/coro.h
42Coro/libcoro/coro.c
43Coro/libcoro/conftest.c
44
45t/00_basic.t
46t/01_process.t
47t/02_channel.t
48t/03_channel.t
49t/04_rwlock.t
50t/05_specific.t
51t/06_prio.t
52t/07_eval.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
63
64EV/Makefile.PL
65EV/EV.pm
66EV/EV.xs
67
68EV/t/00_basic.t
69EV/t/01_unblock.t
70
71Event/Makefile.PL
72Event/Event.pm
73Event/Event.xs
74
75Event/t/00_basic.t
76Event/t/01_unblock.t
77
17eg/bench 78eg/bench
18eg/prodcons1 79eg/prodcons1
19eg/prodcons2 80eg/prodcons2
20eg/prodcons3 81eg/prodcons3
21eg/attributes 82eg/attributes
22eg/cont
23eg/event 83eg/event
24t/00_basic.t 84eg/lwp
25t/01_process.t 85eg/dns
26t/02_channel.t 86eg/myhttpd
27t/03_cont.t 87eg/readline
88
89doc/cede-vs-schedule
90

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines