summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* fix slowdown in nested hash freeingDavid Mitchell2012-03-061-12/+9
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-4/+4
* correctly clone eval context framesZefram2012-02-181-0/+3
* In Perl_sv_del_backref(), don't panic if tsv is already freed.Nicholas Clark2012-02-171-0/+24
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-0/+1
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-4/+0
* Clarify the newSVpvn documentation.Shlomi Fish2012-02-151-6/+8
* regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/iKarl Williamson2012-02-111-0/+2
* regcomp.c: Remove duplicate inversion listKarl Williamson2012-02-111-2/+0
* Add compile-time inversion lists for POSIX classesKarl Williamson2012-02-091-1/+50
* regcomp.c: Use compile-time invlistsKarl Williamson2012-02-091-0/+3
* Silence compiler warningsRobin Barker2012-02-091-1/+1
* Update, correct and clarify the comment in Perl_sv_setuv().Nicholas Clark2012-02-011-2/+5
* Stop SvPVutf8 from forcing the POK flagFather Chrysostomos2012-01-311-1/+3
* Make SvPVbyte return bytes for non-PVsFather Chrysostomos2012-01-311-2/+7
* [perl #108994] Stop SvPVutf8 from coercing SVsFather Chrysostomos2012-01-311-1/+3
* Correctly escape UTF-8 in hash keys in uninitialized warningsRafael Garcia-Suarez2012-01-251-1/+2
* [perl #108780] Make ‘no overloading’ work with qr//Father Chrysostomos2012-01-241-1/+4
* sv.c:sv_utf8_encode: simplify codeFather Chrysostomos2012-01-231-4/+1
* Don’t allow read-only regexps to be tiedFather Chrysostomos2012-01-231-2/+2
* sv_force_normal: Don’t confuse regexps with cowsFather Chrysostomos2012-01-221-1/+1
* [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