summaryrefslogtreecommitdiff
path: root/proto.h
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/+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
* null ptr deref in Perl_cv_forget_slabDavid Mitchell2015-05-051-5/+1
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-191-5/+7
* op_sibling_splice(): allow NULL parent argDavid Mitchell2015-04-191-5/+1
* fix some minor compiler warningsDavid Mitchell2015-04-181-1/+1
* Change /(?[...]) to have normal operator precedenceKarl Williamson2015-03-191-0/+3
* Fix qr'\N{U+41}' on EBCDIC platformsKarl Williamson2015-03-181-2/+2
* Remove PL_ prefix for recently added non-globalsKarl Williamson2015-03-171-7/+7
* Perl_multideref_stringify: don't SEGV on null cvDavid Mitchell2015-03-131-3/+2
* don't test non-null argsDavid Mitchell2015-03-111-8/+3
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-4/+5
* [perl #123202] speed up scalar //g against tainted stringsTony Cook2015-02-261-0/+5
* pp_pack.c: Silence compiler warningKarl Williamson2015-02-201-7/+7
* Add \b{sb}Karl Williamson2015-02-191-0/+22
* Add qr/\b{wb}/Karl Williamson2015-02-191-0/+23
* Add qr/\b{gcb}/Karl Williamson2015-02-191-0/+3
* infnan: revert nan payload/signaling changesJarkko Hietaniemi2015-02-111-38/+1
* infnan: store the nan payload error in an optional SVJarkko Hietaniemi2015-02-111-4/+4
* infnan: API context jugglingJarkko Hietaniemi2015-02-081-7/+7
* infnan: grok_number* setting the infnan NV directlyJarkko Hietaniemi2015-02-081-1/+6
* infnan: add grok_nan and grok_nan_payloadJarkko Hietaniemi2015-02-081-0/+14
* infnan: add nan_payload_setJarkko Hietaniemi2015-02-081-0/+6
* infnan: add nan_is_signalingJarkko Hietaniemi2015-02-081-0/+1
* infnan: add nan_signaling_setJarkko Hietaniemi2015-02-081-0/+5
* infnan: add nan_hibyteJarkko Hietaniemi2015-02-081-0/+6