summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* [perl #79074] make sure HeSVKEY_force() preserves UTF8ness (pvn)Tony Cook2013-09-162-0/+23
* Revert "Let av_push accept NULL values"Father Chrysostomos2013-09-072-19/+0
* Let av_push accept NULL valuesFather Chrysostomos2013-09-062-0/+19
* APItest: Test native code points, instead of UnicodeKarl Williamson2013-08-292-13/+13
* Increase $XS::APItest::VERSION to 0.56Father Chrysostomos2013-08-281-1/+1
* Make vivify_defelem allow &PL_sv_undef array entriesFather Chrysostomos2013-08-281-0/+5
* Copy PADTMPS passed to XSUBsFather Chrysostomos2013-08-132-0/+12
* Make SvPVbyte work on tied non-PVFather Chrysostomos2013-08-111-1/+7
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-092-9/+1
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-052-1/+9
* Increase $XS::APItest::VERSION to 0.55Father Chrysostomos2013-07-251-1/+1
* pad.c: Use &PL_sv_no for const pad namesFather Chrysostomos2013-07-251-1/+1
* Increase $XS::APItest::VERSION to 0.54Father Chrysostomos2013-06-221-1/+1
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-2/+4
* change svpeek.t to append the VOS executable suffix to $^XPaul Green2013-06-031-0/+5
* Bump $VERSION.James E Keenan2013-05-251-1/+1
* typo fix for XS::APItestDavid Steinbrunner2013-05-251-1/+1
* Make Unicode::UCD::search_invlist() availableKarl Williamson2013-05-221-2/+2
* Add tests for case-change macros APIKarl Williamson2013-05-203-3/+382
* move Perl_ck_warner() before unwind [perl #113794]Zefram2013-04-241-1/+2
* Make smartmatch, given & when experimentalBrian Fraser2013-03-262-0/+2
* Revert "fix Peek.t to work with NEW COW"David Mitchell2013-03-231-5/+5
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-231-5/+5
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-201-1/+1
* Test that call checkers are copied with actual closures.Nicholas Clark2013-02-131-1/+29
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-091-14/+22
* handy.h: Fix isIDCONT_utf8()Karl Williamson2013-01-141-0/+4
* ext/XS-APItest: Remove unused variable decl.Karl Williamson2013-01-062-2/+1
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-233-4/+54
* ext/XS-APItest/t/handy.t: White-space onlyKarl Williamson2012-12-231-18/+18
* ext/XS-APItest/t/handy.t: Work better on platforms sans proper localesKarl Williamson2012-12-231-2/+4
* handy.h: Create isALPHANUMERIC() and kinKarl Williamson2012-12-223-16/+16
* ext/XS-APItest/t/handy.t: White space onlyKarl Williamson2012-12-091-16/+16
* XS-APItest: Add tests for handy.hKarl Williamson2012-12-093-12/+455
* Deprecate lexical $_Father Chrysostomos2012-12-041-1/+1
* Make isIDFIRST_uni() return identically as isIDFIRST_utf8()Karl Williamson2012-11-291-0/+4
* XS-APItest/t/handy.t: Turn off non_unicode warningsKarl Williamson2012-11-291-0/+1
* Missing dependency in XS::APItest’s MakefileFather Chrysostomos2012-11-251-0/+2
* Remove "register" declarationsKarl Williamson2012-11-242-2/+2
* handy.h: Add isVERTWS_uni(), isVERTWS_utf8()Karl Williamson2012-11-193-1/+18
* XS-APItest/t/handy.t: RefactorKarl Williamson2012-11-191-361/+97
* Increase $XS::APItest::VERSION to 0.45Father Chrysostomos2012-11-171-1/+1
* [perl #115756] Fix XS::APItest::SvIsCOWFather Chrysostomos2012-11-171-1/+1
* clone() wasn't cloning the whole stackDavid Mitchell2012-11-161-1/+15
* SVf_IsCOWFather Chrysostomos2012-11-141-2/+2
* make MULTICALL safe across cxstack reallocsDavid Mitchell2012-11-111-1/+14
* [perl #79824] Don’t cow for sv_mortalcopy call from XSFather Chrysostomos2012-10-052-1/+12
* APItest.xs: Fix mem leak in lexsub testFather Chrysostomos2012-10-011-1/+2
* Test XS registration of state subsFather Chrysostomos2012-09-262-0/+39
* stop regex engine reading beyond end of stringDavid Mitchell2012-09-263-1/+91