| Commit message (Expand) | Author | Age | Files | Lines |
* | Make vms/munchconfig.c able to take a list of substitutions from | Craig A. Berry | 2007-02-18 | 1 | -12/+62 |
* | In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get | Craig A. Berry | 2007-02-11 | 1 | -14/+8 |
* | Switch from Carp to plain old warn in vms/ext/XSSymSet.pm | Craig A. Berry | 2007-02-08 | 1 | -4/+3 |
* | In vms/gen_shrfls.pl, consider EXTERN_C declarations as function | Craig A. Berry | 2007-02-04 | 1 | -5/+5 |
* | Install overload.h on VMS, plus more case fix-ups in descrip_mms.template. | Craig A. Berry | 2007-02-03 | 1 | -42/+47 |
* | Install parser.h on VMS, plus fix some case typos in descrip_mms.template. | Craig A. Berry | 2007-02-03 | 1 | -23/+26 |
* | In vms/vms.c, don't prototype decw$term_port until after | Craig A. Berry | 2006-12-18 | 1 | -16/+15 |
* | xterm debugger support for VMS from John Malmberg (with revisions) | Craig A. Berry | 2006-11-25 | 2 | -4/+271 |
* | In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted | Craig A. Berry | 2006-11-06 | 1 | -0/+1 |
* | 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 |
* | Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM* | Nicholas Clark | 2006-10-21 | 1 | -2/+2 |
* | fix a doc typo and a warning typo in VMS::DCLsym | Craig A. Berry | 2006-10-10 | 1 | -3/+3 |
* | Add perl595delta | Rafael Garcia-Suarez | 2006-10-09 | 1 | -2/+6 |
* | declaration after code nit in vms/vms.c (from Martin Vorlaender) | Craig A. Berry | 2006-09-08 | 1 | -1/+2 |
* | Remove perlcc and the byteloader | Rafael Garcia-Suarez | 2006-09-06 | 1 | -5/+1 |
* | Integrate mkppport. All ppport.h files in the core will now | Marcus Holland-Moritz | 2006-07-09 | 1 | -1/+5 |
* | Updated handling of signal names and signals for VMS | Craig A. Berry | 2006-06-29 | 1 | -2/+19 |
* | [patch@28427] vms.c - null termination of string missing. | John E. Malmberg | 2006-06-26 | 1 | -1/+2 |
* | only use NAML$M_OPEN_SPECIAL where it exists | Craig A. Berry | 2006-06-15 | 1 | -0/+2 |
* | Add the perlreguts manpage, by Yves Orton | Rafael Garcia-Suarez | 2006-06-08 | 1 | -7/+11 |
* | autosplit one level deeper so we don't miss anything | Craig A. Berry | 2006-06-07 | 1 | -1/+1 |
* | [patch@28349] vmsify - full EFS charset support | John E. Malmberg | 2006-06-07 | 2 | -278/+1128 |
* | Add the perlunitut manpage, by Juerd Waalboer | Rafael Garcia-Suarez | 2006-06-01 | 1 | -3/+8 |
* | Make VMS-specific device name encoding routine say no more politely. | Craig A. Berry | 2006-05-31 | 1 | -3/+12 |
* | Add perlpragma.pod, which describes how to implement user pragmata. | Nicholas Clark | 2006-05-19 | 1 | -7/+11 |
* | Add README.riscos to pod.lst | Nicholas Clark | 2006-05-19 | 1 | -5/+9 |
* | Fix bug in prime_env_iter where the terms of a comparison were reversed | juna | 2006-04-15 | 1 | -1/+1 |
* | Honor READALL privilege in cando_by_name (from Scott | Craig A. Berry | 2006-04-15 | 1 | -7/+16 |
* | Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy | Craig A. Berry | 2006-04-15 | 1 | -1/+1 |
* | Need to migrate the refcounted_he structure to be properly shared. | Nicholas Clark | 2006-04-11 | 1 | -1/+1 |
* | [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes | John E. Malmberg | 2006-04-07 | 2 | -473/+146 |
* | sort out some utime() issues on VMS | Craig A. Berry | 2006-04-04 | 2 | -34/+50 |
* | fix typo in vms/gen_shrfls.pl itanium detector | Craig A. Berry | 2006-04-02 | 1 | -1/+1 |
* | [patch@27638] Enable standard stat for VMS >=8.2 | John E. Malmberg | 2006-03-31 | 2 | -17/+94 |
* | [patch@27613] VMS long file path support active. | John E. Malmberg | 2006-03-28 | 2 | -120/+78 |
* | [patch@27609] vms pool corruption fix for _NLA0: | John E. Malmberg | 2006-03-26 | 1 | -3/+5 |
* | improve thread linking options on VMS | Craig A. Berry | 2006-03-23 | 1 | -7/+14 |
* | [patch@27538] utime patch for VMS | John E. Malmberg | 2006-03-21 | 2 | -1/+26 |
* | Revert part of change 27546 related to a /dev/null bug | Rafael Garcia-Suarez | 2006-03-20 | 1 | -1/+1 |
* | [patch@27538] Misc vms.c fixes for buffer sizes. | John E. Malmberg | 2006-03-20 | 1 | -27/+28 |
* | null terminate command string -- broken in #27438 | Craig A. Berry | 2006-03-11 | 1 | -2/+2 |
* | patch@27385 - VMS thread fixes (was: threads and VMS) | John E. Malmberg | 2006-03-09 | 1 | -241/+336 |
* | add Module::Build 0.27_08 | Yitzchak Scott-Thoennes | 2006-03-06 | 1 | -2/+6 |
* | PATCH: 2 vms specific build files in perl @ 27383 | Peter Prymmer | 2006-03-06 | 1 | -2/+12 |
* | Re: threads and VMS | John E. Malmberg | 2006-03-06 | 1 | -62/+60 |
* | patch@27373 VMS build fix + more long pathname stuff | John E. Malmberg | 2006-03-04 | 1 | -12/+28 |
* | 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 |