This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / t / lib /
2023-12-19 Tony Cookreturn doesn't allow an indirect object
2023-12-07 Tony Cookallow "used only once" warnings to be fatal
2023-11-27 Lukas Maidon't optimize (or warn about) control flow ops in...
2023-11-22 Lukas Maielide right operand if left operand transfers control
2023-11-20 Lukas Maiextend "Possible precedence issue" warning, cover more...
2023-11-03 Elvin Aslanovt: Convert indirect syntax in tests
2023-08-17 Paul "LeoNerd" EvansRemove `experimental::builtin` warnings from most of...
2023-08-14 Tony Cookclass :isa(): check for not only a stash, but a class
2023-08-08 Karl WilliamsonRevert "AIX: skip some locale tests"
2023-08-02 Paul "LeoNerd" EvansAdded __CLASS__ keyword, which yields the runtime class...
2023-07-24 Tony Cookmake sure "use VERSION;" sets the flag needed for ...
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-05-16 Tony CookAIX: skip some locale tests
2023-03-23 Lukas Maireport uninit variable name even in optimized cases
2023-03-18 Yves Ortonpp_ctl.c - add support for hooking require.
2023-03-18 Yves Ortont/lib/GH_15109 - rename to t/lib/caller
2023-02-24 Philippe Bruhat... Smartmatch deprecation warnings are disabled by `no...
2023-02-24 Philippe Bruhat... Replace 'experimental::smartmatch' by 'deprecated'...
2023-02-20 Yves Ortonpp_ctl.c - Consistently exit after 10 errors
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
2023-02-08 Tony CooknewATTRSUB_x: don't try to sv_cmp() an AV*
2023-02-08 Tony Cookwarn on redefining an array constant sub
2023-02-06 Tony Cooktoke.c: deprecation warning for ' as a package separator
2023-02-06 Tony CookEnable the current "Old package separator used in strin...
2022-12-17 Paul "LeoNerd" EvansDetect forbidden flow at compiletime of `defer` or...
2022-11-23 Yves Ortonpp_ctl.c - don't let the current cop_file end up empty...
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-08-31 Tony Cookonly clear the stream error state in readline() for...
2022-07-29 Leon TimmermansAdd an EXISTS method to NDBM_File
2022-07-21 Karl Williamsonlib/warnings.t: regexec warnings need LC_CTYPE
2022-07-06 Dagfinn Ilmari Man... Update feature hint bit twiddling test for widened...
2022-07-04 Tony Cookfix no bareword_filehandles for method calls as first...
2022-04-20 Neil Bowerschanges to perl tests to handle perl without taint...
2022-04-08 Karl WilliamsonAccept \p{nv=-0}
2022-03-24 Karl Williamsontoke.c: Add missing ptr update
2022-03-20 Karl WilliamsonAllow reversal of some paired delimiters; deprecations
2022-03-20 Karl WilliamsonAdd 'extra paired delimiters' feature
2022-03-19 Karl WilliamsonRemove use of experimental regex sets warnings
2022-03-14 Paul "LeoNerd" EvansAn initial implementation of builtin::indexed
2022-03-11 Paul "LeoNerd" EvansFix order of builtin:: warnings tests
2022-03-08 Paul "LeoNerd" EvansMove sort's scalar context warning to new 'scalar'...
2022-03-07 Paul "LeoNerd" EvansRename is{bool,weak} to is_{bool,weak}
2022-02-20 Paul "LeoNerd" EvansRemove 'no warnings experimental::signatures' from...
2022-02-19 Yves OrtonReapply squashed "avoid identical stack traces" patches
2022-02-13 Paul "LeoNerd" EvansPrint a deprecation warning if downgrading to a use...
2022-01-27 Tomasz Konojackisubroutine redefinitions made with local() shouldn...
2022-01-25 Dagfinn Ilmari Man... Add test for experimental::builtin warnings
2022-01-19 David Mitchellmake a sort with zero args a compile-time err
2021-12-16 Dagfinn Ilmari Man... Also fix paren-less calls of subs where a filehandle...
2021-12-16 Dagfinn Ilmari Man... Fix function calls being misinterpreted as bareword...
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-09-22 Tony CookDon't try to Sv[PI]V() on an undef index SV in find_uni... 19148/head
2021-08-10 Tony CookProvide a simple API for testing features enabled
2021-07-06 Tony Cookwarn when using each on an anonymous hash or array
2021-06-28 Leon TimmermansRemove :win32 PerlIO layer
2021-02-08 Richard Leacht/lib/warnings/pad - add shadow checks for 'state'
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2021-01-17 Karl Williamsont/lib/Cname.pm: Comment, white-space only
2021-01-04 Tony Cookadd a bareword_filehandles feature, which is enabled...
2020-12-15 James E Keenant/lib/croak/toke: Correct test label
2020-11-29 David CantrellAdd -negative import args for 'use warnings'
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-08-28 David Mitchellremove leaky warnings.t skip
2020-08-22 James E KeenanCorrect typo in 'die' message.
2020-08-11 Tony Cookadd a default enabled feature "multidimensional"
2020-07-30 Tony Cookreport the index for not found hash/array index lookups...
2020-05-27 Karl Williamsonlib/warnings.t: Fix EBCDIC toke warning wording
2020-04-27 David MitchellRevert "avoid identical stack traces"
2020-04-27 David MitchellRevert "fixup to "avoid identical stack traces" - try 2"
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-03-18 David Mitchellfixup to "avoid identical stack traces" - try 2
2020-03-12 Nicolas RRevert "fixup to "avoid identical stack traces""
2020-03-12 David Mitchellfixup to "avoid identical stack traces"
2020-02-16 Dagfinn Ilmari Man... Add 'indirect' feature that can be turned off to disabl... 17477/head
2020-02-04 James E KeenanProhibit usage of Test::Simple under 't/'
2020-02-02 Yves Ortontoke.c: fix Multidimensional array heuristic to ignore...
2020-01-26 Tony Cooktest case for GH #17428, an interaction between undef...
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
2020-01-23 Karl WilliamsonRevise \o{ missing '}' error message
2020-01-23 Karl WilliamsonRestructure grok_bslash_[ox]
2020-01-23 Karl WilliamsonRestructure grok_bslash_c
2020-01-23 Karl WilliamsonHoist code point portability warnings
2019-12-13 David Mitchellavoid identical stack traces
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
next