summaryrefslogtreecommitdiff
path: root/vos/Changes
diff options
context:
space:
mode:
authorGreen, Paul <pgreen@seussnt.stratus.com>1998-09-09 20:02:07 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 09:21:11 +0000
commit495c5fdc8fec0d7d0f72a84d44bb3e7cfc448d43 (patch)
tree177a1786dbe4f22a002ec51cd7ceb44b1857fc51 /vos/Changes
parentbd3fa61ce4cf706aee95ff3241fb1c7b94ddf61a (diff)
downloadperl-495c5fdc8fec0d7d0f72a84d44bb3e7cfc448d43.tar.gz
RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com> p4raw-id: //depot/perl@1838
Diffstat (limited to 'vos/Changes')
-rw-r--r--vos/Changes23
1 files changed, 23 insertions, 0 deletions
diff --git a/vos/Changes b/vos/Changes
new file mode 100644
index 0000000000..42262a93fb
--- /dev/null
+++ b/vos/Changes
@@ -0,0 +1,23 @@
+This file documents the changes made to port Perl to the Stratus
+VOS operating system.
+
+after 5.005_02:
+ Initial release.
+ Supplied "build.cm" command macro to build perl.
+ Supplied "Changes" to document the change history.
+ Supplied "compile_perl.cm" to launch processes to compile all
+ four versions of the Perl 5 binaries.
+ 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
+ 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.
+ Supplied "perl.bind" to control the VOS binder.
+ Supplied "README.vos" to describe the VOS port.
+ Supplied "test_vos_dummies.c" to test the VOS dummy functions.
+ Supplied "vos_dummies.c" to trap unimplemented POSIX functions.
+ Supplied "vosish.h" to configure Perl 5 to VOS.
+
+(end)