summaryrefslogtreecommitdiff
path: root/vms/vms.c
Commit message (Expand)AuthorAgeFilesLines
* Use isGV_with_GP in vms/vms.c for better glob recognition.Craig A. Berry2010-10-031-3/+3
* Plug more memory leaks in vms.c.Craig A. Berry2010-07-021-5/+2
* Fix nasty memory leak in vms.c:Perl_flex_stat_int().Craig A. Berry2010-07-011-0/+2
* Only use home-rolled prototypes on VMS when really necessary.Craig A. Berry2010-06-261-87/+2
* Fix broken -Uuseperlio build on VMS.Craig A. Berry2010-04-231-3/+12
* Increase default pipe buffer size on VMS to 8192 on 64-bit systems.Craig A. Berry2010-01-051-1/+5
* Declaration nit in vms.c's Perl_my_fwrite.Craig A. Berry2009-11-211-1/+2
* Make File::Copy::rmscopy return the documented values.Craig A. Berry2009-07-071-5/+5
* Remove fake facility strings from VMS start-up warnings.Craig A. Berry2009-07-021-2/+2
* Handle the rare but legal angle bracket in unixify.Craig A. Berry2009-06-171-1/+1
* vms.c EFS logical name fix.John E. Malmberg2009-06-041-3/+3
* vms.c - Remove .DIR; in UNIX mode.John Malmberg2009-02-221-12/+22
* Avoid VMS long filename support on older systems that don't have it.Craig A. Berry2009-02-201-1/+12
* Move redefinition of lstat above its first use in vms/vms.c.Craig A. Berry2009-02-201-11/+11
* vms fgetname wrapper.John Malmberg2009-02-111-1/+29
* Logic changes for the VMS-specific mkdir/chdir/chmod/symlink routines.John Malmberg2009-02-091-45/+44
* Fix some thread context mistakes that snuck in with b94a8c495f3a28de7de57070f...Craig A. Berry2009-02-081-12/+12
* vms rename Unix mode fixesJohn Malmberg2009-02-031-41/+69
* vms kill_file / rmdir updatesJohn Malmberg2009-02-031-25/+93
* vms stat patches (take 2)John Malmberg2009-02-011-66/+210
* vmspath without thread context.John Malmberg2009-01-291-2/+30
* vms fileify_dirspec refactor / Unix mode fixesJohn Malmberg2009-01-251-88/+128
* vms glob patchesJohn Malmberg2009-01-251-20/+122
* Pathify_dirspec replacementJohn Malmberg2009-01-191-247/+385
* Fix handling of DECC$DISABLE_POSIX_ROOT feature on VMS.Craig A. Berry2009-01-151-6/+7
* vms rmsexpand refactorJohn Malmberg2009-01-151-131/+210
* vms - unixspec refactorJohn Malmberg2009-01-131-30/+156
* vms - vmsspec refactorJohn Malmberg2009-01-121-30/+181
* more vms thread ctx fixesJohn Malmberg2009-01-111-13/+23
* vms setup_cmddsc buffer fixes.John Malmberg2009-01-101-5/+31
* Revision to thread context fixes from ebd4d70bfcb408fd33ee8841c43d30ca8408b19dCraig A. Berry2009-01-101-6/+6
* simple_trnlnm needs an actual length as its last argument.Craig A. Berry2009-01-091-9/+9
* vms.c backslash efs and long name fixesJohn Malmberg2009-01-081-2/+3
* VMS feature logical name fixesJohn Malmberg2009-01-061-52/+114
* VMS thread context fixesJohn Malmberg2009-01-061-183/+257
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-3/+3
* [patch@34995] vms.c - Memory freed from wrong poolJohn E. Malmberg2008-12-041-4/+4
* [patch@34896] vms readdir() fixes for UNIX/EFS modeJohn E. Malmberg2008-11-241-5/+26
* [patch@34779] Get posix exit mode working/tested on VMSJohn E. Malmberg2008-11-101-8/+17
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-7/+8
* Try to demangle the mess created by 34667 (the "resubmittal" was actuallyCraig A. Berry2008-10-301-61/+61
* Re: patch@34561 VMS exec handling / cwd realpath fixesJohn E. Malmberg2008-10-301-5/+125
* [patch@34600] vms.c setup_cmddscJohn E. Malmberg2008-10-301-0/+13
* When testing the case sensitivity settings of the processCraig A. Berry2008-10-231-1/+1
* Fix off-by-one error in sanity check in my_fclose wrapper on VMS.Craig A. Berry2008-06-141-1/+1
* Make Perl_vms_start_glob() decline politely when passed an emptyCraig A. Berry2008-06-031-0/+5
* configure.com and vms.c fixes.John E. Malmberg2008-03-241-1/+4
* On VMS, don't call flex_stat from my_flush as the latter may beCraig A. Berry2008-03-071-1/+1
* Following 33291, on VMS we need to use the same prototypes other platforms Craig A. Berry2008-02-221-13/+25
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+4