This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update URLs to be https://
[perl5.git] / t /
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...
2019-08-08 Hauke D(perl #133695) "0".."-1" should act like 0..-1
2019-08-07 Tony CookRevert "Revert "postpone perl_parse() exit(0) bugfix""
2019-08-06 David Mitchellavoid use-after free in /(?{...})/
2019-07-31 Tony Cook(perl #134310) don't confuse S_no_op()
2019-07-23 Tony Cookavoid synthesizing locale names with newlines in them
2019-07-23 Tony CookWin32: set FOO lists values for all variables starting...
2019-07-22 Tony Cook(perl #134291) propagate non-PVs in $@ in bare die()
2019-07-20 Steve HayNo need to list CUSTOMIZED files for anything but upstr...
2019-07-19 Steve HayConfig::Perl::V is ahead of CPAN
2019-07-16 Tony Cook(perl #134221) support append mode for open .. undef
2019-07-10 David Mitchellavoid SEGV with uninit warning with multideref
2019-07-09 Tony CookRevert "postpone perl_parse() exit(0) bugfix"
2019-06-27 Karl WilliamsonPATCH: [perl #133996] reword diagnostic
2019-06-26 Tony Cook(perl #134125) make no digits after 0x/0b fatal
2019-06-26 Karl Williamsonregex: Add lower bound to ANYOFH nodes UTF-8 byte
2019-06-26 Tony Cook(perl #122112) make sure SIGPIPE is delivered if we...
2019-06-24 David MitchellPerl_scalar() tail-call optimise
2019-06-24 David Mitchellmake Perl_scalar() mostly non-recursive
2019-06-24 David Mitchellmake Perl_list() mostly non-recursive
2019-06-21 James E KeenanAdd two entries to pod issues database
2019-06-20 Karen Etheridgefix podcheck errors for broken links
2019-06-19 Manuel MauszAdd test for perl #134169
2019-06-18 Steve HayThe Windows CE Chainsaw Massacre
2019-06-17 Tony Cook(perl #133989) scalar() the argument to readline, if any
2019-06-12 Tony Cook(perl #134072) allow \&foo = \&bar to work in main::
2019-06-12 Tony Cook(perl #130585) prevent a spurious ) in a subparse confu...
2019-06-11 Tony Cook(perl #134125) accept only complete hex and binary...
2019-06-11 Tony Cook(perl #133850) allow attributes in sub-parses
2019-06-11 Tony Cook(perl #133850) allow @x{...} with space in sub-parse
2019-06-11 Tony Cook(perl #133850) warn on ${time} even in sub-parse
2019-06-11 Tony Cook(perl #133850) fix parsing hints for print $fh "foo...
2019-06-11 Tony Cook(perl #122112) remove some interfering debug output
2019-06-03 Richard LeachAndroid can pass eintr_print.t
2019-06-03 Karl Williamsonpodcheck.t: Don't output warnings when extracting pod
2019-06-03 Tony Cook(perl #133913) limit numeric format results to INT_MAX
2019-06-03 Tony Cook(perl #134048) prevent an erroneous assertion on OP_SCALAR
2019-06-03 Tony Cook(perl #134008) an alternative test
2019-06-03 Hugo van der Sanden[#134008] More carefully ignore negative precision...
2019-05-31 James E KeenanUse of code points over 0xFF in string bitwise operators
2019-05-31 Nicolas RAdd unit test for compiled once RegExp
2019-05-31 Karl WilliamsonSplit ANYOFH regnode into two types
2019-05-31 Karl Williamsonembed.fnc: Change s flag to S
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-05-30 Karl Williamsonpodcheck.t: Stop using Pod::Parser
2019-05-30 Karl Williamsonpodcheck.t: Sort some output for consistency
2019-05-30 Karl Williamsonpodcheck.t: Typos, white-space, comment
2019-05-29 Tony Cook(perl #122112) a simpler fix for pclose() aborted by...
2019-05-29 Tony Cook(perl #122112) test for signal handler death in pclose
2019-05-28 Dagfinn Ilmari Man... Remove remaining assignments to SvCUR and SvLEN in...
2019-05-26 Karl WilliamsonTime::HiRes: Add L<> to pod links
next