This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
final touches for lexical warnings (from Paul Marquess)
[perl5.git] / vos / Changes
1 This file documents the changes made to port Perl to the Stratus
2 VOS operating system.
3
4 After 5.005_63:
5      Supplied "config.pl" perl script that takes "config_h.SH_orig"
6           and "config.def" as input and produces "config.h.new".
7           With some luck, you will just need to edit "config.def"
8           to create a new port.
9      Updated "build.cm".
10      Updated "compile_perl.cm".
11      Added   "config.def".
12      Updated "config.h".
13      Added   "config.pl".
14      Updated "config_h.SH_orig".
15      Updated "perl.bind".
16      Updated "README.vos".
17      Updated "vos_dummies.c".
18      Updated "vosish.h".
19
20 after 5.005_02:
21      Initial release.
22      Supplied "build.cm" command macro to build perl.
23      Supplied "Changes" to document the change history.
24      Supplied "compile_perl.cm" to launch processes to compile all
25           four versions of the Perl 5 binaries.
26      Supplied "config.h" to configure Perl 5 to VOS. Unfortunately,
27           since VOS does not have the configure tool, this file was
28           built by hand by editing "config_h.SH".
29      Supplied "config_h.SH_orig", which is the version of this file
30           that was current for version 5.005_02. Use this to discover
31           any subsequent changes to config_h.SH that must be
32           hand-copied into the real config.h.
33      Supplied "perl.bind" to control the VOS binder.
34      Supplied "README.vos" to describe the VOS port.
35      Supplied "test_vos_dummies.c" to test the VOS dummy functions.
36      Supplied "vos_dummies.c" to trap unimplemented POSIX functions.
37      Supplied "vosish.h" to configure Perl 5 to VOS.
38      
39 (end)