summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reinstate "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-161-6/+9
* Reinstate "Create SVt_INVLIST"Karl Williamson2013-07-161-9/+9
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-0/+18
* PATCH: [perl #118197] Cope with non-ASCII decimal separatorsKarl Williamson2013-07-071-0/+16
* Properly determine if in locale for NV stringificationKarl Williamson2013-07-071-1/+1
* Revert "Create SVt_INVLIST"Karl Williamson2013-07-041-9/+9
* Revert "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-041-9/+6
* Fix perlguts and comments for how sv_chop() worksKarl Williamson2013-07-031-0/+6
* Use new Svt_INVLIST for inversion lists.Karl Williamson2013-07-031-6/+9
* Create SVt_INVLISTKarl Williamson2013-07-031-9/+9
* SV_CONST(name) and PL_sv_constsRuslan Zakirov2013-06-301-0/+2
* Reinstate UTF8fFather Chrysostomos2013-06-281-1/+11
* Revert "UTF8f"Karl Williamson2013-06-251-9/+1
* sv.c: Allow COWs through sv_magic unscathedFather Chrysostomos2013-06-231-1/+1