summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* merge XS-APItest-KeywordRPN into XS-APItestZefram2010-09-267-4/+597
* Some tests for Perl_grok_number().Nicholas Clark2010-09-234-2/+102
* Remove unneeded 'use' from ext/XS-APItest/t/peep.t Devel::Peek is not used by...Jerry D. Hedden2010-09-221-2/+0
* Remove boilerplate and (un)conditional code from Makefile.PLs in extNicholas Clark2010-09-211-10/+2
* Tweak XS::APItest to automatically add all functions to @EXPORT.Nicholas Clark2010-09-212-22/+40
* Add two (SV *) casts to placate C++.Tony Cook2010-09-211-2/+2
* Remove unnecessary XS-APItest test boilerplateFlorian Ragwitz2010-09-2013-178/+54
* Add tests for PL_peepp/PL_rpeeppFlorian Ragwitz2010-09-202-0/+124
* Bump VERSIONs in XS-APItest and XS-APItest-KeywordRPNSteve Hay2010-09-191-1/+1
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-163-0/+88
* Tests for caller_cx, cop_hints_*.Ben Morrow2010-09-072-1/+109
* better silencing of APItest deprecation warningDavid Mitchell2010-08-311-1/+2
* silence APItest deprecation warningRobin Barker2010-08-281-0/+3
* Remove MacOS 9 support code from XS-APItestFlorian Ragwitz2010-08-1612-19/+2
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-162-86/+0
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-131-1/+0
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-133-1/+75
* Make the peep recurse via PL_peeppFlorian Ragwitz2010-07-252-5/+91
* Remove diagnostics from XS-APItest/t/blockhooks.Ben Morrow2010-07-151-3/+0
* new is a reserved word in C++, don't use it as a variable nameTony Cook2010-07-131-3/+3
* Systematic tests for the block hooks.Ben Morrow2010-07-127-74/+460
* Wrap PL_blockhooks in an API function.Ben Morrow2010-07-121-4/+1
* Macroify the block_hooks structure.Ben Morrow2010-07-121-8/+8
* Initial very basic tests for PL_blockhooks.Ben Morrow2010-07-122-0/+149
* 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