summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #82772] utf8::decode: Don’t read past SvCURFather Chrysostomos2012-01-201-1/+1
* [perl #106726] Don’t crash on length(@arr) warningFather Chrysostomos2012-01-171-2/+4
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-3/+6
* stat $ioref should record the handle for -T _Father Chrysostomos2012-01-131-0/+2
* Set PL_statgv to null when freed or coercedFather Chrysostomos2012-01-131-0/+4
* In Perl_sv_del_backref(), don't panic if svp is NULL during global destruction.Nicholas Clark2012-01-131-3/+12
* In Perl_sv_del_backref(), don't panic if the backref array is already freed.Nicholas Clark2012-01-131-0/+3
* Better panic diagnostics in Perl_sv_del_backref()Nicholas Clark2012-01-131-2/+3
* [perl #107366] Don’t clone GVs during thread joinFather Chrysostomos2012-01-011-0/+21
* [perl #103492] Make %n printf format work with UnicodeFather Chrysostomos2011-12-311-1/+1
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+2
* Correct spelling of sv_insert error msgFather Chrysostomos2011-12-281-1/+1
* perldiag: Remove ‘in %s’ from bizarre copy msgFather Chrysostomos2011-12-271-0/+1
* sv.c:dirp_dup: Avoid compiler warningFather Chrysostomos2011-12-251-1/+1
* Add diag_listed_as for non-numeric warningsFather Chrysostomos2011-12-251-0/+2
* sv.c: consistent spaces after dots in apidocsFather Chrysostomos2011-12-231-7/+9
* Don’t clobber all magic when clobbering vstringFather Chrysostomos2011-12-231-1/+1
* Avoid an unused temp scalar in sv.c:S_sv_unglobFather Chrysostomos2011-12-171-1/+1
* [perl #97988] Nullify PL_last_in_gv when unglobbedFather Chrysostomos2011-12-171-0/+4
* perldiag: Retitle ‘Cannot copy’Father Chrysostomos2011-12-161-0/+1
* Use syntax from perlguts for testing objectsJohn Peacock2011-12-091-1/+1
* Clarify docs for sv_usepvn_flagsFather Chrysostomos2011-12-041-1/+3
* Remove SvTAINT from sv_sethekFather Chrysostomos2011-12-031-4/+0
* Stop calling sv_usepvn_flags from sv_sethekPeter Martini2011-12-031-1/+7
* Allow COW PVMGs to be tiedFather Chrysostomos2011-12-011-3/+2
* Use SvOOK_onFather Chrysostomos2011-12-011-3/+2
* sv.c: fix comment typo added by ce2077b184Father Chrysostomos2011-11-301-1/+1
* sv.c/find_uninit_var: Explain kid-scanning loop betterFather Chrysostomos2011-11-291-2/+7
* sv.c: typoFather Chrysostomos2011-11-291-1/+1
* sv.c: Turn a FIXME comment into an explanationFather Chrysostomos2011-11-271-3/+3
* ‘Inline’ S_sv_unglobFather Chrysostomos2011-11-241-1/+1
* Make COW-clobbering fasterFather Chrysostomos2011-11-241-3/+8
* Make assignment over glob copies much fasterFather Chrysostomos2011-11-241-4/+6
* sysread should not ignore magic on its bufferFather Chrysostomos2011-11-241-1/+2
* printf "%vd", "version" should not SEGVFather Chrysostomos2011-11-231-1/+1
* sv.c/sv_insert_flags: typoFather Chrysostomos2011-11-221-1/+2
* amagic_deref_call does not necessitate SPAGAINFather Chrysostomos2011-11-221-2/+0
* [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