summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-221-3/+3
* Increase $XS:APItest::VERSION to 0.43Father Chrysostomos2012-08-211-1/+1
* More PAD APIsFather Chrysostomos2012-08-211-6/+6
* Stop padlists from being AVsFather Chrysostomos2012-08-211-1/+1
* newCONSTSUB needs its own CV.Craig A. Berry2012-08-171-5/+5
* XS::APItest::newCONSTSUB was not handling SV reference counts correctly.Nicholas Clark2012-08-142-3/+34
* Use ALIAS to provide XS::APItest::newCONSTSUB and newCONSTSUB_flagsNicholas Clark2012-08-143-13/+14
* Make undef &foo remove call checkersFather Chrysostomos2012-07-291-1/+10
* Only generate above-Uni warning for \p{}, \P{}Karl Williamson2012-07-191-8/+17
* handy.: Add some tests for its APIKarl Williamson2012-07-082-2/+801
* Let rv2cv-hook CVs’ protos participate in method intuitionFather Chrysostomos2012-07-081-1/+7
* rv2cv hooks should not create 2nd-class subsFather Chrysostomos2012-07-062-0/+54
* Avoid needless use of deprecated exists on array elementsEric Brine2012-07-031-2/+2
* op.c:newFOROP: Fall back to realloc for unslabbed opsFather Chrysostomos2012-07-022-0/+22
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-293-1/+29
* Null HeVAL and local delete → crashFather Chrysostomos2012-06-271-0/+4
* [perl #111610] Trouble with XS-APItest/t/clone-with-stack.tMichael Schroeder2012-06-081-1/+2
* Add alloccopstash provisionally to the APIFather Chrysostomos2012-06-083-1/+21
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Annihilate ‘A’ magicFather Chrysostomos2012-05-211-2/+0
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-1/+12
* [perl #111000] Let hv_store work on hint hashesFather Chrysostomos2012-05-211-0/+10
* Increase $XS::APItest::VERSION to 0.39Father Chrysostomos2012-05-211-1/+1
* utf8n_to_uvuni(): Fix broken malformation interactionsKarl Williamson2012-05-011-17/+58
* utf8.c: refactor utf8n_to_uvuni()Karl Williamson2012-04-262-0/+258
* Increase $XS::APItest::VERSION to 0.38Father Chrysostomos2012-03-251-1/+1
* Label UTF8 cleanupBrian Fraser2012-03-254-3/+270
* Use the new utf8 to code point functionsKarl Williamson2012-03-192-2/+2
* add wrap_op_checker() API functionZefram2012-02-112-0/+42