This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dist/: bump $VERSION as needed
[perl5.git] / t /
2016-07-26 Father Chrysostomosdecl-refs.t: I also forgot foreach
2016-07-26 Father Chrysostomosdecl-refs.t: I forgot to test \@ and \%
2016-07-21 Karl WilliamsonPATCH: [perl 128686] regex compiler crashes
2016-07-20 Steve HayModule-Metadata has another customized test script
2016-07-20 Steve HayEncode has some customized test scripts
2016-07-17 Father ChrysostomosFix failing uninit test on 64-bit-int builds
2016-07-17 Father ChrysostomosAdd Filter::Encoding to the known links
2016-07-17 Father Chrysostomosdecl_refs.t: Finish adding tests for declared_refs
2016-07-17 Father ChrysostomosTests for declared_refs err/warn messages
2016-07-17 Karl WilliamsonPATCH: [perl #128170] Assert fail in regcomp.c
2016-07-16 Karl Williamsont/re/anyof.t: add tests for ranges
2016-07-16 Karl Williamsonregcomp.c: Refactor code dealing with m/[...]/d
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl Williamsont/re/pat.t: Add some tests
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl Williamsonanyof.t: Add tests for previous commit
2016-07-16 Karl WilliamsonAdd t/re/anyof.t
2016-07-16 Karl Williamsont/test.pl: Add fresh_perl() function
2016-07-16 Jarkko Hietaniemi[PATCH] in 15899733 the condition was supposed to stay...
2016-07-13 Karl Williamsoncpan/Encode/encoding.pm: Fix typo in pod
2016-07-13 Father Chrysostomosconcat2.t: Remove encoding test
2016-07-13 Father ChrysostomosRemove t/uni/tr_?jis.t
2016-07-13 Father ChrysostomosUpdate t/porting/customized.dat
2016-07-13 Father ChrysostomosRemove t/uni/chr.t
2016-07-13 Father ChrysostomosDisable encoding.pm’s default mode; update docs
2016-07-13 Father ChrysostomosDisable ${^ENCODING}
2016-07-13 Tony Cookdarwin was failing this test under PERLIO=stdio
2016-07-12 Father Chrysostomos[perl #128597] Crash from gp_free/ckWARN_d
2016-07-11 Dan Collinst/re/regexp.t: Remove extra semicolons from output.
2016-07-11 Dan Collinst/re/regexp.t: Better formatting for test failures
2016-07-08 David MitchellRT #128255: Assert fail in S_sublex_done
2016-07-07 David MitchellSEGV in "Subroutine redefined" warning
2016-07-05 Jarkko HietaniemiThe 47918419 mistakenly made miniperl skippage uncondit...
2016-07-04 Father Chrysostomos[perl #128532] Crash vivifying stub in deleted pkg
2016-07-04 Steve HaySilence podcheck.t failure from Data-Dumper's updated...
2016-07-03 David MitchellRevert "FREETMPS when leaving eval, even when void...
2016-07-02 Father Chrysostomos[perl #128508] Fix line numbers with perl -x
2016-07-02 Jarkko HietaniemiIf only miniperl, no use re for you.
2016-07-02 Jarkko HietaniemiIf only miniperl, no use utf8 for you.
2016-07-02 Jarkko HietaniemiVAX: test changes for VAX floats
2016-07-01 David MitchellFREETMPS when leaving eval, even when void/dying
2016-07-01 Karl WilliamsonChange \p{foo} to mean \p{scx: foo}
2016-06-28 Steve HayUpgrade version from version 0.9916 to 0.9917
2016-06-28 David MitchellAdd test for RT #128252
2016-06-28 Steve HayUpgrade Math::BigRat from version 0.260802 to 0.260804
2016-06-27 Father Chrysostomos[perl #128478] Restore former "$foo::$bar" parsing
2016-06-27 Steve HayUpdate t/porting/customized.dat following Porting/Maint...
2016-06-25 Craig A. BerrySkip EUMM subdirscomplex test on VMS.
2016-06-24 Lukas Maiperlnewmod: more updates
2016-06-24 Father Chrysostomos[perl #128238] Crash with non-stash in stash
2016-06-24 Father Chrysostomosstash.t: Remove tyrone::slothrop
2016-06-23 Father ChrysostomosFix stupid test in 9uninit
2016-06-23 Father ChrysostomosPreserve 64-bit array offsets in uninit warnings
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-06-21 David Mitchellonly treat stash entries with .*:: as sub-stashes
2016-06-21 David Mitchelluninit warning from $h{\const} coredumped
2016-06-21 Matthew HorsfallCorrect comment in t/porting/manifest.
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}
next