This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / svleak.t
2014-02-20 Tony Cook[perl #120939] at least fix the leak in const_av_xsub
2013-11-16 Father ChrysostomosFix memory leak with recursive sub redefinition
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-07-26 Father Chrysostomos[perl #3105] Make 1..3 modification safe
2013-06-07 Father ChrysostomosStop delete local $ENV{foo} from leaking
2013-06-07 Father ChrysostomosDon’t leak when compiling /(?[\d\d])/
2013-06-07 Father ChrysostomosFree operand when encountering unmatched ')' in (?[])
2013-06-07 Father ChrysostomosStop /(?[\p{...}])/ compilation from leaking
2013-06-06 Father ChrysostomosStop (?[]) operators from leaking
2013-06-06 Father ChrysostomosDon’t leak the /(?[])/ parsing stack on error
2012-12-23 Karl Williamsonsvleak.t: Add a test; make another more robust
2012-12-13 Father ChrysostomosFix occasional failures in svleak.t and DosGlob.t
2012-12-11 Ruslan Zakirovtest hash assignment with odd elements for leaks
2012-12-10 Father ChrysostomosDon’t leak when partly iterated glob op is freed
2012-12-09 Father ChrysostomosStop invalid charnames from leaking
2012-12-09 Father ChrysostomosStop Constant(%s) errors from leaking
2012-12-05 Father ChrysostomosStop "\N{...}" from leaking after errors
2012-12-05 Father ChrysostomosStop v111111111111111 from leaking under fatal warnings
2012-12-04 Father ChrysostomosStop /[a-\d]/ from leaking under fatal warnings
2012-12-04 Father ChrysostomosStop /[:foo:]/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosStop /[\i]/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosStop /(?{})+/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosStop /(?{})?/ from leaking under fatal warnings
2012-12-01 Father ChrysostomosStop format closure fatal warnings from leaking
2012-12-01 Father Chrysostomossvleak.t: Correct test name
2012-12-01 Father ChrysostomosStop duplicate lex vars from leaking under fatal warnings
2012-12-01 Father ChrysostomosStop newCONSTSUB from leaking the constant under fatal...
2012-11-26 Father ChrysostomosStop cv-to-glob assignment redef warnings from leaking
2012-11-24 Father ChrysostomosStop sub decl redef warnings from leaking CVs
2012-11-24 Father ChrysostomosStop ignored :lvalue warning from leaking CVs
2012-11-24 Father ChrysostomosStop toke.c:S_scan_const from leaking
2012-11-23 Father Chrysostomossvleak.t: To-do tests for fatal warnings and some synta...
2012-11-19 Father ChrysostomosStop \P{Assigned} from leaking
2012-11-19 Father ChrysostomosStop /[.zog.]/ and /[[.zog.]]/ from leaking
2012-11-18 Father ChrysostomosStop $unicode =~ /[[:posix:]]/ from leaking
2012-11-18 Father ChrysostomosStop prototype("CORE::...") errors from leaking
2012-11-18 Father ChrysostomosStop local $_[0] from leaking
2012-11-14 Father ChrysostomosStop eval "END OF TERMS" from leaking
2012-11-14 Father ChrysostomosStop my subs with syntax errors from leaking
2012-11-14 Father ChrysostomosFix various mad eval leaks
2012-11-13 Father ChrysostomosFix assertion failures with anon subs
2012-11-13 Father ChrysostomosStop /(??{})/ from leaking temporary regexps
2012-11-13 Father ChrysostomosDon’t leak subs containing syntax errors
2012-11-13 Father ChrysostomosStop anon subs with bad attributes from leaking
2012-11-13 Father ChrysostomosStop goto &sub from leaking when it croaks
2012-11-12 Father ChrysostomosEven more regexp charclass leaks
2012-11-09 Father ChrysostomosTo-do test for eval "END OF TERMS" leaking
2012-11-09 Father ChrysostomosAnother regexp charclass leak
2012-11-06 Father Chrysostomossvleak.t: Fix a mad failure
2012-11-06 Father ChrysostomosStop eval "qq'\$\0foo'" from leaking
2012-11-05 Father ChrysostomosStop the glob operator from leaking GVs
2012-11-05 Father ChrysostomosStop %! after syntax error from leaking the module...
2012-11-05 Father ChrysostomosDon’t leak BEGIN blocks after syntax errors
2012-11-05 Father ChrysostomosDon’t leak pattern buffer when invalid flags croak
2012-11-05 Father Chrysostomossvleak.t: Enable syntax error tests under -Dmad
2012-11-05 Father ChrysostomosStop require nonexistent::module from leaking
2012-11-05 Father Chrysostomossvleak.t: re-evals leak under mad
2012-11-05 Father ChrysostomosStop statement labels from leaking
2012-11-05 Father ChrysostomosStop char classes from leaking
2012-11-02 Father Chrysostomossvleak.t: Suppress warning
2012-11-02 Father ChrysostomosStop string eval from leaking ops
2012-11-02 Father ChrysostomosDon’t leak when printf causes wide warnings
2012-11-02 Father ChrysostomosDon’t leak when printfing to bad handle under fatal...
2012-11-02 Father ChrysostomosDon’t leak when pushing on to read-only array
2012-11-02 Father ChrysostomosStop run-time regexp blocks from leaking regexps
2012-11-02 Father ChrysostomosStop / $looks_like_block/ from leaking
2012-10-26 Father Chrysostomos[perl #115440] Fix various leaks with fatal FETCH
2012-10-26 Ruslan Zakirovtest memory leaks around magic get dieing
2012-09-24 Father Chrysostomos[perl #107000] Don’t leak if hh copying dies
2012-09-23 Father ChrysostomosStop array assignment from leaking on croak
2012-09-23 Father ChrysostomosStop hash assignment from leaking on croak
2012-09-23 Father ChrysostomosFree iterator when freeing tied hash
2012-09-20 Father Chrysostomos[perl #114764] Stop my vars with attrs from leaking
2012-08-31 Tony Cookcorrect -Dmad skip count for tests introduced in 2d85e4...
2012-08-28 Father ChrysostomosStop invalid y/// ranges from leaking
2012-08-28 Father ChrysostomosStop unterminated here-docs from leaking memory
2012-08-12 David Mitchellskip failing leak test under -Dmad
2012-08-01 David Mitchellstop /$unchanging/ leaking
2012-02-04 Father Chrysostomos[perl #109762] Stop !$^V from leaking
2011-12-13 Johannes PlunienAdd testcase for #78266.
2010-10-31 David MitchellRT 72246: rcatline memory leak on bad $/
2010-10-26 Tony Cookdetect the failure introduced in 304474c3 and fixed...
2010-10-04 David Mitchellstop map,grep leaking temps [perl #48004]
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-04-21 David Mitchelladd TODO test for #74484 trie leak
2010-04-11 David MitchellRT 8857: premature free in local of tied element
2010-04-11 David Mitchellcreate SV leak test infrastructure