This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / t / lib / croak /
2023-12-19 Tony Cookreturn doesn't allow an indirect object
2023-08-02 Paul "LeoNerd" EvansAdded __CLASS__ keyword, which yields the runtime class...
2023-07-21 Dagfinn Ilmari Man... t/lib/croak/class: remove skip from of leaking test
2023-07-19 Steve HayFix up lib/croak.t skip following the version bump
2023-07-03 Karl WilliamsonGet t/lib/croak/class to skip until v5.39.1
2023-05-19 David Mitchellskip leaking test in class feature
2023-02-24 Philippe Bruhat... Smartmatch deprecation warnings are disabled by `no...
2023-02-24 Philippe Bruhat... Replace 'experimental::smartmatch' by 'deprecated'...
2023-02-17 Yves Ortont/lib/croak/toke - hide conflict markers in test code
2023-02-10 Paul "LeoNerd" EvansField :param attributes, //= and ||= default assignments
2023-02-10 Paul "LeoNerd" EvansAccept field VAR = EXPR on field vars
2023-02-10 Paul "LeoNerd" EvansRefuse to create a class if its package already contain...
2023-02-10 Paul "LeoNerd" EvansMake @ISA a readonly array on class stashes so user...
2023-02-10 Paul "LeoNerd" EvansDisallow bless hackery around classes and instances
2023-02-10 Paul "LeoNerd" EvansInitial attack at basic 'class' feature
2022-12-17 Paul "LeoNerd" EvansDetect forbidden flow at compiletime of `defer` or...
2022-10-26 Yves Ortontoke.c - rework "Perl_no_op" warnings so we call Perl_w...
2022-09-09 Yves OrtonStop parsing on first syntax error.
2022-04-08 Karl WilliamsonAccept \p{nv=-0}
2022-03-20 Karl WilliamsonAllow reversal of some paired delimiters; deprecations
2022-03-20 Karl WilliamsonAdd 'extra paired delimiters' feature
2022-02-20 Paul "LeoNerd" EvansRemove 'no warnings experimental::signatures' from...
2022-01-19 David Mitchellmake a sort with zero args a compile-time err
2020-12-15 James E Keenant/lib/croak/toke: Correct test label
2020-11-04 Tony Cooksome extra tests as suggested by hvds
2020-11-04 Tony Cookdon't croak when the \K follows the lookaround assertion
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-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
2019-11-11 Tony Cookhandle s being updated without len being updated
2019-08-19 Tony Cook(perl #124256) disallow \K in lookahead and lookbehind
2019-08-08 Tony Cook(perl #134266) make sure $@ is writable when we write...
2019-07-31 Tony Cook(perl #134310) don't confuse S_no_op()
2019-06-26 Tony Cook(perl #134125) make no digits after 0x/0b fatal
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-03-18 Karl WilliamsonPATCH: [perl #131551] Too deep regex compilation recursion
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-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-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-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-17 Zeframmerge branch zefram/dumb_match
2017-12-10 Father Chrysostomos[perl #74764] Forbid ‘goto’ jumping into ‘given’
2017-12-10 Father ChrysostomosExplicitly test goto-into-foreach
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-11-29 Zeframmake "outside a loop" error messages consistent
2017-11-29 Zeframmake "when" do implicit "next"
2017-11-28 Zeframremove useless "default" mechanism
2017-11-21 Zeframregularise "when"
2017-11-08 Lukas Mairestore error message for unterminated strings
2017-11-04 Zeframinitialisation of simple aggregate state variables
2017-10-29 Tony Cook(perl #132245) don't try to process a char range with...
2017-09-19 Tony Cook(perl #131777) prevent non-'=' assign ops tokens in...
2017-08-14 Tony Cook(perl #131725) ignore the exponent on a decimal float...
2017-07-02 Father Chrysostomos[perl #131679] Fix ‘our sub foo::bar’ message
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
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-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-07 Karl WilliamsonAdd test for [perl #129157]
2017-02-07 Karl WilliamsonAdd .t for malformed-UTF-8 toke.c testing
2017-01-19 Tony Cook(perl #129342) test for buffer overflow
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
2016-07-26 Father ChrysostomosAdd tests for runaway q«« strings
2016-07-26 Father ChrysostomosHandle missing Unicode heredoc terminators correctly
2016-07-26 Father Chrysostomos[perl #128701] Fix err msg for Unicode delimiters
2016-06-11 Father Chrysostomos[perl #128260] Fix lvalue cx for substr and vec
2016-06-06 Tony Cook(perl #127993) test reporting of multiple conflict...
2016-06-04 Lukas Maifix bogus "at end of line" error message for "my (my...
2016-05-21 Father Chrysostomos[perl #128204] Fix crash with @a &.= etc.
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2016-05-17 Father Chrysostomos[perl #127976] Restore ‘or array’ to each($s) err
2016-01-13 Tony Cook[perl #123737] handle a non-identifer after @ better...
2016-01-10 Tony Cook[perl #123737] delay reporting a missing operator for...
2015-11-24 Tony Cook[perl #126480] pipe() doesn't need the assertions
2015-08-27 Tony Cook[perl #125341] check for unexpected trash after any...
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-04-25 David Mitchell[perl #123737] Fix assertion failure with 0$#{
2015-03-06 Karl Williamsont/lib/croak/op: Fix to work on EBCDIC platforms
2015-02-06 Father Chrysostomos[perl #123737] Fix assertion failure with 0${
2015-02-05 Father ChrysostomosFix double free with const overload after errors
2014-12-13 Father ChrysostomosFix garbage output from ‘my $é’
2014-12-10 Father ChrysostomosFix assertion failure with our @a->{0}
next