summaryrefslogtreecommitdiff
path: root/vms/vms.c
Commit message (Expand)AuthorAgeFilesLines
* Cast following 22831cc58.Craig A. Berry2012-07-111-1/+1
* Unquote spawned command verbs on VMS.Craig A. Berry2012-07-051-0/+62
* Upgrade initialization code in vms/vms.c.Craig A. Berry2012-06-081-48/+38
* Remove pragma about pragma messages.Craig A. Berry2012-06-081-1/+0
* __DECCXX usually should do what __DECC does.Craig A. Berry2012-05-251-12/+5
* Fix varying string struct for VMS's home-grown glob.Craig A. Berry2012-05-251-1/+2
* Fix a cast in vms/vms.c.Craig A. Berry2012-05-241-1/+1
* Fix up vms/vms.c for C++.Craig A. Berry2012-05-241-96/+119
* 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