This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2011-03-09 Florian RagwitzHave git-deltatool list the commit's author
2011-03-09 Arvan[perl #85738] cc deprecated option warnings on solaris...
2011-03-09 Father ChrysostomosAdd Arvan to AUTHORS
2011-03-09 Florian RagwitzA couple of perldelta updates
2011-03-09 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.61
2011-03-09 Craig A. BerryRemove DECCRTL_SOCKETS from PL_bincompat_options.
2011-03-09 David LeadbeaterIn fold_grind.t only report OK for each charset/target...
2011-03-09 Karl Williamsonregcomp.c: Rmv unused parameter
2011-03-09 Karl Williamsonre/pat.t: Remove TODO message on passing tests
2011-03-09 Karl Williamsonregcomp.c: Rmv unused parameter
2011-03-09 Karl Williamsonregcomp.c: Rmv unused parameter
2011-03-09 Karl WilliamsonPATCH: [perl #85528], add initialization
2011-03-09 Karl Williamsonregcomp.c: revamp cl_and() and cl_or()
2011-03-09 Karl Williamsonregcomp.h: #define of ANYOF flags immune from inversion
2011-03-09 Karl Williamsonregex: /l in combo with others in syn start class
2011-03-09 Karl Williamsonregcomp.c: UTF /l should not use tries
2011-03-09 Karl Williamsonregcomp.c: Merge identical functions
2011-03-09 Karl Williamsonregcomp.c: Change start class init for /l
2011-03-09 Karl Williamsonregcomp.c: clarify comments
2011-03-09 Karl Williamsonregcomp.c: Move #defines to be be in bit order
2011-03-09 Tony Cookfix C++ build error introducted in f8088870
2011-03-09 Craig A. Berrytaint.t broken by refactoring
2011-03-08 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to NamedCapture.xs
2011-03-08 Nicholas ClarkTweak Tie::Hash::NamedCapture's BOOT code - get the...
2011-03-08 Chris 'BinGOs... Update parent to CPAN version 0.225
2011-03-08 Father ChrysostomosMention when reflags was added
2011-03-08 Father ChrysostomosAnother typo in perlretut
2011-03-08 Father Chrysostomosmention reflags in perlretut
2011-03-08 Father ChrysostomosEven more perlretut tweaks
2011-03-08 Nicholas ClarkIn reg_namedcapture.t, don't test for Errno, as the...
2011-03-08 Nicholas ClarkIn Tie::Hash::NamedCapture move the tie of %+ and ...
2011-03-08 Nicholas ClarkConvert Tie::Hash::NamedCapture::TIEHASH to XS.
2011-03-08 Nicholas ClarkAdd tests for documented behaviour of Tie::Hash::NamedC...
2011-03-08 Chris 'BinGOs... Update JSON-PP to CPAN version 2.27105
2011-03-08 Craig A. BerryCheck for threads before multiplicity in configure...
2011-03-08 Nicholas ClarkIn test.pl, use block eval instead of string eval for...
2011-03-08 Nicholas ClarkRefactor skip_all_without_config() to take a list of...
2011-03-08 Nicholas ClarkSimplify the logic in t/thread_it.pl, as the callers...
2011-03-08 Nicholas Clark4f890a3067e1198f missed qr// from t/re/pat.t in its...
2011-03-08 Nicholas ClarkNothing uses $ENV{PERL_CORE_MINITEST} any more, so...
2011-03-08 Nicholas ClarkMove the special-case logic for $qr_embed_thr to regexp...
2011-03-08 Nicholas ClarkRefactor inccode.t to use is_miniperl() instead of...
2011-03-08 David GoldenUpdate Module::Build to CPAN version 0.3800
2011-03-08 Robin Barker[perl #85638] Docs for 'inherit from yourself' warning...
2011-03-08 Father ChrysostomosIncrease base.pm’s version
2011-03-08 Father ChrysostomosIncrease Math::BigInt’s version
2011-03-08 Craig A. BerrySet multiplicity in configure.com when usethreads is...
2011-03-07 Nicholas ClarkMove the test for 078c425b721ea35d from fresh_perl...
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_if_miniperl().
2011-03-07 Nicholas ClarkRefactor sigdispatch.t to use is_miniperl() instead...
2011-03-07 Nicholas ClarkRefactor t/thread_it.pl to use test.pl's skip_all_...
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_all(), instead of longhand...
2011-03-07 Nicholas ClarkRefactor t/op/getpid.t to use skip_all_if_miniperl...
2011-03-07 Nicholas ClarkReplace quit() in t/op/groups.t with test.pl's skip_all()
2011-03-07 Nicholas ClarkAdd skip_all_without_config() to test.pl, and use it...
2011-03-07 Nicholas ClarkRefactor the startup logic in fflush.t to use skip_all()
2011-03-07 Nicholas ClarkRefactor 5 tests to use skip_all(), instead of generati...
2011-03-07 Nicholas ClarkRefactor t/lib/proxy_constant_subs.t to use skip_all_wi...
next