summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* Bump version numbersKarl Williamson2014-02-201-1/+1
* Don't test locales that are invalid for needed categoriesKarl Williamson2014-02-041-2/+2
* Revert "Fix handy.t for systems without $Config{d_isblank}."Karl Williamson2014-02-031-14/+0
* Fix handy.t for systems without $Config{d_isblank}.Craig A. Berry2014-02-021-0/+14
* White-space, comments onlyKarl Williamson2014-01-271-10/+10
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-6/+86
* XS::APItest: Flatten src for utf16_to_utf8_reversedFather Chrysostomos2014-01-161-0/+1
* Make XS::APItest::establish_cleanup protect existing stacksFather Chrysostomos2014-01-161-0/+2
* XS is more C than perl. Use C-comments pleaseH.Merijn Brand2014-01-061-1/+1
* APItest.xs: #include fakesdio.hKarl Williamson2014-01-041-0/+1
* sv_peek didn't add quotes before, doesn't need them nowBrian Fraser2014-01-041-1/+6
* Change some warnings in utf8n_to_uvchr()Karl Williamson2014-01-011-4/+7
* ext/XS-APItest/t/utf8.t: White-space onlyKarl Williamson2014-01-011-64/+88
* utf8.c: Fix warning category and subcategory conflictsKarl Williamson2014-01-011-10/+15
* test various types of SVs with call_svDaniel Dragan2013-12-233-2/+84
* XS::APItest: remove unused varDavid Mitchell2013-11-241-2/+1
* Remove unused var from APItest.xsFather Chrysostomos2013-11-211-1/+0
* APItest.xs: fix various compiler warningsDavid Mitchell2013-11-212-11/+13
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-103-2/+26
* Remove some IGNORABLE files from ext/ and lib/Steve Hay2013-10-182-30/+0
* [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