summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-0/+486
* t/lib/croak/toke: Correct test labelJames E Keenan2020-12-151-1/+1
* Add -negative import args for 'use warnings'David Cantrell2020-11-281-0/+51
* some extra tests as suggested by hvdsTony Cook2020-11-041-0/+55
* don't croak when the \K follows the lookaround assertionTony Cook2020-11-041-2/+41
* remove leaky warnings.t skipDavid Mitchell2020-08-281-2/+0
* Correct typo in 'die' message.James E Keenan2020-08-221-1/+1
* add a default enabled feature "multidimensional"Tony Cook2020-08-101-0/+22
* report the index for not found hash/array index lookups in report_uninit()Tony Cook2020-07-301-3/+3
* lib/warnings.t: Fix EBCDIC toke warning wordingKarl Williamson2020-05-271-1/+2
* Revert "avoid identical stack traces"David Mitchell2020-04-273-19/+0
* Revert "fixup to "avoid identical stack traces" - try 2"David Mitchell2020-04-271-9/+0
* gh-17645: avoid oob read on conflict marker detectionHugo van der Sanden2020-03-271-1/+1
* gh-17645 test for out of bounds readHugo van der Sanden2020-03-271-0/+9