This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / t /
2022-08-28 Karl Williamsondiag.t: subDivide exception list
2022-08-28 Yves Ortonretainedlines.t - deterministic results and fixup tests...
2022-08-27 Kenneth OlwingCustom timeout in watchdog in -T tests fails
2022-08-26 James E KeenanChange variable names in test
2022-08-25 Richard LeachAdd OPpTARGET_MY optimization to OP_UNDEF
2022-08-25 Karl Williamsonrun/locale.t: skip illegal locale test when all are...
2022-08-25 Yves Ortonsv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and...
2022-08-24 Karl WilliamsonConsolidate PERL_TEST_TIME_OUT_FACTOR to watchdog()
2022-08-23 Karl WilliamsonUse Windows system default locale
2022-08-23 Richard Leachrpeep: don't apply padsv_store and padrange together
2022-08-22 BramSkip t/porting/authors.t on shallow clones
2022-08-22 Karl Williamsonrun/locale.t: Use langinfo not localeconv
2022-08-22 Karl Williamsonrun/locale.t white space
2022-08-21 Bramt/io/eintr.t: only show diag message on failure
2022-08-21 Bramt/io/eintr.t: Add `diag` when F_GETPIPE_SZ failed
2022-08-21 Bramt/io/eintr.t: Fix sporadic test failure
2022-08-21 Bramt/io/eintr.t: Whitespace fixes
2022-08-21 Bramt/io/eintr.t: Rename variable to `$pipe_buf_size`
2022-08-21 Yves OrtoncheckAUTHORS.pl - delete and replace with updateAUTHORS.pl
2022-08-21 Yves OrtonupdateAUTHORS.p[lm] - add support for reports like...
2022-08-21 Yves Ortont/porting/update_authors.t - initial tests for Porting...
2022-08-21 Yves Ortont/porting/podcheck.t - ignore .bak files
2022-08-18 Graham Knopfix t/porting/authors.t detection of merge commits
2022-08-18 Karl Williamsondiag.t: Rmv obsolete don't cares
2022-08-18 Karl Williamsondiag.t: Collapse "Function not implemented" entries
2022-08-18 Karl Williamsondiag.t: Collapse all Usage: entries
2022-08-18 Karl Williamsonlocale.c: Make sure LC_ALL gets changed when necessary
2022-08-18 Karl Williamsont/loc_tools.pl: Turn off warnings in a timely manner
2022-08-18 Karl Williamsont/loc_tools.pl: White-space only
2022-08-18 Karl Williamsont/loc_tools.pl: Check for unsupported locales
2022-08-18 Karl Williamsont/loc_tools.pl: Don't allow commas in locale names
2022-08-18 Karl Williamsont/loc_tools.pl: Add checks
2022-08-18 Karl Williamsont/loc_tools.pl: Fail earlier
2022-08-18 Karl Williamsont/loc_tools.pl: Refactor _trylocale()
2022-08-18 Karl Williamsont/loc_tools.pl: Print better failing test numbers
2022-08-18 Karl Williamsonloc_tools.pl: Move code in file
2022-08-18 Karl Williamsonloc_tools: Create function, refactor
2022-08-18 Karl Williamsonrun/locale.t: Skip collation test if no LC_COLLATION
2022-08-17 Richard LeachImplement OP_PADSV_STORE - combined sassign/padsv OP
2022-08-16 Yves Ortont/porting/authors.t - respect .mailmap in test
2022-08-12 Yves OrtonAdd a new env var PERL_RAND_SEED
2022-08-12 Yves Ortont/op/each.t - Deal with env vars PERL_HASH_SEED or...
2022-08-11 Leon TimmermansMake PerlIO::get_layers accept IO references
2022-08-10 Karl Williamsonrun/locale.t: Skip localeconv test if not on system
2022-08-07 James E Keenant/op/sselect.t: skip 4 tests under miniperl 20040/head
2022-08-05 Elvin Aslanov[doc] Link to module manual pages
2022-08-05 Elvin Aslanovpodcheck.t: Clarify syntax for --add-link
2022-08-04 Nicholas ClarkAdd tests for `do { ... } while 0;` and `do { ... ...
2022-08-02 Paul "LeoNerd" EvansFix some unit tests to use new refcount_is() function
2022-08-02 Paul "LeoNerd" EvansAdd a refcount_is() helper to t/test.pl
2022-08-02 A. Sinan UnurFile::Find: fix "follow => 1" on Windows
2022-07-30 Yves Ortontoke.c - consistently refuse octal digit vars, and...
2022-07-29 David Mitchellformats: fix splitting on non-spaces
2022-07-29 Leon TimmermansAdd an EXISTS method to NDBM_File
2022-07-28 Karl WilliamsonFix GH #20009, pattern match panic
2022-07-27 Karl Williamsoncharset.t: Requires LC_ALL, LC_CTYPE to run
2022-07-27 Karl Williamsonregex_sets.t: Requires LC_ALL to run
2022-07-21 Karl Williamsonlib/warnings.t: regexec warnings need LC_CTYPE
2022-07-21 Karl Williamsont/uni/overload.t: Skip if LC_CTYPE not avail
2022-07-20 Loren Merrittpp_subst: optimize by not calling utf8_length
2022-07-20 Nicolas RSocket 2.035 is not customized anymore
2022-07-19 Felipe GasperMake 4-argument select() handle UTF8-flagged strings...
2022-07-17 Karl Williamsont/re/fold_grind: Use C locale if no LC_CTYPE
2022-07-17 Karl WilliamsonFix compiled pattern display under -Dr
2022-07-12 Karl Williamsonregex: Add optimizing regnode
2022-07-11 TAKAI Kousukesetsockopt: treat boolean values as numbers
2022-07-11 TAKAI Kousuket/io/socket.t: add a testcase from GH #19892
2022-07-11 TAKAI Kousukesetsockopt: use SvPOK to determine whether OPTVAL is...
2022-07-09 David Mitchellavoid SEGVs on goto &xs_sub
2022-07-09 David Mitchellfix another panic from eval {} inside /(?{...})/
2022-07-09 Karl Williamsonqr/\K*/ now works without hanging; rmv check
2022-07-07 Tony Cookfix t/op/goto.t in minitest after 58cf04199f
2022-07-07 Karl WilliamsonAdd test for GH #8369
2022-07-06 Dagfinn Ilmari Man... Update feature hint bit twiddling test for widened...
2022-07-06 David Mitchellgoto(&xs_sub): provide correct caller context
2022-07-05 James RaspassAdd builtin::is_tainted
2022-07-04 Tony Cookfix no bareword_filehandles for method calls as first...
2022-07-01 Karl WilliamsonRevert "regex: Add POSIXA1R node"
2022-07-01 Karl Williamsonregex: Add POSIXA1R node
2022-07-01 Tony Cookworkaround an apparent bug with setproctitle() on Drago...
2022-06-30 TAKAI Kousukesv.c: Replace a runtime check with compile-time static...
2022-06-30 TAKAI Kousukesv.c: Use Perl_fabs rather than hand-coded abs expressions
2022-06-20 David Mitchellt/op/catch.t: add comments explaining its purpose
2022-06-20 David Mitchellfix panic from eval {} inside /(?{...})/
2022-06-18 Nicolas MendozaRemove usage of old package separator.
2022-06-18 Karl Williamsonperldiag: ispunct is a libc, section 3, fcn
2022-06-18 Karl Williamsonperlapi: Split two groups of entries
2022-06-18 Tomasz Konojackit/porting/libperl.t: don't check for non-public symbols
2022-06-16 Hugo van der SandenGH19478: applying taint is no reason to mess with pos
2022-06-13 Paul "LeoNerd" EvansA better error message for `try {} catch {}` missing...
2022-06-10 Karl WilliamsonRemove support for Ultrix
2022-06-06 Karl WilliamsonComprehensive charset.t tests
2022-06-03 Tony Cookremove some leftover debug output from filetime_from_time()
2022-05-31 Karl Williamsont/op/vec.t: use strict, warnings
2022-05-28 jkahrmanDon't check POD embedded in HTML generated from other POD
2022-05-28 Yves OrtonRevert "Revert "mg.c, Cwd.pm - Empty path is the same...
2022-05-28 Hugo van der SandenGH16319: avoid recursion parsing 'pack' template
2022-05-28 Karl Williamsonpodcheck.t: Note file that not to consider pod
2022-05-18 Karl Williamsonperlapi: Document and mark internal my_socketpair
2022-05-18 Todd RinaldoLoosen regex in tests which validate process name.
next