This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: After AvARRAY(), don't use av_store
[perl5.git] / t /
2019-12-07 Karl Williamsont/op/die.t: 'use utf8'
2019-12-04 Tony Cookupdates to $^H{feature_validname} now update cop_features
2019-12-04 Tony Cooktests for the faster features problem sprout pointed out
2019-12-04 Tony Cookskip code that requires dynamic loading and minitest...
2019-12-04 Tony Cookfix skip for loop over locales
2019-12-04 Tony CookPOSIX isn't loadable in miniperl
2019-12-04 Tony Cookmove the implementation of %-, %+ into core
2019-11-30 Max MaischeinWe don't need to switch branches in git at all
2019-11-28 Karl Williamsont/loc_tools.pl: Silence 'undef' warning
2019-11-27 Dan BookConvert issue links from rt.perl.org to GitHub
2019-11-26 Vitali PeilPATCH: gh #16045: add test descriptions for some basic...
2019-11-26 Tony CookRevert "cygwin 2.1.0 can test -r just fine, incl. under...
2019-11-22 Karl WilliamsonPATCH: gh #17319 Segfault
2019-11-21 Karl WilliamsonProperly handle filled /il regnodes and multi-char...
2019-11-21 Max MaischeinTry to find the appropriate SHAs
2019-11-20 Karl WilliamsonAdd ANYOFHs regnode
2019-11-19 Max MaischeinFix the author email address on Github Actions pull...
2019-11-18 Karl WilliamsonAdd ANYOFRb regnode
2019-11-18 Karl WilliamsonAdd ANYOFR regnode
2019-11-18 Karl Williamsont/re/anyof.t: Add a test
2019-11-18 Karl WilliamsonPrefer EXACTish regnodes to ANYOFH nodes
2019-11-17 Karl Williamsont/re/anyof.t: Fix highest range tests
2019-11-17 Karl Williamsont/re/anyof.t: Remove duplicate test
2019-11-17 Karl Williamsont/re/anyof.t: Remove invalid test
2019-11-17 Karl Williamsonre/anyof.t: Clarify failing message
2019-11-16 Karl WilliamsonRevamp finding splittable places in /i full node
2019-11-16 Karl Williamsonpat_advanced.t: Update test
2019-11-15 Dagfinn Ilmari Man... Add missing wchar.h include to Win32API::File
2019-11-12 Karl WilliamsonPATCH: [gh #17185] Improper 'unescaped lbrace' msg
2019-11-12 Karl Williamsont/re/regexp.t: Only convert to EBCDIC once
2019-11-12 Karl Williamsonre/regexp.t: Change variable name to be more meaningful
2019-11-11 Tony Cookhandle s being updated without len being updated
2019-11-10 Tomasz Konojackit/op/fork.t: fix skip condition
2019-11-08 Karl WilliamsonPATCH: gh#17227 heap-buffer-overflow
2019-11-07 Karl WilliamsonRemove lib/unicore/Heavy.pl
2019-11-07 Karl WilliamsonRemove utf8_heavy.pl
2019-11-07 Karl WilliamsonRemove swashes from core
2019-11-07 Karl WilliamsonUnTODO some tests fixed by the previous commit
2019-11-07 Karl Williamsondoop.c: Refactor do_trans_complex()
2019-11-07 Karl Williamsont/op/tr.t: Add tests, incl. a TODO
2019-11-05 David Mitchellt/re/speed.t: increase timeout
2019-11-04 Tony Cookenforce strict for barewords in multiconcat
2019-11-03 Karl Williamsontoke.c: Fix bug tr/// upgrading to UTF-8 in middle
2019-11-03 Max MaischeinAnd silence some silly examples.
2019-11-01 Karl WilliamsonAccept experimental script_run feature
2019-11-01 Karl WilliamsonAccept experimental alpha_assertions feature
2019-10-31 Tony Cookfix panic caused by printf with %n with utf8 length...
2019-10-30 Karl WilliamsonChange the names of some regnodes
2019-10-28 Steve HayUpgrade Math::BigInt from version 1.999817 to 1.999818
2019-10-26 Karl WilliamsonPATCH: [perl 134335], gh115,Assert fail in regmatch
2019-10-24 Tony Cookensure locale_name_on_entry isn't clobbered
2019-10-24 Paul "LeoNerd" EvansMove keywords from a regexp to a qw() list
2019-10-23 Graham Knopadd git commit info into archive exports to allow build...
2019-10-22 Karl WilliamsonPATCH: #17196, Assertion failure in /l pattern
2019-10-20 Steve HayFix a failing test in Math::BigInt with VC14 or higher
2019-10-19 Nicolas RAdd GitHub issue templates
2019-10-16 Steve HayUpdate lists of CUSTOMIZED files
2019-10-11 Nicolas RFix libperl.t 'no symbols' warning on darwin
2019-10-11 Max MaischeinChange bug URL from rt.perl.org to https://rt.perl.org
2019-10-11 Max MaischeinMailling list archaeology, restoring old content
2019-10-09 Karl Williamsont/op/tr_latin1.t: Skip ASCII-centric tests on EBCDIC
2019-10-09 Karl Williamsont/op/qr.t: Don't use fancy apostrophe
2019-10-09 Karl Williamsont/op/threads-dirh.t: Add ability to skip on memory...
2019-10-09 Karl Williamsont/re/bigfuzzy_not_utf8.t: Add ability to skip on memory...
2019-10-09 Karl Williamsont/re/pat.t: Add ability to skip on memory constrained
2019-10-09 Karl Williamsont/re/re_tests: Skip ASCII-centric test for EBCDIC
2019-10-08 Tony CookDigest::MD5 is customized origin/tonyc/133495-digest-md5
2019-10-06 Karl Williamsont/TEST: Test most of CPAN on EBCDIC
2019-10-03 H.Merijn BrandRecent os390 experiences reflected in docs and hints
2019-10-02 James E KeenanEliminate modifiable variables in constants
2019-09-29 Karl Williamsonregex: Add LEXACT_ONLY8 node type
2019-09-29 Karl Williamsonregex: Create and handle LEXACT nodes
2019-09-29 Karl Williamsonregcomp.c: Change handling of filled EXACT nodes
2019-09-27 Karl WilliamsonSilence verbatim line pod warning in perldebguts
2019-09-25 Karl Williamsont/lib/charnames/alias: Fix typo in comment
2019-09-25 Karl Williamsont/harness: Clarify error message wording
2019-09-23 David Mitchellsub foo($_) {...} - change error message
2019-09-23 David Mitchellsignatures: add tests for multiline sig
2019-09-23 David Mitchellsignatures: add taint tests
2019-09-23 David Mitchellsi_cxsubix not restored on goto &XS_sub
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-19 David Mitchelladd Perl_gimme_V() static inline fn for GIMME_V
2019-09-16 Tony Cook(perl #125557) correctly handle overload for bin/oct...
2019-09-15 Karl Williamsonregen/embed.pl: Generally generate an ARGS_ASSERT
2019-09-15 Karl Williamsont/re/anyof.t: Fix test names
2019-09-14 David MitchellAvoid panic when last s///g is tainted and utf8
2019-09-03 Karl WilliamsonDocument my_exit()
2019-09-03 Karl WilliamsonDocument rsignal()
2019-09-03 Karl WilliamsonDocument my_setenv()
2019-09-03 Karl WilliamsonDocument instr()
2019-09-03 Karl Williamsont/re/pat.t: Use ASCII ' in comment, not Unicode char
2019-09-02 Tony Cooktest for desired magic fetches/stores for vec()
2019-08-30 Craig A. BerryFix parent directory in pod2usage auxiliary script.
2019-08-30 Karl WilliamsonPATCH: [perl #134329] Use after free in regcomp.c
2019-08-27 Karl WilliamsonPATCH: [perl #134325] Heap buffer overflow
2019-08-25 Tony Cook(perl #134230) don't interpret 0x, 0b when numifying...
2019-08-19 Tony Cook(perl #124256) disallow \K in lookahead and lookbehind
2019-08-12 James E KeenanRun tests in ext/File-Find/t in series
2019-08-08 Tony Cook(perl #134266) make sure $@ is writable when we write...
next