This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/regexp_unicode_prop.t: White-space only
[perl5.git] / t / lib /
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]
2017-02-07 Karl WilliamsonAdd test for [perl #129157]
2017-02-07 Karl WilliamsonAdd .t for malformed-UTF-8 toke.c testing
2017-02-02 Karl Williamsont/lib/warnings/toke: Fix comment typos
2017-01-31 Karl WilliamsonPATCH: [perl #130655] Unrecognized UTF-8 char
2017-01-30 Karl WilliamsonAdd test for [perl #129036]
2017-01-30 Karl WilliamsonPATCH: [perl #130666]: Revert "toke.c, S_scan_ident...
2017-01-26 Karl WilliamsonTest for [perl #130567]
2017-01-23 AbigailBe consistent in deprecation messages.
2017-01-19 Tony Cook(perl #129342) test for buffer overflow
2017-01-17 Zeframwarn at most once per literal about misplaced _
2017-01-16 AbigailUse of $* and $# will be fatal in 5.30.
2017-01-16 AbigailRevert "Remove deprecation warnings related to $* and...
2017-01-16 AbigailString bitwise operators will not accept code points...
2017-01-16 AbigailReading/writing bytes from :utf8 handles will be fatal...
2017-01-16 Abigailmy() in a false conditional will be fatal in Perl 5.30
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
2017-01-16 AbigailDeprecating the use of C<< \cI<X> >> to specify a print...
2017-01-16 AbigailUse of inherited AUTOLOAD for non-methods will be fatal...
2017-01-16 AbigailUse of comma-less variable lists is deprecated.
2017-01-16 AbigailUse of Unicode code points exceeding IV_MAX will be...
2017-01-16 AbigailBare heredocs will be fatal in 5.28.
2017-01-16 AbigailUse of \N{} will be fatal in 5.28.
2017-01-16 Abigail$/ = \-1 will be fatal in Perl 5.28.
2017-01-16 AbigailOpening a file and dir using the same symbol will be...
next