On 24/01/07, Nuno Carvalho via RT <[EMAIL PROTECTED]> wrote:
Hi all,
On Tue Jan 23 09:49:57 2007, particle wrote:
> in november, there was a big cleanup of the different spellings of
> C<interp>, hovewer, anything labelled C<theINTERP> was missed. all
> references should be modified to C<interp>.
> ~jerry
Here's a patch to replace all C<theINTERP>. I tested this on a x86
linux:
$ make test # before changes
(...)
All tests successful, 10 tests and 598 subtests skipped.
Files=268, Tests=6844, 606 wallclock secs (277.52 cusr + 78.61 csys =
356.13 CPU)
$ make test # after changes
(...)
All tests successful, 10 tests and 598 subtests skipped.
Files=268, Tests=6844, 579 wallclock secs (277.63 cusr + 77.68 csys =
355.31 CPU)
Patch applies cleanly and tests pass for me also on linux x86.
Applied as r16789. Thanks for the hard work!
Paul