The following patch is to fix a data corruption issue that showed up on
one of the test scripts.
I wrote up some more details in the thread:
Re: Data corruption - [EMAIL PROTECTED] - PERL_HV_ARRAY_ALLOC_BYTES?
The summary is that the size of the structure allocated for the HV data
was based o
John E. Malmberg wrote:
Here are some miscellaneous VMS specific things that need to be fixed
for VMS to work with the VMS C Run-Time Library (CRTL) UNIX filename
mode that do not require any other changes to Perl for implementation.
Can the patches that I previously posted in this thread be a
Second try:
Here are some miscellaneous VMS specific things that need to be fixed
for VMS to work with the VMS C Run-Time Library (CRTL) UNIX filename
mode that do not require any other changes to Perl for implementation.
When the VMS CRTL is in UNIX filename mode, the VMS C library calls
return
These are patches to t/run/exit.t and t/op/exec.t to go with change #25280.
I missed including them on that patch.
t/run/exit.t needed several VMS specific fixes to properly pass the
commands and to interpret the results.
t/op/exec.t needed a small change because the error code actually
retu
First post was missing the complete title.
John E. Malmberg wrote:
These are patches to t/run/exit.t and t/op/exec.t to go with change #25280.
I missed including them on that patch.
t/run/exit.t needed several VMS specific fixes to properly pass the
commands and to interpret the results.
t/