summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-281-2/+2
* Revert "Restore errno after VMS hack in S_sv_gets_read_record."Craig A. Berry2013-03-241-3/+0
* Restore errno after VMS hack in S_sv_gets_read_record.Craig A. Berry2013-03-221-0/+3
* (UN)LIKELY branch prediction hints in a few strategic placesSteffen Mueller2013-03-061-4/+4
* Prepare PL_sv_objcount removalSteffen Mueller2013-03-061-10/+0
* Set PL_stderrgv to NULL if it is freed.Nicholas Clark2013-03-061-0/+2
* Remove dead code in Perl_sv_cmp_flagsSteffen Mueller2013-01-311-3/+0
* include SvREADONLY() in SvIMMORTAL() testDavid Mitchell2013-01-121-4/+4
* regex: Add pseudo-Posix class: 'cased'Karl Williamson2012-12-311-1/+0
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-0/+1
* Use an array for some inversion listsKarl Williamson2012-12-221-7/+1
* Use an array for some inversion listsKarl Williamson2012-12-221-29/+1
* Use array for some inversion listsKarl Williamson2012-12-221-8/+3
* intrpvar.h: Place some swash pointers in an arrayKarl Williamson2012-12-221-9/+3
* Better POD for newSVrvDaniel Dragan2012-12-201-4/+4
* test the resetting of refcnt for immortalsDavid Mitchell2012-12-181-6/+6
* 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