| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #115440] Fix various leaks with fatal FETCH | Father Chrysostomos | 2012-10-25 | 1 | -8/+20 |
* | [perl #115260] Stop length($obj) from returning undef | Father Chrysostomos | 2012-10-16 | 1 | -27/+8 |
* | Prune some dead code in pp.c:pp_undef | Father Chrysostomos | 2012-10-15 | 1 | -6/+3 |
* | Make rvalue substr call overloading once on utf8 str | Father Chrysostomos | 2012-10-01 | 1 | -2/+2 |
* | Make 4-arg substr call FETCH once when upgrading target | Father Chrysostomos | 2012-10-01 | 1 | -1/+1 |
* | Make 4-arg substr check SvUTF8(target) after stringfying | Father Chrysostomos | 2012-10-01 | 1 | -20/+19 |
* | pp_length should stringify before checking DO_UTF8 | Father Chrysostomos | 2012-10-01 | 1 | -1/+1 |
* | [perl #94490] const fold should not trigger special split " " | Father Chrysostomos | 2012-09-22 | 1 | -3/+4 |
* | pp.c:pp_clonecv: Use find_runcv to find the padname | Father Chrysostomos | 2012-09-17 | 1 | -1/+2 |
* | Move my sub prototype CVs to the pad names | Father Chrysostomos | 2012-09-15 | 1 | -2/+2 |
* | Clone my subs on scope entry | Father Chrysostomos | 2012-09-15 | 1 | -2/+25 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+5 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+5 |
* | Allow CVs to point to HEKs rather than GVs | Father Chrysostomos | 2012-09-15 | 1 | -1/+7 |
* | Implement padcv | Father Chrysostomos | 2012-09-15 | 1 | -1/+4 |
* | padcv op type | Father Chrysostomos | 2012-09-15 | 1 | -0/+5 |
* | Use macro not swash for utf8 quotemeta | Karl Williamson | 2012-09-13 | 1 | -1/+2 |
* | tidy up patten match copying code | David Mitchell | 2012-09-08 | 1 | -7/+0 |
* | Don't copy all of the match string buffer | David Mitchell | 2012-09-08 | 1 | -0/+3 |
* | Under -DPERL_DEBUG_READONLY_OPS don't work around glibc 2.2.5 _moddi3 bugs. | Nicholas Clark | 2012-09-04 | 1 | -2/+2 |
* | Stop substr($utf8) from calling get-magic twice | Father Chrysostomos | 2012-08-30 | 1 | -1/+1 |
* | Correct typo in flag name | Father Chrysostomos | 2012-08-25 | 1 | -1/+1 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -27/+6 |
* | Optimise %hash in sub { %hash || ... } | Father Chrysostomos | 2012-08-25 | 1 | -0/+3 |
* | [perl #114576] Optimise if(%hash) in non-void context | Father Chrysostomos | 2012-08-24 | 1 | -1/+3 |
* | pp.c: pp_boolkeys does not need to pop | Father Chrysostomos | 2012-08-24 | 1 | -4/+4 |
* | Fix format closure bug with redefined outer sub | Father Chrysostomos | 2012-08-21 | 1 | -2/+2 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -52/+51 |
* | Remove some redundant magical flag checks | Father Chrysostomos | 2012-07-29 | 1 | -1/+1 |
* | pp.c:pp_trans: avoid redundant sv in transr | Father Chrysostomos | 2012-07-27 | 1 | -2/+4 |
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -1/+1 |
* | Use find_runcv_where for pp_coreargs and pp_runcv | Father Chrysostomos | 2012-07-02 | 1 | -16/+3 |
* | [perl #113012] String negation under ‘use integer’ | Father Chrysostomos | 2012-06-29 | 1 | -16/+26 |
* | pp.c: Restore uninit warning to study | Father Chrysostomos | 2012-06-27 | 1 | -1/+1 |
* | clean up compilation warnings | Jesse Luehrs | 2012-06-27 | 1 | -2/+1 |
* | Squash repetitive code in pp.c:S_delete_local | Father Chrysostomos | 2012-06-27 | 1 | -89/+23 |
* | Null HeVAL and local delete → crash | Father Chrysostomos | 2012-06-27 | 1 | -0/+2 |
* | Make pp.c:pp_srand slightly less repetitive | Father Chrysostomos | 2012-06-27 | 1 | -12/+7 |
* | Make srand treat "-1" as -1 | Father Chrysostomos | 2012-06-27 | 1 | -1/+2 |
* | Make srand respect magic | Father Chrysostomos | 2012-06-27 | 1 | -5/+16 |
* | Don’t crash with ()=&CORE::srand | Father Chrysostomos | 2012-06-24 | 1 | -1/+1 |
* | add warning for negative argument to chr() [perl #83048] | Jesse Luehrs | 2012-06-24 | 1 | -1/+2 |
* | warn when srand overflows [perl #40605] | Jesse Luehrs | 2012-06-24 | 1 | -1/+22 |
* | [perl #112966] Crash on delete local; other local bugs | Father Chrysostomos | 2012-06-23 | 1 | -5/+3 |
* | Use assertions for /* NOT REACHED */ | Father Chrysostomos | 2012-06-15 | 1 | -1/+1 |
* | Make __SUB__ work in special blocks | Father Chrysostomos | 2012-06-08 | 1 | -1/+1 |
* | pp.c:pp_negate: Move looks_like_number where it matters | Father Chrysostomos | 2012-06-07 | 1 | -9/+3 |
* | pp_negate: Support magic big ints as strings | Father Chrysostomos | 2012-06-07 | 1 | -2/+2 |
* | pp_negate and the Unicode Bug | Father Chrysostomos | 2012-06-07 | 1 | -11/+0 |
* | Fix perl #57706 for magical vars: -"-10" | Father Chrysostomos | 2012-06-07 | 1 | -1/+1 |