This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: fix minor errors in description of postderef
[perl5.git] / t /
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
2013-09-11 Tony Cook[perl #88814] sigdispatch.t work on openbsd 5.2
2013-09-10 SmylersAdded release manager test for copyright year
2013-09-10 SmylersTest that README and perl -v copyright years match
2013-09-10 SmylersEnhance runperl doc to mention its return value
2013-09-10 Brian FraserMake the "Switch condition not recognized" error messag...
2013-09-10 Brian Frasert/re/reg_mesg.t: Tests for latin1 error messages/warnings
2013-09-10 Brian Fraserregcomp.c: Introduce vFAIL2utf8f to replace the APPLY...
2013-09-10 Brian Fraserregcomp.c: Make all warnings and error messages UTF...
2013-09-10 Brian Fraserregcomp.c, S_compile_runtime_code: croak using the...
2013-09-10 Brian Frasertoke.c: "Unrecognized character" error shouldn't leak...
2013-09-09 Father Chrysostomosrt119311.t: typo
2013-09-09 Father ChrysostomosMake &xsub and goto &xsub work with tied @_
2013-09-09 Father ChrysostomosFix buffer overflow with overlong identifiers
2013-09-09 Father ChrysostomosDon’t let reblessing point SvSTASH to a half-freed...
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-09-09 Tony Cook[perl #117265] TODO tests for overloading issues
2013-09-08 Father ChrysostomosFix line numbers with #! -d:foo and PERL5DB=$'\n'
2013-09-08 Father ChrysostomosTest line breaks in PERL5DB
2013-09-08 Father ChrysostomosRespect #line directives in here-docs
2013-09-08 Father ChrysostomosFix line numbers in <<foo,<<bar
2013-09-07 Father ChrysostomosMake /@array/ handle nonexistent array elements
2013-09-07 Father ChrysostomosStop &xsub and goto &xsub from crashing on undef *_
2013-09-06 Father ChrysostomosUse defelems for (goto) &xsub calls
2013-09-06 Father ChrysostomosMake pp_splice handle nonexistent array elements
2013-09-05 Steve HayStop autodie test from changing a file to stop Git...
2013-09-03 Steve Hayversion has been upgraded from version 0.9903 to 0...
2013-09-02 Brian Frasert/op/for.t: Skip a test if the require for XS::APItest...
2013-09-01 Father ChrysostomosTeach mro code about null array elements
2013-09-01 Father ChrysostomosRefactor some parser.t line number tests
2013-09-01 Father ChrysostomosFix debugger lines with keyword <newline> =>
2013-09-01 Father Chrysostomosline_debug.t: Add diagnostics
2013-09-01 Father ChrysostomosFix two line numbers bugs involving quote-like ops
2013-09-01 Father Chrysostomos[perl #115768] improve (caller)[2] line numbers
2013-09-01 Father Chrysostomostest.pl:runperl: more portability warnings
2013-08-29 Steve HayBetter check for the fork emulation in t/win32/signal.t
2013-08-29 Karl Williamsonfold_grind.t: Modify trie test
2013-08-29 Karl Williamsonregcomp.c: In EBCDIC [i-j] exclude also ASCII
2013-08-29 Karl Williamsont/test.pl: Add comment about EBCDIC
2013-08-29 Karl Williamsont/test.pl: Allow native/latin1 string conversions to...
2013-08-29 Karl Williamsont/test.pl: Simplify ord to/from native fcns
2013-08-29 Steve HayStop t/op/coreamp.t leaving temporary files behind
2013-08-29 Steve HayStop t/io/utf8.t leaving a temporary file behind on...
2013-08-29 Nicholas ClarkUpdate the comments in t/op/magic.t
2013-08-29 Nicholas Clark${^MPEN} had been treated as a synonym of ${^MATCH...
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-29 Father ChrysostomosStop creating defelems for undef in foreach(@_)
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-26 Tony Cook[perl #85104] work harder to save error numbers
2013-08-26 Tony Cook[perl #85104] TODO test for preserving $^E across signa...
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosFix assert fail when fetching pos clobbers ref with...
2013-08-25 Father ChrysostomosStop values from ‘sticking’ to @- and @+ elems
2013-08-25 Father ChrysostomosStop substr re optimisation from rejecting long strs
next