summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove context param from sv_get_backrefsFather Chrysostomos2015-01-311-2/+2
* infnan: grok_infnan now needs contextJarkko Hietaniemi2015-01-281-3/+3
* rename unop_aux_stringify to multideref_stringifyDavid Mitchell2015-01-271-6/+6
* Move inline fcn to #included fileKarl Williamson2015-01-211-6/+6
* regcomp.c: Move #define, make a function always compiledKarl Williamson2015-01-201-3/+3
* Revert "refactor gv_add_by_type"Matthew Horsfall2015-01-201-5/+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-6/+6
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-1/+1
* regcomp.c: Rmv no-longer-used macro and functionKarl Williamson2015-01-061-6/+0
* pad.c: Remove unused context paramsFather Chrysostomos2015-01-061-7/+7
* refactor gv_add_by_typeDaniel Dragan2015-01-061-1/+5
* utf8.c: Use OP_DESC instead of passing string.Karl Williamson2014-12-291-5/+4
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-281-0/+6
* add new API function sv_get_backrefs()Yves Orton2014-12-251-0/+6
* make the EXACTF_invlist only when SCF_DO_STCLASSHugo van der Sanden2014-12-111-0/+7
* stdize_locale not used in POSIX.Jarkko Hietaniemi2014-12-091-0/+2
* Fix OUTSIDE for named subs inside predeclared subsFather Chrysostomos2014-12-091-0/+5
* make xs_version_bootcheck() appear only in util.cDavid Mitchell2014-12-091-5/+5
* make xs_version_bootcheck a static func since not used as export anymoreDaniel Dragan2014-12-081-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+11
* add UNOP_AUX OP classDavid Mitchell2014-12-071-0/+4
* gv_fetchmeth_sv now supports SV shared hashessyber2014-12-061-0/+1
* Followup 3f39ca90: those functions need no prototypes for ext/re.Jarkko Hietaniemi2014-12-061-28/+32
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-0/+26