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.71 by root, Fri Jul 14 23:09:51 2017 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
19Coro/jit-x86-unix.pl
11Coro/Signal.pm 20Coro/Signal.pm
12Coro/Semaphore.pm 21Coro/Semaphore.pm
22Coro/SemaphoreSet.pm
13Coro/Channel.pm 23Coro/Channel.pm
14Coro/Cont.pm
15Coro/Specific.pm 24Coro/Specific.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
34Coro/Handle.pm
35Coro/Socket.pm
36Coro/Timer.pm
37Coro/Storable.pm
16Coro/Event.pm 38Coro/AnyEvent.pm
17Coro/Event/IO.pm 39
40Coro/Intro.pod
41
42Coro/libcoro/LICENSE
43Coro/libcoro/README
18Coro/libcoro/coro.h 44Coro/libcoro/coro.h
19Coro/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
20eg/bench 83eg/bench
21eg/prodcons1 84eg/prodcons1
22eg/prodcons2 85eg/prodcons2
23eg/prodcons3 86eg/prodcons3
24eg/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