summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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
* infnan: grok_number* setting the infnan NV directlyJarkko Hietaniemi2015-02-081-1/+2
* infnan: add grok_nan and grok_nan_payloadJarkko Hietaniemi2015-02-081-0/+2
* infnan: add nan_payload_setJarkko Hietaniemi2015-02-081-0/+1
* infnan: add nan_is_signalingJarkko Hietaniemi2015-02-081-0/+1
* infnan: add nan_signaling_setJarkko Hietaniemi2015-02-081-0/+1
* infnan: add nan_hibyteJarkko Hietaniemi2015-02-081-0/+1
* Remove context param from sv_get_backrefsFather Chrysostomos2015-01-311-1/+1
* infnan: grok_infnan now needs contextJarkko Hietaniemi2015-01-281-1/+1
* Correction to 0563a5d0dbSteve Hay2015-01-281-4/+8
* rename unop_aux_stringify to multideref_stringifyDavid Mitchell2015-01-271-1/+1