| Commit message (Expand) | Author | Age | Files | Lines |
* | patch@27236 vms glob/readdir/chdir EFS/long filename support | John E. Malmberg | 2006-02-20 | 1 | -36/+200 |
* | patch@27162 long path name support in readdir / cando_by_name | John E. Malmberg | 2006-02-15 | 2 | -30/+382 |
* | patch@27082 Allow fatal exceptions to bring up VMS debugger | John E. Malmberg | 2006-02-07 | 2 | -3/+51 |
* | Integrate perl588delta.pod from maint, and re-run pod/buildtoc. | Nicholas Clark | 2006-02-01 | 1 | -24/+29 |
* | patch@26996 - patch around stat("_NLA0:") bug | John E. Malmberg | 2006-01-31 | 2 | -19/+18 |
* | Add perl594delta | Rafael Garcia-Suarez | 2006-01-30 | 1 | -2/+6 |
* | Install the ptardiff utility that comes with Archive::Tar | Rafael Garcia-Suarez | 2006-01-27 | 1 | -1/+4 |
* | 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 |
* | Friday the 13th, Part II. Don't call SYS$GETJPI with fancy case | Craig A. Berry | 2006-01-14 | 1 | -1/+3 |
* | Eek. #25783 broke all pre-v8.2 VMS builds. Undo all the bits | Craig A. Berry | 2006-01-14 | 2 | -59/+24 |
* | follow-up to 26740, shasum --> shasum.com | Craig A. Berry | 2006-01-08 | 1 | -1/+1 |
* | Install shasum on Windows and VMS too | Rafael Garcia-Suarez | 2006-01-08 | 1 | -1/+4 |
* | run pod/buildtoc --build-all | Nicholas Clark | 2006-01-08 | 1 | -14/+19 |
* | patch@26561 & earlier - buffer overrun in VMS.C | John E. Malmberg | 2006-01-02 | 1 | -1/+1 |
* | On VMS, put pods in [.lib.pods] rather than [.lib.pod] | Craig A. Berry | 2005-12-15 | 1 | -488/+488 |
* | Using the system's utime() requires a patch to vms/vmsish.h | Craig A. Berry | 2005-12-14 | 1 | -7/+0 |
* | Don't include utime.h in vms.c -- it collides with | Craig A. Berry | 2005-12-13 | 1 | -3/+0 |
* | patch@26310 - Major step for > 256 char paths on VMS | John E. Malmberg | 2005-12-09 | 1 | -236/+764 |
* | On VMS, do not use Perl's memory allocator for the home-grown pipe | Craig A. Berry | 2005-12-08 | 1 | -37/+66 |
* | patch@26253 Allow embedded new lines passed through to commands | John E. Malmberg | 2005-12-08 | 1 | -3/+0 |
* | In vms/vms.c, don't use the thread-specific Newx() during | Craig A. Berry | 2005-12-03 | 1 | -15/+17 |
* | patch@26052 - compile rule for mathoms.c | John E. Malmberg | 2005-11-09 | 1 | -0/+2 |
* | follow up on 25969 for VMS | Abe Timmerman | 2005-11-07 | 2 | -4/+4 |
* | Add a new file, mathoms.c, to hold old code kept around for binary | Steve Peters | 2005-10-28 | 1 | -2/+2 |
* | [patch@25854]vms.c rmsexpand and memmove fixes | John E. Malmberg | 2005-10-26 | 1 | -26/+362 |
* | Re: [patch@25838]Hopefully the last VMS exit/error fixes needed. | John E. Malmberg | 2005-10-26 | 1 | -35/+74 |
* | Back out change #25839, and apply : | John E. Malmberg | 2005-10-25 | 1 | -0/+31 |
* | VMS exit handling still broken, need some help. | John E. Malmberg | 2005-10-25 | 1 | -2/+2 |
* | [patch@25825] Fix st_ino compare to use real data. | John E. Malmberg | 2005-10-23 | 1 | -2/+10 |
* | VMS threaded build fixes for things broken in #25783 | Craig A. Berry | 2005-10-22 | 2 | -23/+12 |
* | [patch@25809]restore documented exit behavior | John E. Malmberg | 2005-10-20 | 2 | -14/+26 |
* | [patch@25784] enable open(FOO, "child.pl foo|") on VMS | John E. Malmberg | 2005-10-19 | 2 | -10/+144 |
* | [patch@25783] vmsish.h fix for lstat() definition | John E. Malmberg | 2005-10-18 | 1 | -0/+3 |
* | [patch@25775] VMS prep for symbolic links and long filename | John E. Malmberg | 2005-10-17 | 2 | -164/+1391 |
* | [patch@25763] Fix VMS error/exit handling, update kill function | John E. Malmberg | 2005-10-16 | 2 | -8/+221 |
* | patch for blead - Perlvms.pod update | John E. Malmberg | 2005-10-15 | 1 | -21/+170 |
* | Grab enough room from the outset in do_tovmsspec() | Craig A. Berry | 2005-10-14 | 1 | -2/+1 |
* | Parse symbols for the linker when more than one declaration | Craig A. Berry | 2005-10-07 | 1 | -10/+12 |
* | assorted blead build help for VMS (mostly ithreads-related) | Craig A. Berry | 2005-10-02 | 2 | -5/+5 |
* | [patch@25502] Add hard link and V8.2 crtl support to VMS. | John E. Malmberg | 2005-09-20 | 1 | -3/+4 |
* | [patch@25388] vms/vms.c Perl_cando fix. | John E. Malmberg | 2005-09-13 | 1 | -1/+10 |
* | [patch@25305] fixes to const fixes + Case Preserved start | John E. Malmberg | 2005-08-19 | 1 | -150/+1123 |
* | [patch] blead@25282 - VMS specific fixes. [2nd try] | John E. Malmberg | 2005-08-11 | 1 | -2/+11 |
* | patch@25279 VMS error handling and const fixes | John E. Malmberg | 2005-08-10 | 2 | -52/+235 |
* | [patch]vms.c - buffer highwater overrun in vmsify | John E. Malmberg | 2005-08-05 | 1 | -2/+4 |
* | VMS debugging help, by John E. Malmberg | Rafael Garcia-Suarez | 2005-08-04 | 1 | -1/+1 |
* | Various patches by John E. Malmberg to fix data | Rafael Garcia-Suarez | 2005-08-01 | 2 | -109/+116 |
* | [patch] blead@25226 on OpenVMS/vms.c - fopen bug. | John E. Malmberg | 2005-08-01 | 1 | -1/+1 |
* | POD typos | Piotr Fusik | 2005-08-01 | 1 | -1/+1 |