perl 5.003_01: vms/vms.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Tue, 30 Jul 1996 03:54:10 +0000 (03:54 +0000)
committerCharles Bailey <bailey@genetics.upenn.edu>
Tue, 30 Jul 1996 03:54:10 +0000 (03:54 +0000)
commitb7ae7a0d3bbd02c1d3019573419c1330c036b248
treef58a5e9aa8458d1d5fffcad351c739411714245e
parent271404a7cade8c1013df65f89b040d5a3676fdd5
perl 5.003_01: vms/vms.c

Catch out-of-bounds args to my_trnlnm
Update kill_file() to catch possible change in sys$change_acl() return sts
Update VMS-Unix file syntax conversions: fix bugs, and use simple string
  shuffling more often
Allow redirection of error messages
Don't let errors during startup (e.g. expanding wildcards) sneak into $!
Don't attempt wildcard expansion on command line args containing spaces
Don't try to use Perl error reporting functions before we've got an
  interpreter initialized
Use fstat() if we've already got a FILE *; name has already been resolved
Add routine to insure no carriage-control translation on an I/O stream;
  plugs into Perl's "binmode" operator
Add optional default filespec argument to rmsexpand()
vms/vms.c