patch@25279 PERL_HV_ARRAY_ALLOC_BYTES too small

2005-08-10 Thread John E. Malmberg
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

Re: [patch] blead@25226 - VMS specific fixes.

2005-08-10 Thread John E. Malmberg
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

[patch] blead@25282 - VMS specific fixes. [2nd try]

2005-08-10 Thread John E. Malmberg
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

[patch] blead@25282

2005-08-10 Thread John E. Malmberg
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

Re: [patch] blead@25282 exit.t and error.t fixes

2005-08-10 Thread John E. Malmberg
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/