This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Remove redundant calculation
[perl5.git] / t /
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
2012-11-26 Bob ErnstAdded descriptions to tests in reverse.t
2012-11-26 Bob ErnstAdd descriptions to tests for int.t
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-25 Matthew Horsfall... RT-23180 - If we skip matching in pp_match for any...
2012-11-24 Father ChrysostomosStop sub decl redef warnings from leaking CVs
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-24 Father ChrysostomosWarn by default for constant my sub redefinition
2012-11-24 Father ChrysostomosPrevent double frees with lexical constants
2012-11-24 Father ChrysostomosStop ignored :lvalue warning from leaking CVs
2012-11-24 Father ChrysostomosStop toke.c:S_scan_const from leaking
2012-11-23 Father Chrysostomossvleak.t: To-do tests for fatal warnings and some synta...
2012-11-22 Karl Williamsonpodcheck.t: Was always giving failure under -regen
2012-11-22 Nicholas ClarkSkip the test for fork's undef return if ulimit -u...
2012-11-21 Father ChrysostomosFix double free with stashes blessed into each other
2012-11-21 Father ChrysostomosFix panic/crash with sort { $not_num } and fatal warnings
next