summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* regexec.c: Use new macros instead of swashesKarl Williamson2012-09-131-8/+0
* Stop calling get-magic twice in sprintf "%.1s", $utf8Father Chrysostomos2012-08-301-4/+4
* Stop calling get-magic twice in sprintf "%1s", $utf8Father Chrysostomos2012-08-301-1/+1
* Stop substr($utf8) from calling get-magic twiceFather Chrysostomos2012-08-301-5/+15
* Refactor \X regex handling to avoid a typical case table lookupKarl Williamson2012-08-281-1/+1
* Prepare for Unicode 6.2Karl Williamson2012-08-261-1/+2
* Comment out unused functionKarl Williamson2012-08-251-1/+1
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-221-1/+1
* Stop padlists from being AVsFather Chrysostomos2012-08-211-1/+1
* utf8 pos cache: always keep most recent valueDavid Mitchell2012-08-211-29/+16
* Omnibus removal of register declarationsKarl Williamson2012-08-181-48/+48
* Disallow setting SvPV on formatsFather Chrysostomos2012-08-051-13/+5
* sv.c:varname: Fix bad assertion added by c6fb3f6eFather Chrysostomos2012-08-041-1/+1
* regcomp.c: Fix multi-char fold bugKarl Williamson2012-08-021-0/+2
* [perl #114368] perl -DA -e '' segfaultsFather Chrysostomos2012-08-011-0/+4
* Add a USE_64_BIT_INT build option to the Windows makefiles.Steve Hay2012-08-011-2/+2
* fix a memory leak in sv_sethek(), amending 70b71ec84Fuji, Goro2012-07-311-0/+1
* Oust sv_gmagical_2iv_pleaseFather Chrysostomos2012-07-281-22/+0