This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Also fix wince for caretx after e2051532106.
[perl5.git] / t /
2013-11-04 Chris 'BinGOs' Wil... Update Module-Build to CPAN version 0.4008
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::require lookup from crashing on...
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::glob lookup from crashing on stub
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::do lookup from crashing on stub
2013-11-04 Father ChrysostomosCheck that stash entries are GVs when aliasing pkgs
2013-11-04 Father Chrysostomossub NEGATIVE_INDICES; + $tied[-1] = crash
2013-11-04 Father Chrysostomosmg.c: Fix misuse of AvARRAY in defelem_target
2013-11-04 Father ChrysostomosMake ‘No such class’ apply to ${$ref}{key}, too
2013-11-03 Father ChrysostomosMake ‘No such field’ error apply to 1-elem slices
2013-11-03 Father ChrysostomosStop my Class + sub FIELDS + hash lookup from crashing
2013-11-02 Father ChrysostomosUndefined lex sub used as inherited method crashes
2013-10-31 Father Chrysostomos‘Attempt to bless into a ref’ with stale method caches
2013-10-31 Father Chrysostomos[perl #119809] Disallow bless($ref, $tied_ref)
2013-10-31 Father Chrysostomosbless.t: More explicit test
2013-10-31 Karl WilliamsonFix broken qr/ \N* /x
2013-10-30 Father ChrysostomosEliminate ‘Can't use \1 to mean $1’ false positives
2013-10-29 David Mitchell'$! = EACCESS; require ...' could fail
2013-10-28 Father Chrysostomos[perl #119799] Set breakpoints without *DB::dbline
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
2013-10-28 Father Chrysostomospat.t: suppress warning
2013-10-28 Father ChrysostomosDon’t assume *^R has a scalar
2013-10-28 Father Chrysostomos[perl #54044] Make PL_replgv refcounted
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_last_in_gv alone
2013-10-28 Father ChrysostomosMake PL_argvgv refcounted
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_stderrgv alone
2013-10-28 Father ChrysostomosMake PL_hintgv refcounted
2013-10-28 Father ChrysostomosDon’t create %@ on startup
2013-10-28 Father Chrysostomos[perl #119811] Remove %DB::lsub
2013-10-28 Father ChrysostomosMake PL_envgv refcounted
2013-10-28 Father ChrysostomosMake PL_firstgv and PL_secondgv refcounted
2013-10-28 François Perrad[perl #120398] skip t/porting/extrefs.t when cross...
2013-10-26 Father ChrysostomosDon’t let gv.c:gv_try_downgrade touch PL_statgv
2013-10-26 Father ChrysostomosMake PL_DBgv and other db interp vars refcounted
2013-10-25 Father Chrysostomost/porting/dual-life.t: Another exception
2013-10-25 Father ChrysostomosPropagate lvalue context to && and ||
2013-10-24 Father ChrysostomosRestore prev. behaviour of @a||... in lv sub
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father Chrysostomos[perl #119797] Fix if/else in lvalue sub
2013-10-22 David Mitchellspurious "Use of "-x" without parentheses" mesg
2013-10-22 Father ChrysostomosUnbreak -bareword under strict+integer
2013-10-19 Steve HayNote IPC-Cmd upgrade from commit 6d1e091186
2013-10-18 Steve HayRemove all IGNORABLE files under cpan/
2013-10-18 HioCorrectly parse class name in 'for my class $foo
2013-10-18 Eric BrineCall select's 4th arg's magic
2013-10-18 Steve HayRegen t/porting/customized.dat
2013-10-17 Jesse Luehrsisa should fall back to checking @UNIVERSAL::ISA in...
2013-10-17 David Mitchell[perl #119505] Segfault from bad backreference
2013-10-17 Tony Cook[perl #119893] avoid waiting on pid 0
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-10-12 Karl Williamsonpodcheck.t: Make blead pass again
2013-10-11 James E KeenanRun cd t;./perl -I../lib porting/podcheck.t --regen
2013-10-11 Steve HayAdd to known_pod_issues.dat following Test-Harness...
2013-10-11 Karl Williamsonperlebcdic: Make some examples simpler; wrap to 79...
2013-10-05 Father ChrysostomosFix a bug with ->@ inside "@{...}"
2013-10-05 Father ChrysostomosMake postderef experimental
2013-10-05 Father ChrysostomosAllow ->@ ->$ interpolation under postderef_qq feature
2013-10-05 Father ChrysostomosHide postderef behind the feature feature
2013-10-05 Father Chrysostomos->%{ ->%[
2013-10-05 Father ChrysostomosFix up postfixderef.t
2013-10-05 David NicolTests for postfix dereference
2013-10-05 James E KeenanRemove pod/perlembed.pod in wake of RT #120093 corrections.
2013-10-04 Karl WilliamsonUpgrade to Unicode 6.3
2013-09-30 Karl WilliamsonPATCH: [perl #120041] regcomp.c missing parens and...
2013-09-30 Karl WilliamsonRevert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR...
2013-09-24 Karl WilliamsonAdd some tests for the regex optimizer
2013-09-23 Steve HayUpgrade podlators from 2.5.1 to 2.5.2
2013-09-21 Father ChrysostomosRemove bad assertion in gv.c:newGP
2013-09-21 Brian FraserTest that ${foo{bar}} and ${\nfoo{bar}} mean the same...
2013-09-21 Steve HayUpgrade autodie from version 2.21 to 2.22
2013-09-21 Ricardo Signestest that $\ is localized and restored even if it was...
2013-09-20 Matthew Horsfall... Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimi...
2013-09-20 Father Chrysostomos[perl #3112] Stop last from returning values
2013-09-20 Father ChrysostomosFix line nums when multiline ${expr} spans here-doc
2013-09-20 Father ChrysostomosFix parser buffer corruption with multiline *{...}
2013-09-20 Father ChrysostomosDon’t free initial src from @INC sub too early
2013-09-19 Craig A. BerryAdd newline to new switchd test for VMS.
2013-09-18 Brian Frasertoke.c, scan_ident(): use PEEKSPACE() to skip over...
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-18 Brian Frasertoke.c, S_scan_ident: Skip over newlines as well as...
2013-09-18 Brian FraserReworked t/base/lex.t to use less hardcoded test numbers.
2013-09-17 Father Chrysostomos[perl #119501] \(1+2) always referencing the same sv
2013-09-17 Tony Cook[perl #85228] stop $!=EINVAL; waitpid(0,0) from looping
2013-09-17 VictorFixing eintr_print.t intermittent hang
2013-09-17 VictorTest that print() is not returning EINTR.
2013-09-17 Craig A. BerryEarlier safety check for @INC entry in pp_require.
2013-09-16 Tony Cooktest and briefly document DB::goto
2013-09-16 Steve HayNote new blead customizations to JSON::PP and Test...
2013-09-15 Niels Thykierop.c: Warn on "return $a or $b" [perl #59802]
2013-09-15 Father Chrysostomosknown_pod_issues: Add Devel::CallParser
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-15 Father ChrysostomosMove ‘Scalar value better written as’ tests from toke...
2013-09-13 Craig A. Berryfix O_CREAT without O_TRUNC in cpan/autodie/t/utf8_open.t
2013-09-13 Father ChrysostomosTest kv slices in places that expect %{}
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Father ChrysostomosSuppress a warning in kvhslice.t
2013-09-13 Ruslan Zakirovtest index/value array slices
2013-09-13 Ruslan Zakirovtest key/value hash slices
2013-09-13 Father ChrysostomosPreserve undef identity in const ops
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-09-12 Steve HayUpgrade autodie from version 2.20 to 2.21
next