summaryrefslogtreecommitdiff
path: root/vms/vms.c
Commit message (Expand)AuthorAgeFilesLines
* Nullch and others were still alive and well in some of the operatingSteve Peters2007-12-231-15/+15
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-221-2/+1
* Fix uninitialized pointer bug in VMS version of readdir() whenCraig A. Berry2007-12-101-7/+4
* Tolkien quote for vms/vms.c.Craig A. Berry2007-12-091-0/+11
* One more clean-up for new VMS::Filespec functions.Craig A. Berry2007-12-091-24/+46
* Make VMS::Filespec::vms_realname return undef instead of garbageCraig A. Berry2007-11-291-1/+4
* [patch@32376] VMS symbolic links part 4 of 4 - Final partJohn E. Malmberg2007-11-241-20/+91
* In Perl_vms_start_glob, when we don't have any matches and thusCraig A. Berry2007-11-151-3/+3
* VMS.C misc fixes, including vms_realpath fixesJohn E. Malmberg2007-11-061-126/+398
* Typo in comment in 32201.Craig A. Berry2007-10-301-1/+1
* Re: copyright notices for vms.c and vmsish.hCharles Bailey2007-10-301-8/+9
* Copy Win32 system() behavior on VMS and make a first argument Craig A. Berry2007-10-251-7/+41
* Normalize the case of some VMS syscalls so the prototypes areCraig A. Berry2007-10-121-4/+4
* symlink() wrapper for VMS that prevents the creation of symlinksCraig A. Berry2007-10-051-1/+16
* [patch@31846] vms stat and chmod fixes.John E. Malmberg2007-09-121-0/+76
* [patch@31750] rename directories on VMS like on UNIXJohn E. Malmberg2007-08-311-7/+481
* [patch@31670] vms.c - Missing null terminatorJohn E. Malmberg2007-08-021-2/+2
* Missing a couple of aTHX_'s in #31670.Craig A. Berry2007-08-011-2/+2
* [patch@31688] VMS symbolic links - part 1 of ? 2nd try.John E. Malmberg2007-08-011-157/+116
* [patch@31658] Dynamically load dbg xterm on VMSJohn E. Malmberg2007-07-261-11/+51
* [patch@31649] vms.c realpath prototype mismatchJohn E. Malmberg2007-07-241-2/+4
* 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
* 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
* Make VMS's home-grown glob() recognize a directory even withoutCraig A. Berry2007-05-201-0/+2
* 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-161-3/+7
* Assorted updates to vms/vms.c to fix compiler errors on VAX.Craig A. Berry2007-02-261-11/+18
* In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to getCraig A. Berry2007-02-111-14/+8
* 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-251-3/+269
* In pipe_exit_routine in vms/vms.c, mark a subprocess we've deletedCraig A. Berry2006-11-061-0/+1
* declaration after code nit in vms/vms.c (from Martin Vorlaender)Craig A. Berry2006-09-081-1/+2
* Updated handling of signal names and signals for VMSCraig A. Berry2006-06-291-2/+19
* [patch@28427] vms.c - null termination of string missing.John E. Malmberg2006-06-261-1/+2
* only use NAML$M_OPEN_SPECIAL where it existsCraig A. Berry2006-06-151-0/+2
* [patch@28349] vmsify - full EFS charset supportJohn E. Malmberg2006-06-071-265/+1059
* Make VMS-specific device name encoding routine say no more politely.Craig A. Berry2006-05-311-3/+12
* Fix bug in prime_env_iter where the terms of a comparison were reversedjuna2006-04-151-1/+1
* Honor READALL privilege in cando_by_name (from ScottCraig A. Berry2006-04-151-7/+16
* Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesyCraig A. Berry2006-04-151-1/+1
* [patch@27694] VMS RMSEXPAND/PERL_CANDO fixesJohn E. Malmberg2006-04-071-473/+145
* sort out some utime() issues on VMSCraig A. Berry2006-04-041-31/+46