summaryrefslogtreecommitdiff
path: root/vos/Changes
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-24 19:10:33 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-24 19:10:33 +0000
commit5b8c1387d8b2fe34154451bb2cea5895305c0541 (patch)
tree680d845faf19276a6a289bdc66c419ef12e0f60d /vos/Changes
parenta7ffa9b9a1a8caeff31a83d25b70b5aca6ba0d12 (diff)
downloadperl-5b8c1387d8b2fe34154451bb2cea5895305c0541.tar.gz
Stratus VOS updates from Paul Green.
p4raw-id: //depot/perl@7428
Diffstat (limited to 'vos/Changes')
-rw-r--r--vos/Changes26
1 files changed, 26 insertions, 0 deletions
diff --git a/vos/Changes b/vos/Changes
index 9af03d1c5f..ba0856ac94 100644
--- a/vos/Changes
+++ b/vos/Changes
@@ -1,6 +1,32 @@
This file documents the changes made to port Perl to the Stratus
VOS operating system.
+For 5.7:
+ Updated "build.cm" to build perl using either the alpha or GA
+ version of POSIX.
+ Updated "Changes".
+ Updated "compile_perl.cm" to use either the alpha or GA
+ version of POSIX.
+ Split "config.def" into config.alpha.def and config.ga.def;
+ one for each version. Use the configure_perl.cm macro
+ to select the appropriate version.
+ Split "config.h" into config.alpha.h and config.ga.h. Use the
+ configure_perl.cm macro to select the appropriate version.
+ Updated "config.pl". It now diagnoses undefined (missing) and
+ unused substitution variables. When a new version of
+ Perl comes out, run "configure_perl.cm", add any missing
+ definitions to config.*.def, and remove any unused
+ definitions.
+ Removed "config_h.SH_orig". It is no longer needed.
+ Added "configure_perl.cm". It is used to configure perl so that
+ it can be built with either version of VOS POSIX.1 support.
+ Added "install_perl.cm" to install Perl into the appropriate
+ system directories.
+ Updated "perl.bind" to work with either the alpha or GA
+ version of POSIX.
+ Updated "vosish.h" to just use the standard "unixish.h" since
+ there are no changes needed at this time.
+
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".