diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-03-06 03:36:26 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-03-06 03:36:26 +0000 |
commit | 0e08ca381f8813b31ef48a5f68f55a9ff72d9bf7 (patch) | |
tree | ad294c6897d83b36c83922d77b79b44850e9bd96 /vms | |
parent | b08af3f06f04d8027055abe38ae36f4437ae13c9 (diff) | |
parent | 0b7031a26bc1dac055a802438072e3a031175a8d (diff) | |
download | perl-0e08ca381f8813b31ef48a5f68f55a9ff72d9bf7.tar.gz |
Resync with mainline, update test in vmsfspec.t
p4raw-id: //depot/vmsperl@5564
Diffstat (limited to 'vms')
-rw-r--r-- | vms/ext/filespec.t | 2 | ||||
-rw-r--r-- | vms/subconfigure.com | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/vms/ext/filespec.t b/vms/ext/filespec.t index bf0208d94b..31c476a8e6 100644 --- a/vms/ext/filespec.t +++ b/vms/ext/filespec.t @@ -139,7 +139,7 @@ path vmspath [.path] / vmspath sys$disk:[000000] # Redundant characters in Unix paths -//some/where//over/../the.rainbow vmsify some:[where]the.rainbow +//some/where//over/../the.rainbow vmsify some:[where.over.-]the.rainbow /some/where//over/./the.rainbow vmsify some:[where.over]the.rainbow ..//../ vmspath [--] ./././ vmspath [] diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 9936204e40..1686c663de 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -75,6 +75,7 @@ $ perl_d_sqrtl = "define" $ perl_d_statfs_f_flags = "undef" $ perl_d_statfs_s = "undef" $ perl_d_ustat = "undef" +$ perl_i_ieeefp = "undef" $ perl_i_sunmath = "undef" $ perl_i_sysstatfs = "undef" $ perl_i_sysvfs = "undef" @@ -4003,6 +4004,7 @@ $ WC "d_gethname='" + perl_d_gethname + "'" $ WC "d_phostname='" + perl_d_phostname + "'" $ WC "d_accessx='" + perl_d_accessx + "'" $ WC "d_eaccess='" + perl_d_eaccess + "'" +$ WC "i_ieeefp='" + perl_i_ieeefp + "'" $ WC "i_sunmath='" + perl_i_sunmath + "'" $ WC "i_sysaccess='" + perl_i_sysaccess + "'" $ WC "i_syssecrt='" + perl_i_syssecrt + "'" |