Re: Time64 needs to call VMS.C gmtime() and localtime() always.

2009-02-22 Thread Nicholas Clark
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

[blead-667-gec4d613] vms.c - Remove .DIR; in UNIX mode.

2009-02-22 Thread John Malmberg
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 @@

Re: Time64 needs to call VMS.C gmtime() and localtime() always.

2009-02-22 Thread Craig A. Berry
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

Re: [blead-667-gec4d613] vms.c - Remove .DIR; in UNIX mode.

2009-02-22 Thread Craig A. Berry
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