Home
last modified time | relevance | path

Searched full:vos (Results 1 – 25 of 118) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/perl/vos/
H A DChanges2 VOS operating system.
5 Updated vos hints file (vos.sh) to use the POSIX-2001
8 This version builds on VOS Release 15.3.0.
11 Added support for the syslog family of functions to vos.c.
12 This allows the source code to be built on versions of VOS
16 Removed support for building (mini) perl on VOS using
17 custom VOS command macros. Henceforth, perl must be built
32 For the first time, full perl can now be built on VOS using
33 its native Configure script and makefiles. See README.vos
65 it can be built with either version of VOS POSIX.1 support.
[all …]
H A Dcompile_full_perl.cm3 & using this macro are a VOS Continuum system running
4 & VOS Release 14.5.0 and VOS GNU C/C++ and GNU Tools 2.0.1.
19 &set_string release (before (after (module_info system_release) 'VOS Release ') ' ')
22 &display_line You must be running VOS Release 14.5.0 or later to use this macro.
35 &then !bash vos/configure_full_perl.sh -DDEBUGGING -Doptimize=-g
36 &else !bash vos/configure_full_perl.sh
38 !bash vos/make_full_perl.sh
H A Dvos.c23 /* VOS doesn't supply a truncate function, so we build one up
40 on this fix. We leave all the other cases to the VOS C
H A Dvosish.h7 /* VOS does not support SA_SIGINFO, so undefine the macro. This
/openbsd-src/gnu/usr.bin/perl/hints/
H A Dvos.sh2 # found in VOS 17.1.0 and higher.
19 if test `uname -r | sed -e 's/OpenVOS Release //' -e 's/VOS Release //'` \< "17.1.0"; then
33 # executable suffix in VOS. Talk about cosmic resonance.
52 # Don't use nm. The VOS copy of libc.a is empty.
61 # VOS doesn't need a pager, but perl does.
64 # VOS has a bug that causes _exit() to flush all files.
68 # VOS has a link() function but it is a dummy.
71 # VOS does not have truncate() but we supply one in vos.c
73 archobjs="vos.o"
75 # Help gmake find vos.c
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_VOS.pm14 ExtUtils::MM_VOS - VOS specific subclass of ExtUtils::MM_Unix
24 VOS.
32 Cleanup VOS core files
H A DMM.pm70 $Is{VOS} = $^O eq 'vos';
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlport.pod261 Windows, S<Mac OS>, OS/2, VMS, VOS, S<RISC OS>, and probably others.
265 DOS, OS/2, VMS, VOS, and Windows can work similarly to Unix with C</>
287 VOS perl can emulate Unix filenames with C</> as path separator. The
493 OS/2, and VOS) have required suffixes for executable files;
1150 =head2 VOS
1152 Perl on VOS (also known as OpenVOS) is discussed in F<README.vos>
1153 in the Perl distribution (installed as L<perlvos>). Perl on VOS
1154 can accept either VOS- or Unix-style file specifications as in
1164 Even though VOS allow
1146 =head2 VOS global() section in PLATFORMS
[all...]
H A Dperl5123delta.pod60 =item VOS
62 A few very small changes were made to the build process on VOS to better
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Darith2.t25 if ($^O eq 'vos') {
26 skip "VOS raises SIGFPE instead of producing infinity", 1;
H A Dcrypt.t46 skip ("VOS crypt ignores salt.", 1) if ($^O eq 'vos');
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dexec-bit.t29 if ( $^O eq "vos" ) {
30 skip_all( "VOS combines the read and execute permission bits." );
/openbsd-src/gnu/usr.bin/perl/
H A Dmakedepend.SH133 if [ "$osname" = vos ]; then
134 $sed 's|\.incl\.c|.h|' .deptmp >.deptmp.vos
135 mv -f .deptmp.vos .deptmp
/openbsd-src/gnu/usr.bin/perl/cpan/Perl-OSType/t/
H A DOSType.t62 local $^O = 'vos';
64 ok( is_os_type('VOS'), "$fcn: true" );
/openbsd-src/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/
H A DOSType.pm69 vos VOS
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/
H A Drestrictive-1_4.yml68 Module::Build::Platform::VOS:
69 file: lib/Module/Build/Platform/VOS.pm
H A DMETA-1_4.yml68 Module::Build::Platform::VOS:
69 file: lib/Module/Build/Platform/VOS.pm
H A Dunicode.yml68 Module::Build::Platform::VOS:
69 file: lib/Module/Build/Platform/VOS.pm
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/
H A DMETA-1_4.yml68 Module::Build::Platform::VOS:
69 file: lib/Module/Build/Platform/VOS.pm
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/
H A Dmeta-spec-version-trailing-zeros.yml68 Module::Build::Platform::VOS:
69 file: lib/Module/Build/Platform/VOS.pm
H A Dinvalid-meta-spec-version.yml68 Module::Build::Platform::VOS:
69 file: lib/Module/Build/Platform/VOS.pm
H A DMETA-1_4.yml67 Module::Build::Platform::VOS:
68 file: lib/Module/Build/Platform/VOS.pm
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dsvpeek.t53 if ($^O eq 'vos') {
54 # VOS uses .pm as a required executable suffix
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1597.key18 7a2XmOk/5VOS+Cxq1nYzm7+qUCcxt2ATE4YRM6G/AoGAM91qJx/watUlppdEM9Lv
/openbsd-src/gnu/usr.bin/perl/t/io/
H A Dtell.t156 # Cygwin and VOS differ from other implementations.
165 elsif ($^O eq "vos") {

12345