summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* regexec.c: More efficient Korean \X processingKarl Williamson2012-12-161-1/+0
* Zap PL_glob_indexFather Chrysostomos2012-12-091-1/+0
* Convert some SvREFCNT_dec's to SvREFCNT_dec_NN's for efficiencySteffen Mueller2012-12-091-18/+18
* Add functions for getting ctype ALNUMCKarl Williamson2012-12-091-0/+1
* Only handle PL_rs differently on VMS for record-oriented files.Craig A. Berry2012-12-091-10/+19
* no need to FIXME, it behaves like read() which is the intentTony Cook2012-12-091-4/+5
* fix another boundary case and hopefully improve performanceTony Cook2012-12-091-4/+17
* fix a fencepost error I found trying to fall asleepTony Cook2012-12-091-2/+3
* Incomplete implementation of $/ = \number acting like read()Tony Cook2012-12-091-1/+59
* die, evil [IU]32Tony Cook2012-12-091-2/+2
* sv.c: Correct newSVpvn_share docsFather Chrysostomos2012-12-051-1/+2
* make SvREFCNT_dec() more efficientDavid Mitchell2012-12-041-56/+65
* Add SS_ADD_* macros and replace most SSPUSH* usesDavid Mitchell2012-12-041-6/+7
* Clear method caches when unwinding local *foo=sub{}Father Chrysostomos2012-11-291-1/+25
* Reset method caches when GPs are sharedFather Chrysostomos2012-11-291-1/+1
* 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