summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #43077] Make goto &sub leave @_ aloneFather Chrysostomos2012-11-111-2/+17
* Even more regexp charclass leaksFather Chrysostomos2012-11-111-1/+3
* toke.c: Don't force \N{} into utf8 unnecessarilyKarl Williamson2012-11-111-1/+4
* Validate above-Latin1 characters in \N{} aliasesKarl Williamson2012-11-112-3/+47
* toke.c: Fail on malformed UTF-8 in \N{} inputKarl Williamson2012-11-111-1/+8
* toke.c: [RT#73022] Make \N{...} UTF-8 clean.Brian Fraser2012-11-111-0/+8
* charnames: Don't accept illegal :aliasesKarl Williamson2012-11-111-0/+14
* Make \N{alias} deprecations fatal.Karl Williamson2012-11-111-6/+3
* charnames.t: Make EXPECTs more robustKarl Williamson2012-11-111-40/+30
* add padrange opDavid Mitchell2012-11-101-1/+18
* 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
* 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