| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Refactor the loop of S_more_bodies() to be (hopefully) clearer. | Nicholas Clark | 2010-08-20 | 1 | -5/+14 |
* | Correct the size calculations for FIT_ARENA for SVt_REGEXP. | Nicholas Clark | 2010-08-20 | 1 | -1/+1 |
* | Fix building with PERL_GLOBAL_STRUCT defined. | Nicholas Clark | 2010-08-17 | 1 | -1/+4 |
* | Remove compile-time conditionals from PVIV and PVNV body sizes. | Nicholas Clark | 2010-08-16 | 1 | -15/+0 |
* | Remove the vestigial my_safe{calloc,malloc,free} macros from sv.c | Nicholas Clark | 2010-08-15 | 1 | -13/+8 |
* | Remove the unused new_X*V and del_X*V macros from sv.c | Nicholas Clark | 2010-08-15 | 1 | -26/+1 |
* | Properly reinstate space optimisations to SV body structures. | Nicholas Clark | 2010-08-14 | 1 | -3/+3 |
* | make string-append on win32 100 times faster | Wolfram Humann | 2010-08-13 | 1 | -0/+4 |
* | clarify when HV backref is in magic | David Mitchell | 2010-08-01 | 1 | -4/+2 |
* | stop after first del_backref | David Mitchell | 2010-08-01 | 1 | -2/+6 |
* | optimise single backreferences | David Mitchell | 2010-08-01 | 1 | -55/+106 |
* | refactor Perl_sv_add_backref | David Mitchell | 2010-08-01 | 1 | -23/+28 |
* | DEBUG_LEAKING_SCALARS: add sv_debug_parent | David Mitchell | 2010-08-01 | 1 | -2/+2 |
* | expand the xhv_backreferences code notes | David Mitchell | 2010-07-29 | 1 | -2/+2 |
* | re-apply some xhv_backreferences notes and stuff | David Mitchell | 2010-07-29 | 1 | -5/+6 |
* | Revert "process xhv_backreferences early in S_hfreeentries" | David Mitchell | 2010-07-29 | 1 | -13/+29 |
* | Revert "make it an error to look for magic hv backref" | David Mitchell | 2010-07-29 | 1 | -10/+8 |
* | Check API compatibility when loading xs modules | Florian Ragwitz | 2010-07-26 | 1 | -0/+1 |
* | add CvGV_set() macro and make CvGV() rvalue only | David Mitchell | 2010-07-18 | 1 | -3/+3 |
* | add CVf_CVGV_RC flag | David Mitchell | 2010-07-18 | 1 | -1/+2 |
* | [perl #72729] Truncate sv_gets(sv) only when not appending to a string | Josh ben Jore | 2010-07-14 | 1 | -1/+3 |