diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-07-07 05:32:53 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-08 07:12:47 +0000 |
commit | 0ade19845bc827615a636e5c073d498c2244ec07 (patch) | |
tree | b25ebb72b2e377b5783ce95110d54bd7c6bfc6c5 /ext/IPC/SysV/ChangeLog | |
parent | 569536030df0016c037f85e8e6d3ef93f000c47a (diff) | |
download | perl-0ade19845bc827615a636e5c073d498c2244ec07.tar.gz |
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
Diffstat (limited to 'ext/IPC/SysV/ChangeLog')
-rw-r--r-- | ext/IPC/SysV/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ext/IPC/SysV/ChangeLog b/ext/IPC/SysV/ChangeLog new file mode 100644 index 0000000000..fff95bec43 --- /dev/null +++ b/ext/IPC/SysV/ChangeLog @@ -0,0 +1,28 @@ +Fri Jul 3 15:06:40 1998 Jarkko Hietaniemi <jhi@iki.fi> + + - Integrated IPC::SysV 1.03 to Perl 5.004_69. + +Change 142 on 1998/05/31 by <gbarr@pobox.com> (Graham Barr) + + - Changed SHMLBA from a constSUB to an XS sub as on some systems it is not + a constant + - Added a missing MODULE line to SysV.xs so ftok is defined in IPC::SysV + +Change 138 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr) + + Applied patch from Jarkko Hietaniemi to add constats for UNICOS + + Reduced size of XS object by changing constant sub definition + into a loop + + Updated POD to include ftok() + +Change 135 on 1998/05/18 by <gbarr@pobox.com> (Graham Barr) + + applied changes from Jarkko Hietaniemi <jhi@iki.fi> to add + new constants and ftok + + fixed to compile with >5.004_50 + + surrounded newCONSTSUB with #ifndef as perl now defines this itself + |