summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make core_prototype provide the op number as wellFather Chrysostomos2011-08-141-1/+1
* 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/+1
* Remove Perl_modFather Chrysostomos2011-08-021-1/+0
* Add finalize_optree function which can take over all the compile time checkin...Gerard Goossen2011-07-281-0/+10
* core_prototype: Remove special cases for lock and tieFather Chrysostomos2011-07-261-4/+1
* Add core_prototype; make pp_prototype use itFather Chrysostomos2011-07-261-0/+5
* Perl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.Nicholas Clark2011-07-241-7/+9
* do_exec needs no compatibility version in mathoms.c as it's not in the API.Nicholas Clark2011-07-241-2/+0
* Rename store/fetch_cop_label as cop_*Father Chrysostomos2011-07-161-11/+11
* 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-4/+4
* APIify pad functionsZefram2011-07-121-15/+37
* Propagate (non-)lvalue context through nested callsFather Chrysostomos2011-07-091-0/+3
* Restrict some inversion list functionsKarl Williamson2011-07-031-20/+20
* Allow utf8.c to access 4 inversion list functionsKarl Williamson2011-07-031-26/+28
* Change 4 inversion list functions from S_ to Perl_Karl Williamson2011-07-031-4/+4
* Change _invlist_invert() from being in-lineKarl Williamson2011-07-031-1/+1
* Change names of some inversion list functionsKarl Williamson2011-07-031-26/+26
* Add 3 methods for inversion listsKarl Williamson2011-07-031-0/+18
* Add an element to inversion list data structureKarl Williamson2011-07-031-0/+12
* Add length element to inversion listsKarl Williamson2011-07-031-0/+6
* Add iterator for inversion listsKarl Williamson2011-07-031-0/+19
* regcomp.c: Rmv no longer called functionKarl Williamson2011-07-031-5/+0
* regcomp.c: Remove no longer called functionKarl Williamson2011-07-031-5/+0
* regcomp.c: Revise inversion list APIKarl Williamson2011-07-031-8/+8
* Change inversion lists to SVsKarl Williamson2011-07-031-17/+17
* Factor stack adjustments on leave in a new static functionVincent Pit2011-06-261-0/+7
* add do_ncmp fn and make pp_ncmp, pp_eq etc use itDavid Mitchell2011-06-251-0/+7
* op_lvalue .= _flagsFather Chrysostomos2011-06-241-1/+2
* regcomp.c: Fix memory leak regressionNicholas Clark2011-05-261-6/+0
* add hfree_next_entry(), hv_free_ent_ret()David Mitchell2011-05-191-0/+13
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-181-1/+1
* S_doparseform() should return void, not OP*, as it should use Perl_die not DIENicholas Clark2011-05-181-2/+1
* utf8.c: Add _flags version of to_utf8_fold()Karl Williamson2011-05-031-8/+16
* embed.fnc: Allow NULL arg to to_utf8_case()Karl Williamson2011-05-031-3/+2
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-181-6/+0
* Add depth parameter to reg_namedseqKarl Williamson2011-03-201-1/+1