summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* Unify the Inf/-Inf/NaN also in basic NV stringify.Jarkko Hietaniemi2014-08-221-2/+2
* Stop defined(aassign) from being an errorFather Chrysostomos2014-08-131-2/+0
* Add description to tests lacking them.James E Keenan2014-07-071-3/+3
* Deprecate /\C/David Mitchell2014-07-031-0/+2
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2014-07-031-0/+18
* Avoid blank lines in backslash warnings test.Craig A. Berry2014-06-191-16/+18
* PATCH: [perl #121816] Add warning for repetition x < 0Karl Williamson2014-06-171-0/+12
* Remove support for ?PATTERN? without explicit 'm' operatorDagfinn Ilmari Mannsåker2014-06-171-7/+8
* Fatalize defined(@) and defined{%)Karl Williamson2014-06-162-32/+12
* Fatalize using hash|array as referenceKarl Williamson2014-06-161-18/+45
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-26/+12
* add a warning for using the :win32 PerlIO layerTony Cook2014-06-101-0/+14
* Disallow omitting % and @ on hash and array namesDagfinn Ilmari Mannsåker2014-06-042-32/+46
* Create new testing helper fileKarl Williamson2014-05-311-1/+1
* Deprecate NBSP in \N{...} namesKarl Williamson2014-05-301-0/+15
* Fatalize deprecated \N{} definitionsKarl Williamson2014-05-301-19/+7
* t/lib/charnames/alias: Add commentKarl Williamson2014-05-291-0/+1
* [perl #121112] only warn if newline is the last non-NUL characterTony Cook2014-05-283-9/+37
* 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