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.30 by root, Mon Dec 23 19:30:34 2002 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
12Coro/Signal.pm 14Coro/Signal.pm
13Coro/Semaphore.pm 15Coro/Semaphore.pm
16Coro/SemaphoreSet.pm
14Coro/Channel.pm 17Coro/Channel.pm
15Coro/Cont.pm 18Coro/Cont.pm
16Coro/Specific.pm 19Coro/Specific.pm
17Coro/Event.pm
18Coro/Handle.pm
19Coro/Socket.pm
20Coro/RWLock.pm 20Coro/RWLock.pm
21Coro/Util.pm 21Coro/Timer.pm
22Coro/MakeMaker.pm
23Coro/CoroAPI.h
24
22Coro/libcoro/LICENSE 25Coro/libcoro/LICENSE
23Coro/libcoro/coro.h 26Coro/libcoro/coro.h
24Coro/libcoro/coro.c 27Coro/libcoro/coro.c
28Coro/libcoro/conftest.c
29
30t/00_basic.t
31t/01_process.t
32t/02_channel.t
33t/03_cont.t
34t/04_rwlock.t
35t/05_specific.t
36t/06_prio.t
37t/07_eval.t
38t/08_join.t
39t/09_timer.t
40
41Event/Makefile.PL
42Event/Event.pm
43Event/Event.xs
44Event/Util.pm
45Event/Handle.pm
46Event/Socket.pm
47
48Event/t/00_basic.t
49Event/t/01_unblock.t
50
25eg/bench 51eg/bench
26eg/prodcons1 52eg/prodcons1
27eg/prodcons2 53eg/prodcons2
28eg/prodcons3 54eg/prodcons3
29eg/attributes 55eg/attributes
30eg/cont 56eg/cont
31eg/event 57eg/event
32eg/lwp 58eg/lwp
33eg/dns 59eg/dns
34eg/myhttpd 60eg/myhttpd
35t/00_basic.t 61eg/readline
36t/01_process.t
37t/02_channel.t
38t/03_cont.t
39t/04_rwlock.t
40t/05_specific.t
41 62

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines