summaryrefslogtreecommitdiff
path: root/embed.h
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-5/+9
* regcomp.c: Fold only use of static function into its callerKarl Williamson2015-10-111-1/+0
* regcomp.c: Split function into two functionsKarl Williamson2015-10-111-0/+1
* Remove find_rundefsv2Father Chrysostomos2015-09-291-1/+0
* Add code for debugging locale initializationKarl Williamson2015-09-081-0/+3
* regcomp.c: Add a parameter to static functionKarl Williamson2015-08-241-1/+1
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-1/+0
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-1/+0
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-3/+3
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-3/+0
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-191-1/+3
* Change /(?[...]) to have normal operator precedenceKarl Williamson2015-03-191-0/+1
* 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-0/+3
* Add qr/\b{wb}/Karl Williamson2015-02-191-0/+3
* 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
* rename unop_aux_stringify to multideref_stringifyDavid Mitchell2015-01-271-1/+1
* 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-1/+1
* refactor op.c S_bad_type_*vDaniel Dragan2015-01-111-2/+2
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-1/+1
* regcomp.c: Rmv no-longer-used macro and functionKarl Williamson2015-01-061-1/+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/+1
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-281-0/+1
* add new API function sv_get_backrefs()Yves Orton2014-12-251-0/+1
* make the EXACTF_invlist only when SCF_DO_STCLASSHugo van der Sanden2014-12-111-0/+1
* stdize_locale not used in POSIX.Jarkko Hietaniemi2014-12-091-1/+1
* Fix OUTSIDE for named subs inside predeclared subsFather Chrysostomos2014-12-091-0/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+2