summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Mention the variable name in the new length warningsFather Chrysostomos2011-11-181-3/+5
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-0/+6
* [perl #70151] eval localises %^H at runtimeFather Chrysostomos2011-11-171-1/+1
* embed.fnc: Make _to_upper_title_latin1() avail to pp.cKarl Williamson2011-11-111-6/+8
* utf8.c: Faster latin1 foldingKarl Williamson2011-11-081-0/+6
* utf8.c: Faster latin1 upper/title casingKarl Williamson2011-11-081-0/+6
* utf8.c: Refactor to_uni_lower()Karl Williamson2011-11-081-0/+3
* Perl_hv_kill_backrefs is also used in scope.cFather Chrysostomos2011-11-051-1/+1
* Warn for $[ ‘version’ checksFather Chrysostomos2011-11-011-0/+6
* don't segfault given string repeat count larger than 2^31Jim Meyering2011-10-231-1/+1
* simplify op_dump() / -Dx sequencingDavid Mitchell2011-10-171-2/+0
* Cast to signed before negating, to avoid compiler warningsBrian Fraser2011-10-061-2/+2
* Restore whichsig to the list in perlapiFather Chrysostomos2011-10-061-0/+3
* whichsig nul-cleanup.Brian Fraser2011-10-061-2/+12
* Oust cv_ckproto_lenFather Chrysostomos2011-10-061-5/+0
* toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean.Brian Fraser2011-10-061-0/+5
* universal.c: sv_does() UTF8 cleanup.Brian Fraser2011-10-061-0/+26
* mro UTF8 cleanup.Brian Fraser2011-10-061-1/+1
* universal.c: ->isa, sv_derived_from UTF8 cleanup.Brian Fraser2011-10-061-1/+22
* Add a sv_sethek() function to sv.cBrian Fraser2011-10-061-0/+5
* op.c: newCONSTSUB and newXS UTF8 cleanup.Brian Fraser2011-10-061-0/+1
* Merge multi and flags params to gv_init_*Father Chrysostomos2011-10-061-3/+3
* Restore newGVgen to perlapi.podFather Chrysostomos2011-10-061-0/+3
* gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.Brian Fraser2011-10-061-3/+3
* Remove method param from gv_autoload_*Father Chrysostomos2011-10-061-3/+3
* Remove 4 from new gv_autoload4_(sv|pvn?) functionsFather Chrysostomos2011-10-061-6/+6
* Restore gv_autoload4 to perlapi.podFather Chrysostomos2011-10-061-0/+4
* gv.c: Added gv_autoload4_(sv|pv|pvn)Brian Fraser2011-10-061-2/+14
* gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.Brian Fraser2011-10-061-2/+14
* Restore gv_fetchmeth_autoload to perlapi.podFather Chrysostomos2011-10-061-0/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.Brian Fraser2011-10-061-4/+14
* Restore gv_fetchmeth to perlapiFather Chrysostomos2011-10-061-0/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn).Brian Fraser2011-10-061-4/+14
* Document gv_init*Father Chrysostomos2011-10-061-0/+4
* gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.Brian Fraser2011-10-061-4/+16
* utf8.c: Add function to retrieve new _Perl_IDStart propKarl Williamson2011-10-011-0/+6
* regcomp.c: Add invlist_invert_prop()Karl Williamson2011-10-011-0/+5
* [perl #93590] $tainted ~~ [...] failingFather Chrysostomos2011-09-201-1/+1
* Move non-constant folding parts of fold_constants into a separate functions.Gerard Goossen2011-09-051-0/+10
* Eliminate is_gv_magical_svFather Chrysostomos2011-08-301-6/+0
* Move coresub op-creation from gv.c to op.cFather Chrysostomos2011-08-241-0/+5
* Add find_rundefsv2 functionFather Chrysostomos2011-08-241-0/+5
* Move making inplace sort and reverse away from the peephole optimiser to scal...Gerard Goossen2011-08-241-5/+5
* Revert "Test CORE::break’s prototype"Father Chrysostomos2011-08-241-5/+5
* Test CORE::break’s prototypeFather Chrysostomos2011-08-241-5/+5
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-1/+2
* Refactor unpack’s newDEFSVOP logic; correct prototypeFather Chrysostomos2011-08-211-6/+0
* Move pp_-specific code out of core_prototypeFather Chrysostomos2011-08-141-1/+1
* Change core_prototype to take a keyword numFather Chrysostomos2011-08-141-1/+1
* Add inlinable &CORE::functionsFather Chrysostomos2011-08-141-1/+7