summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-0/+1
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-4/+4
* Fix -DP outputFather Chrysostomos2013-09-091-7/+10
* Don’t let reblessing point SvSTASH to a half-freed stashFather Chrysostomos2013-09-091-1/+3
* Fix PerlIO_get_cnt and friendsLeon Timmermans2013-09-071-15/+15
* Put AV defelem creation code in one placeFather Chrysostomos2013-09-061-0/+13
* Make printf, sprintf respect 'use locale' for radixKarl Williamson2013-08-311-0/+26
* sv.c: Make less ASCII-centricKarl Williamson2013-08-291-2/+4
* Fix some EBCDIC problemsKarl Williamson2013-08-291-1/+1
* Remove unnecessary temp variable in converting to UTF-8Karl Williamson2013-08-291-5/+5
* Extract common code to an inline functionKarl Williamson2013-08-291-14/+4
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-19/+21
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-0/+1
* PATCH: [perl #119443] Blead won't compile on winceKarl Williamson2013-08-231-0/+3
* Move super cache into mro metaFather Chrysostomos2013-08-201-1/+0
* [perl #118693] Remove PADTMP exemption from uninit warningsFather Chrysostomos2013-08-201-5/+3
* [perl #114864] Make UNIVERSAL::DESTROY changes invalidate cachesFather Chrysostomos2013-08-171-1/+8
* Stop reset from clearing aliases to globsFather Chrysostomos2013-08-131-1/+1
* sv.c:sv_grow: accept read-only COWsFather Chrysostomos2013-08-121-3/+3
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2013-08-121-13/+45
* Don’t taint undef in resetFather Chrysostomos2013-08-111-3/+0
* Remove special string handling from sv.c:sv_resetFather Chrysostomos2013-08-111-3/+0
* sv.c:sv_reset: Remove %ENV handling; fix for VMSFather Chrysostomos2013-08-111-8/+0
* Stop reset from skipping @ % if $ is read-onlyFather Chrysostomos2013-08-111-5/+1
* sv_reset: Don’t skip THINKFIRST itemsFather Chrysostomos2013-08-111-4/+2
* Fix threaded build broken by 823ac2c80Father Chrysostomos2013-08-111-2/+0
* Call get-magic before rejecting non-refs in sv_blessFather Chrysostomos2013-08-111-0/+1
* Make ++ handle regexps and vstringsFather Chrysostomos2013-08-111-2/+1
* Stop -- from crashing on regexpsFather Chrysostomos2013-08-111-2/+1
* sv.c: Remove more ro exceptions that c72a4ee missed.Father Chrysostomos2013-08-111-4/+1
* Fix booleanness of regexpsFather Chrysostomos2013-08-111-0/+3
* Make SvPVbyte work on tied non-PVFather Chrysostomos2013-08-111-2/+2
* Don’t allow read-only COWs to be blessedFather Chrysostomos2013-08-111-1/+1
* In sv.c:sv_magic don’t allow tying ro COWsFather Chrysostomos2013-08-111-4/+1
* Make OLD_COPY_ON_WRITE handle SvLEN==0 scalarsFather Chrysostomos2013-08-111-1/+1
* regcomp.h, sv.c, utf8.c: Comment nitsKarl Williamson2013-08-101-7/+7
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-12/+4
* Respect SvLEN==0 and SvOOK in sv.c:sv_sethekFather Chrysostomos2013-08-091-1/+1
* Handle SAVEt_READONLY_OFF in ss_dupFather Chrysostomos2013-08-051-0/+1
* Handle SAVEt_ADELETE in ss_dupFather Chrysostomos2013-08-051-0/+6
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-4/+12
* [perl #119043] Allow utf8 up/downgrade on ro COWsFather Chrysostomos2013-08-041-17/+20
* Skip trailing constants when searching padsFather Chrysostomos2013-07-301-0/+7
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-2/+2
* fix typo in sv.c apidocsFather Chrysostomos2013-07-231-1/+1
* sv.c: Remove overflow check in utf8 length cacheFather Chrysostomos2013-07-231-3/+0
* Add sv_pos_b2u_flagsFather Chrysostomos2013-07-231-30/+57
* sv.c: Remove duplicate dupsKarl Williamson2013-07-231-3/+1
* sv.c: Assert that sv_[ivp]v are not passed aggregatesFather Chrysostomos2013-07-191-0/+7
* remove some instruction bloat in S_find_uninit_varDaniel Dragan2013-07-191-1/+3