summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #101738] Make sv_sethek set the UTF8 flag correctlyFather Chrysostomos2011-10-201-0/+2
* Stop uninit sort warnings from crashingFather Chrysostomos2011-10-131-1/+1
* Call get-magic once for .. in list contextFather Chrysostomos2011-10-131-6/+4
* SSize_t, not IV, is a signed STRLENChip Salzenberg2011-10-111-1/+1
* Make sv_set[ps]v(cv...) set prototypeFather Chrysostomos2011-10-111-0/+3
* under DEBUGGING, minimize the sentinels written in sv_chop, to avoid substr s...Chip Salzenberg2011-10-101-12/+14
* tweak sv_chop podChip Salzenberg2011-10-101-0/+5
* I32 may not be big enough for string insert lengthChip Salzenberg2011-10-101-1/+1
* Fix cv-to-gv assignment to use CvPROTOFather Chrysostomos2011-10-101-2/+2
* Rewrite sv_catsv to pass SV_CAT* flags to sv_catpvnFather Chrysostomos2011-10-081-27/+5
* make SVs_PADTMP and SVs_PADSTALE share a bitDavid Mitchell2011-10-071-3/+3
* Use HEKfFather Chrysostomos2011-10-071-8/+12
* HEKf256 formatFather Chrysostomos2011-10-071-3/+5
* HEKf formatFather Chrysostomos2011-10-071-2/+11
* toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean.Brian Fraser2011-10-061-2/+3
* Fix diag.t failure with diag_listed_as commentFather Chrysostomos2011-10-061-0/+1
* "Use of uninitialized value..." UTF8 cleanupBrian Fraser2011-10-061-2/+2
* sv.c: Make most warnings utf8-cleanBrian Fraser2011-10-061-4/+5
* sv.c: Make cloning account for UTF8 stash namesBrian Fraser2011-10-061-1/+2
* Make sv.c:sv_clear account for UTF8 keys in PL_stashcacheBrian Fraser2011-10-061-1/+1
* sv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_numberBrian Fraser2011-10-061-1/+1
* Make op.c warnings UTF8-cleanBrian Fraser2011-10-061-4/+4
* mro.c: Correct utf8 and bytes concatenationFather Chrysostomos2011-10-061-4/+35
* sv.c: S_anonymise_cv_maybe UTF8 cleanup.Brian Fraser2011-10-061-5/+4
* pp.c & sv.c: pp_ref UTF8 and null cleanup.Brian Fraser2011-10-061-5/+29
* Add a sv_sethek() function to sv.cBrian Fraser2011-10-061-0/+43
* sv.c: glob_assign_glob is now UTF-8 aware.Brian Fraser2011-10-061-1/+2
* SvUTF8() for globs.Brian Fraser2011-10-061-0/+1
* Typo in comment share_hek_kekReini Urban2011-10-011-1/+1
* utf8.c: Add function to retrieve new _Perl_IDStart propKarl Williamson2011-10-011-0/+1
* Don't use swash to find cntrlsKarl Williamson2011-10-011-1/+0
* No need for swashes for computing if ASCIIKarl Williamson2011-10-011-1/+0
* Make ++ and -- work on glob copiesFather Chrysostomos2011-09-161-2/+2
* Disallow weakening of read-only referencesFather Chrysostomos2011-09-161-0/+1
* Make \&$tied call get-magic when it holds a globFather Chrysostomos2011-09-121-10/+0
* remove index offsetting ($[)Zefram2011-09-091-1/+0
* Enter gv_fetchsv_nomgFather Chrysostomos2011-09-081-10/+2
* Call get-magic once for *glob=$tiedFather Chrysostomos2011-09-081-1/+5
* Include negative index of array in warnings about an unitialized value wen co...Gerard Goossen2011-09-041-4/+23
* Include name of global scalars in unitialized value warnings when the peephol...Gerard Goossen2011-09-031-1/+13
* Fix two \&$tied regressionsFather Chrysostomos2011-09-011-4/+8
* [perl #97484] Make defined &{...} vivify CORE subsFather Chrysostomos2011-09-011-1/+1
* SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE()Chip Salzenberg2011-08-231-5/+5
* [perl #96126] Allocate CvFILE more simplyFather Chrysostomos2011-08-171-1/+1
* More apidoc entries need \n\n before =cutFather Chrysostomos2011-07-161-0/+2
* Make it possible to have read-only glob copiesFather Chrysostomos2011-07-121-1/+1
* In sv.c, remove comments with structure sizes from bodies_by_type[].Nicholas Clark2011-07-111-10/+0
* sv.c: hv_dup should be sv_dupKarl Williamson2011-07-031-1/+1
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-5/+0
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-011-1/+0