summaryrefslogtreecommitdiff
path: root/vms
Commit message (Expand)AuthorAgeFilesLines
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-6/+6
* Better handling of escapes in filenames when converting between VMSCraig A. Berry2007-06-191-4/+31
* Don't let the home-grown readdir() on VMS return results withCraig A. Berry2007-06-151-5/+6
* Fix missing PerlIO_releaseFILE in VMS::Stdio::getname().Craig A. Berry2007-06-141-2/+3
* Make pipe shutdown on VMS care about whether PerlIO has alreadyCraig A. Berry2007-06-081-7/+21
* cando_by_name again: work harder to identify directories Craig A. Berry2007-06-031-2/+10
* Assorted fixes for VMS version of cando_by_name:Craig A. Berry2007-06-021-22/+43
* Maintain UAF context across calls to sys$check_access in cando_by_name.Craig A. Berry2007-05-311-3/+4
* In the stat() wrapper for VMS, always allow extended charactersCraig A. Berry2007-05-271-0/+17
* In the homegrown readdir() for VMS, always treat unix-style pathsCraig A. Berry2007-05-271-13/+9
* Re: argproc.c license Re: [perl #43037] Bad license in perl distributionMark Pizzolato2007-05-251-8/+8
* VMSify uupacktool.pl and run it during VMS build.Craig A. Berry2007-05-211-2/+8
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-6/+3
* Make VMS's home-grown glob() recognize a directory even withoutCraig A. Berry2007-05-201-0/+2
* When trimming long XS symbols on VMS, avoid warnings from operatorCraig A. Berry2007-05-181-5/+4
* bytecode.pl: Exterminate!Nicholas Clark2007-05-071-4/+0
* Two new manpages, by AbigailRafael Garcia-Suarez2007-04-301-8/+17
* Work a little harder at building generate_uudmap on VMS.Craig A. Berry2007-04-251-6/+6
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-241-0/+11
* Re: new C3 MRO patchBrandon Black2007-04-191-2/+4
* Run buildtoc --build-allRafael Garcia-Suarez2007-04-121-8/+8
* Add the perlreapi man page, by Ævar Arnfjörð BjarmasonRafael Garcia-Suarez2007-04-121-1/+5
* Run pod/buildtoc --build-allNicholas Clark2007-04-111-7/+7
* Fully VMSify CPANPLUS util names following #30885Craig A. Berry2007-04-111-1/+1
* Add the new CPANPLUS utilities to the VMS build process.Rafael Garcia-Suarez2007-04-101-1/+10
* Make Perl_vms_start_glob return the input pattern when there areCraig A. Berry2007-03-311-0/+11
* Make sure escaped dots in filenames are preserved when translatingCraig A. Berry2007-03-162-3/+8
* Make vms/gen_shrfls.pl better able to detect header transitions withCraig A. Berry2007-03-081-7/+15
* Add the new man page, perlunifaq, in relevant placesRafael Garcia-Suarez2007-03-071-1/+5
* In vms/gen_shrfls.pl, no more special handling of vars fromCraig A. Berry2007-03-051-8/+6
* Clean up the right file in vms/test.com (following #30414).Craig A. Berry2007-03-031-1/+1
* On VMS, use the normal executable file extension for the copy of Craig A. Berry2007-02-272-7/+6
* Assorted updates to vms/vms.c to fix compiler errors on VAX.Craig A. Berry2007-02-261-11/+18
* Make vms/munchconfig.c able to take a list of substitutions fromCraig A. Berry2007-02-181-12/+62
* In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to getCraig A. Berry2007-02-111-14/+8
* Switch from Carp to plain old warn in vms/ext/XSSymSet.pmCraig A. Berry2007-02-081-4/+3
* In vms/gen_shrfls.pl, consider EXTERN_C declarations as functionCraig A. Berry2007-02-041-5/+5
* Install overload.h on VMS, plus more case fix-ups in descrip_mms.template.Craig A. Berry2007-02-031-42/+47
* Install parser.h on VMS, plus fix some case typos in descrip_mms.template.Craig A. Berry2007-02-031-23/+26
* In vms/vms.c, don't prototype decw$term_port until after Craig A. Berry2006-12-181-16/+15
* xterm debugger support for VMS from John Malmberg (with revisions)Craig A. Berry2006-11-252-4/+271
* In pipe_exit_routine in vms/vms.c, mark a subprocess we've deletedCraig A. Berry2006-11-061-0/+1
* When we open a file and pass it along to PerlIO, be sure to enter theCraig A. Berry2006-10-301-7/+6
* Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*Nicholas Clark2006-10-211-2/+2
* fix a doc typo and a warning typo in VMS::DCLsymCraig A. Berry2006-10-101-3/+3
* Add perl595deltaRafael Garcia-Suarez2006-10-091-2/+6
* declaration after code nit in vms/vms.c (from Martin Vorlaender)Craig A. Berry2006-09-081-1/+2
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-5/+1
* Integrate mkppport. All ppport.h files in the core will nowMarcus Holland-Moritz2006-07-091-1/+5
* Updated handling of signal names and signals for VMSCraig A. Berry2006-06-291-2/+19