This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
study_chunk: honour mutate_ok over recursion
[perl5.git] / t /
2020-06-01 Hugo van der Sandenstudy_chunk: honour mutate_ok over recursion
2020-05-30 Karen Etheridges/Github/GitHub/
2020-05-27 Karl Williamsonop/exec.t: ENOTDIR is a legit errno
2020-05-27 Karl Williamsont/re/speed.t: Adapt for sl-o-o-w boxes
2020-05-27 Karl Williamsont/re/pat_advanced.t: Adapt for sl-o-o-w boxes
2020-05-27 Karl Williamsonre/regexp_nonull.t: Skip if no APItest built
2020-05-27 Karl Williamsonop/sub.t: Skip APItest test if that not built
2020-05-27 Karl Williamsont/re/anyof.t: Adapt a test for EBCDIC
2020-05-27 Karl Williamsonlib/warnings.t: Fix EBCDIC toke warning wording
2020-05-27 Karl Williamsont/TEST: Skip some cpan module testing on EBCDIC
2020-05-27 Karl Williamsont/re/regexp.t: Fix to properly handle EBCDIC
2020-05-27 Tony Cookset magic on $lex for $lex = (index(...) == -1) and...
2020-05-27 Tony Cookfix utf8 length magic handling for scalar reverse
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-05-20 Tony Cookeliminate recursion from yyl_fake_eof() into yyl_try()
2020-05-20 Tony Cooktest that many blank lines doesn't exhaust stack in...
2020-04-29 Karl Williamsonregcomp.c: Fix named sequences in (?[...])
2020-04-29 Karl Williamsonregcomp.c: Avoid use after free
2020-04-27 David MitchellRevert "avoid identical stack traces"
2020-04-27 David MitchellRevert "fixup to "avoid identical stack traces" - try 2"
2020-04-23 Hugo van der Sandenregcomp: avoid overflow setting last_start_max
2020-04-23 Hugo van der Sandengh16947: avoid mutating regexp program only within...
2020-04-12 Hugo van der Sandenstudy_chunk: do not rewrite for trie while enframed
2020-04-05 Karl Williamsonregcomp.c: Die on relative group number overflow
2020-04-05 Karl Williamsonregcomp.c: Avoid a segfault
2020-04-05 Karl Williamsonregcomp.c: Rmv unnecessary code
2020-04-04 Karl Williamsonre/pat_advanced.t: Rmv extraneous line
2020-04-03 Karl Williamsonregcomp.c: Handle /ss\xdf/iaa properly
2020-04-02 Karl Williamsontr/abc/de/: Properly handle longer lhs in in-place...
2020-03-27 Hugo van der Sandengh-17645: avoid oob read on conflict marker detection
2020-03-27 Hugo van der Sandengh-17645 test for out of bounds read
2020-03-18 David Mitchellfixup to "avoid identical stack traces" - try 2
2020-03-13 Nicolas RFetch git history to run tests like t/porting/cmp-version.t
2020-03-13 Dan BookIPC::Open2 and IPC::Open3 documentation updates
2020-03-13 Zeframchained comparisons
2020-03-12 Nicolas RRevert "fixup to "avoid identical stack traces""
2020-03-12 David Mitchellfixup to "avoid identical stack traces"
2020-03-11 John LightseyImprove handling missing data in t/porting/authors...
2020-02-20 Karl WilliamsonFixup POSIX::mbtowc, wctomb
2020-02-20 Karl WilliamsonPOSIX::mblen() Make thread-safe; allow shift state...
2020-02-20 Karl WilliamsonRestrict features in wildcards
2020-02-20 Karl Williamsont/re/reg_mesg.t: Emit diagnostics on some more failing...
2020-02-20 Karl WilliamsonImprove handling of nested qr/(?[...])/
2020-02-16 Dagfinn Ilmari Man... Storable: linkify alternatives references
2020-02-16 Dagfinn Ilmari Man... Add 'indirect' feature that can be turned off to disabl... 17477/head
2020-02-12 Karl WilliamsonAdd qr/\p{Name=...}/
2020-02-10 Yves Ortont/porting/manifest.t: ignore .mailmap
2020-02-10 Yves Ortontoke.c - handle ${10} properly - Issue #12948
2020-02-09 Hugo van der Sandenskip op/signame_canonical test under miniperl
2020-02-07 Yves Ortonregcomp.c: make \K+ and \K* illegal.
2020-02-04 Todd RinaldoPass the canonical signal name to the signal handler...
2020-02-04 James E KeenanProhibit usage of Test::Simple under 't/'
2020-02-04 David Mitchellmulticoncat: keep assign for 'local $foo = "..."'
2020-02-02 Yves Ortontoke.c: fix Multidimensional array heuristic to ignore...
2020-01-31 Yves Ortonpp_sort.c: fix fencepost error in call to av_extend()
2020-01-27 Tony Cookrun/switches.t: allocate the in-place edit test directo...
2020-01-27 Hugo van der Sandenregexec: don't increment recursion counter for non...
2020-01-26 Tony Cookalways treat undef in %INC as a failed require
2020-01-26 Tony Cooktest case for GH #17428, an interaction between undef...
2020-01-23 Karl Williamsonregcomp.c: Use grok_hex in expanding \N{U+...}
2020-01-23 Karl Williamsontoke.c: Don't accept illegal code points
2020-01-23 Karl Williamsonregcomp.c: Use uc to print hex A-F in err msg
2020-01-23 Karl Williamson(toke|regcomp).c: Use common fcn to handle \0 problems
2020-01-23 Karl Williamsonregcomp.c: Code points above 255 are portable
2020-01-23 Karl WilliamsonRevise \o{ missing '}' error message
2020-01-23 Karl WilliamsonRestructure grok_bslash_[ox]
2020-01-23 Karl WilliamsonRestructure grok_bslash_c
2020-01-23 Karl WilliamsonHoist code point portability warnings
2020-01-23 Karl WilliamsonTest that a leading '_' is ok in \x{}, \o{}
2020-01-21 Dan BookChange various search.cpan.org references to metacpan...
2020-01-19 Karl Williamsonre/pat.t: Fix failure on some systems
2020-01-19 Karl Williamsont/test.pl: Add comments about runperl vs fresh_perl
2020-01-19 Karl Williamsont/test.pl: fresh_perl has only 2 args
2020-01-17 Nicolas RSkip t/porting/authors.t when failing guessing common...
2020-01-09 Yves OrtonFix Issue #17372 - Deal with NOTHING regops in trie...
2020-01-09 Chris 'BinGOs' Wil... Update autodie to CPAN version 2.31
2020-01-08 Dan BookDocument suggestion to use libffi for simple library...
2019-12-30 Karl WilliamsonPATCH: GH #17391 tr/// regression
2019-12-27 Karl WilliamsonPATCH: GH #17384 out of bounds read in qr//
2019-12-26 Karl Williamsont/test.pl: Fix to display properly on EBCDIC
2019-12-22 Dan BookUpdate documentation, readmes, comments, and utilities...
2019-12-19 Karl Williamsont/charset_tools.pl: Avoid some work on ASCII platforms
2019-12-19 Karl Williamsont/re/regexp.t: Speed up many regex tests on ASCII platform
2019-12-18 Karl WilliamsonPATCH: GH #17371
2019-12-18 Karl WilliamsonAdd memCHRs() macro and use it
2019-12-18 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 7.42
2019-12-17 Karl WilliamsonPATCH: GH #17370, read beyond buffer in grok_inf_nan
2019-12-17 Karl WilliamsonPATCH: GH #17367 read 1 beyond end of buffer
2019-12-16 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 7.40
2019-12-14 Karl Williamsont/re/pat.t: White-space only
2019-12-14 Karl Williamsont/re/pat.t: Fix skip count for limited mem platforms
2019-12-14 Karl Williamsont/re/pat.t: Skip tests that don't work on EBCDIC
2019-12-13 David Mitchellavoid identical stack traces
2019-12-12 Tony Cookun-TODO pl_check.t and remove io/handle.t
2019-12-12 Stefan SeifertMove PL_check to the interp vars to fix threading issues
2019-12-11 Karl WilliamsonOnly allow punct delimiter for regex subpattern
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-12-09 Karl Williamsonre/regexp_unicode_prop.t: Add comment
2019-12-09 Karl WilliamsonPATCH GH #17025 \p{user-defined} overrides official...
2019-12-07 Karl Williamsont/op/die.t: 'use utf8'
next