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

Comparing Coro/MANIFEST (file contents):
Revision 1.18 by root, Thu Aug 9 02:57:54 2001 UTC vs.
Revision 1.66 by root, Mon Jul 20 23:46:28 2009 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/schmorp.h
10Coro/State.pm 13Coro/State.pm
11Coro/State.xs 14Coro/State.xs
15Coro/clone.c
16Coro/state.h
12Coro/Signal.pm 17Coro/Signal.pm
13Coro/Semaphore.pm 18Coro/Semaphore.pm
19Coro/SemaphoreSet.pm
14Coro/Channel.pm 20Coro/Channel.pm
15Coro/Cont.pm
16Coro/Specific.pm 21Coro/Specific.pm
17Coro/Event.pm 22Coro/RWLock.pm
23Coro/MakeMaker.pm
24Coro/CoroAPI.h
25Coro/AIO.pm
26Coro/BDB.pm
27Coro/Debug.pm
28Coro/Util.pm
29Coro/LWP.pm
30Coro/Select.pm
18Coro/Handle.pm 31Coro/Handle.pm
19Coro/Socket.pm 32Coro/Socket.pm
20Coro/RWLock.pm 33Coro/Timer.pm
21Coro/Util.pm 34Coro/Storable.pm
35Coro/AnyEvent.pm
36
37Coro/Intro.pod
38
22Coro/libcoro/LICENSE 39Coro/libcoro/LICENSE
40Coro/libcoro/README
23Coro/libcoro/coro.h 41Coro/libcoro/coro.h
24Coro/libcoro/coro.c 42Coro/libcoro/coro.c
43Coro/libcoro/conftest.c
44
45t/00_basic.t
46t/01_process.t
47t/02_channel.t
48t/03_channel.t
49t/04_rwlock.t
50t/05_specific.t
51t/06_prio.t
52t/07_eval.t
53t/08_join.t
54t/10_bugs.t
55t/11_deadlock.t
56t/12_exit.t
57t/13_diewarn.t
58t/14_load.t
59t/15_semaphore.t
60t/16_signal.t
61t/17_rouse.t
62t/18_winder.t
63t/19_handle.t
64
65EV/Makefile.PL
66EV/EV.pm
67EV/EV.xs
68
69EV/t/00_basic.t
70EV/t/01_unblock.t
71
72Event/Makefile.PL
73Event/Event.pm
74Event/Event.xs
75
76Event/t/00_basic.t
77Event/t/01_unblock.t
78
25eg/bench 79eg/bench
26eg/prodcons1 80eg/prodcons1
27eg/prodcons2 81eg/prodcons2
28eg/prodcons3 82eg/prodcons3
29eg/attributes 83eg/attributes
30eg/cont
31eg/event 84eg/event
32eg/lwp 85eg/lwp
33eg/dns 86eg/dns
34eg/myhttpd 87eg/myhttpd
35t/00_basic.t 88eg/readline
36t/01_process.t
37t/02_channel.t
38t/03_cont.t
39t/04_rwlock.t
40t/05_specific.t
41 89
90doc/cede-vs-schedule
91

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines