Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimise substr assignment in void context | Father Chrysostomos | 2011-11-26 | 1 | -8/+15 |
* | Don’t coerce $x immediately in foo(substr $x...) | Father Chrysostomos | 2011-11-26 | 1 | -16/+7 |
* | Call FETCH once when chomping a tied ref | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | pp.c: Remove useless read-only check from S_do_chomp | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | amagic_deref_call does not necessitate SPAGAIN | Father Chrysostomos | 2011-11-22 | 1 | -4/+0 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -0/+19 |
* | Mention implicit $_ in y///r uninit warning | Father Chrysostomos | 2011-11-19 | 1 | -2/+4 |
* | expunge gratuitous Unicode punctuation in comments | Zefram | 2011-11-16 | 1 | -1/+1 |
* | pp.c: Make sure variable is initialized | Karl Williamson | 2011-11-12 | 1 | -0/+1 |
* | pp.c: Call subroutine instead of repeat code | Karl Williamson | 2011-11-11 | 1 | -49/+34 |
* | pp.c: Remove macro no-longer called | Karl Williamson | 2011-11-11 | 1 | -10/+2 |
* | pp.c: Call subroutine instead of repeat code | Karl Williamson | 2011-11-11 | 1 | -38/+2 |
* | pp.c: White-space only | Karl Williamson | 2011-11-11 | 1 | -7/+6 |
* | pp.c: Call subroutine instead of repeat code | Karl Williamson | 2011-11-11 | 1 | -76/+1 |
* | pp.c: White-space only | Karl Williamson | 2011-11-11 | 1 | -28/+28 |
* | pp.c: Call subroutine instead of repeat code | Karl Williamson | 2011-11-11 | 1 | -24/+8 |
* | pp.c: Add compiler hint | Karl Williamson | 2011-11-11 | 1 | -1/+1 |
* | pp.c: White-space only | Karl Williamson | 2011-11-11 | 1 | -24/+23 |
* | pp.c: Call subroutine instead of repeat code | Karl Williamson | 2011-11-11 | 1 | -19/+0 |
* | [perl #96326] *{$io} should not be semi-defined | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 |
* | pp.c: White space only | Karl Williamson | 2011-10-17 | 1 | -16/+15 |
* | pp.c: Remove disabled code for context sensitive lc | Karl Williamson | 2011-10-17 | 1 | -70/+4 |
* | do not return useless value from void-context substr | Chip Salzenberg | 2011-10-10 | 1 | -9/+14 |
* | Resolve XS AUTOLOAD-prototype conflict | Father Chrysostomos | 2011-10-09 | 1 | -1/+3 |
* | gv.c, op.c, pp.c: Stash-injected prototypes and prototype() are UTF-8 clean. | Brian Fraser | 2011-10-06 | 1 | -1/+1 |
* | pp.c: Got pp_gelem nul-clean. | Brian Fraser | 2011-10-06 | 1 | -11/+12 |
* | pp.c: Make warnings utf8-clean | Brian Fraser | 2011-10-06 | 1 | -3/+5 |
* | pp.c: pp_substr for UTF-8 globs. | Brian Fraser | 2011-10-06 | 1 | -2/+2 |
* | pp.c & sv.c: pp_ref UTF8 and null cleanup. | Brian Fraser | 2011-10-06 | 1 | -3/+2 |
* | pp.c: pp_bless UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -1/+1 |
* | pp.c: Make pp_rv2cv use gv_autoload_pvn() | Brian Fraser | 2011-10-06 | 1 | -1/+1 |
* | pp.c: pp_rv2gv UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -4/+3 |
* | Merge postinc and postdec | Father Chrysostomos | 2011-09-16 | 1 | -25/+7 |
* | Merge preinc and postinc | Father Chrysostomos | 2011-09-16 | 1 | -17/+0 |
* | Make ++ and -- work on glob copies | Father Chrysostomos | 2011-09-16 | 1 | -3/+3 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -51/+13 |
* | Enter gv_fetchsv_nomg | Father Chrysostomos | 2011-09-08 | 1 | -21/+5 |
* | remove unused variables and assignments | Robin Barker | 2011-09-08 | 1 | -2/+1 |
* | [perl #97484] Make defined &{...} vivify CORE subs | Father Chrysostomos | 2011-09-01 | 1 | -1/+1 |
* | Eliminate is_gv_magical_sv | Father Chrysostomos | 2011-08-30 | 1 | -18/+6 |
* | &CORE::unpack() | Father Chrysostomos | 2011-08-29 | 1 | -15/+14 |
* | &CORE::foo() for tie functions | Father Chrysostomos | 2011-08-29 | 1 | -2/+6 |
* | &CORE::substr() | Father Chrysostomos | 2011-08-27 | 1 | -5/+9 |
* | &CORE::srand() | Father Chrysostomos | 2011-08-27 | 1 | -1/+1 |
* | pp.c: Use built-in case tables for ords < 256 | Karl Williamson | 2011-08-27 | 1 | -27/+4 |
* | pp.c: Change comment | Karl Williamson | 2011-08-27 | 1 | -14/+8 |
* | &CORE::foo() for (sys)read and recv | Father Chrysostomos | 2011-08-26 | 1 | -4/+15 |
* | &CORE::rand() | Father Chrysostomos | 2011-08-26 | 1 | -0/+3 |
* | &CORE::open() | Father Chrysostomos | 2011-08-26 | 1 | -2/+3 |
* | &CORE::lock() | Father Chrysostomos | 2011-08-26 | 1 | -0/+12 |