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

Comparing Coro/MANIFEST (file contents):
Revision 1.26 by root, Sun Oct 28 17:00:05 2001 UTC vs.
Revision 1.71 by root, Fri Jul 14 23:09:51 2017 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
19Coro/jit-x86-unix.pl
13Coro/Signal.pm 20Coro/Signal.pm
14Coro/Semaphore.pm 21Coro/Semaphore.pm
15Coro/SemaphoreSet.pm 22Coro/SemaphoreSet.pm
16Coro/Channel.pm 23Coro/Channel.pm
17Coro/Cont.pm
18Coro/Specific.pm 24Coro/Specific.pm
19Coro/RWLock.pm 25Coro/RWLock.pm
20Coro/MakeMaker.pm 26Coro/MakeMaker.pm
21Coro/CoroAPI.h 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
22 41
23Coro/libcoro/LICENSE 42Coro/libcoro/LICENSE
43Coro/libcoro/README
24Coro/libcoro/coro.h 44Coro/libcoro/coro.h
25Coro/libcoro/coro.c 45Coro/libcoro/coro.c
26Coro/libcoro/conftest.c 46Coro/libcoro/conftest.c
27 47
28Event/Makefile.PL
29Event/Event.pm
30Event/Event.xs
31Event/Util.pm
32Event/Handle.pm
33Event/Socket.pm
34
35t/00_basic.t 48t/00_basic.t
36t/01_process.t 49t/01_process.t
37t/02_channel.t 50t/02_channel.t
38t/03_cont.t 51t/03_channel.t
39t/04_rwlock.t 52t/04_rwlock.t
40t/05_specific.t 53t/05_specific.t
41t/06_prio.t 54t/06_prio.t
42t/07_eval.t 55t/07_eval.t
43t/08_join.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
44 82
45eg/bench 83eg/bench
46eg/prodcons1 84eg/prodcons1
47eg/prodcons2 85eg/prodcons2
48eg/prodcons3 86eg/prodcons3
49eg/attributes
50eg/cont
51eg/event 87eg/event
52eg/lwp 88eg/lwp
53eg/dns 89eg/dns
54eg/myhttpd 90eg/myhttpd
91eg/readline
55 92
93doc/cede-vs-schedule
94

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines