summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop SvPVutf8 from forcing the POK flagFather Chrysostomos2012-01-311-1/+3
* XS::APItest: svpv_magic.t: Correct test nameFather Chrysostomos2012-01-311-1/+1
* Make SvPVbyte return bytes for non-PVsFather Chrysostomos2012-01-311-1/+7
* Test that SvPVutf8 works with magic varsFather Chrysostomos2012-01-311-1/+19
* [perl #108994] Stop SvPVutf8 from coercing SVsFather Chrysostomos2012-01-312-0/+33
* XS::APItest: Move $VERSION further upFather Chrysostomos2012-01-311-2/+2
* Increase $XS::APItest::VERSION to 0.35Father Chrysostomos2012-01-311-1/+1
* Correct comment in APItest’s hash.tFather Chrysostomos2012-01-021-1/+1
* Supress warning in XS::APItest’s hash.tFather Chrysostomos2011-12-251-1/+3
* Don’t crash when writing to null hash elemFather Chrysostomos2011-12-241-0/+13
* hv.c: Make newHVhv work on tied hashesFather Chrysostomos2011-12-242-0/+15
* *Now* increase $XS::APItest::VERSION to 0.35Father Chrysostomos2011-12-241-1/+1
* Revert "Increase $XS::APItest::VERSION to 0.35"Father Chrysostomos2011-12-232-2/+2
* Increase $XS::APItest::VERSION to 0.35Father Chrysostomos2011-12-232-2/+2
* Make const redef warnings default in newXSFather Chrysostomos2011-11-212-11/+36
* Make newXS redefinition warning respect UTF8Father Chrysostomos2011-11-211-1/+15
* Make newCONSTSUB use the right warning scope.Father Chrysostomos2011-11-211-1/+12
* $XS::APItest::VERSION = '0.34'Father Chrysostomos2011-11-201-1/+1
* Revert "$XS::APItest::VERSION = '0.34'"Father Chrysostomos2011-11-201-1/+1
* $XS::APItest::VERSION = '0.34'Father Chrysostomos2011-11-201-1/+1
* Add len flag to newCONSTSUB_flagsFather Chrysostomos2011-11-201-2/+4
* Localise PL_curcop for BEGIN blocksFather Chrysostomos2011-11-172-2/+22
* avoid some test-time warningsZefram2011-11-161-0/+1
* \x-ify non-ASCII chars in C string literalZefram2011-11-162-3/+3
* Make source filters work in evalbytesFather Chrysostomos2011-11-061-3/+12
* Forbid source filters in Unicode evalsFather Chrysostomos2011-11-061-1/+10
* Test uninit warnings for undef XS cmp retvalsFather Chrysostomos2011-10-152-1/+15
* Make XS sort routines work againFather Chrysostomos2011-10-152-0/+21
* APItest: put mro stuff in a new BOOT blockFather Chrysostomos2011-10-151-6/+8
* APItest: Move PERL_UNUSED_ARG after declFather Chrysostomos2011-10-121-1/+1
* [perl #6828] Set $AUTOLOAD once more for XS autoloadingFather Chrysostomos2011-10-112-14/+7
* TODO test for $AUTOLOAD with XS AUTOLOADSteffen Mueller2011-10-113-3/+101
* Make sv_set[ps]v(cv...) set prototypeFather Chrysostomos2011-10-112-1/+24
* XS::APItest: s/justinc/justisa/Father Chrysostomos2011-10-102-2/+2
* [perl #94306] Do not skip first elem of linear isaFather Chrysostomos2011-10-102-0/+34
* Fix cv-to-gv assignment to use CvPROTOFather Chrysostomos2011-10-101-1/+5
* Resolve XS AUTOLOAD-prototype conflictFather Chrysostomos2011-10-092-1/+56
* Tests for XS AUTOLOAD routinesFather Chrysostomos2011-10-093-0/+26
* Increase $XS::APItest::VERSION from 0.31 to 0.32Father Chrysostomos2011-10-061-1/+1
* whichsig nul-cleanup.Brian Fraser2011-10-062-0/+51
* mro.c: Correct utf8 and bytes concatenationFather Chrysostomos2011-10-062-0/+44
* gv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.Brian Fraser2011-10-061-6/+5
* gv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.Brian Fraser2011-10-061-1/+34
* gv.c: gv_fetchmeth_pvn UTF8 cleanup.Brian Fraser2011-10-061-2/+31
* gv.c: gv_autoload4 is now UTF-8 clean.Brian Fraser2011-10-061-3/+1
* op.c: newCONSTSUB and newXS UTF8 cleanup.Brian Fraser2011-10-062-0/+45