This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a missing #endif forgotten by #4035.
[perl5.git] / vos / Changes
CommitLineData
495c5fdc
PG
1This file documents the changes made to port Perl to the Stratus
2VOS operating system.
3
4after 5.005_02:
5 Initial release.
6 Supplied "build.cm" command macro to build perl.
7 Supplied "Changes" to document the change history.
8 Supplied "compile_perl.cm" to launch processes to compile all
9 four versions of the Perl 5 binaries.
10 Supplied "config.h" to configure Perl 5 to VOS. Unfortunately,
11 since VOS does not have the configure tool, this file was
12 built by hand by editing "config_h.SH".
13 Supplied "config_h.SH.orig", which is the version of this file
14 that was current for version 5.005_02. Use this to discover
15 any subsequent changes to config_h.SH that must be
16 hand-copied into the real config.h.
17 Supplied "perl.bind" to control the VOS binder.
18 Supplied "README.vos" to describe the VOS port.
19 Supplied "test_vos_dummies.c" to test the VOS dummy functions.
20 Supplied "vos_dummies.c" to trap unimplemented POSIX functions.
21 Supplied "vosish.h" to configure Perl 5 to VOS.
22
23(end)