2014-09-19 |
Daniel Dragan | factor out TAINT_NOT into S_adjust_stack_on_leave |
blob | commitdiff |
2014-09-18 |
Father Chrysostomos | Remove !IS_PADGV assertions |
blob | commitdiff | diff to current |
2014-09-16 |
Father Chrysostomos | Exclude lex sub package name from (caller $n)[3] |
blob | commitdiff | diff to current |
2014-09-13 |
Father Chrysostomos | pp_ctl.c: Remove junk from #endif |
blob | commitdiff | diff to current |
2014-09-13 |
Father Chrysostomos | pp_ctl.c: Remove PL_curcop assignment |
blob | commitdiff | diff to current |
2014-09-10 |
Jarkko Hietaniemi | If USE_LONG_DOUBLE, NVff is PERL_PRIldbl. |
blob | commitdiff | diff to current |
2014-08-10 |
Father Chrysostomos | Make ‘require $tied_undef’ behave consistently |
blob | commitdiff | diff to current |
2014-07-30 |
Yves Orton | make "require" handle no argument more gracefully,... |
blob | commitdiff | diff to current |
2014-07-08 |
David Mitchell | add op_lastsib and -DPERL_OP_PARENT |
blob | commitdiff | diff to current |
2014-07-08 |
David Mitchell | wrap op_sibling field access in OP_SIBLING* macros |
blob | commitdiff | diff to current |
2014-07-02 |
David Mitchell | s///e on tainted utf8 strings got pos() messed up |
blob | commitdiff | diff to current |
2014-06-25 |
Jarkko Hietaniemi | Follow-up to 51f14a05: not ignoring my_snprintf return... |
blob | commitdiff | diff to current |
2014-06-25 |
Jarkko Hietaniemi | Remove or downgrade unnecessary dVAR. |
blob | commitdiff | diff to current |
2014-06-25 |
Jarkko Hietaniemi | Unused snprintf results noticed by clang in Linux. |
blob | commitdiff | diff to current |
2014-06-19 |
Jarkko Hietaniemi | Silence -Wunused-parameter my_perl under threads. |
blob | commitdiff | diff to current |
2014-06-19 |
Jarkko Hietaniemi | Revert "/* NOTREACHED */ belongs *before* the unreachable." |
blob | commitdiff | diff to current |
2014-06-19 |
Jarkko Hietaniemi | /* NOTREACHED */ belongs *before* the unreachable. |
blob | commitdiff | diff to current |
2014-06-16 |
Jarkko Hietaniemi | Some low-hanging -Wunreachable-code fruits. |
blob | commitdiff | diff to current |
2014-06-14 |
Jarkko Hietaniemi | Revert "Some low-hanging -Wunreachable-code fruits." |
blob | commitdiff | diff to current |
2014-06-14 |
Jarkko Hietaniemi | Some low-hanging -Wunreachable-code fruits. |
blob | commitdiff | diff to current |
2014-06-13 |
Jarkko Hietaniemi | Remove MAD. |
blob | commitdiff | diff to current |
2014-06-12 |
Dagfinn Ilmari Man... | Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…") |
blob | commitdiff | diff to current |
2014-06-12 |
Daniel Dragan | SvREFCNT_dec_NN in pp_require |
blob | commitdiff | diff to current |
2014-06-05 |
Karl Williamson | perlapi: Refactor placements, headings of some functions |
blob | commitdiff | diff to current |
2014-05-30 |
Jarkko Hietaniemi | Unify the "fall-through" lint annotation. |
blob | commitdiff | diff to current |
2014-05-29 |
Jarkko Hietaniemi | Strengthen the ix zero min-clamping to panic. |
blob | commitdiff | diff to current |
2014-05-29 |
Jarkko Hietaniemi | Max size of the flop operator range. |
blob | commitdiff | diff to current |
2014-05-28 |
Jarkko Hietaniemi | Annotate intentional case fallthrough, or add breaks. |
blob | commitdiff | diff to current |
2014-04-13 |
Tony Cook | [perl #120998] avoid caller() crashing on eval '' stack... |
blob | commitdiff | diff to current |
2014-04-07 |
Matthew Horsfall... | RT-121512 - Allow -I/dir/ with trailing slash to find... |
blob | commitdiff | diff to current |
2014-03-10 |
Daniel Dragan | remove a redundant SvTIED_mg from S_do_smartmatch |
blob | commitdiff | diff to current |
2014-02-27 |
David Mitchell | don't set SvPADTMP() on PADGV's |
blob | commitdiff | diff to current |
2014-02-20 |
Karl Williamson | Change av_len calls to av_tindex for clarity |
blob | commitdiff | diff to current |
2014-02-05 |
Brian Fraser | Avoid compiler warnings by consistently using #ifdef... |
blob | commitdiff | diff to current |
2014-01-19 |
Father Chrysostomos | [perl #119949] Stop undef *_, goto &sub from crashing |
blob | commitdiff | diff to current |
2014-01-12 |
Father Chrysostomos | pp_ctl.c:pp_require: Remove redundant VMS null checks |
blob | commitdiff | diff to current |
2014-01-11 |
Father Chrysostomos | Fix require’s get-magic handling for @INC elements |
blob | commitdiff | diff to current |
2014-01-04 |
Karl Williamson | Use new macros to make sure LC_NUMERIC is correctly set |
blob | commitdiff | diff to current |
2014-01-04 |
Father Chrysostomos | [perl #120657] Fix require PADTMP when @INC=(sub{}... |
blob | commitdiff | diff to current |
2013-12-29 |
Father Chrysostomos | perlapi: Consistent spaces after dots |
blob | commitdiff | diff to current |
2013-12-27 |
Nicholas Clark | Purge sfio support, which has been broken for a decade. |
blob | commitdiff | diff to current |
2013-12-26 |
Father Chrysostomos | Revert "[perl #119801] Stop @DB::dbline modifications... |
blob | commitdiff | diff to current |
2013-12-22 |
Father Chrysostomos | [perl #119801] Stop @DB::dbline modifications from... |
blob | commitdiff | diff to current |
2013-11-30 |
Father Chrysostomos | Allow PADTMPs’ strings to be swiped |
blob | commitdiff | diff to current |
2013-11-30 |
David Mitchell | silence -Wformat-nonliteral in pp_formline |
blob | commitdiff | diff to current |
2013-11-30 |
David Mitchell | revert pp_formline -Wformat-nonliteral fix |
blob | commitdiff | diff to current |
2013-11-28 |
David Mitchell | silence -Wformat-nonliteral compiler warnings |
blob | commitdiff | diff to current |
2013-11-11 |
David Mitchell | fix chop formats with non PV vars |
blob | commitdiff | diff to current |
2013-11-11 |
David Mitchell | pp_formline(): document switch cases |
blob | commitdiff | diff to current |
2013-11-09 |
Father Chrysostomos | Make &CORE::exit respect vmsish exit hint |
blob | commitdiff | diff to current |
2013-11-09 |
Father Chrysostomos | Fix &CORE::exit/die under vmsish "hushed" |
blob | commitdiff | diff to current |
2013-10-29 |
David Mitchell | '$! = EACCESS; require ...' could fail |
blob | commitdiff | diff to current |
2013-10-24 |
Father Chrysostomos | Fix bare blocks in lvalue subs |
blob | commitdiff | diff to current |
2013-10-24 |
Father Chrysostomos | [perl #119797] Fix if/else in lvalue sub |
blob | commitdiff | diff to current |
2013-10-04 |
Nicholas Clark | Remove unused variable 'mark' from pp_last. |
blob | commitdiff | diff to current |
2013-09-21 |
Brian Fraser | Removed the ifdefs for INCOMPLETE_TAINTS |
blob | commitdiff | diff to current |
2013-09-20 |
Father Chrysostomos | [perl #3112] Stop last from returning values |
blob | commitdiff | diff to current |
2013-09-20 |
Father Chrysostomos | Don’t free initial src from @INC sub too early |
blob | commitdiff | diff to current |
2013-09-17 |
Craig A. Berry | Earlier safety check for @INC entry in pp_require. |
blob | commitdiff | diff to current |
2013-09-10 |
Father Chrysostomos | pp_ctl.c:pp_goto: Cast a boolean properly |
blob | commitdiff | diff to current |
2013-09-09 |
Father Chrysostomos | Make &xsub and goto &xsub work with tied @_ |
blob | commitdiff | diff to current |
2013-09-09 |
Tony Cook | [perl #117265] correctly handle overloaded strings |
blob | commitdiff | diff to current |
2013-09-07 |
Father Chrysostomos | Allow 64-bit array and stack offsets in entersub &... |
blob | commitdiff | diff to current |
2013-09-07 |
Father Chrysostomos | Stop &xsub and goto &xsub from crashing on undef *_ |
blob | commitdiff | diff to current |
2013-09-06 |
David Mitchell | pp_goto: document the different branches |
blob | commitdiff | diff to current |
2013-09-06 |
Father Chrysostomos | Put AV defelem creation code in one place |
blob | commitdiff | diff to current |
2013-09-06 |
Father Chrysostomos | Use defelems for (goto) &xsub calls |
blob | commitdiff | diff to current |
2013-09-01 |
Father Chrysostomos | [perl #115768] improve (caller)[2] line numbers |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | pp_ctl.c: Use isCNTRL instead of hard-coded mask |
blob | commitdiff | diff to current |
2013-08-27 |
Father Chrysostomos | [perl #119311] Keep CvDEPTH and savestack in sync |
blob | commitdiff | diff to current |
2013-08-26 |
Tony Cook | [perl #117265] safesyscalls: check embedded nul in... |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Stop pos() from being confused by changing utf8ness |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | pp_ctl.c:pp_flop: Avoid redundant SvNV calls |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Use SSize_t for arrays |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Croak when range tries to extend stack too far |
blob | commitdiff | diff to current |
2013-08-11 |
Father Chrysostomos | pp_ctl.c:S_run_user_filter: remove GMAGICAL check |
blob | commitdiff | diff to current |
2013-08-11 |
Father Chrysostomos | Handle magical return values from @INC filter |
blob | commitdiff | diff to current |
2013-08-11 |
Father Chrysostomos | Setting $_ to multiline glob in @INC filter |
blob | commitdiff | diff to current |
2013-08-11 |
Father Chrysostomos | Tying $_ in @INC filter |
blob | commitdiff | diff to current |
2013-08-11 |
Father Chrysostomos | Handle non-PV $_ in @INC filters |
blob | commitdiff | diff to current |
2013-08-10 |
Father Chrysostomos | Avoid assert fail with s// $target = \3 /e |
blob | commitdiff | diff to current |
2013-08-06 |
David Mitchell | reparse compile-time /(?{})/ in right scope |
blob | commitdiff | diff to current |
2013-07-28 |
David Mitchell | s/.(?=.\G)/X/g: refuse to go backwards |
blob | commitdiff | diff to current |
2013-07-28 |
David Mitchell | regexec: handle \G ourself, rather than in callers |
blob | commitdiff | diff to current |
2013-07-28 |
Yves Orton | fix 114884 positive GPOS lookbehind regex substitution... |
blob | commitdiff | diff to current |
2013-07-26 |
Father Chrysostomos | [perl #78194] Make grep/map copy pad tmps |
blob | commitdiff | diff to current |
2013-07-16 |
Father Chrysostomos | [perl #77814] Make defelems propagate pos |
blob | commitdiff | diff to current |
2013-06-28 |
Father Chrysostomos | Reinstate UTF8f |
blob | commitdiff | diff to current |
2013-06-26 |
Karl Williamson | Revert "Use UTF8f in more places" |
blob | commitdiff | diff to current |
2013-06-23 |
Father Chrysostomos | Use UTF8f in more places |
blob | commitdiff | diff to current |
2013-06-23 |
Father Chrysostomos | Copy scalar refs returned from @INC filters |
blob | commitdiff | diff to current |
2013-06-08 |
Father Chrysostomos | [perl #117941] eval crashes when current stash is freed |
blob | commitdiff | diff to current |
2013-06-04 |
Tony Cook | [perl #115112] avoid repeated calls to path_is_absolute... |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | stop callers of rex engine using RX_MATCH_UTF8_set |
blob | commitdiff | diff to current |
2013-05-11 |
Niko Tyni | Fix -Wformat-security issues |
blob | commitdiff | diff to current |
2013-05-09 |
Nicholas Clark | Remove PERL_ASYNC_CHECK() from Perl_leave_scope(). |
blob | commitdiff | diff to current |
2013-05-09 |
David Mitchell | silence warnings under NO_TAINT_SUPPORT |
blob | commitdiff | diff to current |
2013-04-24 |
David Mitchell | make qr/(?{ __SUB__ })/ safe |
blob | commitdiff | diff to current |
2013-04-24 |
David Mitchell | fix caller with re_evals. |
blob | commitdiff | diff to current |
2013-04-24 |
Zefram | move Perl_ck_warner() before unwind [perl #113794] |
blob | commitdiff | diff to current |
next |