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

Comparing Coro/MANIFEST (file contents):
Revision 1.10 by root, Mon Jul 23 13:15:47 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
8Coro/typemap 11Coro/typemap
12Coro/ecb.h
13Coro/schmorp.h
9Coro/State.pm 14Coro/State.pm
10Coro/State.xs 15Coro/State.xs
16Coro/clone.c
17Coro/state.h
18Coro/jit-amd64-unix.pl
11Coro/Signal.pm 19Coro/Signal.pm
12Coro/Semaphore.pm 20Coro/Semaphore.pm
21Coro/SemaphoreSet.pm
13Coro/Channel.pm 22Coro/Channel.pm
14Coro/Cont.pm
15Coro/Specific.pm 23Coro/Specific.pm
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
16Coro/Event.pm 37Coro/AnyEvent.pm
17Coro/Event/IO.pm 38
39Coro/Intro.pod
40
41Coro/libcoro/LICENSE
42Coro/libcoro/README
18Coro/libcoro/coro.h 43Coro/libcoro/coro.h
19Coro/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
74
75Event/Makefile.PL
76Event/Event.pm
77Event/Event.xs
78
79Event/t/00_basic.t
80Event/t/01_unblock.t
81
20eg/bench 82eg/bench
21eg/prodcons1 83eg/prodcons1
22eg/prodcons2 84eg/prodcons2
23eg/prodcons3 85eg/prodcons3
24eg/attributes 86eg/attributes
25eg/cont
26eg/event 87eg/event
27t/00_basic.t 88eg/lwp
28t/01_process.t 89eg/dns
29t/02_channel.t 90eg/myhttpd
30t/03_cont.t 91eg/readline
92
93doc/cede-vs-schedule
94

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines