This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Standardize removal of escapes in unixify.
authorCraig A. Berry <craigberry@mac.com>
Sat, 9 Feb 2013 15:23:09 +0000 (09:23 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 9 Feb 2013 15:23:09 +0000 (09:23 -0600)
commit812e68ff314e1e4fc9865194b02af173802fef1f
treedab362727c01f8248d046e43da7c7c7b56d57bcc
parent23aa77bc9fa488ace3ef1089104e999c23821171
Standardize removal of escapes in unixify.

When converting VMS format file specification to Unix format, we
need to translate sequences escaped with a caret in the VMS format
name into an unescaped form in the resulting Unix name.  We have
a function to do just that, but weren't using it in three of the
most important places that need it.  Using the function gets us
handling more cases than the simple versions we had inline.
vms/vms.c