summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sv.c: Remove redundant Sv[INP]OK checks on fbm/regexpsFather Chrysostomos2012-10-281-18/+2
* sv.c: Remove redundant sv_force_normal calls from sv_2[iun]vFather Chrysostomos2012-10-281-0/+6
* sv.c: !SvLEN does not mean undefinedFather Chrysostomos2012-10-281-10/+14
* Fix assertion failure with $float = $regexp assignmentFather Chrysostomos2012-10-281-5/+1
* sv.c: No need to de-COW COWs on upgradeFather Chrysostomos2012-10-281-1/+1
* Allow cow with $magic = $hashkeyFather Chrysostomos2012-10-261-1/+1
* optimize memory wrap croaks, often used in MEM_WRAP_CHECKDaniel Dragan2012-10-251-2/+2
* [perl #115440] Fix various leaks with fatal FETCHFather Chrysostomos2012-10-251-1/+3
* Pushing to stack after EXTEND doesn't require *X*PUSHSteffen Mueller2012-10-221-7/+7
* fix off-by-one error in key detection logic for uninitialized warningsYves Orton2012-10-201-1/+1
* regex: White-space, comment only; no code changesKarl Williamson2012-10-141-1/+0
* PATCH: [perl #89774] multi-char fold + its fold in char classKarl Williamson2012-10-141-0/+1
* sv.c: perlapi pod grammarKarl Williamson2012-10-061-3/+3
* [perl #79824] Don’t cow for sv_mortalcopy call from XSFather Chrysostomos2012-10-051-2/+2
* Fix uninit warnings under old cowFather Chrysostomos2012-10-021-1/+1
* Stop sv_force_normal from crashing on ro globs under old cowFather Chrysostomos2012-10-021-1/+1
* Make sprintf "%1s" and "%.1s" call overloading onceFather Chrysostomos2012-10-011-3/+4
* sv.c: One less assignment in sv_pvutf8n_forceFather Chrysostomos2012-10-011-1/+1
* sv.c: Don’t cache utf8 length on gmagical SVsFather Chrysostomos2012-10-011-1/+1
* Only cache utf8 offsets for PVsFather Chrysostomos2012-10-011-3/+3
* Make utf8::encode respect magicFather Chrysostomos2012-10-011-2/+2
* sv.c:sv_pos_u2b: Don’t cache anything on magical SVsFather Chrysostomos2012-10-011-2/+2
* Make sv_len_utf8 return a character count as documentedFather Chrysostomos2012-10-011-9/+4
* sv.c: Document that sv_len sets the UTF8 flagFather Chrysostomos2012-10-011-1/+2
* Make pos less volatile when UTF8-ness can changeFather Chrysostomos2012-10-011-4/+1
* Flush PL_stashcache when assigning a file handle to a typeglob.Nicholas Clark2012-09-261-0/+8
* -Do now also reports updates and use of PL_stashcache.Nicholas Clark2012-09-261-1/+5
* Fix C++ buildFather Chrysostomos2012-09-241-1/+1
* [perl #97958] Make reset "" match its docsFather Chrysostomos2012-09-241-4/+12
* [perl #107000] Don’t leak if hh copying diesFather Chrysostomos2012-09-231-3/+4
* Get rid of PL_formfeed.Enache Adrian2012-09-201-1/+0
* Handle xhv_super in thread cloningFather Chrysostomos2012-09-171-0/+1
* Revert "Set PL_comppad_name on sub entry"Father Chrysostomos2012-09-171-2/+0
* Set PL_comppad_name on sub entryFather Chrysostomos2012-09-151-0/+2
* Allow CVs to point to HEKs rather than GVsFather Chrysostomos2012-09-151-3/+8
* Fix our sub with protoFather Chrysostomos2012-09-151-1/+0
* Fix build under C++Father Chrysostomos2012-09-141-1/+2
* sv.c: %vd printf format microöptimisationFather Chrysostomos2012-09-141-4/+1
* Fix %vd with alpha versionFather Chrysostomos2012-09-141-3/+5
* eliminate PL_reginputDavid Mitchell2012-09-141-2/+0
* Fix compilation for -DPERL_POISON and -DPERL_OLD_COPY_ON_WRITE together.Nicholas Clark2012-09-141-2/+2
* Use macro not swash for utf8 quotemetaKarl Williamson2012-09-131-1/+0