This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 5d4636a3aa0b
[perl5.git] / t /
2019-01-22 Tony Cook(perl #130367) separate error for push etc on hash...
2019-01-21 Chris 'BinGOs' Wil... Test file in Encode is no longer customised
2019-01-11 Karl WilliamsonPATCH: [perl #133756] Failure to match properly
2019-01-03 Tony Cook(perl #132158) abort compilation if we see an error...
2019-01-02 Hauke DFirst "eof" should return true
2019-01-02 Tony Cook[perl #133721] TODO test for eof with no ${^LAST_FH}
2019-01-02 Tony Cook[perl #133524] report line number for Prototype not...
2018-12-29 James E KeenanCorrect spelling error.
2018-12-26 Karl WilliamsonChange length-1 ASCII fold pairs to ANYOFM regnodes
2018-12-26 Karl WilliamsonAdd new regnode: ANYOFH, without a bitmap
2018-12-26 Karl WilliamsonRevamp qr/[...]/ optimizations
2018-12-26 Karl Williamsonregcomp.c: Simplify handling of EXACTFish nodes with...
2018-12-26 Karl Williamsont/re/anyof.t: Sort tests; remove dups
2018-12-25 Karl Williamsonre/anyof.t: Extract code into a function
2018-12-25 Karl Williamsont/re/anyof.t: Add capability to utf8::upgrade()
2018-12-25 Karl Williamsont/re/anyof.t: Add 'strict', 'warnings' pragmas
2018-12-19 James E KeenanThoroughly test paragraph mode
2018-12-16 Karl Williamsonregcomp.c: Tighten embedded patterns in regex sets
2018-12-16 Karl WilliamsonCorrect previous perldelta entry, and add a test
2018-12-15 Abigailt/io/eintr.t: Skip some tests on pre-16 Darwin.
2018-12-08 Karl Williamsonregcomp.c: Allow more EXACTFish nodes to be trieable
2018-12-07 Karl Williamsont/harness: Catch incorrect serial directory specification
2018-12-07 Karl Williamsont/harness: Actually run IO::Zlib tests sequentially
2018-12-07 Karl Williamsont/re/anyof.t: Remove duplicate test case
2018-12-07 Karl WilliamsonUse consistent spelling in qr// dumping
2018-12-06 Niko TyniFix t/porting/manifest.t failures when run in a foreign...
2018-11-30 James E KeenanCorrect typo
2018-11-29 Karl WilliamsonPATCH: [perl #133423]
2018-11-27 David Mitchellhandle /(?(?{code}))/ mixed compile-and runtime
2018-11-26 Tony Cook(perl #133659) make an in-place edit successful if...
2018-11-26 Tony Cook(perl #133659) tests for global destruction handling...
2018-11-20 Karen Etheridgeupdate list of customized files
2018-11-20 David Mitchellt/perf/benchmarks.t: improve do error checks
2018-11-19 Karl Williamsont/harness: Run tests for IO::Zlib sequentially
2018-11-19 Karl WilliamsonPATCH: [perl #133649] fails on OpenBSD-6.4 unthreaded
2018-11-19 David Mitchellext/File-Find: support parallel testing
2018-11-17 Karl WilliamsonAdd regnode NANYOFM
2018-11-16 Karl WilliamsonFind optimizations for /[[:posix:]]/a
2018-11-16 Karl WilliamsonPATCH: [perl #133642] Double free
2018-11-16 Karl Williamsont/re/reg_mesg.t: Add test
2018-11-16 Karl Williamsonre/re_tests: Add test
2018-11-16 Karl Williamsont/re/pat.t: Add a test
2018-11-14 James E KeenanAdd ext/File-Find/t to list of badly-behaved test direc...
2018-11-14 Karl WilliamsonAdd more parallelism to t/harness
2018-11-10 James E KeenanEnsure same count of tests on different OSes.
2018-11-05 David MitchellDon't localise array / hash slice ref assignment
2018-10-31 James E KeenanHandle OSes where filesystems can be mounted with ...
2018-10-31 Karl WilliamsonPATCH: [perl #133620] heap buffer overflow
2018-10-30 James E KeenanMove subroutine definition to end of file.
2018-10-30 James E KeenanRegularize indents within subroutine definition.
2018-10-30 James E KeenanFully encapsulate check_utime_result()
2018-10-30 James E KeenanRemove code commented out since March 2002.
2018-10-30 James E KeenanRepeatedly hard-coding an integer is a mistake.
2018-10-30 James E KeenanMake descriptions more self-documenting
2018-10-30 James E KeenanAdd notes so it's easier to see where we are in test...
2018-10-30 James E KeenanUse t/test.pl's note() function
2018-10-29 James E KeenanNote locales available and those used in tests.
2018-10-22 Tony Cook(perl #133604) fix binmode on Win32 :crlf layers origin/tonyc/133604-crlf-binmode-utf8
2018-10-22 Tony Cook(perl #133604) test for binmode removing :utf8
2018-10-21 Tony Cook(perl #133604) skip a new test on Win32 that fails...
2018-10-20 Karl Williamsonregcomp.c: Generate new regnode for /[[:posix:]]/l
2018-10-20 Karl Williamsont/re/reg_mesg.t: Turn off warns for experimental
2018-10-20 Karl Williamsont/lib/warnings/regcomp: Turn off warns for experimental
2018-10-18 Tony Cook(perl #125760) add fatal :utf8 tests for recv and send
2018-10-17 David Mitchellfix 'for reverse @array' bug on AIX
2018-10-17 James E KeenanImplement fatalization of dump()
2018-10-17 James E KeenanFatalize use of $* and $#
2018-10-12 Craig A. BerryFix used only once warning in gmagic.t.
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-10-03 James E KeenanImplement scheduled fatalization of my() in false condi...
2018-10-02 Karl WilliamsonChange REG_INFTY to 2**16-1, instead of 2**15-1
2018-09-30 Karl Williamsonre/script_run.t: White-space only
2018-09-30 Karl WilliamsonPATCH: [perl #133547]: script run broken
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-09-25 James E KeenanRemove B::Debug from core distribution.
2018-09-21 Nicolas Rt/uni/caller.t should declare its plan at run time
2018-09-21 Nicolas RAdjust t/op/stat.t when run from docker
2018-09-21 Nicolas RMove the is_linux_container test helper to test.pl
2018-09-21 Tony Cook(perl #132655) nul terminate result of unpack "u" of...
2018-09-15 Karen EtheridgeUpgrade perlfaq from version 5.20180605 to 5.0180915.
2018-09-03 James E KeenanCorrect typo in comment.
2018-08-30 Tony Cook(perl #132683) don't try to convert PL_sv_placeholder...
2018-08-29 David Mitchellmulticoncat: mutator not seen in (lex = ...) .= ...
2018-08-26 David Mitchelladd more /(?1)/ tests
2018-08-23 Karl Williamsonperldelta for Locale::Codes removal
2018-08-22 James E KeenanMake porting tests pass after Locale::Codes removal
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Add tests for run-time
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Reorder a few tests
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Avoid a TEST crash if failure
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Add check no warnings generated
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Extract code into a function
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: White-space only
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Make sure returns true
2018-08-16 Karl WilliamsonFix script run bug '1' followed by Thai digit
2018-08-02 Craig A. BerryAvoid extra newlines on VMS in t/opbasic/arith.t
2018-08-02 Craig A. BerryAvoid extra newlines on VMS in t/op/local.t.
2018-08-02 sisyphust/run/locale.t - Add missing SKIP:{} block
2018-08-01 Tony Cook(perl #133314) test for handle leaks from in-place...
2018-07-25 Steve Hayt/porting/manifest.t - Don't strip out MANIFEST.SKIP...
2018-07-19 Steve HayTidy-ups following Devel::PPPort and Storable syncings
next