This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
vms stat patches (take 2)
authorJohn Malmberg <wb8tyw@gmail.com>
Sun, 1 Feb 2009 02:36:55 +0000 (20:36 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sun, 1 Feb 2009 21:21:31 +0000 (15:21 -0600)
commit312ac60b38180804d0214510db4a2581480e782e
tree528f21b1b600912ad782de0062dc46b3dd501003
parenta520a2c43dd549df0ebed1f073e13cc4564380db
vms stat patches (take 2)

Conversion of Perl_flex_stat_int() to tolerate a null thread context,
and updates to better handle Unix Format or Extended File System
character sets.

vms_fid_to_name() now understands stat/lstat for properly handling
symbolic links, and uses a similar algorithm as Perl_flex_stat_int() for
consistency.  Will now optionally return the mode bits from the stat
operation.

(The parts of the patch that worked around null thread context when
checking vmsish hints are omitted since that's been handled somewhat
differently by a520a2c43dd549df0ebed1f073e13cc4564380db).

Message-id: <49850AC7.1020906@gmail.com>
vms/vms.c