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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines