summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/APItest.xs
Commit message (Expand)AuthorAgeFilesLines
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-8/+9
* (perl #129000) create a safer utf8_hop()Tony Cook2016-11-091-0/+13
* call AV set magic in list assignDavid Mitchell2016-11-041-0/+24
* ext/XS-APItest: switch to using strEQs()Yves Orton2016-10-191-22/+22
* Add utf8n_to_uvchr_errorKarl Williamson2016-10-131-6/+12
* Add is_utf8_fixed_width_buf_flags() and use itKarl Williamson2016-09-251-0/+35
* Add API Unicode handling functionsKarl Williamson2016-09-251-2/+142
* Add isUTF8_CHAR_flags() macroKarl Williamson2016-09-171-0/+7
* Add macro for Unicode Corregindum #9 strictKarl Williamson2016-09-171-0/+7
* Add macro for determining if UTF-8 is Unicode-strictKarl Williamson2016-09-171-0/+7
* Add tests for is_valid_partial_utf8_char_flags()Karl Williamson2016-09-171-0/+9
* Test isUTF8_CHAR()Karl Williamson2016-09-171-0/+7
* Add regexp_nonull.tFather Chrysostomos2016-09-171-0/+12
* [perl #129267] Test for gv_fetchmethod buffer overrunFather Chrysostomos2016-09-131-0/+3
* XS::APItest: Note why we do not want efficiencyFather Chrysostomos2016-08-151-0/+3
* Revert "#define PERL_NO_GET_CONTEXT in XS::APItest"Father Chrysostomos2016-08-141-16/+13
* #define PERL_NO_GET_CONTEXT in XS::APItestFather Chrysostomos2016-08-141-13/+16
* Test call_argvFather Chrysostomos2016-08-141-0/+17
* APItest: Add tests for isOCTALKarl Williamson2016-08-051-0/+14
* APItest.xs: silence compiler warningDavid Mitchell2016-06-141-1/+1
* Add intro_my to XS::APItest::lexical_importFather Chrysostomos2016-06-061-0/+1
* Validate the 'require Bare::Word' pathname.Nicholas Clark2016-05-101-0/+12
* APItest.xs silence compiler warningDavid Mitchell2016-03-121-1/+1
* XS-APItest: Length cannot be negative.Jarkko Hietaniemi2016-02-071-0/+1
* dMULTICALL: remove unused varsDavid Mitchell2016-02-031-3/+0
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-1/+1
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-1/+1
* APItest.xs: fixup clone_with_stack()David Mitchell2016-02-031-3/+5
* restore PL_tmps_floor on exitDavid Mitchell2016-02-031-3/+2
* fix link failure of APItest.dll on VC 6Daniel Dragan2016-01-271-1/+1
* XS DLLs shouldn't have comctl32.dll manifest in them, they dont link to itDaniel Dragan2016-01-251-1/+39
* avoid invalid memory access in MapPath[AW]Tony Cook2016-01-111-0/+9
* APItest.xs: Silence compiler warning on 32-bit machinesKarl Williamson2015-12-261-1/+1
* APItest: Add tests for valid_utf8_to_uvchrKarl Williamson2015-12-051-0/+28
* ext/XS-APItest: Add tests for uvchr_to_utf8()Karl Williamson2015-11-251-0/+20
* ext/XS-APItest/t/hash.t: Fix for EBCDICKarl Williamson2015-10-151-8/+20
* add tests for XSRETURN* macrosDoug Bell2015-10-021-0/+55
* fix up EXTEND() callersDavid Mitchell2015-10-021-2/+2
* make EXTEND() and stack_grow() safe(r)David Mitchell2015-10-021-0/+33
* Make ext/XS-APItest/t/cophh.t work on EBCDICKarl Williamson2015-09-251-1/+144
* Add API tests for utf8.h macrosKarl Williamson2015-09-181-0/+84
* Document and ensure that sv_catpvf() does no argument orderingAaron Crane2015-07-151-0/+10
* make MULTICALL handle list contextDavid Mitchell2015-06-191-0/+65
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-1/+1
* gv_const_sv() handle subrefs directly in the stashTony Cook2015-03-241-0/+20
* grok_atoUV: don't make part of APIHugo van der Sanden2015-03-091-0/+4
* fixups to make the porting tests happyYves Orton2014-12-251-1/+1
* add new API function sv_get_backrefs()Yves Orton2014-12-251-0/+19
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-16/+16
* [perl #94484] Custom ops trip assertions in new*OPFather Chrysostomos2014-12-071-0/+44