Add "eliminate incorrect line numbers in warnings" to perltodo, and
[p5sagit/p5-mst-13.2.git] / t / lib /
2008-04-17 Nicholas Clark Add "eliminate incorrect line numbers in warnings"...
2008-04-15 Rafael Garcia-Suarez Move the NoExporter test module under Test::Simple
2008-04-15 Rafael Garcia-Suarez Sync with CPAN's version of the More.t test in Test...
2008-03-25 Vincent Pit Re: [PATCH] Double warning with perl -we 'my $a; substr...
2008-03-20 Vincent Pit Double warning with perl -we '\&$x'
2008-02-29 Steve Peters Upgrade to Test-Simple-0.78
2008-02-29 Steve Peters Upgrade to Test-Harness-3.10
2008-02-22 Dave Mitchell fix variable names in 'ununit var' warnings in evals
2008-02-20 Nicholas Clark Setting the f flag on length causes the op to be consta...
2008-02-14 Rick Delaney Re: [perl #50706] %^H affecting outside file scopes
2008-02-14 Vincent Pit doio.c:Perl_my_lstat:/* XXX Do really need to be callin...
2008-02-14 Rafael Garcia-Suarez Make the new warning report undef constants as undef
2008-02-14 Rafael Garcia-Suarez Revert change #33302. This change was wrong, since...
2008-02-14 Rick Delaney Show constant in "Useless use of a constant in void...
2008-02-13 Rick Delaney [perl #47047] Use of inherited AUTOLOAD for non-method...
2008-02-08 Steffen Müller feature bundles are the same across all subversions
2008-01-28 Rafael Garcia-Suarez Make lc/uc/lcfirst/ucfirst warn when passed undef.
2008-01-12 Nicholas Clark For 5.12: saner behaviour for `length`
2008-01-09 Rafael Garcia-Suarez Remove the warning "v-string in require/use non portable"
2008-01-07 Rafael Garcia-Suarez Let's remove the grep in void context warning.
2008-01-06 Michael G. Schwern Re: grep and smart match should warn in void context
2007-12-21 Andy Armstrong Fix remaining skips for Test::Harness
2007-12-20 Andy Armstrong bring Test::Harness up to 3.06
2007-12-20 Rafael Garcia-Suarez The APC doesn't like empty files
2007-12-20 Andy Armstrong Test::Harness 3.05, tests pass in core
2007-12-19 Nicholas Clark Upgrade to Test::Harness 3.05
2007-11-27 Rafael Garcia-Suarez Upgrade to ExtUtils::MakeMaker 6.37_03
2007-11-26 Rafael Garcia-Suarez Upgrade to ExtUtils::MakeMaker 6.37_02
2007-11-12 Paul Marquess Compression Modules Update for EBCDIC
2007-11-09 Dave Mitchell [perl #47233] Core dump caused by goto
2007-10-05 Robin Barker New [PATCH] use 5.006; use 5.10.0
2007-10-03 Rafael Garcia-Suarez Reverse change #31978
2007-10-02 Jerry D. Hedden /cygdrive is configurable
2007-09-26 Robin Barker RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-09 Dave Mitchell ununit pos value warning identified the wrong variable...
2007-09-07 Rafael Garcia-Suarez Remove the 'err' keyword
2007-09-02 Paul Marquess Compress* 2.006
2007-08-31 Rafael Garcia-Suarez Following Jan's advice, remove Cygwin::is_textmount(),
2007-08-29 Yitzchak Scott-Tho... Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
2007-08-20 Jerry D. Hedden Get Cwd->cwd() to work under Cygwin
2007-08-14 Reini Urban Cygwin::mount_table, Cygwin::mount_flags
2007-07-11 Rafael Garcia-Suarez Turn the "$# / $* is no longer supported" warnings...
2007-07-09 Reini Urban cygwin path conversions, take 4
2007-07-06 Rafael Garcia-Suarez Upgrade to base and fields 2.12, mostly by Michael...
2007-07-04 Rafael Garcia-Suarez Don't require to have at least DB_File or *DBM_File
2007-07-02 Paul Marquess compression modules update to version 2.005
2007-07-02 Steve Peters Upgrade to ExtUtils-MakeMaker-6.35
2007-06-25 Tels [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2...
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-04-19 Rafael Garcia-Suarez Adjust the warning category in the test, too
2007-03-30 Rafael Garcia-Suarez Add two deprecation warnings:
2007-03-26 Rafael Garcia-Suarez Make the warning "interpreted as function" a bit less...
2007-03-04 Steve Peters Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib...
2007-03-03 Rafael Garcia-Suarez Make use VERSION also load feature.pm
2007-03-01 Rafael Garcia-Suarez A new test by Abigail: Check that certain modules don't
2007-02-28 Rafael Garcia-Suarez (?p{}) has been deprecated for a long time.
2007-02-24 Rafael Garcia-Suarez C<keys %+> should not warn. Don't make scan_ident test for
2007-02-19 Tels [PATCH] integrate Math::BigInt 1.79 and Math::BigInt...
2007-02-14 Nicholas Clark Change 30276 wasn't meant do mess with t/lib/common...
2007-02-14 SADAHIRO Tomoyuki Integrate:
2007-02-05 Nicholas Clark t/lib/common.pl can be warnings clean.
2007-02-05 Nicholas Clark Use the new conditional TODOs to mark as TODO the warni...
2007-02-05 Nicholas Clark Enhance t/lib/common.pl to provide conditional TODOs...
2007-01-20 Nicholas Clark defined @$foo and defined %$bar should be subject to...
2007-01-15 Rafael Garcia-Suarez Enable the ~~ operator by default.
2007-01-15 Rafael Garcia-Suarez Use the $Is_MacOS variable
2007-01-15 Rafael Garcia-Suarez Simplify the ok/not ok logic
2007-01-15 Rafael Garcia-Suarez Various cleanup and factorization by Schwern
2007-01-08 Rafael Garcia-Suarez Turn taint warnings (-t) into severe warnings, so they're
2006-12-30 Paul Marquess Update Compress Modules to version 2.002
2006-12-23 Rafael Garcia-Suarez syswrite() wasn't reporting a warning when writing...
2006-12-16 Nicholas Clark Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-06 Joshua ben Jore User pragmas now accessible from B
2006-11-02 H.Merijn Brand Change #29193 makes this addition unneeded
2006-11-02 Dave Mitchell eval $undef should emit one warning, not three.
2006-11-02 Rafael Garcia-Suarez More heuristics to make warnings.t pass under different
2006-11-01 H.Merijn Brand Fix the failures in warnings tests when PERL_UNICODE...
2006-10-29 Paul Marquess [PATHCH] Scalar::Util::readonly ...
2006-10-26 Paul Marquess IO::Compress modules
2006-10-16 SADAHIRO Tomoyuki remove leaveit from toke.c:scan_const
2006-09-19 Yves Orton Re: \N{...} in regular expression [PATCH]
2006-09-06 Rafael Garcia-Suarez Remove perlcc and the byteloader
2006-07-07 Rafael Garcia-Suarez Fix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-Suarez Add a new warning, "State variable %s will be reinitial...
2006-07-06 Yves Orton Introduce a new function, pv_escape(), to display conte...
2006-06-28 Paul Marquess Update for IO::Uncompress::Base
2006-06-22 Paul Marquess IO::Compress::Base
2006-06-20 Paul Marquess IO::Compress::* 2.000_13
2006-05-19 Rafael Garcia-Suarez Adjust test following change #28225
2006-05-18 Rafael Garcia-Suarez We can now remove DynaLoader from 1_compile.t
2006-05-17 Paul Marquess IO::Compress* 2.000_12
2006-04-30 Nicholas Clark index and rindex couldn't correctly handle surprises...
2006-04-29 Nicholas Clark syswrite couldn't correctly handle surprises from UTF...
2006-04-14 Paul Marquess IO::Compress::*
2006-04-05 Rafael Garcia-Suarez Assigning undef to an entry in %ENV shouldn't produce...
2006-04-01 Nicholas Clark Test no mypragma;
2006-04-01 Nicholas Clark Automatically set HINT_LOCALIZE_HH whenever %^H is...
2006-04-01 Nicholas Clark Test that user pragmas work inside string eval.
2006-04-01 Nicholas Clark Add Rafael's example user pragma, and convert his demo...
2006-03-16 Paul Marquess Compress::Raw::Zlib, Compress::Zlib, IO::Compress:...
next