This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test preamble: unify chdir 't' if -d 't';
[perl5.git] / t / lib /
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-10-06 Father ChrysostomosCorrect ‘"my" variable "&f::b"...’ message
2014-10-06 Father ChrysostomosReorder t/lib/croak/toke
2014-09-20 Father Chrysostomos[perl #115254] Fix flag check on scope exit
2014-09-20 Father ChrysostomosImplement the bipolar read-only system
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
2014-09-16 Father ChrysostomosMake ‘SIG handler not defined’ UTF8- and null-safe
2014-09-07 Karl WilliamsonPATCH: [perl #122671] Many warnings in regcomp.c can...
2014-09-05 Father ChrysostomosRemove -foo ambiguity warning
2014-08-22 Jarkko HietaniemiUnify the Inf/-Inf/NaN also in basic NV stringify.
2014-08-14 Father ChrysostomosStop defined(aassign) from being an error
2014-07-07 James E KeenanAdd description to tests lacking them.
2014-07-03 David MitchellDeprecate /\C/
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-06-19 Craig A. BerryAvoid blank lines in backslash warnings test.
2014-06-17 Karl WilliamsonPATCH: [perl #121816] Add warning for repetition x < 0
2014-06-17 Dagfinn Ilmari Man... Remove support for ?PATTERN? without explicit 'm' operator
2014-06-17 Karl WilliamsonFatalize defined(@) and defined{%)
2014-06-16 Karl WilliamsonFatalize using hash|array as reference
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-10 Tony Cookadd a warning for using the :win32 PerlIO layer
2014-06-04 Dagfinn Ilmari Man... Disallow omitting % and @ on hash and array names
2014-05-31 Karl WilliamsonCreate new testing helper file
2014-05-30 Karl WilliamsonDeprecate NBSP in \N{...} names
2014-05-30 Karl WilliamsonFatalize deprecated \N{} definitions
2014-05-30 Karl Williamsont/lib/charnames/alias: Add comment
2014-05-28 Tony Cook[perl #121112] only warn if newline is the last non...
2014-05-12 Tony Cookensure qw//, q'' and '' report line on a missing terminator
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-03-19 Nicholas ClarkTests that warnings are emitted if in-place edit fails...
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-06 Karl WilliamsonAdd tests
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-03 Yves Ortondeal with assignment to $/ better, deprecate edge cases...
2014-02-01 Zeframsubroutine signatures
2014-01-22 Brian Frasert/lib/warnings/pp_sys: Add skips in case telldir is...
2014-01-22 Karl Williamsont/loc_tools.pl: Extract out finding locales from locale.t
2014-01-22 Hauke Dassume "all" in "use warnings 'FATAL';" and related
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2014-01-18 Jess Robinsont/lib/warnings/9uninit: Skip crypt tests if !d_crypt
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosFix copy & paste error in tests
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2013-12-31 Karl WilliamsonChange \p{} matching for above-Unicode code points
2013-12-31 Karl WilliamsonFatalized non-unicode warnings skip regex optimization
2013-12-31 Karl WilliamsonOutput regex above-Unicode matching in syn strt class
2013-12-31 Karl WilliamsonConvert regnode to a flag for [...]
2013-12-30 Father ChrysostomosImprove rcatline bad fh warnings
2013-12-22 Dagfinn Ilmari Man... Remove support for "do SUBROUTINE(LIST)"
2013-12-14 Father ChrysostomosFix ‘Can't declare null operation in "my"’
2013-11-24 Father ChrysostomosTest line number for (??{$str}) regexp warnings
2013-11-18 Tony Cookfix expected failure text for new croak.t test
2013-11-17 Father ChrysostomosRemove extraneous dot from ‘Missing right brace...’
2013-11-14 Father ChrysostomosCompile-time checking for %$obj{"key"} under ‘use fields’
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-05 Father Chrysostomos[perl #120462] Exempt $a and $b from ‘used once’ warnings
2013-11-05 Father ChrysostomosMove tests for ‘used once’ from util to gv
2013-11-04 Father ChrysostomosMake ‘No such class’ apply to ${$ref}{key}, too
2013-11-03 Father ChrysostomosMake ‘No such field’ error apply to 1-elem slices
2013-10-31 Father Chrysostomos‘Attempt to bless into a ref’ with stale method caches
2013-10-31 Father Chrysostomos[perl #119809] Disallow bless($ref, $tied_ref)
2013-10-30 Father ChrysostomosEliminate ‘Can't use \1 to mean $1’ false positives
2013-10-22 David Mitchellspurious "Use of "-x" without parentheses" mesg
2013-10-05 Father ChrysostomosMake postderef experimental
2013-09-18 Brian Frasertoke.c, scan_ident(): use PEEKSPACE() to skip over...
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-16 Tony Cooktest and briefly document DB::goto
2013-09-15 Niels Thykierop.c: Warn on "return $a or $b" [perl #59802]
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-15 Father ChrysostomosMove ‘Scalar value better written as’ tests from toke...
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-24 Father ChrysostomosDon’t give unavailability warnings about our vars
2013-08-21 Father Chrysostomos[perl #118753] Remove erroneous elsif("") warning
2013-08-14 Tony Cook[perl #3330] avoid an uncaught warning from op/inc.t
2013-08-12 Tony Cook[perl #3330] warn on increment of an non number/non...
2013-08-05 Father ChrysostomosStop ‘used once’ warnings from crashing on circularities
2013-08-05 Father ChrysostomosDon’t use CopFILESV for ‘once’ warnings
2013-07-31 Karl WilliamsonPATCH: [perl #119101] Extraneous warnings in Parse...
2013-07-22 Nicholas ClarkRemove a duplicate test separator "########\n" line...
2013-07-22 Nicholas ClarkMove file parsing code from t/lib/common.pl to t/test.pl
2013-07-22 Nicholas ClarkRefactor the setup code in t/lib/common.pl
2013-07-22 Nicholas Clarklib/warnings.t should actually run the test in t/lib...
2013-07-13 Father Chrysostomos[perl #118857] Test punct vars’ exemption from ‘once...
2013-07-10 Peter Martini'Prototype after' and 'Illegal character' warnings...
2013-07-04 Karl WilliamsonPATCH: [perl #114178] di/ds/ig exempt from warnings...
2013-07-04 Karl Williamsont/lib/warnings/utf8: Fix improper TODO test
2013-06-27 Father Chrysostomos[perl #117535, #76910] Fix bogus ambiguity warnings
2013-06-19 Father Chrysostomos[perl #118047] Don’t warn for tr//a/c
2013-06-14 Ricardo Signesfix category on "Statement unlikely to be reached"
2013-05-22 Nicholas ClarkMore tests for the "Ambiguous use of ... resolved ...
2013-05-08 Ricardo SignesRestore the warning previously issued by (-l $fh)
2013-05-03 Nicholas ClarkRevert "Change the warning for $* to add ", and will...
2013-05-03 Nicholas ClarkRevert "Add a deprecation warning for all uses of ...
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-21 Nicholas ClarkAdd a deprecation warning for all uses of @*, %*, ...
2013-03-21 Nicholas ClarkChange the warning for $* to add ", and will become...
2013-03-21 Nicholas ClarkGenerate the deprecation warnings for all uses $* or $#.
2013-03-21 Nicholas ClarkAdditional tests for the deprecation warnings when...
2013-03-07 Nicholas Clarkt/lib/common.pl should use absolute paths in @INC
2013-03-06 Brian FraserRestrict the valid identifier syntax, fix some identifi...
next