On Sat, Feb 21, 2009 at 04:00:28PM -0600, Craig A. Berry wrote:
> On Feb 19, 2009, at 8:55 AM, John Malmberg wrote:
>
> >Malmberg wrote:
> >>Thomas Pfau wrote:
> >>
> >>>Current definition from Compaq C V6.4-005 on OpenVMS VAX V7.3:
> >>>
> >>>typedef unsigned long int __time_t;
> >>So VMS Perl sh
When doing a readdir() or glob() with DECC$FILENAME_UNIX_REPORT active,
the ".DIR" suffix needs to be removed for directories.
-John
wb8...@qsl.net
Personal Opinion Only
--- /rsync_root/perl/vms/vms.c Fri Feb 20 17:44:08 2009
+++ vms/vms.c Sat Feb 21 22:50:33 2009
@@ -10473,18 +10473,14 @@
On Feb 22, 2009, at 5:00 AM, Nicholas Clark wrote:
On Sat, Feb 21, 2009 at 04:00:28PM -0600, Craig A. Berry wrote:
On Feb 19, 2009, at 8:55 AM, John Malmberg wrote:
Malmberg wrote:
Thomas Pfau wrote:
Current definition from Compaq C V6.4-005 on OpenVMS VAX V7.3:
typedef unsigned long int
On Feb 22, 2009, at 12:23 PM, John Malmberg wrote:
When doing a readdir() or glob() with DECC$FILENAME_UNIX_REPORT
active, the ".DIR" suffix needs to be removed for directories.
Thanks, applied:
http://perl5.git.perl.org/perl.git/commit/f785e3a
Cra