This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #130108) add elf to libswanted on FreeBSD 10.x
[perl5.git] / t /
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
2016-11-12 Lukas Mait/op/sub.t: add a TODO test for RT #129916
2016-11-12 James E KeenanRT 130010: add regression test.
2016-11-11 H.Merijn BrandAllow "." to be excluded from @INC
2016-11-11 Aaron Cranet/porting/regen.t: try to be more helpful when tests...
2016-11-11 Karl WilliamsonMove Unicode-Normalize to dist/
2016-11-11 Dagfinn Ilmari Man... Test for correct state of . in @INC
2016-11-11 Aaron CraneFix list parenthesisation
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-11-11 H.Merijn BrandDe-dup the output of git ls-files
2016-11-11 Lukas Maimake 'do' errors refer to 'do' (not 'require') (RT...
2016-11-09 Steve HayUpgrade Math::BigInt from vesion 1.999726(_01) to 1...
2016-11-09 David Mitchellhandle SvIMMORTALs in LHS of list assign
2016-11-09 Tony Cookskip some tests that aren't UTF-EBCIDIC compatible...
2016-11-09 Tony Cook(perl #129000) use the new utf8_hop_back()
2016-11-07 Chris 'BinGOs' Wil... Update Archive-Tar to CPAN version 2.18
2016-11-07 Tony Cook(perl #129995) avoid sv_catpvn() in do_vop() when unneeded
2016-11-05 Jarkko Hietaniemicustomized.dat regen
2016-11-05 Jarkko Hietanieminetbsd-vax: no infinity
2016-11-04 Jarkko Hietanieminetbsd-vax: customized.dat update for S-L-U
2016-11-03 Dagfinn Ilmari Man... Fix typos in test comment
2016-11-03 David Mitchellskip SEGVing test in t/uni/overload.t
2016-11-03 David MitchellNet::Ping 500_ping_icmp.t: remove sudo code
2016-11-02 David Mitchellfix taint handling in list assignment
2016-11-02 Yves Ortonclarify behavior single quote regexps
2016-11-02 Steve HayUpgrade Net::Ping from version 2.51 to 2.55
2016-11-01 Yves Ortonrework perl #129903 - inf recursion from use of empty...
2016-11-01 Yves Ortonnew feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE...
2016-11-01 Jarkko HietaniemiSkip the subnormals tests in tru64.
2016-10-31 Tony Cook(perl #129085) avoid memcmp() past the end of a string
2016-10-31 Tony Cook(perl #128997) avoid reading beyond the end of the...
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-10-29 Jarkko Hietanieminetbsd-vax: 2**400 does not fit vax fp
2016-10-29 Jarkko Hietanieminetbsd-vax: more skippage due to no inf/nan
2016-10-29 Jarkko HietaniemiArchive-Tar: customized.dat
2016-10-28 Karl WilliamsonFix test to be EBCDIC friendly
2016-10-27 Yves Ortonregcomp.c: fix perl #129950 - fix firstchar bitmap...
2016-10-26 Karl Williamsont/loc_tools.pl: Make find_locales accept string input
2016-10-26 Karl Williamsont/loc_tools.pl: Add 'use strict'
2016-10-26 Karl Williamsont/loc_tools.pl: Move some code earlier in the file
2016-10-26 Karl Williamsont/loc_tools.pl: Complement sense of optional parameter
2016-10-26 Karl Williamsont/loc_tools.pl: Fix not catching incompatible locales
2016-10-26 Andy LesterPATCH: [perl #129964] Fix spelling of "referent" in...
2016-10-26 David Mitchellt/op/read.t: test with zero-length buffer
2016-10-26 David MitchellNet::Ping: avoid stderr noise in tests
next