| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix VMS::Stdio bug introduced in 32713. | Craig A. Berry | 2007-12-31 | 1 | -1/+1 |
* | Nullch and others were still alive and well in some of the operating | Steve Peters | 2007-12-23 | 1 | -10/+10 |
* | One more clean-up for new VMS::Filespec functions. | Craig A. Berry | 2007-12-09 | 1 | -35/+36 |
* | POD improvements for VMS::Filespec. | Craig A. Berry | 2007-12-08 | 1 | -26/+20 |
* | [patch@32376] VMS symbolic links part 4 of 4 - Final part | John E. Malmberg | 2007-11-24 | 1 | -6/+110 |
* | Fix missing PerlIO_releaseFILE in VMS::Stdio::getname(). | Craig A. Berry | 2007-06-14 | 1 | -2/+3 |
* | When trimming long XS symbols on VMS, avoid warnings from operator | Craig A. Berry | 2007-05-18 | 1 | -5/+4 |
* | Make sure escaped dots in filenames are preserved when translating | Craig A. Berry | 2007-03-16 | 1 | -0/+1 |
* | Switch from Carp to plain old warn in vms/ext/XSSymSet.pm | Craig A. Berry | 2007-02-08 | 1 | -4/+3 |
* | When we open a file and pass it along to PerlIO, be sure to enter the | Craig A. Berry | 2006-10-30 | 1 | -7/+6 |
* | fix a doc typo and a warning typo in VMS::DCLsym | Craig A. Berry | 2006-10-10 | 1 | -3/+3 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | more case tolerance for vms/ext/filespec.t | Craig A. Berry | 2006-01-17 | 1 | -4/+4 |
* | [patch] blead@25282 - VMS specific fixes. [2nd try] | John E. Malmberg | 2005-08-11 | 1 | -2/+11 |
* | vms/t/filespec.t tweak | Craig A. Berry | 2004-10-04 | 1 | -1/+1 |
* | Patch for VMS::Filespec | Ken Williams | 2003-09-18 | 1 | -0/+1 |
* | A swath of VERSION patches from Nicholas Clark. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | typo in VMS::Filespec | Ken Williams | 2003-07-24 | 1 | -1/+1 |
* | VMS::Stdio test tweak | Craig A. Berry | 2003-04-27 | 1 | -1/+1 |
* | file spec tweaks for VMS | Craig A. Berry | 2002-09-21 | 1 | -8/+9 |
* | VMS::Stdio fixups for mode arg to PerlIO_importFILE | Craig A. Berry | 2002-07-11 | 1 | -2/+2 |
* | assorted VMS test fix-ups, $Config{prefixexp} revisited | Craig A. Berry | 2002-02-27 | 1 | -1/+1 |
* | (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix) | Craig A. Berry | 2001-12-06 | 1 | -1/+1 |
* | ] VMS-only File::Spec->canonpath fix | Craig A. Berry | 2001-12-06 | 1 | -53/+60 |
* | Add the fruits of Larry Shatzer's version verifying script. | Jarkko Hietaniemi | 2001-11-16 | 1 | -1/+2 |
* | Making vmsish.pm a no-op on non-VMS | Michael G. Schwern | 2001-11-13 | 2 | -292/+0 |
* | [Patch Perl@12856] MULTIPLICITY on VMS | Charles Lane | 2001-11-12 | 1 | -1/+1 |
* | Cleanup & fix of unsafe filename | Michael G. Schwern | 2001-11-09 | 1 | -42/+18 |
* | vmsish fix, ieee rand() cleanup | Charles Lane | 2001-10-19 | 2 | -66/+115 |
* | Bump up version numbers. | Jarkko Hietaniemi | 2001-09-16 | 2 | -2/+2 |
* | build (and test!) VMS::Stdio on VMS | Peter Prymmer | 2001-06-23 | 1 | -10/+15 |
* | PerlIO for VMS | Craig A. Berry | 2001-05-26 | 1 | -26/+40 |
* | VMS updates | Peter Prymmer | 2001-04-26 | 1 | -49/+49 |
* | Re: Errors in core PODs | Michael Stevens | 2001-02-28 | 2 | -7/+7 |
* | fix-up for VMS extensions | Craig A. Berry | 2000-12-17 | 2 | -2/+2 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -1/+0 |
* | miscellaneous typos in 3 pods | Prymmer/Kahn | 2000-10-23 | 1 | -2/+2 |
* | Do away with array context, from Daniel Chetlin <daniel@chetlin.com> | Jarkko Hietaniemi | 2000-08-08 | 1 | -1/+1 |
* | Quiet error messages in vmsish.t (Charles Lane) | Charles Bailey | 2000-05-25 | 1 | -0/+1 |
* | Urk -- undo previous removal of vmsish 'exit' change | Charles Bailey | 2000-05-25 | 1 | -5/+14 |
* | Resync with mainline prior to post-5.6.0 updates | Charles Bailey | 2000-05-23 | 2 | -4/+9 |
* | Add vmsish 'hushed' option to suppress error messages at exit | Charles Bailey | 2000-03-13 | 2 | -17/+47 |
* | Update File::Spec::VMS and tests | Charles Bailey | 2000-03-13 | 1 | -2/+2 |
* | Resync with mainline, update test in vmsfspec.t | Charles Bailey | 2000-03-06 | 1 | -1/+1 |
|\ |
|
| * | integrate cfgperl and vmsperl contents into mainline | Gurusamy Sarathy | 2000-03-03 | 1 | -1/+1 |
* | | Fix test to match new behavior of vmsify() (Craig Berry) | Charles Bailey | 2000-03-03 | 1 | -1/+1 |
|/ |
|
* | applied suggested patch, modulo already applied parts | Charles Bailey | 1999-05-10 | 1 | -1/+1 |
* | applied suggested patch, modulo superseded parts | Charles Bailey | 1999-03-24 | 3 | -12/+79 |
* | To: perl5-porters@perl.org, vmsperl@perl.org | Hans Mulder | 1999-03-02 | 1 | -3/+3 |
* | VMS update, applicable parts of | Hans Mulder | 1999-02-02 | 1 | -14/+16 |