This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reword Windows makefile comments to explain the "help" logic about USE_MULTI
[perl5.git] / t /
2014-03-26 Karl WilliamsonRevert "Add support for test.valgrind parallel testing"
2014-03-24 David Mitchell[perl #121484] /m causing false negative
2014-03-24 bulk88#121395 fix, on Win32 test.pl watchdog always blocks...
2014-03-19 David Mitchellre_intuit_start(): use better limit on anch float
2014-03-19 David Mitchellre_intuit_start(): reduce scope of /^...$/m test
2014-03-19 David Mitchellre_intuit_start(): don't set ml_anch on BOL
2014-03-19 Nicholas ClarkTests that warnings are emitted if in-place edit fails...
2014-03-18 Matthew Horsfall... Add support for test.valgrind parallel testing
2014-03-18 Ricardo Signesdo not podcheck regen/warnings.pl
2014-03-18 Ricardo Signesregen/warnings.pl no longer touches perllexwarn
2014-03-17 David Mitchelltidy up kill0.t and kill0_child
2014-03-17 Daniel DraganRT #121230, tests for process group kill on Win32
2014-03-16 David Mitchellre_intuit_start(): fix byte/char calculation err
2014-03-16 David Mitchelladd test for a code path in intuit_start()
2014-03-06 Steve HayUpdate META files and remove blead customizations follo...
2014-03-05 Steve HayTemporary fixes for test failures after (Parse::)CPAN...
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-25 Chris 'BinGOs' Wil... Update CPAN-Meta-YAML to CPAN version 0.012
2014-02-25 Yves OrtonFix RT #121321 - Fencepost error causes infinite loop...
2014-02-24 Yves Ortonfix RT #121299 - Inconsistent behavior with backreferen...
2014-02-24 Craig A. Berrytest nit in CPAN-Meta-YAML/t/31_local_tml.t
2014-02-20 Tony Cook[perl #120939] at least fix the leak in const_av_xsub
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-02-19 Karl Williamsonrun/locale.t: White-space only
2014-02-19 Karl Williamsonlocale.c: Another POSIX emulation fix on Windows
2014-02-19 David Goldenperlootut: replace Object::Tiny with Class::Tiny
2014-02-18 Karl WilliamsonFix pod errors
2014-02-18 Tony Cook[perl #120936] op/taint.t handling of no ipcsysv on...
2014-02-18 Tony Cooktest.pl uses skip_all(...), not plan(skip_all => ...)
2014-02-17 Karl WilliamsonPATCH [perl #121257] blead fails at run/locale.t
2014-02-17 Karl Williamsont/run/locale.t: Fix skip count
2014-02-16 Father Chrysostomos[perl #121255] Call set-magic when setting $DB::sub
2014-02-16 Karl WilliamsonRevert "Free up bit for regex ANYOF nodes"
2014-02-16 Karl WilliamsonFree up bit for regex ANYOF nodes
2014-02-15 Karl Williamsont/test.pl: Don't read uninitialized variable
2014-02-15 Karl Williamsont/run/locale.t: Fix SKIP end position
2014-02-15 Karl WilliamsonImprove fallback during locale initialization
2014-02-15 Karl Williamsont/test.pl: Add option to runperl to suppress STDERR
2014-02-15 Father Chrysostomos[perl #121242] Fix crash in gp_free when gv is freed
2014-02-14 David Mitchellre_intuit_start(): fix SEGV in /^../m code
2014-02-13 Karl Williamsonperldelta.pod: Fix broken links
2014-02-13 Brad GilbertMake sure that tempfile() in t/test.pl removes the...
2014-02-13 Brad GilbertAdd register_tempfile() to t/test.pl
2014-02-13 Brad GilbertTest that tempfile() in t/test.pl skips files that...
2014-02-13 Brad GilbertImprove error diagnostics in t/test_pl/tempfile.t
2014-02-09 Chris 'BinGOs' Wil... Update Module-Build to CPAN version 0.4205
2014-02-09 Father ChrysostomosUse ‘an’ for $/=[] error message
2014-02-09 Father Chrysostomos[perl #120374] Stop for($h{k}||'') from vivifying
2014-02-08 David Mitchellre_intuit_start(): don't decrease other_last
2014-02-08 David Mitchellre_intuit_start(): don't decrease rx_origin
2014-02-07 David Mitchellre_intuit_start(): fix another utf8 slowdown
2014-02-07 David Mitchelltest for single-line ^ within /m
2014-02-07 David MitchellRT#120692 slow intuit with long utf8 strings
2014-02-07 David Mitchellregcomp utf8 len cache panic
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-06 Karl Williamsont/run/locale.t: Rmv test that isn't generally valid
2014-02-06 Karl WilliamsonMake a literal "{" fatal after \b and \B in regexes
2014-02-06 Karl WilliamsonAdd tests
2014-02-06 Brian FraserFix more tests to work on systems that don't define...
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-05 Karl Williamsonhandy.h Special case toCTRL('?') for EBCDIC
2014-02-05 Brian Frasert/uni/fold.t: use &LC_ALL with & to avoid strict errors
2014-02-04 Tom Hukinsperldelta for IO::Socket::IP version 0.27
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-02-04 Karl WilliamsonRevert "'use utf8' should imply /u regex matching"
2014-02-04 Steve HayAdd note of blead customizations for previous commit
2014-02-04 Yves OrtonAdd tests and fix new fatal errors related to $/
2014-02-04 Chris 'BinGOs' Wil... Add porting test for Module-CoreList
2014-02-04 Steve HayUpgrade libnet from version 1.24 to 1.25
2014-02-04 Karl WilliamsonRegenerate podcheck db due to recent 79col fixes
2014-02-03 Tony Cook[perl #121028] avoid creating a shell process
2014-02-03 Chris 'BinGOs' Wil... Update Compress-Raw-Zlib to CPAN version 2.065
2014-02-03 Yves Ortondeal with assignment to $/ better, deprecate edge cases...
2014-02-03 Chris 'BinGOs' Wil... Bump version version and remove/update customisations
2014-02-03 Karl WilliamsonPATCH [perl #121144]: \S, \W, etc fail for above ASCII
2014-02-03 Tony Cook[perl #77672] avoid a file handle redirection race
2014-02-02 Matthew HorsfallTest state vars following padranges [Perl #121134]
2014-02-02 Karl Williamson'use utf8' should imply /u regex matching
2014-02-02 Zeframmore tests for signatures
2014-02-02 Chris 'BinGOs' Wil... Resolve c++ build fail in core
2014-02-01 Zeframmore torture tests for signatures
2014-02-01 ZeframMerge blead into zefram/purple_signatures
2014-02-01 Zeframsubroutine signatures
2014-01-31 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 6.88
2014-01-31 Yves Ortonignore vim backup files
2014-01-31 Karl Williamsonregcomp.c: Revert mistakenly changed line
2014-01-30 Brian Frasert/io/fs.t: sh in Blackberry might behave like android's
2014-01-30 Tony Cook[perl #121104] avoid using a less sane find(1)
2014-01-29 Karl Williamsonregcomp.c: Process all POSIXes in [...] under /l
2014-01-29 Karl Williamsont/loc_tools.pl: find_locales() Don't destroy callers ENV
2014-01-29 Father ChrysostomosFix crash with (??{undef *^R}) and (?{})
2014-01-28 Steve Hayversion has files customized by 858cc5e3f0 and e2ca569edb
2014-01-28 Steve HayExtUtils::MakeMaker has files customized by d59900f697...
2014-01-28 Steve HayConfig::Perl::V has files customized by 0b39d4dc4a
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-28 Father Chrysostomosregen pod issues
2014-01-27 Karl Williamsonfold_grind.t: Use LC_CTYPE, not LC_ALL
2014-01-27 Karl WilliamsonRegen porting/known_pod_issues.dat
2014-01-27 Karl WilliamsonMove more locale code to t/loc_tools.pl
2014-01-26 Brian Frasert/op/sigdispatch.t: SKIP, not TODO
next