summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* toke.c: "Ambiguous use of %c{%s} resolved to %c%s" cleanup.Brian Fraser2012-03-221-0/+22
* toke.c: "Possible unintended interpolation of %s in string" cleanup.Brian Fraser2012-03-221-1/+21
* toke.c: 'Operator or semicolon missing before %c%s' cleanup.Brian Fraser2012-03-221-0/+20
* toke.c: 'Scalar value %s better written as $%s' cleanup.Brian Fraser2012-03-221-0/+26
* toke.c: 'You need to quote %s' cleanup.Brian Fraser2012-03-221-0/+20
* toke.c: S_no_op cleanupBrian Fraser2012-03-221-0/+25
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-2/+2
* perlguts, warnings.t: Update references to obsolete fcn namesKarl Williamson2012-03-191-2/+2
* charnames.t: Attempt to fix probable timing issueKarl Williamson2012-03-161-2/+2
* TODO Failing tests for warnings in utf8 subcategoriesAaron Crane2012-03-041-0/+33
* "no feature" now means reset to defaultRicardo Signes2012-02-221-2/+22
* make Carp messages match die properlyZefram2012-02-022-33/+33
* Correctly escape UTF-8 in hash keys in uninitialized warningsRafael Garcia-Suarez2012-01-251-2/+2
* Make the display of the warning "Useless use of a constant (%s)" more robustRafael Garcia-Suarez2012-01-252-18/+20
* sv_force_normal: Don’t confuse regexps with cowsFather Chrysostomos2012-01-221-1/+13
* Warn for stat(*unopened) after statting fileFather Chrysostomos2012-01-201-0/+5
* defined(@array) now also warns for package variables.Nicholas Clark2012-01-162-1/+2
* Test that defined warns for package arrays and hashes.Nicholas Clark2012-01-161-0/+13
* pp_sys.c: Remove space from lstat($ioref) warningFather Chrysostomos2012-01-131-0/+2
* regcomp.c: Optimize a single Unicode property in a [character class]Karl Williamson2012-01-131-1/+3
* Restrict $[ comp warning to constantsFather Chrysostomos2012-01-041-0/+18
* Change wording of \E warningFather Chrysostomos2012-01-031-2/+2
* toke.c: Unpaired '\E's in double-quotish contexts should warn.Brian Fraser2012-01-021-0/+11
* Don’t warn for open(foo::bar)Father Chrysostomos2011-12-241-0/+1
* use VERSION needs to enable uni8bit hintFather Chrysostomos2011-12-241-0/+9
* Fix up t/lib/feature/implicitFather Chrysostomos2011-12-241-8/+1
* charnames tests: Add names to some more testsKarl Williamson2011-12-201-23/+23
* Autoload charnames for \N{name}Karl Williamson2011-12-201-2/+24
* [perl #91514] Use correct error msg for defaultFather Chrysostomos2011-12-161-0/+12
* Name anon handles __ANONIO__Father Chrysostomos2011-12-151-1/+1
* Disable $[ under 5.16Father Chrysostomos2011-12-152-2/+54
* test for various fatal messages from op.cTony Cook2011-12-101-0/+44
* refactor croak.t to be data driven (like warnings.t)Tony Cook2011-12-103-19/+13
* Fix segfault on overloaded arithmetic assignmentDavid Golden2011-12-091-0/+22
* Don’t warn for open local *FHFather Chrysostomos2011-12-081-0/+1
* Fix use VERSION test failures under PERL_UNICODEFather Chrysostomos2011-12-081-3/+3
* Implement new ‘use 5.xxx' planFather Chrysostomos2011-12-071-0/+14
* Add :default feature bundleFather Chrysostomos2011-12-071-0/+11
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-5/+5
* Don’t coerce $x immediately in foo(substr $x...)Father Chrysostomos2011-11-261-2/+2
* Don’t warn for foo+1 with ($) protoFather Chrysostomos2011-11-241-1/+3
* Test ambiguous warning with (;$) protoFather Chrysostomos2011-11-241-0/+6
* Make sselect call fetch onceFather Chrysostomos2011-11-241-0/+3
* __SUB__ should warn in void contextFather Chrysostomos2011-11-241-0/+3
* [RT #36079] Convert ` to '.jkeenan2011-11-223-6/+6
* [perl #103766] Wrong $" warning in perl 5.14Father Chrysostomos2011-11-221-0/+6
* Move a test from t/lib/warnings/sv to .../9uninitFather Chrysostomos2011-11-222-7/+7
* Test for lack of uninit warnings in sub redefFather Chrysostomos2011-11-221-0/+6
* Make constant sub redef warnings obey scopeFather Chrysostomos2011-11-211-10/+16
* Make sort {} and sort {()} equivalentFather Chrysostomos2011-11-211-0/+7