summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Stop the glob operator from leaking GVsFather Chrysostomos2012-11-041-1/+3
* Stop %! after syntax error from leaking the module nameFather Chrysostomos2012-11-041-1/+6
* Don’t leak BEGIN blocks after syntax errorsFather Chrysostomos2012-11-041-1/+2
* Don’t leak pattern buffer when invalid flags croakFather Chrysostomos2012-11-041-1/+3
* svleak.t: Enable syntax error tests under -DmadFather Chrysostomos2012-11-041-11/+9
* Stop require nonexistent::module from leakingFather Chrysostomos2012-11-041-1/+4
* svleak.t: re-evals leak under madFather Chrysostomos2012-11-041-2/+3
* Stop statement labels from leakingFather Chrysostomos2012-11-041-1/+3
* Stop char classes from leakingFather Chrysostomos2012-11-041-1/+13
* svleak.t: Suppress warningFather Chrysostomos2012-11-021-0/+1
* Stop string eval from leaking opsFather Chrysostomos2012-11-021-2/+4
* Don’t leak when printf causes wide warningsFather Chrysostomos2012-11-021-2/+6
* Don’t leak when printfing to bad handle under fatal warningsFather Chrysostomos2012-11-021-1/+10
* concat2.t: Under miniperl only skip one testFather Chrysostomos2012-11-021-1/+3
* Fix $byte_overload .= $utf8 regressionFather Chrysostomos2012-11-021-1/+10
* Don’t leak when pushing on to read-only arrayFather Chrysostomos2012-11-021-1/+5
* test.pl: allow for undefs in eq_hashHugo van der Sanden2012-11-021-1/+4
* Fix /a++(?{})+$code_block/Father Chrysostomos2012-11-011-1/+8
* Stop run-time regexp blocks from leaking regexpsFather Chrysostomos2012-11-011-2/+3
* Stop / $looks_like_block/ from leakingFather Chrysostomos2012-11-011-1/+15
* Three spelling corrections.James E Keenan2012-10-301-3/+3
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-1/+15
* Turn off OK flags when creating a regexp.Father Chrysostomos2012-10-301-1/+15
* Don’t crash with $tied[-1] when array is tied to non-objFather Chrysostomos2012-10-281-0/+15
* Don’t skip tied EXISTS for negative array indicesFather Chrysostomos2012-10-281-0/+15
* sv.c: !SvLEN does not mean undefinedFather Chrysostomos2012-10-281-0/+14
* Stop regexp assignment from clobbering magicFather Chrysostomos2012-10-281-1/+11
* Fix assertion failure with $float = $regexp assignmentFather Chrysostomos2012-10-281-1/+6
* Fix use of non-existent bareword filehandle in t/TEST.Craig A. Berry2012-10-271-2/+2
* Better documentation for internal SV typesFather Chrysostomos2012-10-261-2/+2
* fix hash key ordering dependency in t/warnings.tYves Orton2012-10-261-2/+2
* fix a very subtle hash ordering dependency in op/smartkve.tYves Orton2012-10-261-5/+17
* fix hash key ordering dependency in t/op/defins.tYves Orton2012-10-261-4/+12
* [perl #115440] Fix various leaks with fatal FETCHFather Chrysostomos2012-10-251-1/+5
* test memory leaks around magic get dieingRuslan Zakirov2012-10-251-11/+53
* toke.c: Avoid unnecessary uninitialized value msgsKarl Williamson2012-10-241-17/+0
* test.pl: Fix description of how PREFIX worksKarl Williamson2012-10-241-3/+3
* charnames.t: Add names for some testsKarl Williamson2012-10-241-7/+7
* test.pl: Allow NAME to be used with --FILE--Karl Williamson2012-10-241-1/+1
* Make \N{unknown char} a syntax errorKarl Williamson2012-10-241-26/+54
* fork() should return undef on failure, even in list contextJesse Luehrs2012-10-231-0/+13
* PATCH: [perl #115242] TestDagfinn Ilmari Mannsåker2012-10-201-0/+1
* fold_grind.t: Set $| if debuggingKarl Williamson2012-10-201-0/+1
* fix off-by-one error in key detection logic for uninitialized warningsYves Orton2012-10-201-1/+0
* add a TODO test for uninitialized warning hash bucket fencepost errorYves Orton2012-10-201-0/+30
* Udate CPAN to CPAN version 1.99_51Craig A. Berry2012-10-191-3/+0
* regexec.c: Fix bugs in regrepeat()Karl Williamson2012-10-191-0/+4
* regex: \R can match either 1 or 2 charsKarl Williamson2012-10-161-0/+2
* [perl #115260] Stop length($obj) from returning undefFather Chrysostomos2012-10-161-6/+14
* [perl #96230] Stop s/$qr// from reusing last patternFather Chrysostomos2012-10-161-1/+5