summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* t/lib/warnings/regcomp: Turn off warns for experimentalKarl Williamson2018-10-201-6/+12
* Implement fatalization of dump()James E Keenan2018-10-173-37/+8
* Fatalize use of $* and $#James E Keenan2018-10-174-84/+72
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-102-24/+20
* Implement scheduled fatalization of my() in false conditionalJames E Keenan2018-10-031-14/+0
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-264-71/+17
* (perl #132683) don't try to convert PL_sv_placeholder into a CVTony Cook2018-08-301-0/+29
* Fix to compile under -DNO_LOCALEKarl Williamson2018-07-011-8/+12
* Don't allow non-graphemes as pattern delimitersKarl Williamson2018-06-251-1/+3
* fix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for non-utf8 targetYves Orton2018-04-161-7/+0
* Subject: PATCH: [perl #132063]: Heap buffer overflowKarl Williamson2018-04-161-0/+7
* t/lib/croak/regcomp: Fix up for EBCDICKarl Williamson2018-03-121-0/+9
* t/lib/croak/regcomp: Another attempt to fix test failureKarl Williamson2018-03-111-2/+2
* t/lib/croak/regcomp: Hopefully fix test failureKarl Williamson2018-03-091-1/+1
* PATCH: [perl #132163] regex assertion failureKarl Williamson2018-03-061-0/+56
* warnings.pm: _at_level functions and chunky handlesFather Chrysostomos2018-02-271-0/+19
* Test for _at_level functions with fhFather Chrysostomos2018-02-111-0/+18
* [perl #130936] Forbid some cases of inward gotoFather Chrysostomos2018-01-081-0/+12
* Remove experimental bitwise warningFather Chrysostomos2017-12-312-36/+0
* revert smartmatch to 5.27.6 behaviourZefram2017-12-295-26/+104
* narrow scope of argsv in sv_vcatpvfn_flags()Zefram2017-12-231-0/+7
* [perl #132468] At _at_level warnings functionsFather Chrysostomos2017-12-171-0/+69
* merge branch zefram/dumb_matchZefram2017-12-175-104/+26
|\
| * change "when" keyword to "whereso"Zefram2017-12-052-23/+23
| * make "outside a loop" error messages consistentZefram2017-11-291-1/+1
| * make "when" do implicit "next"Zefram2017-11-291-1/+1
| * remove useless "break" mechanismZefram2017-11-291-40/+0
| * remove useless "default" mechanismZefram2017-11-282-30/+0
| * eviscerate smartmatchZefram2017-11-223-11/+3
| * regularise "when"Zefram2017-11-211-1/+1
* | warn on $a.$b.$c in void contextZefram2017-12-141-0/+9
* | [perl #74764] Forbid ‘goto’ jumping into ‘given’Father Chrysostomos2017-12-101-0/+15
* | Explicitly test goto-into-foreachFather Chrysostomos2017-12-101-0/+7
* | fix #131649 - extended charclass can trigger assertYves Orton2017-12-071-3/+3
* | put shadowing warnings in their own categoryZefram2017-12-061-21/+21
* | limit digits based on radix for oct/bin fpTony Cook2017-12-061-0/+18
* | Make Bad name error less unhelpfulFather Chrysostomos2017-12-041-0/+38
* | t/lib/warnings/9enabled: update commentFather Chrysostomos2017-12-011-1/+2
* | Assigning non-zero to $[ will become fatal in 5.30Dagfinn Ilmari Mannsåker2017-11-282-7/+7
* | [perl #132485] Warn about "$foo'bar"Father Chrysostomos2017-11-261-0/+39
|/
* additional tests for registered warning categoriesZefram2017-11-161-4/+19
* fix handling of registered warning categoriesZefram2017-11-151-3/+52
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-3/+2
* restore error message for unterminated stringsLukas Mai2017-11-081-0/+5
* initialisation of simple aggregate state variablesZefram2017-11-041-2/+2
* (perl #131895) fail stat on names with \0 embeddedTony Cook2017-11-021-0/+14
* (perl #132245) don't try to process a char range with no preceding charTony Cook2017-10-301-0/+6
* [perl #127063] suppress warning on assigning 0 to $[Tony Cook2017-10-171-0/+1
* Set PL_curstname in pp_ctl.c:doevalFather Chrysostomos2017-10-081-0/+6
* (perl #131777) prevent non-'=' assign ops tokens in sub signaturesTony Cook2017-09-191-0/+9