summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Also add repaired variants for CV and SVREF typemapsSteffen Mueller2011-10-114-3/+65
* A repaired, properly refcounting AV&HV typemapSteffen Mueller2011-10-114-2/+76
* [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
* Cast to signed before negating, to avoid compiler warningsBrian Fraser2011-10-061-1/+1
* Increase $DynaLoader'VERSION from 1.13 to 1.14,Father Chrysostomos2011-10-061-1/+1
* Increase $mro::VERSION from 1.08 to 1.09Father Chrysostomos2011-10-061-1/+1
* Increase $attributes::VERSION from 0.16 to 0.17Father Chrysostomos2011-10-061-1/+1
* Increase $XS::APItest::VERSION from 0.31 to 0.32Father Chrysostomos2011-10-061-1/+1
* whichsig nul-cleanup.Brian Fraser2011-10-062-0/+51
* toke.c, ext/attributes/attributes.xs: Make attributes UTF-8 clean.Brian Fraser2011-10-061-2/+2
* mro.(c|xs): Make warnings utf8-cleanBrian Fraser2011-10-061-8/+17
* mro.c: Correct utf8 and bytes concatenationFather Chrysostomos2011-10-062-0/+44
* mro UTF8 cleanup.Brian Fraser2011-10-061-3/+8
* 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
* Merge multi and flags params to gv_init_*Father Chrysostomos2011-10-061-3/+4
* gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanupBrian Fraser2011-10-061-2/+2
* gv.c: gv_name_set and gv_init_(etc) now initialize the GV's name as UTF-8 if ...Brian Fraser2011-10-061-3/+9
* Remove method param from gv_autoload_*Father Chrysostomos2011-10-062-13/+13
* Remove 4 from new gv_autoload4_(sv|pvn?) functionsFather Chrysostomos2011-10-062-16/+16
* gv.c: Added gv_autoload4_(sv|pv|pvn)Brian Fraser2011-10-062-0/+91
* gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.Brian Fraser2011-10-062-0/+81
* Minor correction to gv_fetchmeth_autoload.tFather Chrysostomos2011-10-061-1/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.Brian Fraser2011-10-062-0/+75
* Minor correction to gv_fetchmeth.tFather Chrysostomos2011-10-061-1/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn).Brian Fraser2011-10-062-0/+64
* gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.Brian Fraser2011-10-062-0/+44
* Export DynaLoader symbols from libperl againReini Urban2011-09-301-0/+1
* Correct punctuation in some POSIX error messagesFather Chrysostomos2011-09-172-39/+39
* POSIX::access() doesn't do ENOTDIR on VMS.Craig A. Berry2011-09-171-1/+1
* Tests for goto &xsub and lexical hintsFather Chrysostomos2011-09-162-0/+25
* update B::Concise test for B::Deparse changeZefram2011-09-161-0/+1
* Assorted File::Glob test fix-ups following 528bd3ce85.Craig A. Berry2011-09-161-24/+32
* Change POSIX::Termios::setattr() to default to TCASNOW, not 0.Nicholas Clark2011-09-131-1/+8
* Remove unneeded fallback definitions of dNOOP, dVAR etc from POSIX.xsNicholas Clark2011-09-131-20/+0
* Merge the implementations of POSIX::{asctime,mktime} using ALIAS.Nicholas Clark2011-09-131-34/+18