summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix "...without parentheses is ambuguous" warning for UTF-8 function namesAlex Vandiver2015-08-101-0/+10
* Allow unquoted UTF-8 HERE-document terminatorsAlex Vandiver2015-08-101-0/+11
* [perl #124113] Make check for multi-dimensional arrays be UTF8-awareAlex Vandiver2015-08-101-0/+10
* Stop $^H |= 0x1c020000 from enabling all featuresFather Chrysostomos2015-08-101-0/+8
* Adjust test expectations from previous commitSteve Hay2015-01-111-1/+7
* [perl #123495] Stop gmtime(nan) from crashingFather Chrysostomos2015-01-111-0/+18
* ensure qw//, q'' and '' report line on a missing terminatorTony Cook2014-05-121-0/+15
* [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/Tony Cook2014-05-071-14/+0
* Tests that warnings are emitted if in-place edit fails to open a pathname.Nicholas Clark2014-03-191-6/+20
* merge basic zefram/purple_signatures into bleadZefram2014-02-061-0/+17
|\
| * subroutine signaturesZefram2014-02-011-0/+17
* | Add testsKarl Williamson2014-02-051-0/+6
* | Forbid "\c{" and \c{non-ascii}Karl Williamson2014-02-051-7/+9
* | deal with assignment to $/ better, deprecate edge cases, and forbid othersYves Orton2014-02-032-4/+17
|/
* t/lib/warnings/pp_sys: Add skips in case telldir is not availableBrian Fraser2014-01-221-0/+22
* t/loc_tools.pl: Extract out finding locales from locale.tKarl Williamson2014-01-222-2/+2
* assume "all" in "use warnings 'FATAL';" and relatedHauke D2014-01-221-0/+99
* [perl #121031] fix all of the other incorrect calls to fresh_perl_is()Tony Cook2014-01-202-2/+2
* t/lib/warnings/9uninit: Skip crypt tests if !d_cryptJess Robinson2014-01-181-0/+1
* rename aggref warnings to autoderefRicardo Signes2014-01-141-4/+4
* Fix copy & paste error in testsFather Chrysostomos2014-01-141-3/+3
* Make key/push $scalar experimentalFather Chrysostomos2014-01-141-6/+56
* Change \p{} matching for above-Unicode code pointsKarl Williamson2013-12-311-395/+56
* Fatalized non-unicode warnings skip regex optimizationKarl Williamson2013-12-311-2/+6
* Output regex above-Unicode matching in syn strt classKarl Williamson2013-12-311-1/+1
* Convert regnode to a flag for [...]Karl Williamson2013-12-311-0/+11
* Improve rcatline bad fh warningsFather Chrysostomos2013-12-291-0/+13
* Remove support for "do SUBROUTINE(LIST)"Dagfinn Ilmari Mannsåker2013-12-221-30/+0
* Fix ‘Can't declare null operation in "my"’Father Chrysostomos2013-12-131-0/+12
* Test line number for (??{$str}) regexp warningsFather Chrysostomos2013-11-241-0/+6
* fix expected failure text for new croak.t testTony Cook2013-11-181-1/+1
* Remove extraneous dot from ‘Missing right brace...’Father Chrysostomos2013-11-171-0/+6
* Compile-time checking for %$obj{"key"} under ‘use fields’Father Chrysostomos2013-11-141-0/+7
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-081-0/+6
* [perl #120462] Exempt $a and $b from ‘used once’ warningsFather Chrysostomos2013-11-042-6/+10
* Move tests for ‘used once’ from util to gvFather Chrysostomos2013-11-042-170/+172
* Make ‘No such class’ apply to ${$ref}{key}, tooFather Chrysostomos2013-11-031-0/+7
* Make ‘No such field’ error apply to 1-elem slicesFather Chrysostomos2013-11-031-0/+7
* ‘Attempt to bless into a ref’ with stale method cachesFather Chrysostomos2013-10-311-0/+5
* [perl #119809] Disallow bless($ref, $tied_ref)Father Chrysostomos2013-10-311-0/+14
* Eliminate ‘Can't use \1 to mean $1’ false positivesFather Chrysostomos2013-10-301-0/+3
* spurious "Use of "-x" without parentheses" mesgDavid Mitchell2013-10-221-0/+7
* Make postderef experimentalFather Chrysostomos2013-10-051-0/+13
* toke.c, scan_ident(): use PEEKSPACE() to skip over whitespace.Brian Fraser2013-09-181-2/+65
* [perl #119123] disallow literal control character variablesBrian Fraser2013-09-181-0/+37
* test and briefly document DB::gotoTony Cook2013-09-161-0/+6
* op.c: Warn on "return $a or $b" [perl #59802]Niels Thykier2013-09-151-0/+115
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-12/+134
* Move ‘Scalar value better written as’ tests from toke to opFather Chrysostomos2013-09-142-41/+41
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-0/+32