LOGONLY mark 195c30 and b3fe9f as NODOC since they're tiny tweaks
[p5sagit/p5-mst-13.2.git] / ext / XS-APItest /
2010-05-20 Ricardo Signes bump version on modules changed since 5.13.0
2010-05-04 Rafael Garcia-Suarez Merge remote branch 'zefram/zefram/reliable_exception...
2010-04-30 Nicholas Clark Don't use a C++ keyword as a variable name ("new").
2010-04-29 Nicholas Clark Regression tests for the ptr_table_* API.
2010-04-26 Robin Barker remove Perl_pmflag
2010-04-23 Zefram bring G_KEEPERR back to the realm of sanity
2010-04-19 Leon Brocard Bump version due to d97c33b505dd45c052a8bf42014917701b4...
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