This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
note that the return value of for is unspecified
[perl5.git] / t /
2013-06-09 Father ChrysostomosFlush PL_stashcache on glob-to-glob assignment
2013-06-09 Father Chrysostomospodcheck.t: Output fixed problems as passing to-do...
2013-06-08 Father Chrysostomos[perl #117941] reset crashes when current stash is...
2013-06-08 Father Chrysostomos[perl #117941] eval crashes when current stash is freed
2013-06-08 Father Chrysostomos[perl #117941] Blessing into freed current stash
2013-06-08 Father Chrysostomos[perl #117941] Handle vivification crashing w/freed...
2013-06-08 Father Chrysostomos[perl #24482] Fix sort and require to treat CORE::...
2013-06-08 Father ChrysostomosAllow qr/(?[ [a] ])/ interpolation in (?[...])
2013-06-07 Father ChrysostomosStop delete local $ENV{foo} from leaking
2013-06-07 Father ChrysostomosDon’t leak when compiling /(?[\d\d])/
2013-06-07 Father ChrysostomosFree operand when encountering unmatched ')' in (?[])
2013-06-07 Father ChrysostomosStop /(?[\p{...}])/ compilation from leaking
2013-06-06 Father ChrysostomosStop (?[]) operators from leaking
2013-06-06 Father Chrysostomosperldiag: Document ‘Expecting '(?flags:(?[...'’
2013-06-06 H.Merijn BrandMerge remote-tracking branch 'remotes/origin/smoke...
2013-06-06 Father Chrysostomosdiag.t: Don’t confuse the two exception listse
2013-06-06 Father Chrysostomosdiag.t: Remove commented obsoleted by 62f5f54dc2d
2013-06-06 Father ChrysostomosDon’t leak the /(?[])/ parsing stack on error
2013-06-05 H.Merijn Branduse 'env' instead of 'echo' for %ENV tests in magic.t
2013-06-05 David Mitchellrequire.t: handle parallel runs
2013-06-05 David Mitchellmake some tests TODO under -DPERL_NO_COW
2013-06-05 Father Chrysostomosdtrace.t: Don’t rely on installed strict.pm
2013-06-05 Dagfinn Ilmari Man... [perl #118297] Fix interpolating downgraded variables...
2013-06-05 Father Chrysostomos-l $handle warning: globs, iorefs, utf8
2013-06-04 Paul Greenadd a special case for VOS handling of argv[0] in magic.t
2013-06-04 Paul Greenadd a special case for VOS handling of file position...
2013-06-04 Paul Greenremove an obsolete VOS special case and add a new one...
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for CANY
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for POSIXA
2013-06-02 David Mitchellregex engine: simplify is_utf8_pat handling
2013-06-02 Father ChrysostomosFix crashes after syntax errors in lexical subs
2013-06-02 Father Chrysostomos[perl #116735] Honour lexical prototypes when no parens...
2013-06-02 Father ChrysostomosName lexical constants
2013-06-02 Father Chrysostomoslexsub.t: To-do tests for citing lex subs after errors
2013-06-02 Father Chrysostomos[perl #118237] Fix coreamp.t’s rand test
2013-06-02 Father ChrysostomosStop constant inlining from countermanding ‘use subs’
2013-05-28 Father Chrysostomosperlthrtut: Shorten/rewrap long lines
2013-05-28 Father Chrysostomosdiag.t, perldiag.pod: Make sure S is used for Perl_warn
2013-05-28 Father Chrysostomos[perl #117947] Verify lvalueness of XSUBs at run time
2013-05-27 Father Chrysostomospat_advanced.t: fix two tests
2013-05-27 Nicholas ClarkRemove DG/UX support.
2013-05-27 Nicholas ClarkTests for hashes in scalar context (and hence HvFILL()).
2013-05-27 Father ChrysostomosMake \N{ } deprecation warnings fatalizable
2013-05-27 Father ChrysostomosTurn \N{ } deprecation warnings on by default
2013-05-27 Father ChrysostomosMake ‘Escape literal pattern white space’ a default...
2013-05-27 Father Chrysostomosperldiag: miscellaneous clean-up
2013-05-27 Father Chrysostomosregen pod issues
2013-05-26 David Mitchellre-enable Copy-on-Write by default.
2013-05-26 Father Chrysostomos[perl #118159] Make PVs take precedence in SvTRUE
2013-05-25 Nicholas ClarkCorrect bug number comment in test.
2013-05-24 David Goldenfix various podcheck nits
2013-05-24 David Goldenfix various Pod line length warnings
2013-05-24 David Goldenhelp t/podcheck.t skip duplicate pod in utils
2013-05-24 David Goldenstop t/podcheck.t from flagging blockquotes
2013-05-24 David GoldenMake t/podcheck.t less sensitive
2013-05-23 Nicholas Clarkt/porting/diag.t now uses regen/embed_lib.pl to parse...
2013-05-23 Nicholas ClarkIn t/porting/diag.t, use TestInit to chdir and set...
2013-05-23 Nicholas ClarkRefactor the "check categories and severity" logic...
2013-05-23 James KeenanCorrect known_pod_issues.dat.
2013-05-22 David Steinbrunnertypo fixes for root level scripts
2013-05-22 Karl Williamsonregcomp.c: Actually emit proper warning
2013-05-22 Nicholas ClarkMore tests for the "Ambiguous use of ... resolved ...
2013-05-21 Nicholas ClarkRefactor 3 tests so that they avoid clearing %:: via...
2013-05-21 Nicholas ClarkTest that caller does not SEGV when the current package...
2013-05-20 Nicholas ClarkAs DO_BO_(UN)?PACK are now implemented with my_swabn...
2013-05-20 Nicholas ClarkAdd regen/genpacksizetables.pl to t/porting/regen.t
2013-05-20 Karl Williamsonfold_grind.t: Add tests
2013-05-20 Karl WilliamsonFix multi-char fold edge case
2013-05-20 Karl Williamsont/re/fold_grind.t: White space only
2013-05-20 Karl Williamsonperlclib.pod: Fix too long verbatim lines
2013-05-20 Karl Williamsont/porting/regen.t: Add file to check
2013-05-20 Karl Williamsont/TEST: Don't bail if fails in t/base unless minitest
2013-05-20 Karl Williamsont/porting/bincompat.t: Typo in comment
2013-05-20 Karl Williamsonpodcheck.t: Avoid misleading error message
2013-05-20 Karl Williamsonlib/utf8.pm: Fix pod verbatim line wraps
2013-05-20 Karl WilliamsonAdd missing test for regex parse error
2013-05-20 Ricardo Signesperldelta: 5.19.0, shortest perldelta ever? v5.19.0
2013-05-18 Ricardo Signesregenerate known pod issues
2013-05-18 Chris 'BinGOs' Wil... Removed cpan/Log-Message
2013-05-18 Chris 'BinGOs' Wil... Removed cpan/Log-Message-Simple
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/Object-Accessor
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/Term-UI
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/Module-Pluggable
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/Pod-LaTeX and pod2latex utility
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/B-Lint
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/Archive-Extract
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/CPANPLUS and associated utilities
2013-05-14 Steve Hayfix extrefs text with SDK 2003
2013-05-13 Tony Cook[perl #117141] sometimes we just can't make fork fail...
2013-05-09 Karl WilliamsonFix regex /il and /iaa failures for single element...
2013-05-09 David Mitchellporting/podcheck.t: improve diagnostic
2013-05-08 Ricardo SignesRestore the warning previously issued by (-l $fh)
2013-05-07 Yves Ortoncleanup and test PERL_PERTURB_KEYS environment variable...
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-05-06 David Mitchellmake /(?p:...)/ keep RXf_PMf_KEEPCOPY flag
2013-05-03 Nicholas ClarkAdd a space after -o to keep Darwin's g++ happy, in...
2013-05-03 Nicholas ClarkAdd a "verbose" option to t/porting/extrefs.t for debug...
2013-05-03 Tony Cooksupport MSWin32 too
2013-05-03 Tony Cookremove code for non-core builds and "modernize"
2013-05-03 Tony Cooktest that perl headers don't introduce external references
next