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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines