platform/upstream/perl.git
2011-03-16 Nicholas ClarkSwitch t/lib/no_load.t to done_testing() from using...
2011-03-16 Nicholas ClarkConvert the remainder of t/op/closure.t to test.pl
2011-03-16 Nicholas ClarkConvert the middle test loops of closure.t to test.pl
2011-03-16 Nicholas ClarkConvert the last third of t/op/closure.t to test.pl
2011-03-16 Jan DuboisHang on to child handle after signalling SIGTERM
2011-03-15 Jan DuboisDon't wait for SIGTERM'ed forked children on Windows
2011-03-15 Chris 'BinGOs... Update Pod-Simple to CPAN version 3.16
2011-03-15 Nicholas ClarkConvert t/op/oct.t's main tests to data structure and...
2011-03-15 Nicholas ClarkConvert t/op/oct.t to using test.pl for comparisons...
2011-03-15 Nicholas ClarkDon't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as...
2011-03-14 Nicholas ClarkBring the joy of strict (and warnings) to t/op/method.t
2011-03-14 Father Chrysostomosperldelta up to b38b314
2011-03-14 Nicholas ClarkConvert the remainder of t/op/eval.t to test.pl
2011-03-14 Nicholas ClarkIn t/op/eval.t, move logic from a spawned program into...
2011-03-14 Karl Williamsonutf8_heavy.pl: Use CORE:: case function overridden
2011-03-14 Chris 'BinGOs... Resolved RT #59511 for Module::CoreList
2011-03-14 David Mitchell[perl #82250] fix tainted (s)print format
2011-03-14 Karl Williamsonregcomp.c: utf8 pattern implies uni rules
2011-03-14 Nicholas ClarkConvert t/re/regexp_unicode_prop.t to using test.pl...
2011-03-14 Nicholas ClarkConvert the remainder of t/op/numconvert.t to test...
2011-03-14 Nicholas ClarkConvert t/re/subst_amp.t to test.pl, strict and warnings.
2011-03-14 Nicholas ClarkAdd a test to ensure that test.pl doesn't mention $&
2011-03-14 Father Chrysostomosperlop: Mention the s///le special case
2011-03-14 David GoldenUpdate CPAN.pm to CPAN version 1.9600
2011-03-14 Father Chrysostomosperldelta up to d24f2be2
2011-03-13 Nicholas ClarkRefactor t/op/assignwarn.t to generate all the tested...
2011-03-13 Nicholas ClarkConvert t/op/anonsub.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn test.pl, avoid using a closure to capture warnings.
2011-03-13 Nicholas ClarkConvert t/re/reg_mesg.t to test.pl and strict.
2011-03-13 Nicholas ClarkMove t/re/reg_unsafe.t's test to a fresh_perl_is()...
2011-03-13 Nicholas ClarkConvert t/re/reg_email.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn overload.t, move require './test.pl' into BEGIN...
2011-03-13 Nicholas ClarkConvert t/op/magic.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/die_unwind.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/die_except.t to test.pl, strict and warnings.
2011-03-13 David LeadbeaterRemove the couple of references to AutoLoader that...
2011-03-13 Nicholas ClarkConvert t/op/do.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/pwent.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkC<not> should be C<!> in pwent.t, to fix a precedence...
2011-03-13 Nicholas ClarkIn pwent.t, sanitise the logic for opening /etc/passwd...
2011-03-13 Nicholas ClarkConvert t/op/mydef.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn t/op/mydef.t, add missing C<eval> to a test.
2011-03-12 David Mitchell[perl #82111] de-pessimise some my @array = ...
2011-03-12 Nicholas ClarkConvert t/op/inc.t to test.pl and use strict.
2011-03-12 Nicholas ClarkFix long-standing bug in t/op/inc.t, whereby ok() ignor...
2011-03-12 Nicholas ClarkIn t/op/inc.t, inline check_some_code() into its only...
2011-03-12 Nicholas ClarkIn t/op/inc.t, reorder the parameters to check_some_code()
2011-03-12 Father Chrysostomosperldelta entries
2011-03-12 Father Chrysostomosrelease_managers_guide.pod: Add Module::CoreList to...
2011-03-12 Father Chrysostomosperlunicode: double space
2011-03-12 David LeadbeaterSwitch Storable to IO::File from FileHandle, only load...
2011-03-12 David LeadbeaterStop using AutoLoader in Storable
2011-03-12 David LeadbeaterSwitch Storable to XSLoader from DynaLoader
2011-03-12 Karl Williamsonregcomp.c: /a should handle /\xdf/i same as /u
2011-03-12 Nicholas ClarkConvert t/op/study.t to use test.pl, strict and warnings.
2011-03-12 Nicholas ClarkConvert t/op/utf8cache.t to test.pl, strict and warnings.
2011-03-12 Nicholas Clarkskip_all_without_dynamic_extension() should accepted...
2011-03-12 Nicholas ClarkRename test.pl's skip_all_without_extension to *_dynami...
2011-03-12 Nicholas ClarkConvert t/op/readdir.t to test.pl, strict and warnings.
2011-03-12 Nicholas ClarkConvert t/op/goto_xs.t to test.pl, strict and warnings.
2011-03-12 Nicholas ClarkMove pwent.t's test for NIS+ earlier, before the "fallb...
2011-03-12 Nicholas ClarkIn t/op/pwent.t, create try_prog() for the common ...
2011-03-12 Nicholas ClarkAdd PERL_PRESERVE_IVUV to non_bincompat_options.
2011-03-12 Yves OrtonFix RT #84294 /((\w+)(?{print $2})){2,2}/ problem
2011-03-12 Yves OrtonAdd tests for RT #84294 /((\w+)(?{print $2})){2,2}...
2011-03-12 Nicholas ClarkIn utf8decode.t, use //x to add comments to the parsing...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that we get the expected Unicode...
2011-03-12 Nicholas ClarkIn utf8decode.t, constrain more tightly the testing...
2011-03-12 Nicholas ClarkIn utf8decode.t, use warning_is() for the should-not...
2011-03-12 Nicholas ClarkIn utf8decode.t, move the test data from a heredoc...
2011-03-12 Nicholas ClarkIn utf8decode.t, remove the \x sequence strings of...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that the hex sequences and \x...
2011-03-12 Nicholas ClarkConvert utf8decode.t to test.pl
2011-03-12 Nicholas ClarkIn test.pl, refactor the implementation of warning_...
2011-03-12 Nicholas Clark11883c88c2a3bf14 introduced an error in 64bitint.t...
2011-03-12 Craig A. BerrySkip eintr.t on FreeBSD (see perl #85842 and #84688).
2011-03-11 Nicholas ClarkC<not> should be C<!> in utf8decode.t, to fix a precede...
2011-03-11 Father Chrysostomos[perl #85884] Erroneous description of File::Basename...
2011-03-11 Jan DuboisDon't run crashing TODO tests for release builds.
2011-03-11 Jan DuboisMake sure json_pp is installed on Windows
2011-03-11 Jan DuboisAvoid race codition when setting process exit code...
2011-03-11 Nicholas ClarkConvert t/op/64bitint.t to test.pl
2011-03-11 David Mitchelladd more tests for 'my @a =' OPpASSIGN_COMMON
2011-03-11 Nicholas ClarkRefactor die_exit.t to loop over a list, rather than...
2011-03-11 Nicholas ClarkConvert t/op/die_exit.t to test.pl
2011-03-11 Karl Williamsonregexec.c: Use equivalent macro instead of code
2011-03-11 Father ChrysostomosCorrect the U<...> link in perlfaq4
2011-03-11 Father ChrysostomosMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2011-03-11 Florian RagwitzThe "Send a CC" checkbox on PAUSE is gone
2011-03-10 brian d foyUpdate link to "What Every Computer Scientist Should...
2011-03-10 Karl Williamsonregexec.c: Add assert() to detect inconsistent ANYOF
2011-03-10 Karl Williamsonregexec.c: Fix precedence
2011-03-10 Karl Williamsonregcomp.c: call regclass_swash() only if non-empty
2011-03-10 David MitchellRevert "regexec.c: don't try accessing non-bitmap if...
2011-03-10 Florian RagwitzCPAN is upstream for Scalar-List-Utils
2011-03-10 Karl Williamsonregexec.c: don't try accessing non-bitmap if doesn...
2011-03-10 Karl Williamsoninstallperl: Don't install unnecessary unicore/*.txt
2011-03-10 Father Chrysostomosperlfunc/pos: Mention the zero-len flag
2011-03-09 Father Chrysostomosperlre clean-up
2011-03-09 David Leadbeaterperldelta for 9407f9c1
next