summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-081-0/+5
|\ | | | | p4raw-id: //depot/perl@5611
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-083-4/+62
| |\ | | | | | | p4raw-id: //depot/cfgperl@5608
| * | circumvent VMS fileno bug in old DEC C versionCraig A. Berry2000-03-061-0/+5
| | | | | | | | | | | | | | | | | | | | | To: vmsperl@perl.org, perl5-porters@perl.org Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com> p4raw-id: //depot/cfgperl@5588
* | | add missing locks for op refcountsGurusamy Sarathy2000-03-081-1/+1
| |/ |/| | | p4raw-id: //depot/perl@5610
* | VMS build patch (from Peter Prymmer)Gurusamy Sarathy2000-03-073-4/+62
|/ | | p4raw-id: //depot/perl@5605
* 64-bit build fix on VMS (from Dan Sugalski)Gurusamy Sarathy2000-03-061-0/+3
| | | p4raw-id: //depot/perl@5579
* Skip openpid.t while VMS subprocess intercommunication in flux (several ↵Charles Bailey2000-03-061-1/+1
| | | | | vmsperlers) p4raw-id: //depot/vmsperl@5573
* Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)Charles Bailey2000-03-061-1/+5
| | | p4raw-id: //depot/vmsperl@5567
* Change $Config{'extensions'} to look Unixy (Charles Lane)Charles Bailey2000-03-061-0/+1
| | | | | FIx logic error in glob-basic.t (Charles Lane) p4raw-id: //depot/vmsperl@5566
* Resync with mainline, update test in vmsfspec.tCharles Bailey2000-03-062-1/+3
|\ | | | | p4raw-id: //depot/vmsperl@5564
| * integrate cfgperl and vmsperl contents into mainlineGurusamy Sarathy2000-03-037-13/+66
| |\ | | | | | | p4raw-id: //depot/perl@5486
| | * Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-031-0/+2
| |/ | | | | | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
* | Downcase function call to hush picky ccCharles Bailey2000-03-061-10/+10
| | | | | | p4raw-id: //depot/vmsperl@5562
* | Set up Perl invocation method during configuration (Peter Prymmer)Charles Bailey2000-03-031-1/+11
| | | | | | | | | | Add missing bits to various utilities and install them (ditto) p4raw-id: //depot/vmsperl@5480
* | Fix test to match new behavior of vmsify() (Craig Berry)Charles Bailey2000-03-031-1/+1
| | | | | | p4raw-id: //depot/vmsperl@5479
* | Try to intuit whether typeless file invoked in subprocessCharles Bailey2000-03-032-4/+42
| | | | | | | | | | is an executable image or DCL procedure. p4raw-id: //depot/vmsperl@5478
* | Remove leftover bits of VAXC support (Dan Sugalski)Charles Bailey2000-03-031-6/+0
| | | | | | p4raw-id: //depot/vmsperl@5477
* | Add missing declaration (Dan Sugalski)Charles Bailey2000-03-031-0/+1
| | | | | | p4raw-id: //depot/vmsperl@5476
* | Ad hoc patch for duping stdout into stderrCharles Bailey2000-03-031-0/+4
| | | | | | p4raw-id: //depot/vmsperl@5474
* | Bypass PERL_INC_VERSION_LIST until we support in in Configure.ComCharles Bailey2000-03-032-1/+5
|/ | | p4raw-id: //depot/vmsperl@5473
* YA sync with mainlineCharles Bailey2000-03-021-0/+4
|\ | | | | p4raw-id: //depot/vmsperl@5435
| * consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-014-14/+16
| | | | | | | | | | | | <craig.berry@metamorgs.com>); Glob.pm patch modified to use $DEFAULT_FLAGS, and iff no flags were supplied p4raw-id: //depot/perl@5397
| * integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-011-0/+2
| |\ | | | | | | p4raw-id: //depot/perl@5385
| | * Add libsunmath (long double math library for Solaris,Jarkko Hietaniemi2000-02-291-0/+2
| | | | | | | | | | | | | | | SUNWspro cc only) awareness; fix various Solaris nits. p4raw-id: //depot/cfgperl@5374
| * | VMS fixups (from Dan Sugalski); cosmetic tweaksGurusamy Sarathy2000-02-291-0/+7
| |/ | | | | p4raw-id: //depot/perl@5378
| * The sprintf option was blithely printing long doubles asJarkko Hietaniemi2000-02-291-0/+2
| | | | | | | | | | | | doubles (spotted by Spider Boardman); dqgcvt() wasn't ever being used; made the test more thorough. p4raw-id: //depot/cfgperl@5358
* | Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)Charles Bailey2000-03-021-2/+15
| | | | | | p4raw-id: //depot/vmsperl@5433
* | Update dependencies and remove obsolete VAXC supportCharles Bailey2000-03-021-224/+168
| | | | | | p4raw-id: //depot/vmsperl@5432
* | Rmeove obsolete VAXC supportCharles Bailey2000-03-021-68/+1
| | | | | | p4raw-id: //depot/vmsperl@5431
* | Minor updates to subconfigure.com:Charles Bailey2000-03-021-26/+21
| | | | | | | | | | | | | | | | - remove old VAXC support - avoid echoing commands to tempfiles - fix typos - define 64bit symbols (as "undef") when not using 64 bit support p4raw-id: //depot/vmsperl@5430
* | Optional warning for truncated logical name equivalence string (Dan Sugalski)Charles Bailey2000-03-021-0/+6
| | | | | | p4raw-id: //depot/vmsperl@5428
* | FIx no-op in vms.cCharles Bailey2000-03-021-1/+1
| | | | | | p4raw-id: //depot/vmsperl@5427
* | MIscellaneous tweaks to test and driver (Charles Lane)Charles Bailey2000-03-021-3/+3
| | | | | | p4raw-id: //depot/vmsperl@5426
* | Miscellaneous fixes to build procedures (Peter Prymmer)Charles Bailey2000-03-021-7/+6
|/ | | p4raw-id: //depot/vmsperl@5418
* Support case-sensitive symbols usage in linkerCharles Bailey2000-02-281-6/+8
| | | p4raw-id: //depot/vmsperl@5302
* Free $PARSE context after lookupsCharles Bailey2000-02-281-7/+32
| | | p4raw-id: //depot/vmsperl@5301
* Don't wait for subprocess to read final EOFCharles Bailey2000-02-281-1/+1
| | | p4raw-id: //depot/vmsperl@5300
* Dan Sugalski's config/build changes to .660Charles Bailey2000-02-282-13/+39
| | | p4raw-id: //depot/vmsperl@5299
* Impose security constraints on lnm lookup only if taintingCharles Bailey2000-02-271-0/+4
| | | p4raw-id: //depot/vmsperl@5282
* Add new File::Spec::VMS methodsCharles Bailey2000-02-271-9/+5
| | | | | | Don't add implicit device in VMS <-> Unix filespec translation Make File::Spec::Unix{rel2abs|abs2rel} OS-independent p4raw-id: //depot/vmsperl@5281
* Accept filespecs as command verbs for subprocessesCharles Bailey2000-02-272-47/+82
| | | p4raw-id: //depot/vmsperl@5280
* VMS patch (from Peter Prymmer)Gurusamy Sarathy2000-02-263-12/+15
| | | p4raw-id: //depot/perl@5271
* Resync with mainlineCharles Bailey2000-02-262-35/+504
|\ | | | | p4raw-id: //depot/vmsperl@5269
| * Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-14/+14
| | | | | | | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
| * Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-251-0/+18
| | | | | | | | | | | | add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX lands; regen Configure. p4raw-id: //depot/cfgperl@5259
| * More VMS patches from Peter Prymmer.Jarkko Hietaniemi2000-02-241-0/+3
| | | | | | p4raw-id: //depot/cfgperl@5245
| * VMS patch from Peter Prymmer; use full_ar.Jarkko Hietaniemi2000-02-241-0/+2
| | | | | | p4raw-id: //depot/cfgperl@5240
| * VMS patch from Peter Prymmer.Jarkko Hietaniemi2000-02-241-4/+51
| | | | | | p4raw-id: //depot/cfgperl@5233
| * VMS build patchesDan Sugalski2000-02-232-8/+206
| | | | | | | | | | | | | | | | To: perl5-porters@perl.org, vmsperl@perl.org Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48> (the patch was mangled, had to be manually applied) p4raw-id: //depot/cfgperl@5224
| * README.vms and related updates (from Peter Prymmer <pvhp@best.com>)Gurusamy Sarathy2000-02-201-15/+141
| | | | | | p4raw-id: //depot/perl@5158