summaryrefslogtreecommitdiff
path: root/t/op/svleak.t
Commit message (Expand)AuthorAgeFilesLines
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-1/+14
* [perl #128313] test for memory leak in POSIX classesDan Collins2016-06-131-1/+11
* avoid leaking @_ in gotoDavid Mitchell2016-02-031-1/+21
* avoid leaks when calling mg_set() in leave_scope()David Mitchell2015-12-111-1/+25
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+15
* PATCH: [perl #123198] Memory leak in regex in 5.20.1Karl Williamson2014-11-181-2/+0
* svleak.t: Add test for #123198Father Chrysostomos2014-11-171-1/+4
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-081-1/+1
* [perl #120939] at least fix the leak in const_av_xsubTony Cook2014-02-211-1/+5
* 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