summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/APItest.xs
Commit message (Expand)AuthorAgeFilesLines
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-16/+16
* [perl #94484] Custom ops trip assertions in new*OPFather Chrysostomos2014-12-071-0/+44
* Unused expression + variable.Jarkko Hietaniemi2014-12-051-1/+2
* Some versions of gcc -Wextra are too paranoid about { 0 }.Jarkko Hietaniemi2014-12-051-1/+6
* [perl #123063] allow assert() to be used as an expressionTony Cook2014-12-031-0/+7
* Fix newFOROP with PERL_OP_PARENT and no slabFather Chrysostomos2014-11-281-3/+14
* [perl #123103] Allow ext magic on read-onliesFather Chrysostomos2014-11-031-0/+5
* rename convert to op_convert_list and APIfyLukas Mai2014-10-261-0/+16
* unbreak threaded buildsLukas Mai2014-10-251-1/+2
* APIfy block_start/block_end/intro_myLukas Mai2014-10-251-0/+89
* APIfy newDEFSVOPLukas Mai2014-10-241-0/+12
* Apify SV_CATBYTES and SV_CATUTF8Father Chrysostomos2014-10-181-0/+9
* Add flags to cv_name; allow unqualified retvalFather Chrysostomos2014-09-241-1/+5
* Test cv_nameFather Chrysostomos2014-09-151-0/+7
* add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-081-12/+6
* add op_sibling_splice() fn and make core use itDavid Mitchell2014-07-081-35/+40
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-29/+32
* Under GLOBAL_STRUCT mgvtbl-s are const, which angers g++.Jarkko Hietaniemi2014-06-241-1/+1
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-1/+1
* Keep LC_NUMERIC in C locale, except for brief periodsKarl Williamson2014-06-051-0/+15
* Followup to 316ebaf (aka perl #121894).Jarkko Hietaniemi2014-05-291-3/+7
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-0/+1
* Unused dTHX, even under threads.Jarkko Hietaniemi2014-05-291-1/+0
* Pointers set but then (immediately or very shortly) overwritten.Jarkko Hietaniemi2014-05-291-2/+2
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* 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
* test various types of SVs with call_svDaniel Dragan2013-12-231-0/+75
* 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-211-10/+12
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-0/+22
* [perl #79074] make sure HeSVKEY_force() preserves UTF8ness (pvn)Tony Cook2013-09-161-0/+16
* Revert "Let av_push accept NULL values"Father Chrysostomos2013-09-071-5/+0
* Let av_push accept NULL valuesFather Chrysostomos2013-09-061-0/+5
* APItest: Test native code points, instead of UnicodeKarl Williamson2013-08-291-5/+5
* Make vivify_defelem allow &PL_sv_undef array entriesFather Chrysostomos2013-08-281-0/+5
* Copy PADTMPS passed to XSUBsFather Chrysostomos2013-08-131-0/+3
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-7/+0
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+7
* pad.c: Use &PL_sv_no for const pad namesFather Chrysostomos2013-07-251-1/+1
* Add tests for case-change macros APIKarl Williamson2013-05-201-0/+224
* ext/XS-APItest: Remove unused variable decl.Karl Williamson2013-01-061-1/+0
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-0/+49
* handy.h: Create isALPHANUMERIC() and kinKarl Williamson2012-12-221-14/+14
* XS-APItest: Add tests for handy.hKarl Williamson2012-12-091-10/+395
* Remove "register" declarationsKarl Williamson2012-11-241-1/+1
* handy.h: Add isVERTWS_uni(), isVERTWS_utf8()Karl Williamson2012-11-191-0/+14