summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #103766] Wrong $" warning in perl 5.14Father Chrysostomos2011-11-221-7/+3
* sv.c: newSVpvf( → Perl_newSVpvf(aTHX_Father Chrysostomos2011-11-211-1/+1
* Put sub redef warnings in one placeFather Chrysostomos2011-11-211-38/+16
* Make constant sub redef warnings obey scopeFather Chrysostomos2011-11-211-0/+1
* Don’t call an early-returning destructorFather Chrysostomos2011-11-211-2/+10
* Restore autouse’s exemption from redef warningsFather Chrysostomos2011-11-211-1/+9
* sv.c: I missed a dotFather Chrysostomos2011-11-211-1/+1
* sort does not call get-magic after dereffingFather Chrysostomos2011-11-191-1/+1
* Document sv_2io’s invocation of magicFather Chrysostomos2011-11-191-0/+3
* Call FETCH once on handle passed as 3rd arg to open()Father Chrysostomos2011-11-191-4/+12
* sv.c: More consistent use of spaces after dotsFather Chrysostomos2011-11-191-72/+78
* Correct sv_catsv_flags docsFather Chrysostomos2011-11-191-1/+3
* Correct sv_catpv_flags docsFather Chrysostomos2011-11-191-2/+2
* Correct sv_catpvn_flags docsFather Chrysostomos2011-11-191-2/+3
* Mention implicit $_ in y///r uninit warningFather Chrysostomos2011-11-191-0/+1
* Mention the variable name in the new length warningsFather Chrysostomos2011-11-181-2/+2
* Tweaks to find_uninit_var docsFather Chrysostomos2011-11-181-3/+3
* Unused variable in in sv_eqBrian Fraser2011-11-171-3/+0
* expunge gratuitous Unicode punctuation in commentsZefram2011-11-161-3/+3
* Stop toggling the FAKE flag for stringified GVsFather Chrysostomos2011-11-061-18/+0
* [perl #96326] *{$io} should not be semi-definedFather Chrysostomos2011-11-061-10/+4
* Fill out sv_upgrade docsFather Chrysostomos2011-11-041-1/+4
* Use SvUPGRADE, not sv_upgrade, in sv_sethekFather Chrysostomos2011-11-041-1/+1
* Fix CORE::globFather Chrysostomos2011-10-261-0/+2
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-1/+1
* [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