Re: patch@26253 lib/File/Spec/VMS.pm

2005-12-07 Thread John E. Malmberg
Ken Williams wrote: On Dec 6, 2005, at 11:46 AM, John E. Malmberg wrote: Ken Williams wrote: I was thinking we could add those as TODO tests, but I was unaware of the problems with VAX legacy stuff. There are some bugs that are in the legacy stuff that I am concerned if I change the

patch@26253 Allow embedded new lines passed through to commands

2005-12-07 Thread John E. Malmberg
Is there any real reason that commands are being truncated if they have an embedded new line? Removing these lines makes test t/op/gv.t work on OpenVMS and improves some other tests that are still failing for other reasons. The way that parameters are passed to sub-processes on OpenVMS will

Re: patch@26253 Allow embedded new lines passed through to commands

2005-12-07 Thread Craig A. Berry
At 10:26 PM -0500 12/7/05, John E. Malmberg wrote: Is there any real reason that commands are being truncated if they have an embedded new line? My guess would be older versions of DCL choked on newlines. --- /rsync_root/perl/vms/vms.c Sat Dec 3 10:44:45 2005 +++ vms/vms.c Wed Dec 7