summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* re/pat.t: Fix failure on some systemsKarl Williamson2020-01-181-1/+1
* t/test.pl: Add comments about runperl vs fresh_perlKarl Williamson2020-01-181-0/+4
* t/test.pl: fresh_perl has only 2 argsKarl Williamson2020-01-181-1/+1
* Skip t/porting/authors.t when failing guessing common ancestorNicolas R2020-01-171-0/+2
* Fix Issue #17372 - Deal with NOTHING regops in trie code properlyYves Orton2020-01-091-1/+2
* Update autodie to CPAN version 2.31Chris 'BinGOs' Williams2020-01-091-6/+0
* Document suggestion to use libffi for simple library bindingsDan Book2020-01-091-0/+2
* PATCH: GH #17391 tr/// regressionKarl Williamson2019-12-291-2/+2
* PATCH: GH #17384 out of bounds read in qr//Karl Williamson2019-12-271-1/+4
* t/test.pl: Fix to display properly on EBCDICKarl Williamson2019-12-261-21/+11
* Update documentation, readmes, comments, and utilities to reference the GitHu...Dan Book2019-12-222-2/+3
* t/charset_tools.pl: Avoid some work on ASCII platformsKarl Williamson2019-12-191-15/+22
* t/re/regexp.t: Speed up many regex tests on ASCII platformKarl Williamson2019-12-191-15/+18
* PATCH: GH #17371Karl Williamson2019-12-181-1/+4
* Add memCHRs() macro and use itKarl Williamson2019-12-181-0/+1
* Update ExtUtils-MakeMaker to CPAN version 7.42Chris 'BinGOs' Williams2019-12-181-1/+0
* PATCH: GH #17370, read beyond buffer in grok_inf_nanKarl Williamson2019-12-171-1/+4
* PATCH: GH #17367 read 1 beyond end of bufferKarl Williamson2019-12-171-1/+5
* Update ExtUtils-MakeMaker to CPAN version 7.40Chris 'BinGOs' Williams2019-12-161-0/+1
* t/re/pat.t: White-space onlyKarl Williamson2019-12-141-7/+7
* t/re/pat.t: Fix skip count for limited mem platformsKarl Williamson2019-12-141-6/+9
* t/re/pat.t: Skip tests that don't work on EBCDICKarl Williamson2019-12-141-0/+3
* avoid identical stack tracesDavid Mitchell2019-12-134-1/+37
* un-TODO pl_check.t and remove io/handle.tTony Cook2019-12-121-26/+0
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-0/+26
* Only allow punct delimiter for regex subpatternKarl Williamson2019-12-111-0/+1
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-093-4/+53
* re/regexp_unicode_prop.t: Add commentKarl Williamson2019-12-091-0/+1
* PATCH GH #17025 \p{user-defined} overrides official UnicodeKarl Williamson2019-12-091-8/+2
* t/op/die.t: 'use utf8'Karl Williamson2019-12-071-0/+2
* updates to $^H{feature_validname} now update cop_featuresTony Cook2019-12-051-3/+0
* tests for the faster features problem sprout pointed outTony Cook2019-12-051-0/+48
* skip code that requires dynamic loading and minitest worksTony Cook2019-12-041-2/+4
* fix skip for loop over localesTony Cook2019-12-041-30/+32
* POSIX isn't loadable in miniperlTony Cook2019-12-041-1/+3
* move the implementation of %-, %+ into coreTony Cook2019-12-041-6/+4
* We don't need to switch branches in git at allMax Maischein2019-11-301-2/+0
* t/loc_tools.pl: Silence 'undef' warningKarl Williamson2019-11-271-1/+1
* Convert issue links from rt.perl.org to GitHubDan Book2019-11-2611-17/+17
* PATCH: gh #16045: add test descriptions for some basic testsVitali Peil2019-11-263-12/+12
* Revert "cygwin 2.1.0 can test -r just fine, incl. under admin"Tony Cook2019-11-261-3/+15
* PATCH: gh #17319 SegfaultKarl Williamson2019-11-221-1/+10
* Properly handle filled /il regnodes and multi-char foldsKarl Williamson2019-11-211-4/+7
* Try to find the appropriate SHAsMax Maischein2019-11-211-1/+9
* Add ANYOFHs regnodeKarl Williamson2019-11-201-1/+12
* Fix the author email address on Github Actions pull requestsMax Maischein2019-11-191-0/+5
* Add ANYOFRb regnodeKarl Williamson2019-11-171-35/+35
* Add ANYOFR regnodeKarl Williamson2019-11-171-37/+37
* t/re/anyof.t: Add a testKarl Williamson2019-11-171-0/+1
* Prefer EXACTish regnodes to ANYOFH nodesKarl Williamson2019-11-172-25/+38