This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Pod::Simple from version 3.38 to 3.39
[perl5.git] / t / lib /
2019-06-26 Tony Cook(perl #134125) make no digits after 0x/0b fatal
2019-06-24 David MitchellPerl_scalar() tail-call optimise
2019-06-17 Tony Cook(perl #133989) scalar() the argument to readline, if any
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 @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-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-05-02 Karl WilliamsonPATCH: [perl #134064] Assertion failure in toke.c
2019-04-12 David Mitchellwarnings.t: skip some leaky tests
2019-03-19 Karl WilliamsonChange error wording for \o{}
2019-03-18 Karl WilliamsonPATCH: [perl #131551] Too deep regex compilation recursion
2019-03-08 Karl WilliamsonPATCH: [perl #131642] pack returning malformed UTF-8
2019-01-22 Tony Cook(perl #130367) separate error for push etc on hash...
2019-01-03 Tony Cook(perl #132158) abort compilation if we see an error...
2019-01-02 Tony Cook[perl #133524] report line number for Prototype not...
2018-10-20 Karl Williamsont/lib/warnings/regcomp: Turn off warns for experimental
2018-10-17 James E KeenanImplement fatalization of dump()
2018-10-17 James E KeenanFatalize use of $* and $#
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-10-03 James E KeenanImplement scheduled fatalization of my() in false condi...
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-08-30 Tony Cook(perl #132683) don't try to convert PL_sv_placeholder...
2018-07-02 Karl WilliamsonFix to compile under -DNO_LOCALE
2018-06-25 Karl WilliamsonDon't allow non-graphemes as pattern delimiters
2018-04-17 Yves Ortonfix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for...
2018-04-17 Karl WilliamsonSubject: PATCH: [perl #132063]: Heap buffer overflow
2018-03-12 Karl Williamsont/lib/croak/regcomp: Fix up for EBCDIC
2018-03-11 Karl Williamsont/lib/croak/regcomp: Another attempt to fix test failure
2018-03-09 Karl Williamsont/lib/croak/regcomp: Hopefully fix test failure
2018-03-06 Karl WilliamsonPATCH: [perl #132163] regex assertion failure
2018-02-27 Father Chrysostomoswarnings.pm: _at_level functions and chunky handles
2018-02-11 Father ChrysostomosTest for _at_level functions with fh
2018-01-08 Father Chrysostomos[perl #130936] Forbid some cases of inward goto
2017-12-31 Father ChrysostomosRemove experimental bitwise warning
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-23 Zeframnarrow scope of argsv in sv_vcatpvfn_flags()
2017-12-18 Father Chrysostomos[perl #132468] At _at_level warnings functions
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-14 Zeframwarn on $a.$b.$c in void context
2017-12-10 Father Chrysostomos[perl #74764] Forbid ‘goto’ jumping into ‘given’
2017-12-10 Father ChrysostomosExplicitly test goto-into-foreach
2017-12-07 Yves Ortonfix #131649 - extended charclass can trigger assert
2017-12-06 Zeframput shadowing warnings in their own category
2017-12-06 Tony Cooklimit digits based on radix for oct/bin fp
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-04 Father ChrysostomosMake Bad name error less unhelpful
2017-12-02 Father Chrysostomost/lib/warnings/9enabled: update comment
2017-11-29 Zeframmake "outside a loop" error messages consistent
2017-11-29 Zeframmake "when" do implicit "next"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-28 Zeframremove useless "default" mechanism
2017-11-28 Dagfinn Ilmari Man... Assigning non-zero to $[ will become fatal in 5.30
2017-11-26 Father Chrysostomos[perl #132485] Warn about "$foo'bar"
2017-11-22 Zeframeviscerate smartmatch
2017-11-21 Zeframregularise "when"
2017-11-16 Zeframadditional tests for registered warning categories
2017-11-15 Zeframfix handling of registered warning categories
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2017-11-08 Lukas Mairestore error message for unterminated strings
2017-11-04 Zeframinitialisation of simple aggregate state variables
2017-11-02 Tony Cook(perl #131895) fail stat on names with \0 embedded
2017-10-29 Tony Cook(perl #132245) don't try to process a char range with...
2017-10-17 Tony Cook[perl #127063] suppress warning on assigning 0 to $[
2017-10-08 Father ChrysostomosSet PL_curstname in pp_ctl.c:doeval
2017-09-19 Tony Cook(perl #131777) prevent non-'=' assign ops tokens in...
2017-09-13 AbigailTest for 0e3f4440d849cf8fca676f87e574164e33cf2e13
2017-08-28 Father Chrysostomos[perl #131883] Include pkg in :prototype warnings
2017-08-28 Father ChrysostomosTest ‘Missing ']' in prototype’ warning
2017-08-22 Father ChrysostomosMove illegalproto warnings to t/lib/warning/toke
2017-08-14 Tony Cook(perl #131725) ignore the exponent on a decimal float...
2017-08-08 Tony Cook(perl #131646) make the test less fragile
2017-07-16 Karl Williamsont/lib/warnings/utf8: Fix test
2017-07-13 Karl WilliamsonForbid above IV_MAX code points
2017-07-13 Karl Williamsonutf8n_to_uvchr() Use correct warnings category
2017-07-13 Karl WilliamsonRestore a portion of reverted commits
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-07-02 Father Chrysostomos[perl #131679] Fix ‘our sub foo::bar’ message
2017-06-24 Karl WilliamsonPATCH: [perl #131646] Assertion fail UTF-8 error msg
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-06-06 AbigailFatalize the use of code points above 0xFF for bitwise...
2017-06-06 AbigailFatalize inheriting AUTOLOAD for non-methods.
2017-06-06 AbigailForbid out of range Unicode code points.
2017-06-05 Dagfinn Ilmari Man... Forbid setting $/ to a reference to a non-postive integer
2017-06-05 Dagfinn Ilmari Man... Forbid use of bare << to mean <<""
2017-06-05 Dagfinn Ilmari Man... Disallow opening the same symbol as both a file and...
2017-06-01 Karl WilliamsonDeprecate vec() with above-FF code points.
2017-06-01 Karl WilliamsonFatalize \N{}
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :unique attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated comma-less format variable lists
2017-03-31 David Mitchelltweak 'do "%s" failed' message
2017-03-14 Tony Cookwarn if do "somefile" fails when . not default in ...
2017-02-14 Karl WilliamsonAdd test for [perl #130675]
2017-02-14 Karl Williamsont/lib/croak/toke_l1: Cut down test
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-12 Sawyer XRevert "Deprecating the use of C<< \cI<X> >> to specify...
2017-02-08 Karl WilliamsonAdd TODO test for [perl #125493]
next