This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
deparse.t: Fix test count
[perl5.git] / t /
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
2013-05-03 Nicholas ClarkRevert "Change the warning for $* to add ", and will...
2013-05-03 Nicholas ClarkRevert "Add a deprecation warning for all uses of ...
2013-05-02 Karl WilliamsonDeprecate spaces/comments in some regex tokens
2013-05-02 Karl WilliamsonPATCH: [perl #117327]: Sequence (?#...) not recognized...
2013-05-02 Karl Williamsonreg_mesg.t: Turn off regexp warns along with deprecated
2013-05-01 H.Merijn BrandI cannot find shorter URL's
2013-04-29 Nicholas ClarkRemove a comment made obsolete by commit 213f370f28504f3a.
2013-04-29 Tony Cookupdate known_pod_issues.dat to account for the README...
2013-04-26 Tony Cook[perl #117743] don't warn on $@ = undef; die;
2013-04-26 Tony Cook[perl #117607] don't use a CV after it's been freed
2013-04-26 Tony Cook[perl #117607] TODO test for \&CORE::lc in error context
2013-04-24 David Mitchellt/op/smartkve.t: single-quote some eval stuff
2013-04-24 David Mitchellmake qr/(?{ __SUB__ })/ safe
2013-04-24 David Mitchellfix caller with re_evals.
2013-04-24 Zeframmove Perl_ck_warner() before unwind [perl #113794]
2013-04-24 SHIRAKATA KentaroPOD nitpicks.
2013-04-20 David MitchellHandle /@a/ array expansion within regex engine
2013-04-20 David MitchellPerl_re_op_compile(): handle utf8 concating better
2013-04-12 David Mitchellfix runtime /(?{})/ with overload::constant qr
2013-04-12 David MitchellHandle overloading properly in compile-time regex
2013-04-12 David Mitchellregex and overload: unifiy 1 and N arg branches
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-27 Brian Frasert/porting/dual-life.t: Drop dependency on smartmatch
next