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

Comparing Coro/MANIFEST (file contents):
Revision 1.1 by root, Tue Jul 3 02:53:34 2001 UTC vs.
Revision 1.27 by root, Tue Nov 6 23:33:22 2001 UTC

1README 1README
2Changes 2Changes
3MANIFEST 3MANIFEST
4COPYING 4COPYING
5INSTALL
5Makefile.PL 6Makefile.PL
7
6Coro.pm 8Coro.pm
7Coro.xs 9Coro/Makefile.PL
8typemap 10Coro/typemap
11Coro/State.pm
12Coro/State.xs
13Coro/Signal.pm
14Coro/Semaphore.pm
15Coro/SemaphoreSet.pm
16Coro/Channel.pm
17Coro/Cont.pm
18Coro/Specific.pm
19Coro/RWLock.pm
20Coro/MakeMaker.pm
21Coro/CoroAPI.h
22
23Coro/libcoro/LICENSE
24Coro/libcoro/coro.h
25Coro/libcoro/coro.c
26Coro/libcoro/conftest.c
27
9t/00_basic.t 28t/00_basic.t
29t/01_process.t
30t/02_channel.t
31t/03_cont.t
32t/04_rwlock.t
33t/05_specific.t
34t/06_prio.t
35t/07_eval.t
36t/08_join.t
37
38Event/Makefile.PL
39Event/Event.pm
40Event/Event.xs
41Event/Util.pm
42Event/Handle.pm
43Event/Socket.pm
44
45Event/t/00_basic.t
46Event/t/01_unblock.t
47
48eg/bench
49eg/prodcons1
50eg/prodcons2
51eg/prodcons3
52eg/attributes
53eg/cont
54eg/event
55eg/lwp
56eg/dns
57eg/myhttpd
58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines