summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two minor bugs with local glob assignmentFather Chrysostomos2012-11-291-4/+3
* Disable PL_sawampersandFather Chrysostomos2012-11-271-0/+2
* Allow COW with magical and blessed scalars (among others)Father Chrysostomos2012-11-271-1/+2
* Min string length for COWFather Chrysostomos2012-11-271-9/+24
* New COW mechanismFather Chrysostomos2012-11-271-26/+100
* Remove 3 unused interpreter variablesKarl Williamson2012-11-261-3/+0
* Move a CAN_COW_MASK comment from sv.c to sv.hFather Chrysostomos2012-11-251-2/+0
* Stop cv-to-glob assignment redef warnings from leakingFather Chrysostomos2012-11-251-2/+2
* Remove "register" declarationsKarl Williamson2012-11-241-59/+59
* sv.c:S_curse: move assertions to make them usefulFather Chrysostomos2012-11-231-2/+3
* sv.c:S_curse: remove unnecessary null checkFather Chrysostomos2012-11-231-1/+2
* sv.c: Remove aTHX from croak_no_modify callFather Chrysostomos2012-11-211-1/+1
* Fix double free with stashes blessed into each otherFather Chrysostomos2012-11-211-1/+5
* Add assertions to S_curse in sv.cFather Chrysostomos2012-11-201-0/+2
* Revert "Revert "8c34e50dc slowed down detruction with no DESTROY""Father Chrysostomos2012-11-201-6/+6
* [perl #115830] Fix crash by not copying DESTROY cacheFather Chrysostomos2012-11-201-0/+1
* sv.c: obsolete commentFather Chrysostomos2012-11-201-2/+0
* Mention do_curse in alloc section of sv.c apidocsFather Chrysostomos2012-11-201-3/+5
* Revert "8c34e50dc slowed down detruction with no DESTROY"Father Chrysostomos2012-11-191-6/+6
* 8c34e50dc slowed down detruction with no DESTROYFather Chrysostomos2012-11-171-6/+6
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-11/+5
* [perl #114864] Don’t use amt for DESTROYFather Chrysostomos2012-11-171-3/+12
* clone() wasn't cloning the whole stackDavid Mitchell2012-11-161-0/+5
* SVf_IsCOWFather Chrysostomos2012-11-141-37/+24
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-6/+6
* Validate above-Latin1 characters in \N{} aliasesKarl Williamson2012-11-111-0/+2
* add SAVEt_CLEARPADRANGEDavid Mitchell2012-11-101-0/+1
* add padrange opDavid Mitchell2012-11-101-4/+20
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-0/+9
* Use shared memory for sv_debug_fileFather Chrysostomos2012-11-041-3/+5
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-25/+76
* sv.c: Drop PV when assigning over regexpFather Chrysostomos2012-10-301-2/+5
* Prune dead code in sv.c:sv_force_normal_flagsFather Chrysostomos2012-10-301-11/+4
* sv.c: Fix code-before-declarationsFather Chrysostomos2012-10-281-2/+6
* sv.c: Allow blessed cowsFather Chrysostomos2012-10-281-3/+1
* sv.c: Remove redundant Sv[INP]OK checks on fbm/regexpsFather Chrysostomos2012-10-281-18/+2
* sv.c: Remove redundant sv_force_normal calls from sv_2[iun]vFather Chrysostomos2012-10-281-0/+6
* sv.c: !SvLEN does not mean undefinedFather Chrysostomos2012-10-281-10/+14
* Fix assertion failure with $float = $regexp assignmentFather Chrysostomos2012-10-281-5/+1
* sv.c: No need to de-COW COWs on upgradeFather Chrysostomos2012-10-281-1/+1
* Allow cow with $magic = $hashkeyFather Chrysostomos2012-10-261-1/+1
* optimize memory wrap croaks, often used in MEM_WRAP_CHECKDaniel Dragan2012-10-251-2/+2
* [perl #115440] Fix various leaks with fatal FETCHFather Chrysostomos2012-10-251-1/+3
* Pushing to stack after EXTEND doesn't require *X*PUSHSteffen Mueller2012-10-221-7/+7
* fix off-by-one error in key detection logic for uninitialized warningsYves Orton2012-10-201-1/+1
* regex: White-space, comment only; no code changesKarl Williamson2012-10-141-1/+0
* PATCH: [perl #89774] multi-char fold + its fold in char classKarl Williamson2012-10-141-0/+1
* sv.c: perlapi pod grammarKarl Williamson2012-10-061-3/+3
* [perl #79824] Don’t cow for sv_mortalcopy call from XSFather Chrysostomos2012-10-051-2/+2
* Fix uninit warnings under old cowFather Chrysostomos2012-10-021-1/+1