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

Comparing Coro/MANIFEST (file contents):
Revision 1.28 by root, Sun Nov 25 20:04:04 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
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/Timer.pm
21Coro/MakeMaker.pm 23Coro/MakeMaker.pm
22Coro/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
23 38
24Coro/libcoro/LICENSE 39Coro/libcoro/LICENSE
40Coro/libcoro/README
25Coro/libcoro/coro.h 41Coro/libcoro/coro.h
26Coro/libcoro/coro.c 42Coro/libcoro/coro.c
27Coro/libcoro/conftest.c 43Coro/libcoro/conftest.c
28 44
29t/00_basic.t 45t/00_basic.t
30t/01_process.t 46t/01_process.t
31t/02_channel.t 47t/02_channel.t
32t/03_cont.t 48t/03_channel.t
33t/04_rwlock.t 49t/04_rwlock.t
34t/05_specific.t 50t/05_specific.t
35t/06_prio.t 51t/06_prio.t
36t/07_eval.t 52t/07_eval.t
37t/08_join.t 53t/08_join.t
38t/09_timer.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
39 70
40Event/Makefile.PL 71Event/Makefile.PL
41Event/Event.pm 72Event/Event.pm
42Event/Event.xs 73Event/Event.xs
43Event/Util.pm
44Event/Handle.pm
45Event/Socket.pm
46 74
47Event/t/00_basic.t 75Event/t/00_basic.t
48Event/t/01_unblock.t 76Event/t/01_unblock.t
49 77
50eg/bench 78eg/bench
51eg/prodcons1 79eg/prodcons1
52eg/prodcons2 80eg/prodcons2
53eg/prodcons3 81eg/prodcons3
54eg/attributes 82eg/attributes
55eg/cont
56eg/event 83eg/event
57eg/lwp 84eg/lwp
58eg/dns 85eg/dns
59eg/myhttpd 86eg/myhttpd
87eg/readline
60 88
89doc/cede-vs-schedule
90

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines