platform/upstream/perl.git
2010-07-01 David Goldenadd cherrymaint and git-deltatool to MANIFEST
2010-07-01 Nicholas ClarkConvert zlib src from K&R functions declarations to...
2010-07-01 Nicholas ClarkConvert subs.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert charnames.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert strict.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert gmtime.t, localtime.t and overloading.t to...
2010-07-01 Nicholas ClarkConvert DirHandle's tests to Test::More.
2010-07-01 Brian PhillipsAdd additional notes regarding srand and forking
2010-06-30 Nicholas ClarkConvert Fcntl and PerlIO::encoding's tests to Test...
2010-06-30 Nicholas ClarkConvert POSIX's test to Test::More.
2010-06-30 Andy DoughertyFix MANIFEST to include new Test-Harness files added...
2010-06-30 Nicholas ClarkConvert Devel::Peek's test to Test::More.
2010-06-30 Nicholas ClarkMake the change to source_handler.t conditional on...
2010-06-30 Chris 'BinGOs... Update IO-Compress to CPAN version 2.027
2010-06-30 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.027
2010-06-30 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.027
2010-06-30 Nicholas ClarkStore xio_ifp in sv_u in the SV head, reducing XPVIO...
2010-06-30 Nicholas ClarkIn Perl_filter_del(), no need to NULL IoANY(datasv).
2010-06-30 Nicholas ClarkOnly allow SvPVX() on SVt_PVIO when IOf_FAKE_DIRP is...
2010-06-30 Craig A. BerryNeeded cast to malloc return value in Piece.xs.
2010-06-30 David Goldenupdate release manager instructions for a new perldelta
2010-06-30 David Goldenrefresh vms/descrip_mms.template with buildtoc
2010-06-30 David Goldenretitle old perlXXXdelta files
2010-06-30 David GoldenAdd perl5121delta to MANIEST and other files
2010-06-30 Jesse VincentNote that we now include Safe.pm 2.27
2010-06-30 Jesse VincentAdded known issues section to 5121 perldelta
2010-06-30 Jesse VincentTypo in perldelta spotted by Robin Smidsrød
2010-06-30 David Goldenminor perldelta improvements for 5.12.1
2010-06-30 Jesse Vincentperldelta updates for 5.12.1
2010-06-30 Jesse VincentFirst full draft of the 5.12.1 perldelta
2010-06-30 Jesse VincentFirst draft of the 5.12.1 perldelta
2010-06-30 David GoldenImprove git-deltatool UI and support cherrymaint
2010-06-29 David GoldenAdd command line tool to update cherrymaint
2010-06-29 Nicholas ClarkSuppress deprecation warnings from test output for...
2010-06-29 Nicholas ClarkIn pp_require, improve the code generating the exceptio...
2010-06-29 Nicholas ClarkAllow the "diag_listed_as" annotation to work on multi...
2010-06-29 Nicholas ClarkWhen testing in core, ensure that the local $ENV{HOME...
2010-06-29 Nicholas ClarkReinstate require error messages for .h and .ph
2010-06-29 Nicholas ClarkIn pp_require, avoid changing PL_compiling if we're...
2010-06-29 Nicholas ClarkIn pp_require and code refs in @INC, avoid using memory...
2010-06-29 Chris 'BinGOs... Update Maintainers.pl to point to Dave Golden's guide...
2010-06-29 Chris 'BinGOs... Update Module-Build to CPAN version 0.3607
2010-06-29 Nicholas ClarkFix 3 remaining Test::Harness tests to work in core.
2010-06-29 Chris 'BinGOs... Fixed up Test-Harness tests to work under core. There...
2010-06-29 Craig A. BerryRemove alloca() use from Time::Piece for portability.
2010-06-29 Chris 'BinGOs... Fix the MANIFEST back after reverting the Module-Build...
2010-06-29 Chris 'BinGOs... Revert "Update Module-Build to CPAN version 0.3607"
2010-06-29 Chris 'BinGOs... Fix MANIFEST for files that have been removed with...
2010-06-29 Chris 'BinGOs... Update Test-Harness to CPAN version 3.21
2010-06-29 Chris 'BinGOs... Update Module-Build to CPAN version 0.3607
2010-06-29 gfxStop leaking temporary version objects from XS
2010-06-29 John PeacockPrevent object methods called as class methods
2010-06-29 Karl WilliamsonDeprecate no space after s/a/b/ and keyword
2010-06-29 Karl WilliamsonFix broken link in perlglossary.pod
2010-06-29 Karl Williamsonperlrun.pod: Specify -0400 behavior
2010-06-29 Karl WilliamsonPrefer 3 digit octal character constants
2010-06-29 Karl WilliamsonNit in perlrebackslash.pod
2010-06-29 Karl WilliamsonAdd perltodo entry for 0odddd, octal constant
2010-06-29 Karl WilliamsonChange to use a link in perltodo
2010-06-29 Karl Williamsonperlre: Add heading to separate unrelated paragraphs
2010-06-29 Karl WilliamsonPrefer \g1 over \1 in pods
2010-06-29 Karl WilliamsonStandardize on use of 'capture group' over 'buffer'
2010-06-29 Karl WilliamsonNits in perlre.pod
2010-06-29 Karl WilliamsonAdd clarifying comment to toke.c
2010-06-29 Jesse VincentAdd the policy on compatibility and deprecation to...
2010-06-29 Zeframdeprecation warning on deprecated-in-core .pl libs
2010-06-29 Nick JohnstonUpdate: re pragma is lexically scoped since Perl 5...
2010-06-28 Karl WilliamsonAdd cautionary comment to .t
2010-06-28 Karl WilliamsonRemove BUG report from pod that is now fixed
2010-06-28 Karl WilliamsonFix charnames::viacode not accepting U+... param
2010-06-28 Karl WilliamsonUpdate charnames.t to modern style
2010-06-28 Nicholas ClarkEliminate macro _XPVIO_TAIL by inlining it within struc...
2010-06-28 Chris 'BinGOs... Updated the Archive-Tar tests to remove PERL_CORE speci...
2010-06-28 Chris 'BinGOs... Added Archive-Tar update to perl5133delta
2010-06-28 Chris 'BinGOs... Update Archive-Tar to CPAN version 1.62
2010-06-28 Chris 'BinGOs... Added Archive-Extract update to perl5133delta
2010-06-28 Chris 'BinGOs... Update Archive-Extract to CPAN version 0.42
2010-06-28 Nicholas ClarkRefactor loops in S_hsplit(), Perl_hv_ksplit() and...
2010-06-28 Nicholas ClarkMove variable declarations inwards in S_hsplit() and...
2010-06-28 Chris 'BinGOs... Added IPC-SysV update to perl5133delta
2010-06-28 Chris 'BinGOs... Update IPC-SysV to CPAN version 2.03
2010-06-28 Chris 'BinGOs... Added Module-Load update to perl5133delta
2010-06-28 Chris 'BinGOs... Update the version of Pod-Simple listed in maintainers...
2010-06-28 Chris 'BinGOs... Update Module-Load to CPAN version 0.18
2010-06-28 Rafael Garcia... POD fix
2010-06-28 Chris 'BinGOs... Added Digest-SHA update to the perl5133delta
2010-06-28 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.48
2010-06-28 David Goldenadd first batch of updates to perl5133delta
2010-06-28 David GoldenAdd more templates to git-deltatool
2010-06-28 David GoldenUpdate perl5133delta to reflect the new template
2010-06-28 David Goldenrevise and reorder the perldelta template
2010-06-28 David Goldenminor improvements to git-deltatool
2010-06-28 David Goldenimprove =item template for git-deltatool
2010-06-28 David GoldenAdd a tool for writing a perldelta using git notes
2010-06-27 Nicholas ClarkResort MANIFEST.
2010-06-27 Chris 'BinGOs... Update Unicodee-Collate to CPAN version 0.53
2010-06-27 Chris 'BinGOs... Update Unicode-Normalize to CPAN release 1.06
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-27 Nicholas ClarkReturn DIE(...) to *return*ing Perl_die(...).
2010-06-27 Chris 'BinGOs... Update autodie to CPAN version 2.10
next