summaryrefslogtreecommitdiff
path: root/t/op/svleak.t
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak with recursive sub redefinitionFather Chrysostomos2013-11-161-2/+10
* [perl #119123] disallow literal control character variablesBrian Fraser2013-09-181-0/+1
* [perl #3105] Make 1..3 modification safeFather Chrysostomos2013-07-251-13/+20
* Stop delete local $ENV{foo} from leakingFather Chrysostomos2013-06-071-1/+9
* Don’t leak when compiling /(?[\d\d])/Father Chrysostomos2013-06-061-1/+2
* Free operand when encountering unmatched ')' in (?[])Father Chrysostomos2013-06-061-1/+2
* Stop /(?[\p{...}])/ compilation from leakingFather Chrysostomos2013-06-061-1/+2
* Stop (?[]) operators from leakingFather Chrysostomos2013-06-061-1/+7
* Don’t leak the /(?[])/ parsing stack on errorFather Chrysostomos2013-06-051-1/+2
* svleak.t: Add a test; make another more robustKarl Williamson2012-12-231-3/+8
* Fix occasional failures in svleak.t and DosGlob.tFather Chrysostomos2012-12-121-1/+1
* test hash assignment with odd elements for leaksRuslan Zakirov2012-12-111-0/+1
* Don’t leak when partly iterated glob op is freedFather Chrysostomos2012-12-091-1/+5
* Stop invalid charnames from leakingFather Chrysostomos2012-12-081-6/+2
* Stop Constant(%s) errors from leakingFather Chrysostomos2012-12-081-1/+14
* Stop "\N{...}" from leaking after errorsFather Chrysostomos2012-12-051-1/+2
* Stop v111111111111111 from leaking under fatal warningsFather Chrysostomos2012-12-051-2/+0
* Stop /[a-\d]/ from leaking under fatal warningsFather Chrysostomos2012-12-041-1/+1
* Stop /[:foo:]/ from leaking under fatal warningsFather Chrysostomos2012-12-041-1/+1
* Stop /[\i]/ from leaking under fatal warningsFather Chrysostomos2012-12-031-1/+1
* Stop /(?{})+/ from leaking under fatal warningsFather Chrysostomos2012-12-031-1/+1
* Stop /(?{})?/ from leaking under fatal warningsFather Chrysostomos2012-12-031-1/+1
* Stop format closure fatal warnings from leakingFather Chrysostomos2012-11-301-1/+1
* svleak.t: Correct test nameFather Chrysostomos2012-11-301-1/+1
* Stop duplicate lex vars from leaking under fatal warningsFather Chrysostomos2012-11-301-1/+1
* Stop newCONSTSUB from leaking the constant under fatal warningsFather Chrysostomos2012-11-301-2/+2
* Stop cv-to-glob assignment redef warnings from leakingFather Chrysostomos2012-11-251-1/+1
* Stop sub decl redef warnings from leaking CVsFather Chrysostomos2012-11-241-1/+1
* Stop ignored :lvalue warning from leaking CVsFather Chrysostomos2012-11-241-1/+1
* Stop toke.c:S_scan_const from leakingFather Chrysostomos2012-11-231-2/+4
* svleak.t: To-do tests for fatal warnings and some syntax errsFather Chrysostomos2012-11-231-1/+50
* Stop \P{Assigned} from leakingFather Chrysostomos2012-11-181-1/+2
* Stop /[.zog.]/ and /[[.zog.]]/ from leakingFather Chrysostomos2012-11-181-1/+3
* Stop $unicode =~ /[[:posix:]]/ from leakingFather Chrysostomos2012-11-181-1/+3
* Stop prototype("CORE::...") errors from leakingFather Chrysostomos2012-11-181-1/+4
* Stop local $_[0] from leakingFather Chrysostomos2012-11-181-1/+7
* Stop eval "END OF TERMS" from leakingFather Chrysostomos2012-11-141-4/+1
* Stop my subs with syntax errors from leakingFather Chrysostomos2012-11-141-1/+3
* Fix various mad eval leaksFather Chrysostomos2012-11-131-16/+11
* Fix assertion failures with anon subsFather Chrysostomos2012-11-131-1/+2
* Stop /(??{})/ from leaking temporary regexpsFather Chrysostomos2012-11-131-1/+2
* Don’t leak subs containing syntax errorsFather Chrysostomos2012-11-131-1/+2
* Stop anon subs with bad attributes from leakingFather Chrysostomos2012-11-131-1/+3
* Stop goto &sub from leaking when it croaksFather Chrysostomos2012-11-131-1/+5
* Even more regexp charclass leaksFather Chrysostomos2012-11-111-1/+3
* To-do test for eval "END OF TERMS" leakingFather Chrysostomos2012-11-081-1/+6
* Another regexp charclass leakFather Chrysostomos2012-11-081-1/+2
* svleak.t: Fix a mad failureFather Chrysostomos2012-11-061-2/+4
* Stop eval "qq'\$\0foo'" from leakingFather Chrysostomos2012-11-061-1/+2
* Stop the glob operator from leaking GVsFather Chrysostomos2012-11-041-1/+3