summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* prevent rare Perl hang on VMSCraig A. Berry2000-08-251-0/+9
| | | | | Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01> p4raw-id: //depot/perl@6809
* Fix a dependency problem.Peter Prymmer2000-08-151-1/+1
| | | | | | Subject: [PATCH: 6640] VMS Makefile.SH update Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com> p4raw-id: //depot/perl@6646
* VMS configure.com update continues.Jarkko Hietaniemi2000-08-141-5579/+0
| | | p4raw-id: //depot/perl@6613
* Should have deleted this in #6603.Jarkko Hietaniemi2000-08-131-4450/+0
| | | p4raw-id: //depot/perl@6604
* Rewrite of vms/subconfigure.com as configure.com,Jarkko Hietaniemi2000-08-121-0/+5579
| | | | | from Peter Prymmer and the vmsperl crew. p4raw-id: //depot/perl@6603
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-1/+1
| | | | | | (either perlbug or p5p ate the original), plus regen perlapi and perltoc. p4raw-id: //depot/perl@6553
* bug fix for munchconfig (turned up by CXX)Peter Prymmer2000-07-261-2/+1
| | | | | Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com> p4raw-id: //depot/perl@6440
* another VMS build tweak from Peter PrymmerJarkko Hietaniemi2000-07-151-1/+4
| | | p4raw-id: //depot/perl@6414
* perlvms.pod whitespace cleanup to keep pod utils happy.Jarkko Hietaniemi2000-07-151-12/+14
| | | p4raw-id: //depot/perl@6413
* thinko fix in vms/descrip_mms.template, the win32.pod in lib,Jarkko Hietaniemi2000-07-141-1/+1
| | | | | not in pod, from Peter Prymmer p4raw-id: //depot/perl@6409
* typo fix from Craig BerryJarkko Hietaniemi2000-07-131-1/+1
| | | p4raw-id: //depot/cfgperl@6391
* Integrate with Sarathy.Jarkko Hietaniemi2000-06-302-0/+34
|\ | | | | p4raw-id: //depot/cfgperl@6290
| * integrate vmsperl changes into mainlineGurusamy Sarathy2000-06-302-0/+34
| |\ | | | | | | p4raw-id: //depot/perl@6287
| | * Add fallback to tmpfile for use in cases where user's relying onCharles Bailey2000-05-292-0/+34
| | | | | | | | | | | | | | | | | | ACLs on SYS$SCRATCH to permit file creation. (based on Charles Lane's patch) p4raw-id: //depot/vmsperl@6158
* | | ITHREADs for VMSDan Sugalski2000-06-291-1/+1
| | | | | | | | | | | | | | | Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48> p4raw-id: //depot/cfgperl@6282
* | | XS module loading fixup for VMSDan Sugalski2000-06-251-0/+77
| | | | | | | | | | | | | | | Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48> p4raw-id: //depot/cfgperl@6238
* | | Make perl's malloc work on VMSDan Sugalski2000-06-031-2/+6
| | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org, vmsperl@perl.org Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48> p4raw-id: //depot/cfgperl@6199
* | | VMS fixups so we can build with MULTIPLICITYDan Sugalski2000-06-032-82/+130
|/ / | | | | | | | | | | | | To: vmsperl@perl.org, perl5-porters@perl.org Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48> Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48> p4raw-id: //depot/cfgperl@6198
* | fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+6
| | | | | | p4raw-id: //depot/perl@6194
* | Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-301-0/+6
| | | | | | | | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-291-0/+1
|\ \ | | | | | | p4raw-id: //depot/cfgperl@6156
| * | add a make entry to Config.pm so "perl -V:make" works on VMSGurusamy Sarathy2000-05-281-0/+1
| | | | | | | | | | | | | | | (from Peter Prymmer) p4raw-id: //depot/perl@6147
* | | Integrate with Sarathy.Jarkko Hietaniemi2000-05-285-52/+56
|\ \ \ | |/ / | | | p4raw-id: //depot/cfgperl@6140
| * | VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)Gurusamy Sarathy2000-05-281-1/+2
| | | | | | | | | p4raw-id: //depot/perl@6129
| * | integrate vmsperl contents into mainlineGurusamy Sarathy2000-05-285-51/+54
| |\ \ | | |/ | | | p4raw-id: //depot/perl@6124
| | * Quiet error messages in vmsish.t (Charles Lane)Charles Bailey2000-05-251-0/+1
| | | | | | | | | p4raw-id: //depot/vmsperl@6119
| | * Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)Charles Bailey2000-05-251-43/+34
| | | | | | | | | | | | | | | Flatten case labels in switch statements uniformly (Charles Bailey) p4raw-id: //depot/vmsperl@6118
| | * Treat sockets as special in sys(read|write) (Charles Lane et al.)Charles Bailey2000-05-251-0/+2
| | | | | | | | | p4raw-id: //depot/vmsperl@6117
| | * Add bounds checking for several strings (Charles Lane)Charles Bailey2000-05-251-4/+7
| | | | | | | | | p4raw-id: //depot/vmsperl@6115
| | * Urk -- undo previous removal of vmsish 'exit' changeCharles Bailey2000-05-252-8/+16
| | | | | | | | | p4raw-id: //depot/vmsperl@6114
| | * Ugly workaround for version-specific RTL errorCharles Bailey2000-05-241-0/+6
| | | | | | | | | p4raw-id: //depot/vmsperl@6113
| | * Check for existence of file before trying to deleteCharles Bailey2000-05-241-1/+1
| | | | | | | | | p4raw-id: //depot/vmsperl@6112
| | * Resync with mainline prior to post-5.6.0 updatesCharles Bailey2000-05-236-12/+113
| | | | | | | | | p4raw-id: //depot/vmsperl@6111
| | * Remove obsolete DCL symbol from subconfigure.comCharles Bailey2000-03-151-2/+2
| | | | | | | | | p4raw-id: //depot/vmsperl@5751
| | * Assorted configuration cleanups (Peter Prymmer, and aCharles Bailey2000-03-131-231/+150
| | | | | | | | | | | | | | | bit from Charles Bailey and Dan Sugalski) p4raw-id: //depot/vmsperl@5694
| | * Add vmsish 'hushed' option to suppress error messages at exitCharles Bailey2000-03-134-17/+50
| | | | | | | | | p4raw-id: //depot/vmsperl@5693
| | * Fix inverted test conditions for secure lnm translationCharles Bailey2000-03-131-2/+2
| | | | | | | | | | | | | | | and default file types. (Dan Sugalski) p4raw-id: //depot/vmsperl@5692
| | * Resync with mainline post RC1Charles Bailey2000-03-134-9/+73
| | |\ | | | | | | | | p4raw-id: //depot/vmsperl@5690
| | * | Update File::Spec::VMS and testsCharles Bailey2000-03-132-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | Since reduce_ricochet has been removed from File::Spec, revert changes to VMS::Filespec::vmsify made to accomodate it. p4raw-id: //depot/vmsperl@5689
| | * | Basic 5.6.0 RC1 build patches for VMSCharles Bailey2000-03-131-5/+36
| | | | | | | | | | | | p4raw-id: //depot/vmsperl@5688
* | | | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-071-6/+0
|/ / / | | | | | | | | | | | | | | | because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
* | | workaround for CRT bug in chdir() (from Charles Lane, viaGurusamy Sarathy2000-05-072-1/+28
| | | | | | | | | | | | | | | Peter Prymmer) p4raw-id: //depot/perl@6078
* | | VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)Gurusamy Sarathy2000-04-281-0/+4
| | | | | | | | | p4raw-id: //depot/perl@6008
* | | support additional library locations via $Config{otherlibdirs}Gurusamy Sarathy2000-04-281-0/+4
| | | | | | | | | | | | | | | (from Andy Dougherty) p4raw-id: //depot/perl@6001
* | | Integrate with Sarathy.Jarkko Hietaniemi2000-04-261-3/+3
|\ \ \ | | | | | | | | p4raw-id: //depot/cfgperl@5953
| * | | more pod nits (from Larry Virden)Gurusamy Sarathy2000-04-241-3/+3
| | | | | | | | | | | | p4raw-id: //depot/perl@5939
* | | | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-241-0/+11
|/ / / | | | | | | | | | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943
* | | pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)Gurusamy Sarathy2000-03-191-1/+1
| | | | | | | | | p4raw-id: //depot/perl@5823
* | | integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-191-0/+4
|\ \ \ | | | | | | | | p4raw-id: //depot/perl@5822
| * | | (Re-)introduce $uidsign and $gidsign.Jarkko Hietaniemi2000-03-181-0/+4
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@5808