summaryrefslogtreecommitdiff
path: root/vms/vms.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [patch@27638] Enable standard stat for VMS >=8.2John E. Malmberg2006-03-311-16/+93
* [patch@27613] VMS long file path support active.John E. Malmberg2006-03-281-120/+53
* [patch@27609] vms pool corruption fix for _NLA0:John E. Malmberg2006-03-261-3/+5
* [patch@27538] utime patch for VMSJohn E. Malmberg2006-03-211-1/+20
* Revert part of change 27546 related to a /dev/null bugRafael Garcia-Suarez2006-03-201-1/+1
* [patch@27538] Misc vms.c fixes for buffer sizes.John E. Malmberg2006-03-201-27/+28
* null terminate command string -- broken in #27438Craig A. Berry2006-03-111-2/+2
* patch@27385 - VMS thread fixes (was: threads and VMS)John E. Malmberg2006-03-091-241/+336
* Re: threads and VMSJohn E. Malmberg2006-03-061-62/+60
* patch@27373 VMS build fix + more long pathname stuffJohn E. Malmberg2006-03-041-12/+28
* patch@27236 vms glob/readdir/chdir EFS/long filename supportJohn E. Malmberg2006-02-201-36/+200
* patch@27162 long path name support in readdir / cando_by_nameJohn E. Malmberg2006-02-151-29/+376
* patch@27082 Allow fatal exceptions to bring up VMS debuggerJohn E. Malmberg2006-02-071-3/+27
* patch@26996 - patch around stat("_NLA0:") bugJohn E. Malmberg2006-01-311-18/+9
* Friday the 13th, Part II. Don't call SYS$GETJPI with fancy caseCraig A. Berry2006-01-141-1/+3
* Eek. #25783 broke all pre-v8.2 VMS builds. Undo all the bitsCraig A. Berry2006-01-141-12/+12
* patch@26561 & earlier - buffer overrun in VMS.CJohn E. Malmberg2006-01-021-1/+1
* Using the system's utime() requires a patch to vms/vmsish.hCraig A. Berry2005-12-141-7/+0
* Don't include utime.h in vms.c -- it collides with Craig A. Berry2005-12-131-3/+0
* patch@26310 - Major step for > 256 char paths on VMSJohn E. Malmberg2005-12-091-236/+764
* On VMS, do not use Perl's memory allocator for the home-grown pipeCraig A. Berry2005-12-081-37/+66
* patch@26253 Allow embedded new lines passed through to commandsJohn E. Malmberg2005-12-081-3/+0
* In vms/vms.c, don't use the thread-specific Newx() duringCraig A. Berry2005-12-031-15/+17
* follow up on 25969 for VMSAbe Timmerman2005-11-071-3/+3
* [patch@25854]vms.c rmsexpand and memmove fixesJohn E. Malmberg2005-10-261-26/+362
* VMS exit handling still broken, need some help.John E. Malmberg2005-10-251-2/+2
* [patch@25825] Fix st_ino compare to use real data.John E. Malmberg2005-10-231-2/+10
* VMS threaded build fixes for things broken in #25783Craig A. Berry2005-10-221-9/+11
* [patch@25809]restore documented exit behaviorJohn E. Malmberg2005-10-201-1/+3
* [patch@25784] enable open(FOO, "child.pl foo|") on VMSJohn E. Malmberg2005-10-191-9/+138
* [patch@25775] VMS prep for symbolic links and long filenameJohn E. Malmberg2005-10-171-75/+1271
* [patch@25763] Fix VMS error/exit handling, update kill functionJohn E. Malmberg2005-10-161-7/+217