This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cop.h: Remove obsolete comment
[perl5.git] / t /
2012-09-15 Father ChrysostomosPrevent assertion failure with ‘no a a 3’
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-09-15 Father ChrysostomosMake (caller $n)[9] respect std warnings
2012-09-15 Father ChrysostomosFix %vd with alpha version
2012-09-14 Colin KuskieRefactor t/op/push.t to use test.pl instead of making...
2012-09-14 Colin KuskieRefactor t/run/switch0.t to use test.pl instead of...
2012-09-14 Colin KuskieRefactor t/op/overload_integer.t to use test.pl instead...
2012-09-14 Colin KuskieRefactor t/op/exists_sub.t to use test.pl instead of...
2012-09-13 Steve HayDocument how to create and use smoke-me branches
2012-09-12 Father ChrysostomosFix listop-hash-infix parsing
2012-09-12 Leon TimmermansEradicate race condition in t/op/sigsystem.t (#114562)
2012-09-12 David Mitchelladd test for 6502e08, s/(.)/die/e
2012-09-12 Colin KuskieRefactor to use test.pl instead of making TAP by hand...
2012-09-10 Colin KuskieRefactor t/op/my.t to use test.pl instead of making...
2012-09-10 Colin Kuskie (via RT)Refactor t/op/cond.t to use test.pl instead of making...
2012-09-10 Colin Kuskie (via RT)Refactor t/porting/customized to use test.pl instead...
2012-09-08 David Mitchellfix a bug in handling $+[0] and unicode
2012-09-08 David Mitchellstop $foo =~ /(bar)/g skipping copy
2012-09-08 David Mitchellrationalise t/re/pat_psycho.t
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-09-08 David MitchellSeparate handling of ${^PREMATCH} from $` etc
2012-09-03 Nicholas ClarknewXS_len_flags() shouldn't change the line number...
2012-09-03 Nicholas ClarkTest that the warning for "can be 0, test with defined...
2012-09-03 Nicholas ClarkTest that the warning for "Found = in conditional"...
2012-09-03 Nicholas ClarkTest that the line number for a "sub redefined" warning...
2012-09-01 Karen EtheridgeRT#114312: prevent ls from colourizing output
2012-08-31 Jerry D. HeddenFix skip_without_dynamic_extension to just skip
2012-08-31 Father Chrysostomostest.pl:run_multiple_progs: Document cmdline switches
2012-08-31 Father Chrysostomoss/${foo#}//e should be an error
2012-08-31 Father ChrysostomosCommit 6b00f562ed broke s/${\%x}{3}//e
2012-08-31 Craig A. BerryFiles ending in .eg are also non-pod.
2012-08-31 Tony Cookcorrect -Dmad skip count for tests introduced in 2d85e4...
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%.1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in pack "u", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice for lvalue pos($utf8)
2012-08-31 Father ChrysostomosStop substr($utf8) from calling get-magic twice
2012-08-31 Father Chrysostomos[perl #114410] Reset utf8 pos cache on get
2012-08-31 Father Chrysostomosutf8cache.t: Skip only the XS-dependent test
2012-08-31 Father Chrysostomostest.pl: Add skip_without_dynamic_extension
2012-08-31 Father ChrysostomosBreak s//3}->{3/e
2012-08-31 Father ChrysostomosFix two minor s//.../e parsing bugs
2012-08-31 Father Chrysostomoslex.t: Mangle obscenity (albeit euphemistic)
2012-08-31 Father ChrysostomosFix here-doc body extraction in eval 's//<<END/'
2012-08-31 Father ChrysostomosFinish fixing here-docs in re-evals
2012-08-31 Father ChrysostomosAvoid uninit warning for qq|${\<<FOO}|
2012-08-30 Nicholas ClarkRefactor t/op/die.t to re-use the same $SIG{__DIE__...
2012-08-30 Colin KuskieRefactor t/op/die.t to use test.pl instead of making...
2012-08-29 Nicholas ClarkRemove a no-longer needed lexical from t/op/lop.t
2012-08-29 Colin KuskieDocument the last five tests of t/op/lop.t
2012-08-29 Colin KuskieUpdate t/op/lop.t to use test.pl instead of making...
2012-08-29 Colin KuskieRefactor t/uni/case.pl to use test.pl instead of making...
2012-08-29 Colin KuskieRefactor t/porting/checkcase.t to use test.pl instead...
2012-08-29 Colin KuskieRefactor t/re/no_utf8_pt.t to use test.pl instead of...
2012-08-29 Nicholas ClarkAdd /\.gif\z/ files to the non-Pod exceptions in t...
2012-08-29 Nicholas Clarkt/porting/podcheck.t now passes no_chdir to File::Find...
2012-08-29 Nicholas Clarkt/porting/dual-life.t now passes no_chdir to File:...
2012-08-29 Nicholas Clarkt/porting/exec-bit.t isn't using File::{Basename,Find...
2012-08-29 Nicholas Clarkt/porting/checkcase.t now passes no_chdir to File:...
2012-08-29 Nicholas ClarkRefactor t/porting/filenames.t to shrink the code and...
2012-08-28 Father Chrysostomosnote CPAN pod link target; regen pod issues
2012-08-28 Shawn M Moore"loading-file" and "loaded-file" DTrace probes
2012-08-28 Shawn M Moore"op-entry" DTrace probe
2012-08-28 Father Chrysostomoscaller.t: Fix ‘Caller’ test
2012-08-28 Father ChrysostomosStop here-docs from gutting (caller $n)[6]
2012-08-28 Father ChrysostomosStop (caller $n)[6] from including final "\n;"
2012-08-28 Father ChrysostomosFix eval 'q;;'
2012-08-28 Father ChrysostomosFix line numbers inside here-docs
2012-08-28 Father ChrysostomosStop invalid y/// ranges from leaking
2012-08-28 Father ChrysostomosStop unterminated here-docs from leaking memory
2012-08-28 Father Chrysostomos[perl #114070] Fix lines nums after <<foo
2012-08-26 Father ChrysostomosOpcode.pm: wrap long pod lines
2012-08-26 Father ChrysostomosCroak for \local %{\%foo}
2012-08-26 Father ChrysostomosRestore ‘Can’t localize through ref’ to lv subs
2012-08-26 Karl WilliamsonRevert "Experimentally Use Unicode 6.2 beta"
2012-08-26 Karl Williamsonregcomp.c: Special case /[UV_MAX]/
2012-08-24 Father Chrysostomosparser.t: Move a test above ‘Add new tests here’
2012-08-24 Tony Cookoops, left some debugging code
2012-08-22 Father Chrysostomos[perl #114040] Fix here-docs in multiline re-evals
2012-08-22 Father Chrysostomosheredoc.t: Add a CRLF test
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-21 Father ChrysostomosFix substitution in substitution pattern
2012-08-21 Father ChrysostomosFix here-docs in nested quote-like operators
2012-08-21 Father ChrysostomosDon’t use strchr when scanning for newline after <<foo
2012-08-21 Father Chrysostomoshere-doc in quotes in multiline s//.../e in eval
2012-08-21 Father Chrysostomosheredoc after "" in s/// in eval
2012-08-21 Father Chrysostomos[perl #65838] Allow here-doc with no final newline
2012-08-21 Father Chrysostomosheredoc.t: Suppress deprecation warnings
2012-08-21 Michael G. SchwernClean up heredoc.t
2012-08-21 David Nicol[perl #65838] Tests for here-docs without final newlines
2012-08-21 Father Chrysostomos[perl #114040] Parse here-docs correctly in quoted...
2012-08-21 Father Chrysostomos[perl #70836] Fix err msg for unterminated here-doc...
2012-08-21 David Mitchellutf8 pos cache: always keep most recent value
2012-08-18 Father Chrysostomosparser.t: Correct test count
2012-08-17 Father Chrysostomoswrite.t: Eek! debugging code
2012-08-17 Father Chrysostomos[perl #114040] Allow pod in quoted constructs
2012-08-17 Father ChrysostomosDon’t leak formats defined inside subs
next