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

Comparing Coro/MANIFEST (file contents):
Revision 1.17 by root, Sat Jul 28 01:41:58 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
5INSTALL 6INSTALL
6Makefile.PL 7Makefile.PL
8
7Coro.pm 9Coro.pm
8Coro/Makefile.PL 10Coro/Makefile.PL
9Coro/typemap 11Coro/typemap
12Coro/ecb.h
13Coro/schmorp.h
10Coro/State.pm 14Coro/State.pm
11Coro/State.xs 15Coro/State.xs
16Coro/clone.c
17Coro/state.h
18Coro/jit-amd64-unix.pl
19Coro/jit-x86-unix.pl
12Coro/Signal.pm 20Coro/Signal.pm
13Coro/Semaphore.pm 21Coro/Semaphore.pm
22Coro/SemaphoreSet.pm
14Coro/Channel.pm 23Coro/Channel.pm
15Coro/Cont.pm
16Coro/Specific.pm 24Coro/Specific.pm
17Coro/Event.pm 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
18Coro/Handle.pm 34Coro/Handle.pm
19Coro/Socket.pm 35Coro/Socket.pm
20Coro/RWLock.pm 36Coro/Timer.pm
21Coro/Util.pm 37Coro/Storable.pm
38Coro/AnyEvent.pm
39
40Coro/Intro.pod
41
22Coro/libcoro/LICENSE 42Coro/libcoro/LICENSE
43Coro/libcoro/README
23Coro/libcoro/coro.h 44Coro/libcoro/coro.h
24Coro/libcoro/coro.c 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
25eg/bench 83eg/bench
26eg/prodcons1 84eg/prodcons1
27eg/prodcons2 85eg/prodcons2
28eg/prodcons3 86eg/prodcons3
29eg/attributes 87eg/attributes
30eg/cont
31eg/event 88eg/event
32eg/lwp 89eg/lwp
33eg/dns 90eg/dns
34t/00_basic.t 91eg/myhttpd
35t/01_process.t 92eg/readline
36t/02_channel.t
37t/03_cont.t
38t/04_rwlock.t
39t/05_specific.t
40 93
94doc/cede-vs-schedule
95

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines