diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-06 17:18:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-06 17:18:39 +0000 |
commit | 24e8e38014028731fb2fddf4fe788525eb66a6b5 (patch) | |
tree | 73f8787e5729b6649526706dd34657ea8ca2581b /vos/Changes | |
parent | 18b095192e336ba31465f4d3dab1ecc90871c3a9 (diff) | |
download | perl-24e8e38014028731fb2fddf4fe788525eb66a6b5.tar.gz |
VOS port updates (from Paul Green <Paul_Green@stratus.com>)
p4raw-id: //depot/perl@5005
Diffstat (limited to 'vos/Changes')
-rw-r--r-- | vos/Changes | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/vos/Changes b/vos/Changes index 42262a93fb..9af03d1c5f 100644 --- a/vos/Changes +++ b/vos/Changes @@ -1,6 +1,22 @@ This file documents the changes made to port Perl to the Stratus VOS operating system. +After 5.005_63: + Supplied "config.pl" perl script that takes "config_h.SH_orig" + and "config.def" as input and produces "config.h.new". + With some luck, you will just need to edit "config.def" + to create a new port. + Updated "build.cm". + Updated "compile_perl.cm". + Added "config.def". + Updated "config.h". + Added "config.pl". + Updated "config_h.SH_orig". + Updated "perl.bind". + Updated "README.vos". + Updated "vos_dummies.c". + Updated "vosish.h". + after 5.005_02: Initial release. Supplied "build.cm" command macro to build perl. @@ -10,7 +26,7 @@ after 5.005_02: Supplied "config.h" to configure Perl 5 to VOS. Unfortunately, since VOS does not have the configure tool, this file was built by hand by editing "config_h.SH". - Supplied "config_h.SH.orig", which is the version of this file + Supplied "config_h.SH_orig", which is the version of this file that was current for version 5.005_02. Use this to discover any subsequent changes to config_h.SH that must be hand-copied into the real config.h. |