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.69 by root, Sat Jun 11 13:01:25 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
18Coro/jit-amd64-unix.pl
10Coro/Signal.pm 19Coro/Signal.pm
11Coro/Semaphore.pm 20Coro/Semaphore.pm
21Coro/SemaphoreSet.pm
12Coro/Channel.pm 22Coro/Channel.pm
13Coro/Cont.pm
14Coro/Specific.pm 23Coro/Specific.pm
15Coro/typemap 24Coro/RWLock.pm
25Coro/MakeMaker.pm
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
40
41Coro/libcoro/LICENSE
42Coro/libcoro/README
43Coro/libcoro/coro.h
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
74
75Event/Makefile.PL
76Event/Event.pm
77Event/Event.xs
78
79Event/t/00_basic.t
80Event/t/01_unblock.t
81
16eg/bench 82eg/bench
17eg/prodcons1 83eg/prodcons1
18eg/prodcons2 84eg/prodcons2
19eg/prodcons3 85eg/prodcons3
20eg/attributes 86eg/attributes
21eg/cont
22eg/event 87eg/event
23t/00_basic.t 88eg/lwp
24t/01_process.t 89eg/dns
25t/02_channel.t 90eg/myhttpd
26t/03_cont.t 91eg/readline
92
93doc/cede-vs-schedule
94

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines