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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines