| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leak with recursive sub redefinition | Father Chrysostomos | 2013-11-16 | 1 | -2/+10 |
* | [perl #119123] disallow literal control character variables | Brian Fraser | 2013-09-18 | 1 | -0/+1 |
* | [perl #3105] Make 1..3 modification safe | Father Chrysostomos | 2013-07-25 | 1 | -13/+20 |
* | Stop delete local $ENV{foo} from leaking | Father Chrysostomos | 2013-06-07 | 1 | -1/+9 |
* | Don’t leak when compiling /(?[\d\d])/ | Father Chrysostomos | 2013-06-06 | 1 | -1/+2 |
* | Free operand when encountering unmatched ')' in (?[]) | Father Chrysostomos | 2013-06-06 | 1 | -1/+2 |
* | Stop /(?[\p{...}])/ compilation from leaking | Father Chrysostomos | 2013-06-06 | 1 | -1/+2 |
* | Stop (?[]) operators from leaking | Father Chrysostomos | 2013-06-06 | 1 | -1/+7 |
* | Don’t leak the /(?[])/ parsing stack on error | Father Chrysostomos | 2013-06-05 | 1 | -1/+2 |
* | svleak.t: Add a test; make another more robust | Karl Williamson | 2012-12-23 | 1 | -3/+8 |
* | Fix occasional failures in svleak.t and DosGlob.t | Father Chrysostomos | 2012-12-12 | 1 | -1/+1 |
* | test hash assignment with odd elements for leaks | Ruslan Zakirov | 2012-12-11 | 1 | -0/+1 |
* | Don’t leak when partly iterated glob op is freed | Father Chrysostomos | 2012-12-09 | 1 | -1/+5 |
* | Stop invalid charnames from leaking | Father Chrysostomos | 2012-12-08 | 1 | -6/+2 |
* | Stop Constant(%s) errors from leaking | Father Chrysostomos | 2012-12-08 | 1 | -1/+14 |
* | Stop "\N{...}" from leaking after errors | Father Chrysostomos | 2012-12-05 | 1 | -1/+2 |
* | Stop v111111111111111 from leaking under fatal warnings | Father Chrysostomos | 2012-12-05 | 1 | -2/+0 |
* | Stop /[a-\d]/ from leaking under fatal warnings | Father Chrysostomos | 2012-12-04 | 1 | -1/+1 |
* | Stop /[:foo:]/ from leaking under fatal warnings | Father Chrysostomos | 2012-12-04 | 1 | -1/+1 |
* | Stop /[\i]/ from leaking under fatal warnings | Father Chrysostomos | 2012-12-03 | 1 | -1/+1 |
* | Stop /(?{})+/ from leaking under fatal warnings | Father Chrysostomos | 2012-12-03 | 1 | -1/+1 |
* | Stop /(?{})?/ from leaking under fatal warnings | Father Chrysostomos | 2012-12-03 | 1 | -1/+1 |
* | Stop format closure fatal warnings from leaking | Father Chrysostomos | 2012-11-30 | 1 | -1/+1 |
* | svleak.t: Correct test name | Father Chrysostomos | 2012-11-30 | 1 | -1/+1 |
* | Stop duplicate lex vars from leaking under fatal warnings | Father Chrysostomos | 2012-11-30 | 1 | -1/+1 |
* | Stop newCONSTSUB from leaking the constant under fatal warnings | Father Chrysostomos | 2012-11-30 | 1 | -2/+2 |
* | Stop cv-to-glob assignment redef warnings from leaking | Father Chrysostomos | 2012-11-25 | 1 | -1/+1 |
* | Stop sub decl redef warnings from leaking CVs | Father Chrysostomos | 2012-11-24 | 1 | -1/+1 |
* | Stop ignored :lvalue warning from leaking CVs | Father Chrysostomos | 2012-11-24 | 1 | -1/+1 |
* | Stop toke.c:S_scan_const from leaking | Father Chrysostomos | 2012-11-23 | 1 | -2/+4 |
* | svleak.t: To-do tests for fatal warnings and some syntax errs | Father Chrysostomos | 2012-11-23 | 1 | -1/+50 |
* | Stop \P{Assigned} from leaking | Father Chrysostomos | 2012-11-18 | 1 | -1/+2 |
* | Stop /[.zog.]/ and /[[.zog.]]/ from leaking | Father Chrysostomos | 2012-11-18 | 1 | -1/+3 |
* | Stop $unicode =~ /[[:posix:]]/ from leaking | Father Chrysostomos | 2012-11-18 | 1 | -1/+3 |
* | Stop prototype("CORE::...") errors from leaking | Father Chrysostomos | 2012-11-18 | 1 | -1/+4 |
* | Stop local $_[0] from leaking | Father Chrysostomos | 2012-11-18 | 1 | -1/+7 |
* | Stop eval "END OF TERMS" from leaking | Father Chrysostomos | 2012-11-14 | 1 | -4/+1 |
* | Stop my subs with syntax errors from leaking | Father Chrysostomos | 2012-11-14 | 1 | -1/+3 |
* | Fix various mad eval leaks | Father Chrysostomos | 2012-11-13 | 1 | -16/+11 |
* | Fix assertion failures with anon subs | Father Chrysostomos | 2012-11-13 | 1 | -1/+2 |
* | Stop /(??{})/ from leaking temporary regexps | Father Chrysostomos | 2012-11-13 | 1 | -1/+2 |
* | Don’t leak subs containing syntax errors | Father Chrysostomos | 2012-11-13 | 1 | -1/+2 |
* | Stop anon subs with bad attributes from leaking | Father Chrysostomos | 2012-11-13 | 1 | -1/+3 |
* | Stop goto &sub from leaking when it croaks | Father Chrysostomos | 2012-11-13 | 1 | -1/+5 |
* | Even more regexp charclass leaks | Father Chrysostomos | 2012-11-11 | 1 | -1/+3 |
* | To-do test for eval "END OF TERMS" leaking | Father Chrysostomos | 2012-11-08 | 1 | -1/+6 |
* | Another regexp charclass leak | Father Chrysostomos | 2012-11-08 | 1 | -1/+2 |
* | svleak.t: Fix a mad failure | Father Chrysostomos | 2012-11-06 | 1 | -2/+4 |
* | Stop eval "qq'\$\0foo'" from leaking | Father Chrysostomos | 2012-11-06 | 1 | -1/+2 |
* | Stop the glob operator from leaking GVs | Father Chrysostomos | 2012-11-04 | 1 | -1/+3 |