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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines