This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix leak in regex re-entrant capture buffer
[perl5.git] / t /
2019-03-07 David Mitchellfix leak in regex re-entrant capture buffer
2019-03-07 David Mitchellfix leak in /[(?{]/
2019-03-06 Karl WilliamsonUse POSIX locale functions if setlocale not available
2019-03-04 Karl WilliamsonProperly handle systems with crippled locales
2019-03-04 Karl Williamsont/loc_tools.pl: Only try C.UTF-8 if Configure says...
2019-02-25 David Mitchellt/re/pat.t: avoid failing test under ASan
2019-02-21 Tony Cook(perl #133778) adjust MARK if we extend the stack in...
2019-02-19 Tony Cooktest for error set on socket() failure origin/tonyc/socket-error
2019-02-19 David Mitchellre/user_prop_race_thr.t: reduce timeout
2019-02-16 Karl WilliamsonPATCH: [perl #133767] Assertion failure
2019-02-15 Karl WilliamsonAdd .t for testing user-defined \p{} races
2019-02-15 Karl Williamsont/re/regexp_unicode_prop.t: Make sure sub called only...
2019-02-15 Karl Williamsont/re/regexp_unicode_prop.t: Add tests
2019-02-15 Karl Williamsont/re/regexp_unicode_prop.t: Test that can have nested...
2019-02-15 Karl Williamsont/re/regexp_unicode_prop.t: Add some stress
2019-02-15 Karl Williamsont/op/taint.t: Add test
2019-02-15 Karl WilliamsonMove \p{user-defined} to core from utf8_heavy.pl
2019-02-14 Nicolas Rt/porting/manifest.t add line number
2019-02-14 Nicolas RNet::Ping 501_ping_icmpv6.t: disable sudo test
2019-02-14 Nicolas RUpdate Net::Ping to upstream version 2.71
2019-02-13 Tony Cook(perl #133660) add test for goto &sub in overload leaking
2019-02-06 Karl Williamsont/loc_tools.pl: C.UTF-8 is a likely locale
2019-02-05 Karl WilliamsonAdd Turkish locale handling to /i pattern matching
2019-02-05 Karl Williamsont/op/lc.t: Add tests for Turkish locales
2019-02-05 Karl WilliamsonAdd .t to test Turkic locale folding
2019-02-05 Karl Williamsont/re/fold_grind.pl: Enhance to deal with Turkic rules
2019-02-05 Karl Williamsont/loc_tools.pl: Add functions to find Turkic UTF-8...
2019-02-05 Karl Williamsonregcomp.c: Under /l any < 256 char can match any other
2019-02-05 Karl Williamsont/loc_tools.pl: Add fcn to return all UTF-8 locales
2019-02-05 Karl Williamsont/op/lc.t: Add 'use strict'
2019-02-05 Karl Williamsont/re/fold_grind.pl: White-space only
2019-02-05 Karl Williamsonregcomp.c: Fix recent optimization of [...] bug
2019-01-29 Tony Cook(perl #133782) set magic when changing $^R
2019-01-29 Karl WilliamsonSplit t/re/fold_grind.t into multiple test files
2019-01-28 Tony Cookdon't leak temp files
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
next