| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [perl #77498] Assignment ignores magick when the RHS holds a glob | Father Chrysostomos | 2010-10-25 | 1 | -7/+2 |
* | rt #72398 - get magic before downgrading in SvPVbyte() | Tony Cook | 2010-10-25 | 1 | -1/+2 |
* | Rename stashes when they move around | Father Chrysostomos | 2010-10-24 | 1 | -10/+6 |
* | remove ; so the conditional actually controls some code | Tony Cook | 2010-10-24 | 1 | -1/+2 |
* | make the definition of sv_catpv_flags match the declaration | Tony Cook | 2010-10-24 | 1 | -1/+1 |
* | sv_setsv_flags was also using a potentially freed HV | Father Chrysostomos | 2010-10-23 | 1 | -1/+5 |
* | S_glob_assign_glob was using a potentially freed HV | Father Chrysostomos | 2010-10-23 | 1 | -1/+5 |
* | Allow stashes to have multiple names | Father Chrysostomos | 2010-10-21 | 1 | -1/+14 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 1 | -10/+2 |
* | replace PL_doextract with better kinds of variable | Zefram | 2010-10-21 | 1 | -1/+0 |
* | remove DISABLE_DESTRUCTOR_KLUDGE | David Mitchell | 2010-10-19 | 1 | -7/+1 |
* | Reset isa caches on nonexistent substashes when stash trees are moved | Father Chrysostomos | 2010-10-12 | 1 | -10/+26 |
* | Avoid calling Gcovert() when stringifying 0.0 and -0.0 | Nicholas Clark | 2010-10-11 | 1 | -21/+15 |
* | plugin mechanism to rewrite calls to a subroutine | Zefram | 2010-10-10 | 1 | -0/+1 |
* | make sv_clear() non-recursive on RVs | David Mitchell | 2010-10-11 | 1 | -1/+1 |
* | re-indent sv_clear() | David Mitchell | 2010-10-11 | 1 | -209/+217 |
* | make sv_clear() iterate over AVs | David Mitchell | 2010-10-11 | 1 | -10/+94 |
* | stop DEBUG_LEAKING_SCALARS, er, leaking! | David Mitchell | 2010-10-11 | 1 | -0/+1 |
* | Make more ways to move packages around reset isa caches | Father Chrysostomos | 2010-10-09 | 1 | -1/+27 |
* | Avoid uninitialized warning in glob_assign_glob | Father Chrysostomos | 2010-10-09 | 1 | -1/+1 |
* | Reset isa on stash manipulation | Father Chrysostomos | 2010-10-09 | 1 | -3/+24 |
* | [perl #45133] -0.0 has variable Boolean value | Father Chrysostomos | 2010-10-04 | 1 | -4/+0 |
* | systematically provide pv/pvn/pvs/sv quartets | Zefram | 2010-09-28 | 1 | -0/+32 |
* | [perl #75174] Clone dir handles | Father Chrysostomos | 2010-09-27 | 1 | -2/+92 |
* | Fix assertion triggered by 13be902ce ([perl #77362] glob-to-lv assign) | Father Chrysostomos | 2010-09-26 | 1 | -1/+1 |
* | [perl #77362] Assigning glob to lvalue causes stringification | Father Chrysostomos | 2010-09-26 | 1 | -18/+23 |
* | [perl #76814] FETCH called twice - m and s | Father Chrysostomos | 2010-09-24 | 1 | -1/+1 |
* | [perl #76814] FETCH called twice - ! | Father Chrysostomos | 2010-09-24 | 1 | -5/+13 |
* | [perl #76814] FETCH called twice - string comparison ops | Father Chrysostomos | 2010-09-24 | 1 | -13/+53 |
* | call defout/stderr destructors last | David Mitchell | 2010-09-20 | 1 | -2/+12 |
* | run named IO destructors later | David Mitchell | 2010-09-20 | 1 | -3/+27 |
* | fix typo in newSVpvn_flags() docs | David Mitchell | 2010-09-20 | 1 | -1/+1 |
* | PL_ofsgv is ref counted, so inc when duping | David Mitchell | 2010-09-20 | 1 | -1/+1 |
* | stop do_clean_named_objs() leaving dangling refs | David Mitchell | 2010-09-20 | 1 | -18/+39 |
* | Back out the mauve module and related changes | Florian Ragwitz | 2010-09-16 | 1 | -144/+25 |
* | add support for SAVEt_GVSV to Perl_ss_dup | David Mitchell | 2010-09-09 | 1 | -0/+1 |
* | create itervar_u union in struct block_loop | David Mitchell | 2010-09-08 | 1 | -5/+5 |
* | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size. | Nicholas Clark | 2010-09-08 | 1 | -36/+3 |
* | function interface to parse Perl statement | Zefram | 2010-09-06 | 1 | -3/+0 |
* | fix some 64-bit casts under DEBUG_LEAKING_SCALARS | David Mitchell | 2010-09-01 | 1 | -1/+1 |
* | Memory leak cloning PVGVs | Jirka Hruška | 2010-09-01 | 1 | -2/+2 |
* | create the "mauve" temporary namespace for things like reftype | Yves Orton | 2010-08-30 | 1 | -1/+2 |
* | add sv_reftype_len() and make sv_reftype() be a wrapper for it | Yves Orton | 2010-08-30 | 1 | -24/+142 |
* | make recursive part of peephole optimiser hookable | Zefram | 2010-08-26 | 1 | -0/+1 |
* | In bodies_by_type in sv.c, no need to store for values for HEs. | Nicholas Clark | 2010-08-23 | 1 | -2/+2 |
* | Remove CALL_FPTR and CPERLscope. | Ben Morrow | 2010-08-20 | 1 | -2/+2 |
* | In sv.c, tidy up body allocation code. | Nicholas Clark | 2010-08-20 | 1 | -18/+10 |
* | Inline S_get_arena() into Perl_more_bodies(), its only caller. | Nicholas Clark | 2010-08-20 | 1 | -40/+27 |
* | Expose more_bodies(), and use it to replace S_more_he(). | Nicholas Clark | 2010-08-20 | 1 | -15/+9 |
* | In sv.c, pass in values to S_more_bodies, instead of using bodies_by_type. | Nicholas Clark | 2010-08-20 | 1 | -13/+14 |