summaryrefslogtreecommitdiff
path: root/vms/vms.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify VMS symlink override.Craig A. Berry2012-02-151-32/+18
* Avoid null pointer dereference in tovmsspec.Craig A. Berry2012-02-091-2/+1
* Trim directory extension in pathify under EFS.Craig A. Berry2012-01-281-46/+36
* Restore directory extension and version in fileify under EFS.Craig A. Berry2012-01-281-72/+4
* filelify shouldn't always escape dots.Craig A. Berry2012-01-281-2/+2
* Handle directories with dots in fileify under EFS.Craig A. Berry2012-01-231-0/+14
* Start rationalizing Unix-to-VMS file spec conversion code.Craig A. Berry2012-01-201-11/+0
* In vmsify, leave ../ path components alone.Craig A. Berry2012-01-141-7/+2
* strlcpy fix-ups in vms/vms.c following a35dcc95dd24.Craig A. Berry2011-12-311-5/+6
* Remove explicit support for pre-7.0 VMS and pre-6.0 DEC C.Craig A. Berry2011-12-101-503/+0
* stat() fix for write but not read permission on a directory.Craig A. Berry2011-12-081-3/+25
* Rework vms/vms.c:Perl_flex_stat_int() to avoid underscore ambiguity.Craig A. Berry2011-12-021-50/+51
* Update string copying in vms/vms.cCraig A. Berry2011-11-131-132/+103
* Thinko in vms.c:copy_expand_unix_filename_escape().Craig A. Berry2011-08-281-4/+4
* Close some unclosed comments in vms/vms.c.Craig A. Berry2011-08-271-4/+4
* Fix miscellaneous compiler warnings in vms/vms.c.Craig A. Berry2011-08-271-7/+7
* Remove unnecessary includes from vms/vms.c.Craig A. Berry2011-08-271-3/+4
* Fix ?/% mix-up in Perl_vms_start_glob.Craig A. Berry2011-07-041-1/+1
* Further consolidate static logical name routines in vms/vms.cCraig A. Berry2011-02-231-82/+15
* Remove unused static function popen_translate from vms.c.Craig A. Berry2011-02-221-53/+0
* Fix typos (spelling errors) in vms/*.Peter J. Acklam) (via RT2011-01-071-13/+13
* Remove lots of unused, VMS-specific variables.Craig A. Berry2010-12-021-37/+13
* Fix K&R-style function declaration.Craig A. Berry2010-12-021-2/+1
* Remove unused include file from vms/vms.c.Craig A. Berry2010-12-021-1/+0
* Fix some unreachable and return nits in vms/vms.c.Craig A. Berry2010-12-021-3/+1
* Fix some =/== nits in vms/vms.cCraig A. Berry2010-12-021-5/+4
* RT 78836: vms/vms.c: dubious expressionsNicolas Kaiser2010-11-061-2/+2
* 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