summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Make PL_incgv fully refcountedFather Chrysostomos2013-10-281-1/+1
* [perl #54044] Make PL_replgv refcountedFather Chrysostomos2013-10-281-1/+1
* Make PL_argvgv refcountedFather Chrysostomos2013-10-281-1/+1
* When deleting via hek, pass the computed hash valueFather Chrysostomos2013-10-281-2/+2
* Make PL_hintgv refcountedFather Chrysostomos2013-10-281-1/+1
* Make PL_envgv refcountedFather Chrysostomos2013-10-281-1/+1
* Make PL_firstgv and PL_secondgv refcountedFather Chrysostomos2013-10-281-2/+2
* Make PL_DBgv and other db interp vars refcountedFather Chrysostomos2013-10-261-3/+3
* refactor sv_add_backrefDaniel Dragan2013-10-231-20/+18
* make sv_2bool_flags() non-recursive on overloadDaniel Dragan2013-10-211-3/+26
* Remove PL_ASCII; use existing array slots for itKarl Williamson2013-09-241-1/+0
* Add inversion list for U+80 - U+FFKarl Williamson2013-09-241-0/+1
* Removed the define for FCALLBrian Fraser2013-09-231-3/+1
* Remove an ifdef for the Harris HCX-9 froms sv.cBrian Fraser2013-09-211-4/+0
* Remove HAS_64K_LIMITBrian Fraser2013-09-211-11/+0
* Use IVSIZE not HAS_QUAD to enable "long long" formats in sv_vcatpvfn_flags().Nicholas Clark2013-09-171-8/+8
* [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