This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid uninit warning for qq|${\<<FOO}|
[perl5.git] / t /
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
2012-08-15 Steve HayFix t/op/magic.t on Windows
2012-08-15 Father ChrysostomosTest initial tick in sub declaration
2012-08-15 Father ChrysostomosAllow test_bootstrap.t to run from the top level
2012-08-13 Steve HayRegenerate test data for porting/customized.t
2012-08-12 David Mitchellskip failing leak test under -Dmad
2012-08-12 Karl Williamsonregcomp.c: Optimization not valid for Latin Sharp S
2012-08-12 Karl Williamsonregcomp.c: Set flags when optimizing a [char class]
2012-08-12 Karl Williamsonre/re_tests: Correct Todo test
2012-08-12 Karl Williamsonre.pm: Nits in pod
2012-08-12 Karl WilliamsonAdd some tests for [\N{}]
2012-08-10 Father Chrysostomoscoreamp: Fix test; correct test name
2012-08-08 Father Chrysostomos[perl #114018] Let eval close over stale vars in active sub
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-08 Father ChrysostomosPrevent double frees/crashes with format syntax errs
2012-08-08 Father ChrysostomosDon’t create formats after compilation errors
2012-08-08 Father Chrysostomostoke.c: Fix confused interp-in-format parsing
2012-08-08 Tony Cookignore PERL_XMLDUMP when tainting
2012-08-06 Father ChrysostomosNested formats
2012-08-06 Father Chrysostomos[perl #114040] Parse formats in interpolating constructs
2012-08-06 Father ChrysostomosForbid braces as format delimiters
2012-08-05 Father ChrysostomosDon’t crash when undefining handle of active format
2012-08-05 Father ChrysostomosMake glob.t more resilient
2012-08-05 Father Chrysostomosparser.t: Move tests above ‘Add tests here’
2012-08-05 Father ChrysostomosDon’t let active formats be freed
2012-08-05 Father ChrysostomosRecursive formats and closures in formats.
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-08-05 Father Chrysostomos[perl #78550] Fix bad assertion in toke.c:start_subparse
2012-08-04 Father ChrysostomosClose over stale vars in active subs
2012-08-04 Father Chrysostomossv.c:varname: Fix bad assertion added by c6fb3f6e
2012-08-04 Steve HayRemove CR characters from raw input in op/magic.t on...
2012-08-04 Tony Cookavoid decoding on input in the new tests added in 613c63b4
2012-08-04 Father Chrysostomos[perl #114222] Make ‘use’ parse arguments in term context
2012-08-02 Father Chrysostomos[perl #114104] Better error for unterminated heredoc...
2012-08-02 Karl Williamsonregcomp.c: Fix \N{} multi-char fold buffer boundary bug
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2012-08-01 Nicholas ClarkTest that when directories in @INC are skipped, coderef...
2012-08-01 Nicholas ClarkAvoid reading before the buffer start when generating...
2012-08-01 David Mitchellstop /$unchanging/ leaking
2012-07-31 Craig A. BerryMost magic.t tests can actually run on VMS.
2012-07-31 Craig A. BerryCorrect skip count in magic.t after 613c63b465.
2012-07-29 Father ChrysostomosFix scrambled and incorrect proto mismatch error
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-27 Father ChrysostomosFix CvOUTSIDE assert/refcnt bugs with sub redefinition
2012-07-27 Father ChrysostomosFix CvGV assertion bug with sub redefinition
2012-07-27 Chip SalzenbergWhen setting environment variables via %ENV, force...
2012-07-26 Karl Williamsonmktables: Change \w definition to match new Unicode's
next