summaryrefslogtreecommitdiff
path: root/hints/vos.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update VOS hints file to use dynamic linking and 64-bit stream filesPaul Green2013-03-191-22/+34
|
* Build perl using the dynamic linking capabilities of OpenVOS Release 17.1. ↵Paul Green2011-11-041-93/+25
| | | | Remove private copies of some POSIX functions that are now implemented by OpenVOS.
* Patch for Stratus VOS for extended file namesPaul Green2010-10-061-1/+1
| | | | | | | | | | | | The attached 1-line patch to hints/vos.sh defines a C macro that enables support for file names longer than 32 characters on the Stratus OpenVOS port of perl. As there are now some files in the base package whose names exceed 32 chars, this is an important change. This change only applies to OpenVOS (horay for the hints files)! I tested this change on OpenVOS Release 17.0.2ab. I have also updated the .pod files that refer to VOS/OpenVOS.
* RE: Perl @ 33218 (Stratus VOS patches)Paul Green2008-02-081-5/+15
| | | | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <F5F42E77A43DD944B6D664B00A5401CB037149FF@EXNA.corp.stratus.com> Includes a fix to the patch to ext/Time/HiRes/Makefile.PL p4raw-id: //depot/perl@33259
* gcc -dumpversion is at least supported back to 2.7.x andH.Merijn Brand2007-01-121-1/+1
| | | | | | thus seems to be much more defensive against upcoming version reporting format changes. p4raw-id: //depot/perl@29777
* Fix perl 5.8 and 5.9 to build on latest VOSPaul Green2003-11-281-0/+2
| | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com> p4raw-id: //depot/perl@21795
* More nanosleep removal.Jarkko Hietaniemi2003-07-011-2/+0
| | | p4raw-id: //depot/perl@19899
* [patch] fix HiRes.t failures on Stratus VOSPaul Green2003-04-011-0/+4
| | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com> p4raw-id: //depot/perl@19124
* Re: [ PATCH ] AIX 4.3 / gcc / threadsH.Merijn Brand2002-05-161-2/+5
| | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl> gcc 3 version parsing proofing. p4raw-id: //depot/perl@16629
* (Updated) Work around bug in gcc 2.95.2 on hppa targetsPaul Green2002-04-231-0/+50
| | | | | Message-Id: <200204230034.UAA01134@mailhub2.stratus.com> p4raw-id: //depot/perl@16092
* cleanup ./hints/vos.shPaul Green2002-04-221-4/+0
| | | | | Message-Id: <200204221926.PAA05539@mailhub1.stratus.com> p4raw-id: //depot/perl@16086
* Neuter socketpair on Stratus VOSPaul Green2002-03-281-0/+3
| | | | | Message-Id: <200203281246.HAA14426@mailhub1.stratus.com> p4raw-id: //depot/perl@15582
* perl/hints/vos.shPaul Green2002-02-271-0/+9
| | | | | Message-Id: <200202262021.PAA24979@mailhub1.stratus.com> p4raw-id: //depot/perl@14890
* Support truncate() in VOS portPaul Green2002-01-221-1/+9
| | | | | Message-Id: <200201220428.XAA15304@mailhub1.stratus.com> p4raw-id: //depot/perl@14376
* More fixes for Stratus VOSPaul Green2002-01-121-0/+3
| | | | | Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com> p4raw-id: //depot/perl@14212
* Correct several Stratus VOS build issuesPaul Green2002-01-061-1/+1
| | | | | Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com> p4raw-id: //depot/perl@14100
* VOS tweaks from Paul Green.Jarkko Hietaniemi2001-12-291-4/+7
| | | | | | | The Configure tweaks: the _exe needs to be set after the init; VOS has fd 3 hardwired to /dev/tty; the grep/ln/make substitutions really need to stick. p4raw-id: //depot/perl@13932
* VOS config from Paul Green.Jarkko Hietaniemi2001-12-211-0/+5
| | | p4raw-id: //depot/perl@13841
* ".pm" is the native executable suffix in VOS.Jarkko Hietaniemi2001-12-181-0/+5
| | | p4raw-id: //depot/perl@13762
* Add a Configure hints file for VOS: the POSIX supportJarkko Hietaniemi2001-12-141-0/+60
of VOS is getting close to the point where it can run Configure (some Configure tweaks will be required). p4raw-id: //depot/perl@13688