This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Unicode-Collate to CPAN version 0.92
[perl5.git] / t /
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 Lukas Maifix typo in comment
2012-11-12 Father Chrysostomos[perl #43077] Make goto &sub leave @_ alone
2012-11-12 Father ChrysostomosEven more regexp charclass leaks
2012-11-11 Karl Williamsontoke.c: Don't force \N{} into utf8 unnecessarily
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-11-11 Karl Williamsontoke.c: Fail on malformed UTF-8 in \N{} input
2012-11-11 Brian Frasertoke.c: [RT#73022] Make \N{...} UTF-8 clean.
2012-11-11 Karl Williamsoncharnames: Don't accept illegal :aliases
2012-11-11 Karl WilliamsonMake \N{alias} deprecations fatal.
2012-11-11 Karl Williamsoncharnames.t: Make EXPECTs more robust
2012-11-10 David Mitchelladd padrange op
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 Chrysostomosconcat2.t: Under miniperl only skip one test
2012-11-02 Father ChrysostomosFix $byte_overload .= $utf8 regression
2012-11-02 Father ChrysostomosDon’t leak when pushing on to read-only array
2012-11-02 Hugo van der Sandentest.pl: allow for undefs in eq_hash
2012-11-02 Father ChrysostomosFix /a++(?{})+$code_block/
2012-11-02 Father ChrysostomosStop run-time regexp blocks from leaking regexps
2012-11-02 Father ChrysostomosStop / $looks_like_block/ from leaking
2012-10-30 James E KeenanThree spelling corrections.
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-30 Father ChrysostomosTurn off OK flags when creating a regexp.
2012-10-28 Father ChrysostomosDon’t crash with $tied[-1] when array is tied to non-obj
2012-10-28 Father ChrysostomosDon’t skip tied EXISTS for negative array indices
2012-10-28 Father Chrysostomossv.c: !SvLEN does not mean undefined
2012-10-28 Father ChrysostomosStop regexp assignment from clobbering magic
2012-10-28 Father ChrysostomosFix assertion failure with $float = $regexp assignment
2012-10-27 Craig A. BerryFix use of non-existent bareword filehandle in t/TEST.
2012-10-26 Father ChrysostomosBetter documentation for internal SV types
2012-10-26 Yves Ortonfix hash key ordering dependency in t/warnings.t
2012-10-26 Yves Ortonfix a very subtle hash ordering dependency in op/smartkve.t
2012-10-26 Yves Ortonfix hash key ordering dependency in t/op/defins.t
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-10-25 Karl Williamsontoke.c: Avoid unnecessary uninitialized value msgs
2012-10-24 Karl Williamsontest.pl: Fix description of how PREFIX works
2012-10-24 Karl Williamsoncharnames.t: Add names for some tests
2012-10-24 Karl Williamsontest.pl: Allow NAME to be used with --FILE--
2012-10-24 Karl WilliamsonMake \N{unknown char} a syntax error
2012-10-23 Jesse Luehrsfork() should return undef on failure, even in list...
2012-10-21 Dagfinn Ilmari Man... PATCH: [perl #115242] Test
2012-10-20 Karl Williamsonfold_grind.t: Set $| if debugging
2012-10-20 Yves Ortonfix off-by-one error in key detection logic for uniniti...
2012-10-20 Yves Ortonadd a TODO test for uninitialized warning hash bucket...
2012-10-19 Craig A. BerryUdate CPAN to CPAN version 1.99_51
2012-10-19 Karl Williamsonregexec.c: Fix bugs in regrepeat()
2012-10-17 Karl Williamsonregex: \R can match either 1 or 2 chars
2012-10-16 Father Chrysostomos[perl #115260] Stop length($obj) from returning undef
2012-10-16 Father Chrysostomos[perl #96230] Stop s/$qr// from reusing last pattern
2012-10-14 Karl Williamsonregexp.t: Add 'no warnings "utf8";
2012-10-14 Karl WilliamsonPATCH: [perl #89774] multi-char fold + its fold in...
2012-10-13 Father ChrysostomosHandle cow $_ in @INC filter
2012-10-13 Father ChrysostomosAllow COW copies in aassign
2012-10-12 Father ChrysostomosDisable const repl optimisation for empty pattern
2012-10-12 Father Chrysostomosdefins.t: Suppress uninit warning
2012-10-12 Brad GilbertMove tests from t/op/while_readdir.t to t/op/defins.t
2012-10-12 Father ChrysostomosUse const repl optimisation with s///e where possible
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-10-12 Father ChrysostomosDon’t taint return value of s///e based on replacement
2012-10-12 Father Chrysostomos[perl #49190] Stringify repl repeatedly in s///g
2012-10-12 Father ChrysostomosSimplify the fix for bug #41530
2012-10-12 Karl Williamsonregexec.c: Fix EXACT node handling in regrepeat()
2012-10-10 Father Chrysostomos[perl #114658] Fix line numbers at the end of string...
2012-10-10 Father Chrysostomos[perl #115206] Don’t crash when vivifying $|
2012-10-10 Father ChrysostomosTest perl #4760
2012-10-10 Father Chrysostomos[perl #26986] Skip subst const repl optimisation for...
2012-10-09 Karl WilliamsonPATCH: [perl #114982]: case-insensitive regex bug with...
2012-10-07 Aaron CraneAdd TODO tests for RT#115156
2012-10-07 Father ChrysostomosFix infinite loop with $tied =~ s/non-utf8/utf8/
2012-10-06 Karl Williamsonregexec.c: PATCH: [perl #114808]
2012-10-06 Aaron CraneFix spurious "uninitialized value" warning in regex...
2012-10-06 James E KeenanSilence an uninitialized value warning.
2012-10-05 Steffen MuellerRevert to string evals: EBCDIC
2012-10-03 Father Chrysostomossubstr.t: Move two tests outside run_tests
2012-10-01 Father Chrysostomossubstr.t: Fix for substr_thr.t
2012-10-01 Father ChrysostomosMake sprintf "%1s" and "%.1s" call overloading once
2012-10-01 Father Chrysostomossprintf{2,}.t: Explain why we have two test files
2012-10-01 Father ChrysostomosCall overloading once for utf8 ovld→substr assignment
next