summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixup to "avoid identical stack traces" - try 2David Mitchell2020-03-181-0/+9
* Revert "fixup to "avoid identical stack traces""Nicolas R2020-03-121-9/+0
* fixup to "avoid identical stack traces"David Mitchell2020-03-121-0/+9
* Add 'indirect' feature that can be turned off to disable indirect object syntaxDagfinn Ilmari Mannsåker2020-02-161-0/+141
* Prohibit usage of Test::Simple under 't/'James E Keenan2020-02-041-1/+9
* toke.c: fix Multidimensional array heuristic to ignore function callsYves Orton2020-02-021-0/+13
* test case for GH #17428, an interaction between undef in %INC and requireTony Cook2020-01-271-0/+2
* regcomp.c: Use grok_hex in expanding \N{U+...}Karl Williamson2020-01-231-0/+6
* toke.c: Don't accept illegal code pointsKarl Williamson2020-01-231-0/+24
* regcomp.c: Use uc to print hex A-F in err msgKarl Williamson2020-01-231-4/+4
* Revise \o{ missing '}' error messageKarl Williamson2020-01-231-1/+1
* Restructure grok_bslash_[ox]Karl Williamson2020-01-232-6/+6
* Restructure grok_bslash_cKarl Williamson2020-01-232-4/+6
* Hoist code point portability warningsKarl Williamson2020-01-232-0/+21
* avoid identical stack tracesDavid Mitchell2019-12-133-0/+19
* updates to $^H{feature_validname} now update cop_featuresTony Cook2019-12-051-3/+0
* tests for the faster features problem sprout pointed outTony Cook2019-12-051-0/+48
* handle s being updated without len being updatedTony Cook2019-11-121-0/+5
* UnTODO some tests fixed by the previous commitKarl Williamson2019-11-061-1/+1
* enforce strict for barewords in multiconcatTony Cook2019-11-041-0/+8
* And silence some silly examples.Max Maischein2019-11-031-2/+80
* t/lib/charnames/alias: Fix typo in commentKarl Williamson2019-09-251-1/+1
* (perl #124256) disallow \K in lookahead and lookbehindTony Cook2019-08-191-0/+9
* (perl #134266) make sure $@ is writable when we write to itTony Cook2019-08-081-0/+8