This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Collapse "if(a){b}else{b}" to "b"
[perl5.git] / t /
2013-01-03 Matthew Horsfall... Fix period at the end of perldiag.pod and remove entry...
2012-12-31 Karl Williamsonregcomp.c: Refactor out a switch statement
2012-12-31 Karl Williamsonlocale.t, pat_advanced.t: Remove TODOs
2012-12-31 Karl Williamsonre/pat_advanced.t: Add TODO test for recent regression
2012-12-31 James E KeenanCorrect typo in test description.
2012-12-28 Karl Williamsonregcomp.c: Clean up ANYOF_CLASS handling.
2012-12-27 Matthew Horsfall... Add regcomp.c warning checks to t/porting/diag.t.
2012-12-27 Karl Williamsonpat_advanced.t: Add tests
2012-12-26 David MitchellRevert "porting/podcheck corrections."
2012-12-26 James E Keenanporting/podcheck corrections.
2012-12-25 David Mitchell[perl #116148] Pattern utf8ness sticks around
2012-12-23 Karl Williamsonsvleak.t: Add a test; make another more robust
2012-12-23 Father ChrysostomosRegenerate the regnode table in perldebguts.pod automat...
2012-12-23 Matthew Horsfall... RT-89642 - Don't treat ,; as special end-of-line charac...
2012-12-22 Karl WilliamsonRemove TODO for test for #114272
2012-12-18 Jesse Luehrsskip this test if we can't get an absolute path
2012-12-17 Tony Cookskip the \N{...} unloaded charnames croak test when...
2012-12-17 Tony CookSKIP in run_multiple_progs() was parsed but unimplement...
2012-12-15 James E KeenanAdd regression tests for split on string of single...
2012-12-15 Father Chrysostomosknown_pod_issues.dat: Allow links to Devel::Callsite
2012-12-15 James E Keenant/op/inc.t: Add descriptions to all tests lacking them.
2012-12-15 James E Keenant/op/grent.t: Provide descriptions for tests lacking...
2012-12-15 James E Keenant/op/goto.t: Provide descriptions for remaining tests...
2012-12-15 James E Keenant/op/filetest.t: Provide descriptions for remaining...
2012-12-15 James E Keenant/op/filehandle.t: Provide descriptions for all tests.
2012-12-15 James E Keenant/op/each_array.t: Provide descriptions for all tests.
2012-12-15 James E Keenant/op/dor.t: Provide descriptions for tests still lackin...
2012-12-15 James E Keenant/op/die_unwind.t: Provide descriptions for some tests.
2012-12-15 James E Keenant/op/die_except.t: Add description for each test.
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-12-13 Father ChrysostomosSigh. Fix lex.t again
2012-12-13 Father ChrysostomosFix occasional failures in svleak.t and DosGlob.t
2012-12-12 Father ChrysostomosReally fix t/op/lex.t
2012-12-11 Father Chrysostomoshashassign.t: Suppress oddball warnings
2012-12-11 Father Chrysostomoshashassign.t: Test undef explicitly
2012-12-11 Father ChrysostomosCopy keys for aassign in lvalue sub
2012-12-11 Ruslan Zakirovtest return values of aassign with various elements...
2012-12-11 Ruslan Zakirovmake sure hash assignment is proper lvalue
2012-12-11 Ruslan Zakirovtest hash assignment with odd elements for leaks
2012-12-11 Ruslan Zakirovtest "Odd number of elements in hash assignment"
2012-12-11 Ruslan Zakirovscalar(%h = (1,1,1,1)) should return 4, not 2
2012-12-11 Father Chrysostomost/op/lex.t: Fix test
2012-12-10 Father ChrysostomosFix problems with -Dr during global destruction
2012-12-10 Father ChrysostomosDon’t leak when partly iterated glob op is freed
2012-12-09 Karl WilliamsonAdd Todo test for Perl #114272
2012-12-09 Father ChrysostomosStop invalid charnames from leaking
2012-12-09 Father ChrysostomosStop Constant(%s) errors from leaking
2012-12-09 Father ChrysostomosChange Constant(undef) error to something meaningful
2012-12-09 Father ChrysostomosTest ‘Constant(%s) unknown’ error
2012-12-09 Father ChrysostomosTest error when constant overload handler returns undef
2012-12-09 Father Chrysostomostoke.c: Make _charnames check more robust
2012-12-08 Tony Cookfix another boundary case and hopefully improve performance
2012-12-08 Tony Cookfix a fencepost error I found trying to fall asleep
2012-12-08 Tony CookIncomplete implementation of $/ = \number acting like...
2012-12-08 James E KeenanHave each test print out its description.
2012-12-08 James E KeenanAdd or amplify inline comments as to placement of file...
2012-12-08 James E KeenanAdjust MANIFEST, Makefiles, test harnesses, documentati...
2012-12-08 James E KeenanCreate subdirectory t/opbasic. Move 5 test files there.
2012-12-06 Father ChrysostomosStop renamed packages from making reset() crash
2012-12-06 Father Chrysostomospp_goto: Call get-magic before choosing goto type
2012-12-05 Father Chrysostomosregen pod issue
2012-12-05 Father ChrysostomosStop "\N{...}" from leaking after errors
2012-12-05 Father ChrysostomosStop v111111111111111 from leaking under fatal warnings
2012-12-04 Father Chrysostomosoverride.t: Suppress deprecation warning
2012-12-04 Father ChrysostomosStop /[a-\d]/ from leaking under fatal warnings
2012-12-04 Father ChrysostomosStop /[:foo:]/ from leaking under fatal warnings
2012-12-04 Father Chrysostomos[perl #115818] Don’t croak for /[.zog.]/
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-12-03 Father ChrysostomosStop /[\i]/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosStop /(?{})+/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosStop /(?{})?/ from leaking under fatal warnings
2012-12-01 Father ChrysostomosStop format closure fatal warnings from leaking
2012-12-01 Father Chrysostomossvleak.t: Correct test name
2012-12-01 Father ChrysostomosStop duplicate lex vars from leaking under fatal warnings
2012-12-01 Father ChrysostomosStop newCONSTSUB from leaking the constant under fatal...
2012-11-30 James E KeenanMerge branch 'blead' of jkeenan@perl5.git.perl.org...
2012-11-30 James E KeenanAdd descriptions to tests in t/op/arith.t.
2012-11-30 James E Keenant/win32/runenv.t: Correct syntax error reported by...
2012-11-30 James E KeenanAdd descriptions to tests lacking them.
2012-11-30 James E Keenant/run/switchx.t: Add descriptions to tests lacking...
2012-11-30 James E Keenant/run/switchF1.t: Add descriptions to tests in t/run...
2012-11-30 James E Keenant/run/script.t: Add descriptions to all tests.
2012-11-30 James E Keenant/op/args.t: Add descriptions for tests lacking them.
2012-11-30 James E Keenant/run/switchd.t: Add descriptions to tests lacking...
2012-11-30 James E Keenant/run/switchp.t: Add descriptions to all tests.
2012-11-30 James E Keenant/run/switchI.t: Add descriptions to tests lacking...
2012-11-29 Father ChrysostomosClear method caches when unwinding local *foo=sub{}
2012-11-29 Father Chrysostomosmethod_caching.t: Load test.pl at BEGIN time
2012-11-29 Father ChrysostomosClear method caches when unwinding local *foo=*method
2012-11-29 Father ChrysostomosFix two local *ISA bugs
2012-11-29 Father ChrysostomosDon’t croak for local *DetachedStash::method
2012-11-29 Father ChrysostomosReset method caches when GPs are shared
2012-11-29 Father ChrysostomosFix two minor bugs with local glob assignment
2012-11-27 Father ChrysostomosDon’t share TARGs between recursive ops
2012-11-27 Father Chrysostomossubst.t: Test something I nearly broke
2012-11-27 Father ChrysostomosTest perl #4289
2012-11-27 Father Chrysostomostest_bootstrap.t: Skip PL_sawampersand tests
2012-11-26 Father ChrysostomosStop cv-to-glob assignment redef warnings from leaking
2012-11-26 Bob ErnstAdd descriptions to tests for exp.t
2012-11-26 Bob ErnstAdd descriptions to tests for fh.t
next