summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* remove DISABLE_DESTRUCTOR_KLUDGEDavid Mitchell2010-10-191-7/+1
* Reset isa caches on nonexistent substashes when stash trees are movedFather Chrysostomos2010-10-121-10/+26
* Avoid calling Gcovert() when stringifying 0.0 and -0.0Nicholas Clark2010-10-111-21/+15
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+1
* make sv_clear() non-recursive on RVsDavid Mitchell2010-10-111-1/+1
* re-indent sv_clear()David Mitchell2010-10-111-209/+217
* make sv_clear() iterate over AVsDavid Mitchell2010-10-111-10/+94
* stop DEBUG_LEAKING_SCALARS, er, leaking!David Mitchell2010-10-111-0/+1
* Make more ways to move packages around reset isa cachesFather Chrysostomos2010-10-091-1/+27
* Avoid uninitialized warning in glob_assign_globFather Chrysostomos2010-10-091-1/+1
* Reset isa on stash manipulationFather Chrysostomos2010-10-091-3/+24
* [perl #45133] -0.0 has variable Boolean valueFather Chrysostomos2010-10-041-4/+0
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+32
* [perl #75174] Clone dir handlesFather Chrysostomos2010-09-271-2/+92
* Fix assertion triggered by 13be902ce ([perl #77362] glob-to-lv assign)Father Chrysostomos2010-09-261-1/+1
* [perl #77362] Assigning glob to lvalue causes stringificationFather Chrysostomos2010-09-261-18/+23
* [perl #76814] FETCH called twice - m and sFather Chrysostomos2010-09-241-1/+1
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-5/+13
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-13/+53
* call defout/stderr destructors lastDavid Mitchell2010-09-201-2/+12
* run named IO destructors laterDavid Mitchell2010-09-201-3/+27
* fix typo in newSVpvn_flags() docsDavid Mitchell2010-09-201-1/+1
* PL_ofsgv is ref counted, so inc when dupingDavid Mitchell2010-09-201-1/+1
* stop do_clean_named_objs() leaving dangling refsDavid Mitchell2010-09-201-18/+39
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-144/+25
* add support for SAVEt_GVSV to Perl_ss_dupDavid Mitchell2010-09-091-0/+1
* create itervar_u union in struct block_loopDavid Mitchell2010-09-081-5/+5
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-36/+3
* function interface to parse Perl statementZefram2010-09-061-3/+0
* fix some 64-bit casts under DEBUG_LEAKING_SCALARSDavid Mitchell2010-09-011-1/+1
* Memory leak cloning PVGVsJirka Hruška2010-09-011-2/+2
* create the "mauve" temporary namespace for things like reftypeYves Orton2010-08-301-1/+2
* add sv_reftype_len() and make sv_reftype() be a wrapper for itYves Orton2010-08-301-24/+142
* make recursive part of peephole optimiser hookableZefram2010-08-261-0/+1
* In bodies_by_type in sv.c, no need to store for values for HEs.Nicholas Clark2010-08-231-2/+2
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-2/+2
* In sv.c, tidy up body allocation code.Nicholas Clark2010-08-201-18/+10
* Inline S_get_arena() into Perl_more_bodies(), its only caller.Nicholas Clark2010-08-201-40/+27
* Expose more_bodies(), and use it to replace S_more_he().Nicholas Clark2010-08-201-15/+9
* In sv.c, pass in values to S_more_bodies, instead of using bodies_by_type.Nicholas Clark2010-08-201-13/+14
* Refactor the loop of S_more_bodies() to be (hopefully) clearer.Nicholas Clark2010-08-201-5/+14
* Correct the size calculations for FIT_ARENA for SVt_REGEXP.Nicholas Clark2010-08-201-1/+1
* Fix building with PERL_GLOBAL_STRUCT defined.Nicholas Clark2010-08-171-1/+4
* Remove compile-time conditionals from PVIV and PVNV body sizes.Nicholas Clark2010-08-161-15/+0
* Remove the vestigial my_safe{calloc,malloc,free} macros from sv.cNicholas Clark2010-08-151-13/+8
* Remove the unused new_X*V and del_X*V macros from sv.cNicholas Clark2010-08-151-26/+1
* Properly reinstate space optimisations to SV body structures.Nicholas Clark2010-08-141-3/+3
* make string-append on win32 100 times fasterWolfram Humann2010-08-131-0/+4
* clarify when HV backref is in magicDavid Mitchell2010-08-011-4/+2
* stop after first del_backrefDavid Mitchell2010-08-011-2/+6