This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove references to USENET from ext/
[perl5.git] / t /
2016-06-20 David Mitchellt/harness: avoid tests outside the src tree
2016-06-18 Dan CollinsAdd tests for regex recursion
2016-06-17 Karl WilliamsonRegen podcheck.t db following perlmodlib fixes
2016-06-17 Karl WilliamsonAdd missing deprecation message for unescaped '{' in...
2016-06-17 Karl Williamsonop/stat.t: Skip test if environment not suitable.
2016-06-16 Tony Cook(perl #128316) preserve errno from failed system calls origin/tonyc/128316-errno-sanity
2016-06-14 Chris 'BinGOs' Wil... Fix customised for Encode
2016-06-13 Dan Collins[perl #128313] test for memory leak in POSIX classes
2016-06-12 Father Chrysostomos[perl #128260] Fix \substr %h
2016-06-11 Father Chrysostomos[perl #128260] Fix lvalue cx for substr and vec
2016-06-11 Father ChrysostomosMake lv keys distinguish scalar/list cx properly
2016-06-08 Tony Cook(perl #127380) default PERLIO_DEBUG/-Di to use STDERR
2016-06-08 Tony Cook(perl #127380) add tests for -Di
2016-06-07 David Mitchellop/lex_assign.t: fix intermittent failures
2016-06-07 Dan Collins[perl #127333] add warning for until(assignment)
2016-06-07 Tony Cookskip a Tets-Simple test that's leaking shm blocks
2016-06-06 Tony Cook(perl #127993) test reporting of multiple conflict...
2016-06-06 Lukas Maiuse yyerror instead of croaking immediately (RT #127993)
2016-06-04 Lukas Maifix bogus "at end of line" error message for "my (my...
2016-06-03 Father Chrysostomos[perl #128307] Fix ‘foo ? require : bar’
2016-06-03 Father ChrysostomosDon’t use yyerror for each($scalar) experiment err
2016-06-02 Craig A. BerryGet EUMM basic.t passing again on Win32.
2016-05-29 Father Chrysostomos[perl #128266] libperl.t: Ignore $UNIX2003 suffix
2016-05-27 Karl Williamsonpodcheck.t: Include tr// and y// detection
2016-05-27 Karl Williamsonpodcheck.t: Use new Pod::Checker
2016-05-27 Karl Williamsonpodcheck.t: Move a declaration
2016-05-26 Karl Williamsonext/VMS-DCLsym/DCLsym.pm: Fix missing pod reference
2016-05-26 Karl WilliamsonDevel::Peek: Fix a couple of pod glitches
2016-05-26 Karl Williamsonporting/dual-life.t: Clarify test messages
2016-05-25 David Mitchellporting/libperl.t: better diag output
2016-05-24 Karl WilliamsonChange mem_collxfrm() algorithm for embedded NULs
2016-05-24 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 7.18
2016-05-21 Lukas Mairecognize and reject version control conflict markers...
2016-05-21 Father Chrysostomos[perl #128204] Fix crash with @a &.= etc.
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with array functions
2016-05-21 Father Chrysostomosf
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2016-05-20 Father Chrysostomos[perl #128187] Forbid keys @_ in assigned lv sub
2016-05-20 Father ChrysostomosCorrect error msg for sub:lvalue{%h{k}} in sassign
2016-05-20 Father Chrysostomos[perl #128187] Forbid sub :lvalue{keys} in aassign
2016-05-19 Father Chrysostomos[perl #123367] Test my sub defined in BEGIN{eval}
2016-05-19 Father ChrysostomosAllow require_error.t be run from the top level
2016-05-19 Father Chrysostomos[perl #128182] Fix crash with require $nonstring
2016-05-19 Father Chrysostomoslexsub.t: Remove some unnecessary evals
2016-05-18 Father Chrysostomos[perl #128171] Fix assert fail with /@0{0*->@*/*0
2016-05-17 Father ChrysostomosUse concat overloading for "foo$_->$*"
2016-05-17 Father ChrysostomosFix crash with: undef *_; shift;
2016-05-17 Father Chrysostomos[perl #127976] Restore ‘or array’ to each($s) err
2016-05-17 Father Chrysostomos[perl #127976] Use yyerror for each $scalar error
2016-05-17 Father Chrysostomosstartkve.t: Refactor setting of $errpat
2016-05-17 Father Chrysostomossmartkve.t: Delete now-redundant tests
2016-05-16 Aaron Crane[perl #128052] make t/test.pl compatible with older...
2016-05-16 Aaron CraneFix Scalar-List-Utils build on C89 compilers; patch...
2016-05-16 Aaron CraneFix Scalar-List-Utils build on C++ compilers; patch...
2016-05-15 Jarkko HietaniemiUpgrade to Scalar-List-Utils 1.45 from CPAN
2016-05-15 Father Chrysostomos[perl #128086] Test the prev commit
2016-05-15 Aaron CraneMake barewords constant-foldable
2016-05-15 Aaron Crane[perl #127952] misoptimization for negated constant...
2016-05-10 Father Chrysostomos[perl #128106] Fix reset with non-globs
2016-05-10 David Mitchellmake 'require ::Foo::Bar' die
2016-05-10 Nicholas ClarkTreat require ::foo::bar; the same as foo::bar;
2016-05-09 Jarkko HietaniemiUpdate to IPC-SysV 2.07 from CPAN
2016-05-09 Karl WilliamsonRequire literal '{' in patterns to be escaped
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2016-05-09 Karl WilliamsonRemove deprecated literal control char variable names
2016-05-09 Karl WilliamsonStop accepting deprecated NBSP in \N{}
2016-05-09 Yves OrtonCall PERL_ASYNC_CHECK when we backtrack in the regex...
2016-05-09 Aaron Crane[perl #127877] Emit undef warning on sassign+concat
2016-05-07 Ricardo Signesperldelta: known problems
2016-05-03 David Mitchelltest lexical $foo = "$foo"
2016-04-09 David Mitchellmove perf test from re/pat.t to re/speed.t
2016-04-09 David Mitchellnew perf test in pat.t: avoid timing failure
2016-04-08 Yves Ortontest for #127855 - Slowdown in m//g on COW strings...
2016-04-07 Tony Cook(perl #126162) improve stat @array handling
2016-04-07 Tony Cookerror messages vary between platforms, use errno values...
2016-04-07 Dan Collins(perl #126162) warn if stat() is called on an array
2016-04-04 Tony Cook[perl #127760] add CUSTOMIZED for File-Path
2016-04-03 Tony Cookdon't test crypt()s tied fetch count if we don't have...
2016-03-28 David MitchellRT #127786: assertion failure with eval in DB pkg.
2016-03-25 Craig A. BerrySuppress another empty \N{} warning in pat_advanced.t.
2016-03-25 Karl WilliamsonPATCH: [perl #123417] Deprecate empty \N{}
2016-03-25 Karl Williamsont/re/re_tests: Add missing \ escape to a test
2016-03-24 David Mitchellstop lc() etc accidentally modifying in-place.
2016-03-20 Leon TimmermansRemove vutil.c from list of customized files
2016-03-19 John PeacockUpdate version to 0.9916
2016-03-19 Steve HayUpgrade Win32API::File from version 0.1202 to 0.1203
2016-03-18 Leon TimmermansVarious fixups for version.pm 0.9914
2016-03-18 John PeacockRemove no longer valid tests
2016-03-14 Yves Ortonfix "bad match" issue reported in perl #127705
2016-03-13 Karl Williamsonlib/warnings.t: Skip an ASCII-centric test on EBCDIC
2016-03-13 Yves Orton[perl #126182] rework pattern GOSUB infinite recursion...
2016-03-11 Karl WilliamsonFix various pod errors.
2016-03-10 Karl Williamsont/re/reg_mesg.t: Add some more tests
2016-03-08 Tony Cookfix a skip count in cpan/IPC-SysV/t/ipcsysv.t
2016-03-08 Tony Cook[perl #127533] only test semctl() if we have everything...
2016-03-07 Jarkko HietaniemiMake open failures little less cryptic.
2016-03-07 Karl WilliamsonAdd test for [perl #126405]
2016-03-06 Yves Ortonfix Perl #126182, out of memory due to infinite pattern...
next