summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Functions marked 'b' in embed.fnc MUST be implemented in mathoms.cSteve Hay2015-01-271-2/+2
* Move inline fcn to #included fileKarl Williamson2015-01-211-1/+1
* regcomp.c: Move #define, make a function always compiledKarl Williamson2015-01-201-1/+1
* Revert "refactor gv_add_by_type"Matthew Horsfall2015-01-201-1/+1
* Move unlikely executed macro to functionKarl Williamson2015-01-131-0/+1
* regcomp.c: Add 'strict' parameter to S_regclass()Karl Williamson2015-01-131-2/+3
* refactor op.c S_bad_type_*vDaniel Dragan2015-01-111-2/+2
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-1/+2
* regcomp.c: Rmv no-longer-used macro and functionKarl Williamson2015-01-061-2/+0
* pad.c: Remove unused context paramsFather Chrysostomos2015-01-061-4/+4
* refactor gv_add_by_typeDaniel Dragan2015-01-061-1/+1
* utf8.c: Use OP_DESC instead of passing string.Karl Williamson2014-12-291-1/+0
* add new API function sv_get_backrefs()Yves Orton2014-12-251-1/+2
* add hv_backreferences_p() to embed.fncYves Orton2014-12-211-1/+1
* make the EXACTF_invlist only when SCF_DO_STCLASSHugo van der Sanden2014-12-111-0/+2
* stdize_locale not used in POSIX.Jarkko Hietaniemi2014-12-091-1/+4
* Fix OUTSIDE for named subs inside predeclared subsFather Chrysostomos2014-12-091-0/+1
* make xs_version_bootcheck() appear only in util.cDavid Mitchell2014-12-091-0/+2
* make xs_version_bootcheck a static func since not used as export anymoreDaniel Dragan2014-12-081-4/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+3