| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase $XS::APItest::VERSION to 0.54 | Father Chrysostomos | 2013-06-22 | 1 | -1/+1 |
* | Fixed verbatim lines in POD over 79 characters | Brian Gottreu | 2013-06-22 | 1 | -2/+4 |
* | change svpeek.t to append the VOS executable suffix to $^X | Paul Green | 2013-06-03 | 1 | -0/+5 |
* | Bump $VERSION. | James E Keenan | 2013-05-25 | 1 | -1/+1 |
* | typo fix for XS::APItest | David Steinbrunner | 2013-05-25 | 1 | -1/+1 |
* | Make Unicode::UCD::search_invlist() available | Karl Williamson | 2013-05-22 | 1 | -2/+2 |
* | Add tests for case-change macros API | Karl Williamson | 2013-05-20 | 3 | -3/+382 |
* | move Perl_ck_warner() before unwind [perl #113794] | Zefram | 2013-04-24 | 1 | -1/+2 |
* | Make smartmatch, given & when experimental | Brian Fraser | 2013-03-26 | 2 | -0/+2 |
* | Revert "fix Peek.t to work with NEW COW" | David Mitchell | 2013-03-23 | 1 | -5/+5 |
* | fix Peek.t to work with NEW COW | David Mitchell | 2013-03-23 | 1 | -5/+5 |
* | suppress "experimental" warnings for my $_ | Ricardo Signes | 2013-02-20 | 1 | -1/+1 |
* | Test that call checkers are copied with actual closures. | Nicholas Clark | 2013-02-13 | 1 | -1/+29 |
* | Enable perl core tests to pass when locale support is not available. | Jess Robinson | 2013-02-09 | 1 | -14/+22 |
* | handy.h: Fix isIDCONT_utf8() | Karl Williamson | 2013-01-14 | 1 | -0/+4 |
* | ext/XS-APItest: Remove unused variable decl. | Karl Williamson | 2013-01-06 | 2 | -2/+1 |
* | handy.h: Add full complement of isIDCONT() macros | Karl Williamson | 2012-12-23 | 3 | -4/+54 |
* | ext/XS-APItest/t/handy.t: White-space only | Karl Williamson | 2012-12-23 | 1 | -18/+18 |
* | ext/XS-APItest/t/handy.t: Work better on platforms sans proper locales | Karl Williamson | 2012-12-23 | 1 | -2/+4 |
* | handy.h: Create isALPHANUMERIC() and kin | Karl Williamson | 2012-12-22 | 3 | -16/+16 |
* | ext/XS-APItest/t/handy.t: White space only | Karl Williamson | 2012-12-09 | 1 | -16/+16 |
* | XS-APItest: Add tests for handy.h | Karl Williamson | 2012-12-09 | 3 | -12/+455 |
* | Deprecate lexical $_ | Father Chrysostomos | 2012-12-04 | 1 | -1/+1 |
* | Make isIDFIRST_uni() return identically as isIDFIRST_utf8() | Karl Williamson | 2012-11-29 | 1 | -0/+4 |
* | XS-APItest/t/handy.t: Turn off non_unicode warnings | Karl Williamson | 2012-11-29 | 1 | -0/+1 |
* | Missing dependency in XS::APItest’s Makefile | Father Chrysostomos | 2012-11-25 | 1 | -0/+2 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 2 | -2/+2 |
* | handy.h: Add isVERTWS_uni(), isVERTWS_utf8() | Karl Williamson | 2012-11-19 | 3 | -1/+18 |
* | XS-APItest/t/handy.t: Refactor | Karl Williamson | 2012-11-19 | 1 | -361/+97 |
* | Increase $XS::APItest::VERSION to 0.45 | Father Chrysostomos | 2012-11-17 | 1 | -1/+1 |
* | [perl #115756] Fix XS::APItest::SvIsCOW | Father Chrysostomos | 2012-11-17 | 1 | -1/+1 |
* | clone() wasn't cloning the whole stack | David Mitchell | 2012-11-16 | 1 | -1/+15 |
* | SVf_IsCOW | Father Chrysostomos | 2012-11-14 | 1 | -2/+2 |
* | make MULTICALL safe across cxstack reallocs | David Mitchell | 2012-11-11 | 1 | -1/+14 |
* | [perl #79824] Don’t cow for sv_mortalcopy call from XS | Father Chrysostomos | 2012-10-05 | 2 | -1/+12 |
* | APItest.xs: Fix mem leak in lexsub test | Father Chrysostomos | 2012-10-01 | 1 | -1/+2 |
* | Test XS registration of state subs | Father Chrysostomos | 2012-09-26 | 2 | -0/+39 |
* | stop regex engine reading beyond end of string | David Mitchell | 2012-09-26 | 3 | -1/+91 |
* | Use FooBAR convention for new pad macros | Father Chrysostomos | 2012-08-22 | 1 | -3/+3 |
* | Increase $XS:APItest::VERSION to 0.43 | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | More PAD APIs | Father Chrysostomos | 2012-08-21 | 1 | -6/+6 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | newCONSTSUB needs its own CV. | Craig A. Berry | 2012-08-17 | 1 | -5/+5 |
* | XS::APItest::newCONSTSUB was not handling SV reference counts correctly. | Nicholas Clark | 2012-08-14 | 2 | -3/+34 |
* | Use ALIAS to provide XS::APItest::newCONSTSUB and newCONSTSUB_flags | Nicholas Clark | 2012-08-14 | 3 | -13/+14 |
* | Make undef &foo remove call checkers | Father Chrysostomos | 2012-07-29 | 1 | -1/+10 |
* | Only generate above-Uni warning for \p{}, \P{} | Karl Williamson | 2012-07-19 | 1 | -8/+17 |
* | handy.: Add some tests for its API | Karl Williamson | 2012-07-08 | 2 | -2/+801 |
* | Let rv2cv-hook CVs’ protos participate in method intuition | Father Chrysostomos | 2012-07-08 | 1 | -1/+7 |
* | rv2cv hooks should not create 2nd-class subs | Father Chrysostomos | 2012-07-06 | 2 | -0/+54 |