| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix handling of DECC$DISABLE_POSIX_ROOT feature on VMS. | Craig A. Berry | 2009-01-15 | 1 | -6/+7 |
* | vms rmsexpand refactor | John Malmberg | 2009-01-15 | 1 | -131/+210 |
* | vms - unixspec refactor | John Malmberg | 2009-01-13 | 1 | -30/+156 |
* | vms - vmsspec refactor | John Malmberg | 2009-01-12 | 1 | -30/+181 |
* | more vms thread ctx fixes | John Malmberg | 2009-01-11 | 1 | -13/+23 |
* | vms setup_cmddsc buffer fixes. | John Malmberg | 2009-01-10 | 1 | -5/+31 |
* | Revision to thread context fixes from ebd4d70bfcb408fd33ee8841c43d30ca8408b19d | Craig A. Berry | 2009-01-10 | 1 | -6/+6 |
* | simple_trnlnm needs an actual length as its last argument. | Craig A. Berry | 2009-01-09 | 1 | -9/+9 |
* | vms.c backslash efs and long name fixes | John Malmberg | 2009-01-08 | 1 | -2/+3 |
* | VMS feature logical name fixes | John Malmberg | 2009-01-06 | 1 | -52/+114 |
* | VMS thread context fixes | John Malmberg | 2009-01-06 | 1 | -183/+257 |
* | On VMS, run make_patchnum.pl, not make_patchnum.com | Craig A. Berry | 2009-01-05 | 1 | -6/+10 |
* | First cut at handling git patch numbers on VMS. | Craig A. Berry | 2009-01-01 | 1 | -2/+10 |
* | Add the perlperf manpage, by Richard Foley | Rafael Garcia-Suarez | 2008-12-21 | 1 | -9/+13 |
* | Add other files modified by buildtoc | Leon Brocard | 2008-12-19 | 1 | -12/+20 |
* | standardize save/restore of errno & vaxc$errno | Chip Salzenberg | 2008-12-05 | 1 | -3/+3 |
* | [patch@34995] vms.c - Memory freed from wrong pool | John E. Malmberg | 2008-12-04 | 1 | -4/+4 |
* | [patch@34896] vms readdir() fixes for UNIX/EFS mode | John E. Malmberg | 2008-11-24 | 1 | -5/+26 |
* | [patch@34779] Get posix exit mode working/tested on VMS | John E. Malmberg | 2008-11-10 | 1 | -8/+17 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -7/+8 |
* | Try to demangle the mess created by 34667 (the "resubmittal" was actually | Craig A. Berry | 2008-10-30 | 1 | -61/+61 |
* | Re: patch@34561 VMS exec handling / cwd realpath fixes | John E. Malmberg | 2008-10-30 | 2 | -7/+127 |
* | [patch@34600] vms.c setup_cmddsc | John E. Malmberg | 2008-10-30 | 1 | -0/+13 |
* | When testing the case sensitivity settings of the process | Craig A. Berry | 2008-10-23 | 1 | -1/+1 |
* | Bump VERSIONs in all non-dual-lived modules that have changed | Steve Hay | 2008-09-15 | 1 | -1/+1 |
* | Use App::Prove::State to store the timings for the tests, and if | Nicholas Clark | 2008-08-09 | 1 | -0/+1 |
* | Fix off-by-one error in sanity check in my_fclose wrapper on VMS. | Craig A. Berry | 2008-06-14 | 1 | -1/+1 |
* | [patch@34044] Enable getgrgid on VMS | John E. Malmberg | 2008-06-13 | 1 | -0/+4 |
* | Make Perl_vms_start_glob() decline politely when passed an empty | Craig A. Berry | 2008-06-03 | 1 | -0/+5 |
* | Must install mydtrace.h on VMS even it doesn't do much there. | Craig A. Berry | 2008-05-31 | 1 | -2/+5 |
* | Make uudmap.h dependencies more explicit in the VMS build | Craig A. Berry | 2008-03-28 | 1 | -4/+5 |
* | configure.com and vms.c fixes. | John E. Malmberg | 2008-03-24 | 1 | -1/+4 |
* | On VMS, don't call flex_stat from my_flush as the latter may be | Craig A. Berry | 2008-03-07 | 1 | -1/+1 |
* | Following 33291, on VMS we need to use the same prototypes other platforms | Craig A. Berry | 2008-02-22 | 2 | -15/+25 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+4 |
* | 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 | 2 | -25/+25 |
* | Exterminate PL_na! Exterminate! Exterminate! Exterminate! | Nicholas Clark | 2007-12-22 | 1 | -2/+1 |
* | Add perl5110delta, and change 5100delta so that it is no longer "the" | Nicholas Clark | 2007-12-19 | 1 | -29/+33 |
* | Fix uninitialized pointer bug in VMS version of readdir() when | Craig A. Berry | 2007-12-10 | 1 | -7/+4 |
* | Tolkien quote for vms/vms.c. | Craig A. Berry | 2007-12-09 | 1 | -0/+11 |
* | One more clean-up for new VMS::Filespec functions. | Craig A. Berry | 2007-12-09 | 2 | -59/+82 |
* | POD improvements for VMS::Filespec. | Craig A. Berry | 2007-12-08 | 1 | -26/+20 |
* | Updates to VMS-specific pod. | Craig A. Berry | 2007-12-03 | 1 | -145/+133 |
* | Make VMS::Filespec::vms_realname return undef instead of garbage | Craig A. Berry | 2007-11-29 | 1 | -1/+4 |
* | VMS POD updates: perlport.pod, vmsperl.pod | John E. Malmberg | 2007-11-26 | 1 | -5/+4 |
* | [patch@32376] VMS symbolic links part 4 of 4 - Final part | John E. Malmberg | 2007-11-24 | 3 | -26/+202 |
* | Let's install the *current* perldelta on VMS. | Craig A. Berry | 2007-11-16 | 1 | -1/+1 |
* | In Perl_vms_start_glob, when we don't have any matches and thus | Craig A. Berry | 2007-11-15 | 1 | -3/+3 |
* | VMS.C misc fixes, including vms_realpath fixes | John E. Malmberg | 2007-11-06 | 1 | -126/+398 |