summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* universal.c: ->isa, sv_derived_from UTF8 cleanup.Brian Fraser2011-10-061-1/+6
* pp.c & sv.c: pp_ref UTF8 and null cleanup.Brian Fraser2011-10-061-0/+1
* Add a sv_sethek() function to sv.cBrian Fraser2011-10-061-0/+1
* 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/+1
* gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.Brian Fraser2011-10-061-2/+2
* Remove method param from gv_autoload_*Father Chrysostomos2011-10-061-3/+3
* Remove 4 from new gv_autoload4_(sv|pvn?) functionsFather Chrysostomos2011-10-061-3/+3
* Restore gv_autoload4 to perlapi.podFather Chrysostomos2011-10-061-0/+2
* gv.c: Added gv_autoload4_(sv|pv|pvn)Brian Fraser2011-10-061-1/+5
* gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.Brian Fraser2011-10-061-2/+5
* 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-1/+5
* Restore gv_fetchmeth to perlapiFather Chrysostomos2011-10-061-0/+2
* gv.c: Added gv_fetchmeth_(sv|pv|pvn).Brian Fraser2011-10-061-1/+5
* Document gv_init*Father Chrysostomos2011-10-061-0/+2
* gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.Brian Fraser2011-10-061-2/+6
* utf8.c: Add function to retrieve new _Perl_IDStart propKarl Williamson2011-10-011-0/+1
* regcomp.c: Add invlist_invert_prop()Karl Williamson2011-10-011-0/+1
* [perl #93590] $tainted ~~ [...] failingFather Chrysostomos2011-09-201-1/+2
* remove index offsetting ($[)Zefram2011-09-091-1/+0
* Move non-constant folding parts of fold_constants into a separate functions.Gerard Goossen2011-09-051-0/+2
* Eliminate is_gv_magical_svFather Chrysostomos2011-08-301-2/+0
* Eliminate global.sym, as makedef.pl can generate it internally.Nicholas Clark2011-08-251-5/+5
* Move coresub op-creation from gv.c to op.cFather Chrysostomos2011-08-241-0/+3
* Add find_rundefsv2 functionFather Chrysostomos2011-08-241-0/+2
* Move making inplace sort and reverse away from the peephole optimiser to scal...Gerard Goossen2011-08-241-1/+1
* Revert "Test CORE::break’s prototype"Father Chrysostomos2011-08-241-1/+1
* Test CORE::break’s prototypeFather Chrysostomos2011-08-241-1/+1
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-1/+1
* Move pp_-specific code out of core_prototypeFather Chrysostomos2011-08-141-2/+1
* Change core_prototype to take a keyword numFather Chrysostomos2011-08-141-1/+1
* Add inlinable &CORE::functionsFather Chrysostomos2011-08-141-1/+3
* Make core_prototype provide the op number as wellFather Chrysostomos2011-08-141-1/+2
* Move bareword checking from the peephole optimizer to finalize_optree. Fixes ...Gerard Goossen2011-08-111-1/+1
* Move aassign common var detection to a separate function.Gerard Goossen2011-08-081-0/+3
* Remove Perl_modFather Chrysostomos2011-08-021-2/+0
* Add finalize_optree function which can take over all the compile time checkin...Gerard Goossen2011-07-281-0/+4
* core_prototype: Remove special cases for lock and tieFather Chrysostomos2011-07-261-1/+1
* Add core_prototype; make pp_prototype use itFather Chrysostomos2011-07-261-0/+3
* export the invlist functions that were causing the static build conflictTony Cook2011-07-241-4/+4
* Perl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.Nicholas Clark2011-07-241-0/+2
* do_exec needs no compatibility version in mathoms.c as it's not in the API.Nicholas Clark2011-07-241-1/+1
* Rename store/fetch_cop_label as cop_*Father Chrysostomos2011-07-161-2/+2
* Export store_cop_label for the perl compilerReini Urban2011-07-161-2/+2
* Change was_lvalue_sub back to X; spell out the only use of itFather Chrysostomos2011-07-141-1/+1
* Make prototypes and declarations for Perl_pad_add_name_{pv,pvn,sv} agree.Nicholas Clark2011-07-141-2/+2
* Added a flags parameter to pad_findlex.Brian Fraser2011-07-121-1/+1
* APIify pad functionsZefram2011-07-121-54/+49