uc(): Handle Greek YPOGEGRAMMENI
[p5sagit/p5-mst-13.2.git] / t / lib /
2010-05-31 Father Chrysostomos [perl #70075] no 6; broken
2010-05-05 Jesse Vincent Revert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse Vincent Revert "Fix tests and add one more test for the depreca...
2010-05-05 Jesse Vincent Revert "tweak "0x123.456" deprecation"
2010-05-04 Rafael Garcia-Suarez Merge remote branch 'zefram/zefram/reliable_exception...
2010-05-03 Zefram tweak "0x123.456" deprecation
2010-04-23 Rafael Garcia-Suarez Fix tests and add one more test for the deprecation...
2010-04-23 James Mastros New deprecation warning: Dot after %s literal is concat...
2010-04-23 Zefram bring G_KEEPERR back to the realm of sanity
2010-04-13 Father Chrysostomos [perl #73712] ‘Variable is not imported’ cannot be...
2010-04-13 Rafael Garcia-Suarez Fix test comment (noticed by Alex Vandiver)
2010-04-10 Rafael Garcia-Suarez [perl #74168] Assertion failure when emitting a strictu...
2010-03-08 Reini Urban Support cygwin-1.7 mount
2010-02-19 Karl Williamson PATCH: [perl #56444] delayed interpolation of \N{...}
2009-12-20 Karl Williamson change non-char warning message from malformed
2009-12-20 Rafael Garcia-Suarez Introduce C<use feature "unicode_strings">
2009-11-29 Rafael Garcia-Suarez Make split warn in void context
2009-11-24 Andrew Rodland Add tests.
2009-11-12 Nicholas Clark As our $_; is forced into main::, it should warn as...
2009-11-04 Nicholas Clark Deprecate use of := to mean an empty attribute list...
2009-10-26 Yves Orton add an elipses to string/ref warnings when str longer...
2009-10-24 Nicholas Clark Make defined %hash on a non-lexical (also) generate...
2009-10-16 Nicholas Clark Enable deprecation warnings by default.
2009-10-12 Geoffrey T. Dairiki overload no longer implicitly unsets fallback on repeat...
2009-10-06 Nicholas Clark Standardise t/lib/*.t on ./test.pl, and remove BEGIN...
2009-10-03 Rafael Garcia-Suarez Change warning "Unicode character is illegal" to more...
2009-09-30 Nicholas Clark Move 3 porting sanity tests from t/lib/ to t/porting...
2009-09-22 Leon Brocard Update URL to the current Perl-QA Wiki
2009-09-18 Nicholas Clark Avoid re-creating a temporary file with constant conten...
2009-09-18 Nicholas Clark Avoid using lib.pm in miniperl's tests.
2009-09-14 Nicholas Clark Convert Porting/checkARGS_ASSERT.pl to a regresion...
2009-09-13 Nicholas Clark Move Test::Simple from lib to ext.
2009-09-13 Bo Borgerson split: Remove implicit split to @_
2009-09-13 Nicholas Clark Move Pod::Parser from lib (and t/pod) to ext.
2009-09-11 Chris Williams Moved Math-BigInt from lib/ to ext/
2009-09-10 Chris Williams Move Math-BigRat from lib/ to ext/
2009-09-10 Nicholas Clark Move ExtUtils::MakeMaker from lib to ext.
2009-09-08 Rafael Garcia-Suarez Remove code specific to MacOS Classic from core tests
2009-09-07 Chris Williams Move Parse::CPAN::Meta from lib/ to ext/
2009-09-04 Rafael Garcia-Suarez Replace system by print in strictures/parsing regressio...
2009-08-30 Nicholas Clark Move Filter::Simple from lib to ext
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-08-23 Rafael Garcia-Suarez Fix parsing of readline(FH) [perl #68458]
2009-08-16 Craig A. Berry Skip maintainers.t on VMS.
2009-08-13 Nicholas Clark Mark as TODO the failing tests added in cb4bdfcf for...
2009-08-12 Slaven Rezic Added a failing test for a bareword parsing regression...
2009-08-05 David Mitchell ExtUtils::MakeMaker 6.55_02
2009-08-03 Jesse Vincent Clean up the new maintainers.t to be a bit more sensibl...
2009-07-31 Jesse Vincent made the manicheck actions (previously releng) into...
2009-07-30 Jerry D. Hedden Sort MANIFEST using Perl
2009-07-29 Nicholas Clark Avoid shelling out to an external sort to verify that...
2009-07-29 Jerry D. Hedden Add MANIFEST sort test
2009-07-29 Nicholas Clark Add a test to verify that the MANIFEST file is well...
2009-07-20 Josh ben Jore Revert "Test that `use feature' doesn't leak a scalar...
2009-07-20 Josh ben Jore Test that `use feature' doesn't leak a scalar during...
2009-07-16 David Mitchell ExtUtils::MakeMaker 6.55_01
2009-07-12 Stepan Kasal h2ph: handle "#if defined SYMBOL" better
2009-07-09 Gisle Aas Avoid test failure on Linux when STDIN is /dev/null
2009-07-06 David Mitchell upgrade to ExtUtils::MakeMaker 6.53_03
2009-07-06 David Mitchell update to Test::Simple 0.92
2009-06-28 Rafael Garcia-Suarez Move module part of the base.pm test suite in base...
2009-06-08 Rafael Garcia-Suarez Upgrade to MakeMaker 6.53_02
2009-06-06 David Mitchell sync a bunch of files with Test::Simple 0.86
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2009-06-01 Rafael Garcia-Suarez Upgrade to ExtUtils::MakeMaker 6.52
2009-05-26 Vincent Pit More tests for uninitialized warnings in ranges
2009-05-26 Vincent Pit Explicitely point to $. when it causes an uninitialized...
2009-05-20 Nicholas Clark Tests for calls to Perl_croak() in the C source. Starti...
2009-05-17 Steffen Mueller Upgrade to Parse::CPAN::Meta 1.38
2009-05-14 Rafael Garcia-Suarez Move autodie tests in lib/autodie/t, so they are picked...
2009-05-05 Rafael Garcia-Suarez Merge branch 'blead' into smartmatch
2009-04-16 Niko Tyni Squelch 'Constant subroutine ... undefined' warnings...
2009-04-16 Niko Tyni Add tests to verify that h2ph output compiles and is...
2009-04-13 Nicholas Clark our $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas Clark Tweak t/lib/common.pl to use test.pl's (better) tempfil...
2009-04-13 Nicholas Clark Propagate the upgraded TODO/SKIP parser from ext/B...
2009-04-12 Nicholas Clark Deprecate use of the attribute :locked on subroutines.
2009-04-07 Rafael Garcia-Suarez Deprecate assignment to $[
2009-03-25 Paul Marquess fix smoke issues with the compression modules
2009-03-22 Paul Marquess Fixes for ext/compress
2009-03-17 Rafael Garcia-Suarez Fix a warnings test that was failing due to smart match...
2009-03-14 Paul Marquess Create IO-Compress
2009-03-05 Paul Fenwick Merge of autodie 1.999 into blead.
2009-03-02 Steffen Mueller Integrate Parse::CPAN::Meta 0.04 into core
2009-02-28 Craig A. Berry Make deprecate.pm work on VMS.
2009-02-27 Robin Barker rewrote deprecate test using File::Spec
2009-02-25 Robin Barker test script for deprecate.pm
2009-02-12 Jerry D. Hedden Unigue test file names in t/lib/warnings/9enabled
2009-01-30 Steve Hay Upgrade to Pod-Parser-1.36.
2009-01-03 Paul Fenwick Subject: [PATCH] Update autodie to 1.998
2008-12-20 Paul Fenwick git-flavoured autodie 1.997 patch
2008-11-25 reneeb [perl #7911] no warning for useless /d in tr/0-9//d
2008-11-09 Marcus Holland-Moritz Fix warning code in Perl_sv_vcatpvfn() to make the...
2008-10-21 Nicholas Clark Test::Simple 0.81_02 has:
2008-10-20 Nicholas Clark Upgrade to ExtUtils-MakeMaker-6.48
2008-10-17 Nicholas Clark Upgrade to ExtUtils-MakeMaker-6.47_02
2008-10-15 Steve Peters One final tweak for the Test-Simple-0.82 upgrade. ...
2008-10-15 Steve Peters *sigh* More files messed with for Test-Simple-0.82.
2008-10-15 Steve Peters Some additional files changes for Test-Simple-0.82
2008-10-15 Nicholas Clark Upgrade to ExtUtils-MakeMaker-6.47_01
next