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

Comparing Coro/MANIFEST (file contents):
Revision 1.29 by root, Sun Apr 14 01:18:36 2002 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
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/Timer.pm
21Coro/MakeMaker.pm 26Coro/MakeMaker.pm
22Coro/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
23 41
24Coro/libcoro/LICENSE 42Coro/libcoro/LICENSE
43Coro/libcoro/README
25Coro/libcoro/coro.h 44Coro/libcoro/coro.h
26Coro/libcoro/coro.c 45Coro/libcoro/coro.c
27Coro/libcoro/conftest.c 46Coro/libcoro/conftest.c
28 47
29t/00_basic.t 48t/00_basic.t
30t/01_process.t 49t/01_process.t
31t/02_channel.t 50t/02_channel.t
32t/03_cont.t 51t/03_channel.t
33t/04_rwlock.t 52t/04_rwlock.t
34t/05_specific.t 53t/05_specific.t
35t/06_prio.t 54t/06_prio.t
36t/07_eval.t 55t/07_eval.t
37t/08_join.t 56t/08_join.t
38t/09_timer.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
39 75
40Event/Makefile.PL 76Event/Makefile.PL
41Event/Event.pm 77Event/Event.pm
42Event/Event.xs 78Event/Event.xs
43Event/Util.pm
44Event/Handle.pm
45Event/Socket.pm
46 79
47Event/t/00_basic.t 80Event/t/00_basic.t
48Event/t/01_unblock.t 81Event/t/01_unblock.t
49 82
50eg/bench 83eg/bench
51eg/prodcons1 84eg/prodcons1
52eg/prodcons2 85eg/prodcons2
53eg/prodcons3 86eg/prodcons3
54eg/attributes 87eg/attributes
55eg/cont
56eg/event 88eg/event
57eg/lwp 89eg/lwp
58eg/dns 90eg/dns
59eg/myhttpd 91eg/myhttpd
60eg/readline 92eg/readline
61 93
94doc/cede-vs-schedule
95

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines