This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Have Perl_vmssetenv always use setenv/unsetenv.
[perl5.git] / t /
2016-01-13 Tony Cook[perl #123737] handle a non-identifer after @ better...
2016-01-13 Jarkko HietaniemiNo List::Util under miniperl.
2016-01-11 Tony Cook[perl #123788] update isa magic stash records when...
2016-01-11 Tony Cook[perl #123788] tests for making in in-use @ISA not...
2016-01-10 Tony Cook[perl #123737] delay reporting a missing operator for...
2016-01-10 Dave Mitchell[perl #126633] check children of OA_DANGEROUS ops for...
2016-01-10 Tony Cook[perl #126633] copy anything gmagical on the right
2016-01-10 Tony Cook[perl #126633] if we see smagic on the left copy the...
2016-01-10 Tony Cook[perl #126633] TODO tests
2016-01-07 Tony Cook[perl #126042] handle scalar context for a missing...
2016-01-06 Daniel Dragangive Win32 miniperl a real getcwd for build perf
2016-01-06 Karl Williamsonpodcheck: Improve NAME detection
2016-01-06 Lukas Maiverses -> versus
2016-01-05 Steve HayUpgrade Math-BigRat from version 0.260801 to 0.260802
2016-01-04 Tony Cook[perl #126922] avoid access to uninitialized memory...
2016-01-03 Aaron CraneRemove unwarranted assertion in Perl_newATTRSUB_x()
2016-01-03 Ricardo Signes*glob{FILEHANDLE} is no longer deprecated
2016-01-02 Karen EtheridgeUpdate podlators to version 4.03
2016-01-01 Karen Etheridgepodcheck.t: tell the author where the problems db is...
2015-12-31 Andy Dougherty[PATCH] Try more crypt algorithms in the tests, for...
2015-12-28 Lukas MaiFile::Find: update POD/comments
2015-12-23 Karl Williamsont/thread_it.pl: Increase stack size for AIX
2015-12-22 Karl WilliamsonPATCH: [perl #126261: Assertion failure on missing...
2015-12-22 Karl Williamsont/lib/warnings/regcomp: Fix typo in comment
2015-12-18 Jarkko HietaniemiDouble-double implementations differ.
2015-12-17 Steve HayRevert "Upgrade Socket from 2.020 to 2.021"
2015-12-17 Steve HayUpgrade Socket from 2.020 to 2.021
2015-12-17 Tony Cook[perl #124097] don't let the GPs be removed out from...
2015-12-16 Karl WilliamsonDeprecate wide chars in logical string ops
2015-12-16 Karl WilliamsonChange deprecation warning text
2015-12-16 Jarkko HietaniemiMark the Perldoc.pm as customized
2015-12-15 Karl Williamsonperlgit: Keep verbatim lines within 79 columns
2015-12-11 David Mitchellavoid leaks when calling mg_set() in leave_scope()
2015-12-10 Craig A. BerrySuppress overflow warning in bop.t.
2015-12-10 Jarkko Hietaniemihexfp: all ppc/powerpc-ld linux tailbits difference...
2015-12-10 Karl Williamsont/lib/warnings/utf8: Add some tests
2015-12-09 Achim Gratz[perl #126834] Cygwin cygdrive prefix test
2015-12-09 David Mitchellstop the eliding of void $pkg_var from assert fail
2015-12-09 Tony Cook[perl #126593] make sure utf8_heavy.pl doesn't depend...
2015-12-08 Craig A. BerryFix t/op/sprintf2.t on VMS
2015-12-07 Steve HayRemove duplicate line from test
2015-12-07 Tony Cook[perl #123991] report an error if we can't parse the...
2015-12-06 Jarkko Hietaniemihexfp: test longdblkind directly, instead of doublekind
2015-12-06 Karl Williamsont/uni/case.pl: Sort numerics with <=> to get better...
2015-12-05 Jarkko Hietaniemihexfp: these should be tested only with uselongdouble.
2015-12-03 David Mitchellthreads.t: make stress test less stressy
2015-12-03 Steve HayUndo blead customization of Text-ParseWords test script
2015-12-02 David Mitchell/..\G/: use chars, not bytes
2015-12-01 David Mitchellop/rand.t: better test even spread of random nums
2015-11-30 David Mitchellt/op/rand.t: modernise tests
2015-11-30 David Mitchellremove flawed tests from t/op/rand.t
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 0.0
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 1.0
2015-11-29 Jarkko Hietaniemihexfp: printf %a for negative zero.
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-24 Tony Cook[perl #126443] make sure PL_oldbufptr is preserved...
2015-11-24 Tony Cook[perl #126480] pipe() doesn't need the assertions
2015-11-24 Tony Cook[perl #126635] don't shortcut when SVf_IVisUV is set
2015-11-23 Steve HayPorting/Maintainers.pl - Fix ExtUtils::Constant
2015-11-23 David Mitchellassertion failure on foo(my $x : bar)
2015-11-23 Craig A. BerryTODO newish re/speed.t tests on VMS.
2015-11-20 Lukas Mai[perl #124280] don't warn for 'my $foo, *bar'
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-11-20 Karl Williamsont/loc_tools.pl: Improve locale detection
2015-11-20 Karl Williamsont/loc_tools.pl: Fix incomplete description in comment
2015-11-20 Karl Williamsont/loc_tools.pl: White-space only
2015-11-20 Steve HayUpdate Porting/Maintainers.pl for previous commit
2015-11-19 Abigailpodcheck.t: Deindent by 1 space to left margin.
2015-11-19 Abigailpodcheck.t: Line up comments.
2015-11-19 Abigailpodcheck.t: Fix typos in comments
2015-11-19 Aaron CraneQuell "used only once" warning in test suite
2015-11-18 David Mitchellsv_inc/dec_nomg(): croak on GVs etc
2015-11-17 Tony Cook[perl #126193] don't use a trash SV if no indexes are...
2015-11-16 Tony Cook[perl #126602] make sure targ isn't freed from under us
2015-11-14 Karl WilliamsonPATCH: [perl #126615] Segfault/assert fail with regex_sets
2015-11-11 Tony Cook[perl #126325] don't read past the end of the source...
2015-11-10 David Mitchellsplit pp_predec() from pp_preinc() and improve
2015-11-10 David Mitchellfaster add, subtract, multiply
2015-11-09 Karl Williamsont/op/utf8decode.t: print debugging info if test fails
2015-11-09 Karl Williamsonre/pat_advanced.t: Fix a test so also runs on EBCDIC
2015-11-08 Tony Cookcygwin: look harder for a C: mapping and skip if we...
2015-11-07 Jarkko Hietaniemiperl #126586 hexfp may lose 1-3 low order bits (most...
2015-11-07 Jarkko Hietaniemiperl #126582 hexfp overflow drops hi-order bits
2015-11-03 Chris 'BinGOs' Wil... Update Pod-Simple to CPAN version 3.32
2015-10-30 Karl WilliamsonPATCH: [perl #126481] panic for !! with syntax error...
2015-10-28 Jarkko HietaniemiUnicode::Normalize no-go with miniperl.
2015-10-28 David MitchellRT: #126309 die more gracefully on (1) x ~1
2015-10-26 Karl Williamsonregen podcheck db
2015-10-26 Karl Williamsont/re/subst.t: Don't skip a test on EBCDIC
2015-10-26 Karl Williamsonre/subst.t: Clarify a test's EBCDIC skip message
2015-10-26 Karl Williamsonre/pat_rt_report.t: Clarify EBCDIC skip msg for a test
2015-10-26 Karl Williamsont/op/print.t: Improve EBCDIC skip msg
2015-10-26 Karl Williamsont/op/chr.t: Improve EBCDIC skip msg
2015-10-26 Karl Williamsont/base/lex.t: Generalize for EBCDIC
2015-10-22 Karl WilliamsonAdd test for \b{sb}
2015-10-22 Karl Williamsont/re/pat_advanced.t: Add comment
2015-10-22 Karl WilliamsonPATCH: [perl #126253] Nested quantifiers not caught
2015-10-22 Karl WilliamsonPATCH: [perl # 126178] Unterminated /(?i/
2015-10-20 Victor AdamPATCH: [perl #126181] regex: handle \cX inside (?[])
next