summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-1/+1
* Increase $XS::APItest::VERSION to 0.72Father Chrysostomos2015-03-241-1/+1
* gv_const_sv() handle subrefs directly in the stashTony Cook2015-03-242-0/+38
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-3/+0
* grok_atoUV: don't make part of APIHugo van der Sanden2015-03-091-0/+4
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-093-64/+76
* ext/XS-APItest/t/hash.t: Generalize to run on non-ASCII platformsKarl Williamson2015-03-051-2/+2
* ext/XS-APItest/t/svpeek.t: Extend to EBCDIC platformsKarl Williamson2015-03-051-3/+3
* ext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-3/+4
* XS-APItest/t/fetch_pad_names.t: Skip if EBCDICKarl Williamson2015-03-051-1/+7
* ext/XS-APItest/t/utf8.t: Fix so passes EBCDICKarl Williamson2015-03-051-3/+8
* APItest/t/handy.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-5/+5
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* infnan: grok flag expectation fixesJarkko Hietaniemi2015-01-281-3/+3
* fixups to make the porting tests happyYves Orton2014-12-253-6/+6
* add new API function sv_get_backrefs()Yves Orton2014-12-252-0/+71
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-16/+16
* [perl #94484] Custom ops trip assertions in new*OPFather Chrysostomos2014-12-072-1/+48
* 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 #40565] Fix localisation in pseudo-forkFather Chrysostomos2014-12-031-1/+24
* [perl #123063] allow assert() to be used as an expressionTony Cook2014-12-031-0/+7
* fetch_pad_names.t: Emit all test namesFather Chrysostomos2014-11-301-2/+4
* Make pad names always UTF8Father Chrysostomos2014-11-301-12/+12
* Increase $XS::APItest::VERSION to 0.69Father Chrysostomos2014-11-281-1/+1
* Fix newFOROP with PERL_OP_PARENT and no slabFather Chrysostomos2014-11-281-3/+14
* Don’t turn sub:CustomAttr(){$outer_lex} into a constFather Chrysostomos2014-11-131-1/+7
* add xs_handshake APIDaniel Dragan2014-11-071-1/+1
* [perl #123103] Allow ext magic on read-onliesFather Chrysostomos2014-11-032-0/+9
* XS::APItest, svpeek.t: Test the correct thingBrian Fraser2014-10-312-2/+3
* rename convert to op_convert_list and APIfyLukas Mai2014-10-263-1/+33
* Import Test-More 1.301001 alpha 63Chad Granum2014-10-261-1/+1
* unbreak threaded buildsLukas Mai2014-10-251-1/+2
* APIfy block_start/block_end/intro_myLukas Mai2014-10-253-2/+133
* APIfy newDEFSVOPLukas Mai2014-10-243-2/+58
* wrap the failing call_checker test in an eval and TODO itTony Cook2014-10-201-2/+5
* Apify SV_CATBYTES and SV_CATUTF8Father Chrysostomos2014-10-182-0/+27
* Increase $XS::APItest::VERSION to 0.65Father Chrysostomos2014-09-241-1/+1
* Add flags to cv_name; allow unqualified retvalFather Chrysostomos2014-09-242-2/+30
* quadmath NVs cannot be cast to double etc.Jarkko Hietaniemi2014-09-191-0/+8
* quadmath and gconvert do not mix.Jarkko Hietaniemi2014-09-191-3/+9
* Increase $XS::APItest::VERSION to 0.64Father Chrysostomos2014-09-151-1/+1
* Test cv_nameFather Chrysostomos2014-09-152-0/+36
* Clone lex sub names properlyFather Chrysostomos2014-09-141-1/+14
* Use grok_infnan() if NV_INF and NV_NAN are defined.Jarkko Hietaniemi2014-08-221-3/+3
* Use UV instead of Size_t.Jarkko Hietaniemi2014-07-242-8/+42
* bump $XS::APItest::VERSION for the grok_atou() mergeTony Cook2014-07-231-1/+1
* Add tests for grok_atou.Jarkko Hietaniemi2014-07-222-0/+137
* 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