summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Remove the EPOC port.Nicholas Clark2012-11-194-5/+5
* Stop \P{Assigned} from leakingFather Chrysostomos2012-11-181-1/+2
* Stop /[.zog.]/ and /[[.zog.]]/ from leakingFather Chrysostomos2012-11-181-1/+3
* gv.t: Suppress warningFather Chrysostomos2012-11-181-1/+1
* Inline regcomp.c:S_checkposixcc into its only callerFather Chrysostomos2012-11-181-4/+4
* gv.t: More *foo{NAME,PACKAGE} testsFather Chrysostomos2012-11-181-1/+5
* 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
* Make *_{ARRAY} reifyFather Chrysostomos2012-11-181-1/+3
* Document and test *glob{NAME} and *glob{PACKAGE}Father Chrysostomos2012-11-181-1/+3
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-173-106/+36
* under -Dusedl there are no warnings about the other dl_ functionsTony Cook2012-11-161-1/+1
* leakfinder.pl requires XS::APItest which isn't built with -UusedlTony Cook2012-11-161-0/+1
* [perl #115742] Push a new pad for recursive DB::DBFather Chrysostomos2012-11-151-1/+28
* Fix unescaped left brace warning in uni/parser.t.Craig A. Berry2012-11-151-1/+1
* SVf_IsCOWFather Chrysostomos2012-11-141-3/+3
* 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
* Don’t leak subs containing syntax errorsFather Chrysostomos2012-11-131-1/+2
* Stop anon subs with bad attributes from leakingFather Chrysostomos2012-11-131-1/+3
* Stop goto &sub from leaking when it croaksFather Chrysostomos2012-11-131-1/+5
* fix typo in commentLukas Mai2012-11-121-1/+1
* [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