summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cast unsigned to avoid warningRobin Barker2011-06-241-1/+1
* [perl #93454] Free deleted iterator when freeing hashFather Chrysostomos2011-06-241-2/+2
* perlapi: fix broken link, from sv.cKarl Williamson2011-06-211-1/+1
* Completely free hashes containing nullsFather Chrysostomos2011-06-121-2/+3
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-14/+13
* In PL_magic_data flag whether magic can be added to a readonly value.Nicholas Clark2011-06-111-18/+16
* Store a flag for container/value magic in PL_magic_data.Nicholas Clark2011-06-111-1/+2
* Create a lookup table for magic vtables from magic type, PL_magic_data.Nicholas Clark2011-06-111-113/+11
* Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp.Nicholas Clark2011-06-111-9/+3
* Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.Nicholas Clark2011-06-111-3/+1