This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlbug: don't run editor when noninteractive
[perl5.git] / t /
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...
2016-03-05 Karl WilliamsonPATCH: [perl #127262] assertion fail on malformed UTF8
2016-03-04 Karl WilliamsonPATCH: [perl #126141]: qr/]]]]][\\/ fails to raise...
2016-03-04 Karl WilliamsonTODO or skip certain failing locale tests on cygwin
2016-03-03 Karl WilliamsonReinstate "PATCH: {perl #127582] Over eager warning...
2016-03-02 Karl WilliamsonPATCH: [perl #127599] Fix regcomp.c assertion
2016-03-02 Karl WilliamsonRevert "PATCH: {perl #127582] Over eager warning for...
2016-03-01 Karl WilliamsonPATCH: {perl #127582] Over eager warning for /[.foo.]/
2016-03-01 Karl WilliamsonPATCH: [perl #127581] Spurious warning about posix...
2016-03-01 Karl Williamsonre/regexp_unicode_prop.t: Fix loop statement
2016-03-01 Karl Williamsonregexp_unicode_prop.t: Clarify comment
2016-03-01 Karl WilliamsonFix /\p{pkg::User-defined}/i
2016-03-01 Tony Cook[perl #127635] s///r with -DPERL_NO_COW attempts to...
2016-03-01 Jarkko HietaniemiScalar-List-Utils customization bump
2016-03-01 Jarkko HietaniemiSocket customization bump
2016-02-27 Lukas Maiperlfunc overhaul
2016-02-25 Lukas Maipodcheck.t: expand POD sequences in L</...> section...
2016-02-21 Karl Williamsont/re/pat_advanced.t: Test for [#perl 126886]
2016-02-19 Karl WilliamsonPATCH: [perl 127537] /\W/ regression with UTF-8
2016-02-19 Karl WilliamsonDon't allow /\N{}/ under 're strict'
2016-02-16 Karl Williamsont/re/reg_mesg.t: Add a couple of tests
2016-02-11 Karl Williamsonregcomp.c: Clarify error message
2016-02-11 Karl Williamsont/re/regex_sets.t: Add some tests
2016-02-11 Karl Williamsonporting/diag.t: Handle some E<> pod escapes
2016-02-11 Karl Williamsonpodcheck.t: Need to translate E<lt> and E<gt>
2016-02-10 Karl WilliamsonPATCH: [perl #8904] Revamp [:posix:] parsing
2016-02-10 Tony Cook[perl #127494] don't cache AUTOLOAD as DESTROY
2016-02-10 Tony Cook[perl #127494] TODO test for $AUTOLOAD being set for...
2016-02-09 Ricardo Signesmove Time-HiRes from cpan to dist
2016-02-08 Tony Cook[perl #124387] call AUTOLOAD when DESTROY isn't defined
2016-02-08 Tony Cook[perl #124387] TODO test for AUTOLOAD on DESTROY
2016-02-07 Jarkko HietaniemiDo not try to fchown() to uid -1 and gid -1.
2016-02-05 Craig A. BerryIntegrate podlators 4.06.
2016-02-03 Karl Williamsonpodcheck.t: regen db for overlong verbatim lines
2016-02-03 Jarkko HietaniemiAdditional hexfp %a tests inspired by c95ea682.
2016-02-03 David Mitchellconvert CX_PUSHSUB/POPSUB to inline fns
2016-02-03 David Mitchelladd a few grep and map benchmarks
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David Mitchelloptimise bare 'next'
2016-02-03 David Mitchelldounwind(): do a POPBLOCK for final cx frame.
2016-02-03 David Mitchellfix CxFOREACH
2016-02-03 David Mitchellfix *_ = "" for 0 .. 1;
2016-02-03 David Mitchellreplace leave_common() with leave_adjust_stacks()
2016-02-03 David Mitchellpp_leavesub(): call FREETMPS and optimise
2016-02-03 David Mitchelloptimise sv_setsv_flags()
2016-02-03 David Mitchellextend magic copy test to all scope exit types
2016-02-03 David Mitchelltest that pp_leavesub copies returned PADTMPs.
2016-02-03 David MitchellAlways copy return values when exiting scope
next