summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* Smartmatch deprecation warnings are disabled by `no warnings 'deprecated'`Philippe Bruhat (BooK)2023-02-251-2/+0
* Replace 'experimental::smartmatch' by 'deprecated' in testsPhilippe Bruhat (BooK)2023-02-254-18/+18
* pp_ctl.c - Consistently exit after 10 errorsYves Orton2023-02-202-5/+1
* t/lib/croak/toke - hide conflict markers in test codeYves Orton2023-02-171-7/+8
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-101-0/+22
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-102-0/+30
* Refuse to create a class if its package already contains a non-empty @ISA arrayPaul "LeoNerd" Evans2023-02-101-0/+7
* Make @ISA a readonly array on class stashes so user code can't fiddle with it...Paul "LeoNerd" Evans2023-02-101-0/+7
* Disallow bless hackery around classes and instancesPaul "LeoNerd" Evans2023-02-101-3/+10
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-102-0/+100
* newATTRSUB_x: don't try to sv_cmp() an AV*Tony Cook2023-02-081-0/+7
* warn on redefining an array constant subTony Cook2023-02-081-1/+7
* toke.c: deprecation warning for ' as a package separatorTony Cook2023-02-071-2/+15
* Enable the current "Old package separator used in string" by defaultTony Cook2023-02-071-3/+12
* Detect forbidden flow at compiletime of `defer` or `finally`Paul "LeoNerd" Evans2022-12-171-0/+49
* pp_ctl.c - don't let the current cop_file end up empty in @INC hooksYves Orton2022-11-231-0/+1
* toke.c - rework "Perl_no_op" warnings so we call Perl_warner() once onlyYves Orton2022-10-268-70/+45
* Stop parsing on first syntax error.Yves Orton2022-09-094-21/+4
* only clear the stream error state in readline() for glob()Tony Cook2022-08-311-2/+2
* Add an EXISTS method to NDBM_FileLeon Timmermans2022-07-291-1/+1
* lib/warnings.t: regexec warnings need LC_CTYPEKarl Williamson2022-07-211-7/+11
* Update feature hint bit twiddling test for widened HINT_FEATURE_MASKDagfinn Ilmari Mannsåker2022-07-061-1/+2
* fix no bareword_filehandles for method calls as first argument of LSTOPsTony Cook2022-07-041-0/+33
* changes to perl tests to handle perl without taint supportNeil Bowers2022-04-201-5/+26
* Accept \p{nv=-0}Karl Williamson2022-04-081-5/+0
* toke.c: Add missing ptr updateKarl Williamson2022-03-241-1/+0
* Allow reversal of some paired delimiters; deprecationsKarl Williamson2022-03-192-15/+26
* Add 'extra paired delimiters' featureKarl Williamson2022-03-192-6/+77
* Remove use of experimental regex sets warningsKarl Williamson2022-03-192-13/+8
* An initial implementation of builtin::indexedPaul "LeoNerd" Evans2022-03-141-0/+14
* Fix order of builtin:: warnings testsPaul "LeoNerd" Evans2022-03-111-8/+8
* Move sort's scalar context warning to new 'scalar' categoryPaul "LeoNerd" Evans2022-03-081-2/+2
* Rename is{bool,weak} to is_{bool,weak}Paul "LeoNerd" Evans2022-03-071-22/+22
* Remove 'no warnings experimental::signatures' from support filesPaul "LeoNerd" Evans2022-02-202-13/+2
* Reapply squashed "avoid identical stack traces" patchesYves Orton2022-02-194-0/+28
* Print a deprecation warning if downgrading to a use VERSION below v5.11Paul "LeoNerd" Evans2022-02-131-0/+3
* subroutine redefinitions made with local() shouldn't warnTomasz Konojacki2022-01-271-0/+15
* Add test for experimental::builtin warningsDagfinn Ilmari Mannsåker2022-01-251-0/+109
* make a sort with zero args a compile-time errDavid Mitchell2022-01-192-2/+2
* Also fix paren-less calls of subs where a filehandle could beDagfinn Ilmari Mannsåker2021-12-161-0/+3
* Fix function calls being misinterpreted as bareword filehandlesDagfinn Ilmari Mannsåker2021-12-161-0/+9
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-023-15/+7
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-082-5/+5
* Don't try to Sv[PI]V() on an undef index SV in find_uninit_var()Tony Cook2021-09-221-0/+13
* Provide a simple API for testing features enabledTony Cook2021-08-101-0/+48
* warn when using each on an anonymous hash or arrayTony Cook2021-07-061-0/+80
* Remove :win32 PerlIO layerLeon Timmermans2021-06-281-14/+0
* t/lib/warnings/pad - add shadow checks for 'state'Richard Leach2021-02-081-10/+47
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-3/+3
* t/lib/Cname.pm: Comment, white-space onlyKarl Williamson2021-01-161-0/+4