add extension to support SysV IPC
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 7 Jul 1998 02:32:53 +0000 (05:32 +0300)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 8 Jul 1998 07:12:47 +0000 (07:12 +0000)
commit0ade19845bc827615a636e5c073d498c2244ec07
treeb25ebb72b2e377b5783ce95110d54bd7c6bfc6c5
parent569536030df0016c037f85e8e6d3ef93f000c47a
add extension to support SysV IPC
Message-Id: <199807062332.CAA25792@alpha.hut.fi>
Subject: [PATCH] 5.004_70: IPC::SysV

p4raw-id: //depot/perl@1372
16 files changed:
Configure
MANIFEST
ext/IPC/SysV/ChangeLog [new file with mode: 0644]
ext/IPC/SysV/MANIFEST [new file with mode: 0644]
ext/IPC/SysV/Makefile.PL [new file with mode: 0644]
ext/IPC/SysV/Msg.pm [new file with mode: 0644]
ext/IPC/SysV/README [new file with mode: 0644]
ext/IPC/SysV/Semaphore.pm [new file with mode: 0644]
ext/IPC/SysV/SysV.pm [new file with mode: 0644]
ext/IPC/SysV/SysV.xs [new file with mode: 0644]
ext/IPC/SysV/t/msg.t [new file with mode: 0755]
ext/IPC/SysV/t/sem.t [new file with mode: 0755]
pod/perlfunc.pod
pod/perlipc.pod
t/op/ipcmsg.t
t/op/ipcsem.t