summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Use lookup table for /\b{gcb}/ instead of switch stmtKarl Williamson2016-01-191-1/+1
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+12
* embed.fnc: fix some back indentationDavid Mitchell2016-01-151-2/+2
* regexec.c: Add a parameter to a static functionKarl Williamson2016-01-081-1/+2
* regcomp.c: Make some params to a static fcn constKarl Williamson2015-12-221-2/+4
* Deprecate to_utf8_case()Karl Williamson2015-12-211-1/+1
* Optimize some qr/[...]/ classesKarl Williamson2015-12-171-1/+1
* document save_gp() and the GVf_INTRO flagTony Cook2015-12-171-1/+1
* utf8.c: Don't throw away a value and then recalc itKarl Williamson2015-12-091-0/+9
* embed.fnc: White-space onlyKarl Williamson2015-12-091-2/+6
* make sv_ref() part of the APITony Cook2015-11-091-1/+1
* Workaround for perl #124212: these functions are not true static inlineJarkko Hietaniemi2015-11-011-0/+10
* 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-2/+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-2/+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
* embed.fnc: Add commentKarl Williamson2015-09-071-1/+2
* amigaos4: exec returns I32Andy Broad2015-09-051-5/+5
* regcomp.c: Add a parameter to static functionKarl Williamson2015-08-241-0/+1
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-1/+0
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-3/+0
* xs_boot_epilog (Xp): change ax from U32 to I32Reini Urban2015-08-031-1/+1
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-5/+5
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-3/+0
* null ptr deref in Perl_cv_forget_slabDavid Mitchell2015-05-051-1/+1
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-191-0/+2
* op_sibling_splice(): allow NULL parent argDavid Mitchell2015-04-191-1/+1
* fix some minor compiler warningsDavid Mitchell2015-04-181-1/+1
* Change /(?[...]) to have normal operator precedenceKarl Williamson2015-03-191-0/+1
* Fix qr'\N{U+41}' on EBCDIC platformsKarl Williamson2015-03-181-4/+6
* Remove PL_ prefix for recently added non-globalsKarl Williamson2015-03-171-10/+10
* Perl_multideref_stringify: don't SEGV on null cvDavid Mitchell2015-03-131-1/+1
* don't test non-null argsDavid Mitchell2015-03-111-2/+2
* grok_atoUV: don't make part of APIHugo van der Sanden2015-03-091-1/+1
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-1/+1
* embed.fnc: Change _warn_problematic_locale() function from publicKarl Williamson2015-03-091-1/+1
* [perl #123202] speed up scalar //g against tainted stringsTony Cook2015-02-261-0/+1
* pp_pack.c: Silence compiler warningKarl Williamson2015-02-201-1/+1
* Add \b{sb}Karl Williamson2015-02-191-3/+15
* Add qr/\b{wb}/Karl Williamson2015-02-191-0/+14
* Add qr/\b{gcb}/Karl Williamson2015-02-191-0/+1
* infnan: revert nan payload/signaling changesJarkko Hietaniemi2015-02-111-8/+1
* infnan: store the nan payload error in an optional SVJarkko Hietaniemi2015-02-111-3/+3
* infnan: API context jugglingJarkko Hietaniemi2015-02-081-3/+3