open3 errors in child croak parent RT#72016
[p5sagit/p5-mst-13.2.git] / ext / XS-APItest /
2010-04-11 David Mitchell create SV leak test infrastructure
2009-11-12 Craig A. Berry 1 is a magic number to C's exit() and Perl_my_exit().
2009-11-08 Gerard Goossen Make my_exit behave the same as the Perl exit. And...
2009-11-01 Nicholas Clark Remove Perl_pmflag() from the public API, and mark...
2009-10-22 Nicholas Clark Perl_utf16_to_utf8() should treat "\0" like any every...
2009-10-19 Nicholas Clark Add two (U8 *) casts to placate C++.
2009-10-18 Nicholas Clark In utf16_to_utf8(), fix off-by-one errors for the range...
2009-10-18 Nicholas Clark utf16_to_utf8() should croak on encountering a bare...
2009-10-18 Nicholas Clark utf16_to_utf8() should croak if the buffer ends without...
2009-10-18 Nicholas Clark utf16_to_utf8_reversed() should croak early when passed...
2009-10-18 Nicholas Clark Expose utf16_to_utf8{,reversed} via XS::APItest, and...
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-03-26 Nicholas Clark Remove now-redundant references to MAN3PODS in core...
2009-02-09 Nicholas Clark Rename ext/XS/APItest to ext/XS-APItest