summaryrefslogtreecommitdiff
path: root/vms/vms.c
Commit message (Expand)AuthorAgeFilesLines
* More fun escaping dots in tovmsspec.Craig A. Berry2012-12-141-12/+19
* Avoid some doubled escapes in tovmsspec.Craig A. Berry2012-12-041-2/+4
* Better escaping of dots in tovmsspec.Craig A. Berry2012-12-021-7/+17
* Remove a spurious strlen in VMS's readdir().Craig A. Berry2012-11-301-1/+1
* Fix memory leak in VMS's readdir().Craig A. Berry2012-11-301-7/+10
* Consider /... a directory component with EFS on VMS.Craig A. Berry2012-11-261-3/+1
* Clarify reporting of .DIR extension on VMS.Craig A. Berry2012-11-241-2/+2
* Handle invalid directory spec with EFS in pathify_dirspec.Craig A. Berry2012-11-241-7/+20
* Better pass-through handling for tovmsspec.Craig A. Berry2012-11-211-24/+8
* Preserve case of command-line arguments on VMS.Craig A. Berry2012-11-171-0/+1
* Preserve filename case on VMS.Craig A. Berry2012-11-111-2/+3
* Move VMS feature-setting function to an appropriate place.Craig A. Berry2012-11-111-28/+29
* Set feature logical names in VMS init code.Craig A. Berry2012-11-111-1/+6
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-3/+3
* Remove thread context from Perl_vmssetuserlnm.Craig A. Berry2012-11-031-11/+6
* Tweak psect attributes in VMS initialization code.Craig A. Berry2012-10-201-1/+1
* Omnibus removal of register declarationsKarl Williamson2012-08-181-12/+12
* 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