summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* bump version on modules changed since 5.13.0Ricardo Signes2010-05-201-1/+1
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-5/+48
|\
| * bring G_KEEPERR back to the realm of sanityZefram2010-04-231-5/+48
* | Don't use a C++ keyword as a variable name ("new").Nicholas Clark2010-04-301-7/+7
* | Regression tests for the ptr_table_* API.Nicholas Clark2010-04-293-0/+87
* | remove Perl_pmflagRobin Barker2010-04-263-48/+4
|/
* Bump version due to d97c33b505dd45c052a8bf42014917701b4502a5Leon Brocard2010-04-191-1/+1
* create SV leak test infrastructureDavid Mitchell2010-04-112-2/+10
* 1 is a magic number to C's exit() and Perl_my_exit().Craig A. Berry2009-11-121-2/+8
* Make my_exit behave the same as the Perl exit. And add tests for itGerard Goossen2009-11-083-1/+39
* Remove Perl_pmflag() from the public API, and mark it as deprecated.Nicholas Clark2009-11-013-2/+53
* Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input.Nicholas Clark2009-10-221-11/+9
* Add two (U8 *) casts to placate C++.Nicholas Clark2009-10-191-2/+2
* In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates.Nicholas Clark2009-10-181-1/+2
* utf16_to_utf8() should croak on encountering a bare low surrogate.Nicholas Clark2009-10-181-0/+3
* utf16_to_utf8() should croak if the buffer ends without the second surrogate.Nicholas Clark2009-10-181-0/+7
* utf16_to_utf8_reversed() should croak early when passed an odd byte length.Nicholas Clark2009-10-181-0/+7
* Expose utf16_to_utf8{,reversed} via XS::APItest, and provide some basic tests.Nicholas Clark2009-10-183-2/+80
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-2811-25/+3
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* Rename ext/XS/APItest to ext/XS-APItestNicholas Clark2009-02-0922-0/+2664