summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Revamp -Dr handling of /[...]/Karl Williamson2016-02-191-2/+8
* Add a parameter to a static functionKarl Williamson2016-02-191-1/+1
* Change private function to staticKarl Williamson2016-02-191-10/+10
* regcomp.c, toke.c: swap functions being inline staticKarl Williamson2016-02-181-16/+15
* Don't allow /\N{}/ under 're strict'Karl Williamson2016-02-181-1/+1
* regcomp.c: Extract duped code into one fcnKarl Williamson2016-02-101-0/+3
* PATCH: [perl #8904] Revamp [:posix:] parsingKarl Williamson2016-02-091-7/+4
* regcomp.c: Add code to compute edit distance (Damerau–Levenshtein)Karl Williamson2016-02-091-0/+5
* make gimme consistently U8David Mitchell2016-02-031-4/+4
* convert CX_{PUSH|POP}{WHEN|GIVEN} to inline fnsDavid Mitchell2016-02-031-0/+12
* convert CX_PUSHLOOP*/POPLOOP to inline fnsDavid Mitchell2016-02-031-0/+9
* convert CX_PUSHEVAL/POPEVAL to inline fnsDavid Mitchell2016-02-031-0/+6
* convert CX_PUSHFORMAT/POPFORMAT to inline fnsDavid Mitchell2016-02-031-0/+6
* convert CX_PUSHSUB/POPSUB to inline fnsDavid Mitchell2016-02-031-0/+12
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-0/+9
* add SAVEt_TMPSFLOOR save type and Perl_savetmps()David Mitchell2016-02-031-0/+1
* PUSHEVAL: make retop a parameterDavid Mitchell2016-02-031-1/+1
* replace leave_common() with leave_adjust_stacks()David Mitchell2016-02-031-3/+0
* make pp_return() use leave_adjust_stacks()David Mitchell2016-02-031-2/+2
* make pp_leavesublv use S_leavesub_adjust_stacks()David Mitchell2016-02-031-0/+3
* rename S_doeval() to S_doeval_compile()David Mitchell2016-02-031-1/+1
* simplify S_leave_common() and callersDavid Mitchell2016-02-031-2/+2
* rename S_dopoptogiven() to S_dopoptogivenfor()David Mitchell2016-02-031-1/+1
* add Perl_clear_defarray()David Mitchell2016-02-031-0/+3
* Use lookup table for /\b{gcb}/ instead of switch stmtKarl Williamson2016-01-191-1/+1
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+15
* regexec.c: Add a parameter to a static functionKarl Williamson2016-01-081-1/+1
* regcomp.c: Make some params to a static fcn constKarl Williamson2015-12-221-1/+1
* Deprecate to_utf8_case()Karl Williamson2015-12-211-1/+3
* Optimize some qr/[...]/ classesKarl Williamson2015-12-171-0/+3
* utf8.c: Don't throw away a value and then recalc itKarl Williamson2015-12-091-0/+3
* Workaround for perl #124212: these functions are not true static inlineJarkko Hietaniemi2015-11-011-21/+23
* Replace two ugly casts in reg_recode() calls.Jarkko Hietaniemi2015-10-271-1/+1
* regexec.c: Change function return from I32 to boolKarl Williamson2015-10-191-1/+1
* regcomp.c: Fold only use of static function into its callerKarl Williamson2015-10-111-5/+0
* regcomp.c: Split function into two functionsKarl Williamson2015-10-111-0/+3
* regcomp.c: refactor a static functionKarl Williamson2015-10-111-1/+1
* make sv_backoff tailcall friendlyDaniel Dragan2015-10-081-1/+1
* Remove find_rundefsv2Father Chrysostomos2015-09-291-3/+0
* amigaos4: move the amigaos exec code under amigaos4Andy Broad2015-09-161-5/+5
* regcomp.c: Simplify some codeKarl Williamson2015-09-121-1/+1
* Add code for debugging locale initializationKarl Williamson2015-09-081-0/+6
* amigaos4: exec returns I32Andy Broad2015-09-051-5/+5
* regcomp.c: Add a parameter to static functionKarl Williamson2015-08-241-1/+1
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-3/+0
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-1/+0
* No __attribute__((nonnull(...))) from NN.Jarkko Hietaniemi2015-08-141-3968/+1230
* xs_boot_epilog (Xp): change ax from U32 to I32Reini Urban2015-08-031-1/+1
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-18/+18
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-9/+0