This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
davem's perldelta entries for 5.25.9 so far
[perl5.git] / t /
2017-01-17 Tony Cook(perl #129149) fix the test so skip has a SKIP: to... origin/tonyc/129149-fix-skip
2017-01-17 Zeframwarn at most once per literal about misplaced _
2017-01-16 Tony Cook(perl #129149) avoid a heap buffer overflow with pack...
2017-01-16 AbigailUse of $* and $# will be fatal in 5.30.
2017-01-16 AbigailRevert "Remove deprecation warnings related to $* and...
2017-01-16 AbigailString bitwise operators will not accept code points...
2017-01-16 AbigailReading/writing bytes from :utf8 handles will be fatal...
2017-01-16 AbigailDeprecating the modifyable variables in constants by...
2017-01-16 Abigailmy() in a false conditional will be fatal in Perl 5.30
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
2017-01-16 AbigailDeprecating the use of C<< \cI<X> >> to specify a print...
2017-01-16 AbigailRemove utils/c2ph and utils/pstruct
2017-01-16 AbigailUse of inherited AUTOLOAD for non-methods will be fatal...
2017-01-16 AbigailUse of comma-less variable lists is deprecated.
2017-01-16 AbigailUse of Unicode code points exceeding IV_MAX will be...
2017-01-16 AbigailUnescaped left braces in regular expressions will be...
2017-01-16 AbigailBare heredocs will be fatal in 5.28.
2017-01-16 AbigailUse of \N{} will be fatal in 5.28.
2017-01-16 Abigail$/ = \-1 will be fatal in Perl 5.28.
2017-01-16 AbigailOpening a file and dir using the same symbol will be...
2017-01-16 AbigailSetting ${^ENCODE} will be fatal by 5.28.
2017-01-16 AbigailRemove deprecation warnings related to $* and $#.
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2017-01-16 Tony Cook(perl #130262) split scalar context stack overflow fix
2017-01-14 Craig A. BerryUse File::Spec->catfile() in Test2's Files.t test.
2017-01-14 Father Chrysostomos[perl #130546] Restore delete-scalar-slice warning
2017-01-13 Karl WilliamsonWarn on unescaped /[]}]/ under re strict
2017-01-13 Karl Williamsont/re/reg_mesg.t: Add new ability
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-11 Hugo van der Sanden[perl #130522] test cases for len(STCLASS) > len(target)
2017-01-10 Tomasz Konojacki(perl #130534) fix test failures under DragonFly BSD
2017-01-10 Karl Williamsont/loc_tools.pl: Quit immediately if incompat locale
2017-01-10 Karl Williamsont/loc_tools.pl: Allow for multiple warnings
2017-01-10 Karl Williamsont/loc_tools.pl: Emphasize input conditions in comment
2017-01-08 Tony Cookadd build options to disable the PERL_HASH* and PERL_PE...
2017-01-08 Hugo van der Sanden[perl #130495] add fresh_perl() option for prog with...
2017-01-07 David Mitchellt/perf/optree.t: remove obsolete comment
2017-01-06 David MitchellIn A && B, stop special-casing boolean-ness of A
2017-01-06 David Mitchelladd xor, grep, flip, flop to boolean cxt detection
2017-01-06 David Mitchellre-implement boolean context detection
2017-01-06 David Mitchelladd testing framework for boolean context
2017-01-06 David Mitchellt/perf/optree.t: add use warnings, strict
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2017-01-04 Aaron CraneRT#130496: assertion failure for '{}->$x' on undefined $x
2017-01-04 Hugo van der Sanden[perl #130495] /x comment skipping stops a byte short
2017-01-02 David MitchellHandle chop(@a =~ tr///)
2016-12-26 David Mitchellsplit ' ', $foo: don't check end byte
2016-12-26 Dan Collinsoverload.pm: add a missing 'exists'
2016-12-25 David Mitchellfix (*glob) = ()
2016-12-25 James E KeenanFix two broken links in perldelta.
2016-12-24 James E Keenanperldelta for ec68f98dba5f7d0d670f07a18c60d47b90982b58
2016-12-24 Karl WilliamsonDeprecate non-grapheme string delimiter
2016-12-24 Karl WilliamsonDon't assume input to case change macros is valid
2016-12-23 Karl WilliamsonPATCH: [perl #126310] single quote UTF-8 malformation...
2016-12-23 Karl WilliamsonUse fnc to force out malformed warnings
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-12-23 Tony Cook(perl #130335) fix numeric comparison for sort's built...
2016-12-23 Karl Williamsont/uni/variables.t: Test what it purports to test
2016-12-18 James E KeenanRevert "Update Socket to CPAN version 2.024."
2016-12-17 James E KeenanUpdate Socket to CPAN version 2.024.
2016-12-16 David Mitchellregexes: make scanning for ANYOF faster
2016-12-12 Hugo van der Sanden[perl #130307] Correctly unwind on cache hit
2016-12-11 Karl WilliamsonPATCH: [perl #37836] Simple Regex causes SEGV
2016-12-11 Karl Williamsonio/perlio.t: Un-TODO now passing test
2016-12-10 David Mitchellyyparse(): extend parser stack before every shift.
2016-12-10 David Mitchellmisaligned buffer with heredoc and /(?{...})/
2016-12-07 Yves Ortonfixup new hash benchmarks to be lighter
2016-12-07 David Mitchellt/perf/benchmarks: tweak cachegrind explanation
2016-12-07 David Mitchellt/perf/benchmarks: explain how benchmarks are run
2016-12-07 Karl Williamsont/test.pl: Clarify syntax for tests in t/lib/*
2016-12-06 Yves OrtonAdd some tests for hash keys of different sizes.
2016-12-06 Steve HayUpgrade Encode from version 2.86 to 2.88
2016-12-05 David Mitchellassertion failure in ... or ((0) x 0))
2016-12-03 Chris 'BinGOs' Wil... Update bignum to CPAN version 0.44
2016-11-30 David Mitchellsplit was leaving PL_sv_undef in unused ary slots
2016-11-28 David Mitchellcrash on explicit return from s///e
2016-11-24 Karl WilliamsonSplit diagnostics for two UTF-8 malformations
2016-11-24 Karl Williamsonutf8.c: Clarify warning message.
2016-11-24 David Mitchelladd sv_set_undef() API function
2016-11-24 David Mitchellavoid premature free of referent in list assign
2016-11-21 Matthew HorsfallRecommend the quicker "make test_prep" for t/TEST usage.
2016-11-20 Chad Granumnew perldelta
2016-11-20 Chad Granumupdate t/porting/known_pod_issues.dat v5.25.7
2016-11-18 Dagfinn Ilmari Man... Use test.pl functions in t/op/groups.t
2016-11-18 Dan Collinst/op/groups.t: Add missing "nok 1"
2016-11-17 Karl Williamsonop/bop.t: Fix test failing on EBCDIC
2016-11-16 Matthew HorsfallTest descriptions should be one line or ./TEST chokes...
2016-11-16 David Mitchelloptimise $ref1 = $ref2 better
2016-11-16 David Mitchellperf/benchmarks: tidy scalar assign benchmarks
2016-11-15 Matthew HorsfallReport indented here-doc line errors correctly
2016-11-15 Tony CookRevert "Do not try to fchown() to uid -1 and gid -1."
2016-11-14 Dagfinn Ilmari Man... Fix error message for unclosed \N{ in regcomp
2016-11-14 Aaron Cranet/porting/regen.t: be even more helpful when tests...
2016-11-14 Matthew HorsfallSilence deprecation warnings in tests
2016-11-14 Matthew HorsfallAdd indented here-docs.
2016-11-14 David Mitchell/t/perf/benchmarks: move expr::index:: to func::
2016-11-14 Dagfinn Ilmari Man... Improve error for missing tie() pacakge/method
2016-11-14 Tony Cookmake the sysread()/syswrite/() etc :utf8 handle warning...
2016-11-12 Lukas Mait/op/caller.t: add a TODO test for RT #129239
next