This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-01-11 kmxRe: [perl #71852] Warning "/* within comment" in Win32...
2010-01-10 Gerard GoossenRetain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard GoossenIgnore a lvalue attribute after the subroutine has...
2010-01-10 Rafael Garcia... [perl #71924] shmget/semget may return zero as valid id
2010-01-10 Rafael Garcia... Completely avoid autovivification of CORE::GLOBAL:...
2010-01-10 Rafael Garcia... Typo fix : caller:: isn't caller
2010-01-10 Rafael Garcia... Add new prototype warning test file to MANIFEST
2010-01-10 Rafael Garcia... Perldelta presentation nits
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2010-01-10 paul2.024
2010-01-10 Philip Hazel[perl #71948] Documentation error for (*MARK)
2010-01-09 Craig A. BerryUpdate skip count in perlio.t.
2010-01-09 David MitchellPL_sv_serial only exists ifdef DEBUG_LEAKING_SCALARS
2010-01-09 Chris WilliamsUpdate Archive-Extract to cpan version 0.38
2010-01-08 David Mitchellfix for [perl #66108] Leaked scalars
2010-01-08 David Mitchellreset sv_serial for each new interpreter
2010-01-08 David Mitchellin perl_clone() move common code outside ifdef/else...
2010-01-08 David Mitchellin perl_clone() shuffle some ifdefs about a bit
2010-01-08 David Mitchellunify #ifdef indent on both sides of PERL_IMPLICIT_SYS...
2010-01-08 David Mitchellinclude sv_debug_serial field in debugging output
2010-01-07 Nicholas ClarkAvoid race conditions with files in /tmp, by explicitly...
2010-01-07 Nicholas ClarkCorrect errors in the use of multiple targets, which...
2010-01-07 Nicholas ClarkUnlink PerlIO's tempfiles for the case of no -T, but...
2010-01-07 Rafael Garcia... Cleanup PerlIO temp files
2010-01-06 Vincent Pit[perl #71870] Use of uninitialized value in bitwise...
2010-01-06 AbigailFix typo in reference
2010-01-06 AbigailMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-01-06 AbigailDocument that interpolating a '(??{ code })' construct...
2010-01-06 AbigailFix a couple of typos and standardize on using 'regexp...
2010-01-06 H.Merijn Brandvaproto for the other OS's
2010-01-06 Craig A. BerryIncrease default pipe buffer size on VMS to 8192 on...
2010-01-06 Craig A. Berryvaproto for VMS.
2010-01-05 Zefram[perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-05 Andy DoughertyAvoid a possible race condition where a parallel make...
2010-01-05 Nicholas ClarkSort the initialisers to non_bincompat_options[], and...
2010-01-05 Nicholas ClarkAdd USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compi...
2010-01-05 Nicholas ClarkTie::Hash::NamedCapture::* shouldn't abort if passed...
2010-01-05 Rafael Garcia... Note which t/ subdirs are not suitable for test.pl use
2010-01-05 H.Merijn BrandFD 4 is not (yet) open at this stage.
2010-01-05 Tom ChristiansenPATCH: minor typo cleanup of pod/ directory
2010-01-04 Reini Urbanperlguts: mutli-threaded typo
2010-01-04 Reini Urbanperlguts: B::Generate already works
2010-01-04 Nicholas ClarkA mechanism for inlineable OP equivalents of XSUBs...
2010-01-04 Nicholas ClarkFollowing fd909433c7437296, check that {sub f} correctl...
2010-01-03 Vincent PitAllow "{sub f}" to compile
2010-01-03 Rafael Garcia... Bump version of UNIVERSAL.pm
2010-01-03 Ricardo Signesdial back warnings on UNIVERSAL->import
2010-01-03 Jim Cromieadvice regarding make regen changes
2010-01-03 Reini UrbanCC compiler updates for >=5.10
2009-12-31 Craig A. BerryTT is not a terminal in lots of situations.
2009-12-30 Vincent Pits/text message/text editor/ in the last change to perlr...
2009-12-30 Jesse VincentUpdate perlrepository.pod with new guidelines on commit...
2009-12-30 Karl WilliamsonCorrect \p{print} to not match LINE SEPARATOR nor PARAG...
2009-12-30 Shlomi FishAdd a usage scenario and common use pattern to perldoc...
2009-12-29 karl williamsonPATCH: correct grammatical error in perlunicode.pod
2009-12-29 H.Merijn BrandGuard open.t against Encode not being available
2009-12-28 karl williamsonPATCH: document all Perl Unicode \p{} extensions
2009-12-28 karl williamsonPATCH: Makefile in lib/unicore shouldn't clean .t file
2009-12-27 brian d foy* fix a perlop fix from debian: bugs.debian.org/514814
2009-12-25 Karl WilliamsonUpdate pods
2009-12-25 Karl WilliamsonUpdate .pods
2009-12-22 Father Chrysostomos[perl #70748] threads panic in del_backref
2009-12-22 Karl WilliamsonFix up pods for \X
2009-12-21 Nicholas Clarkexpand-macro.pl was printing the header include to...
2009-12-21 H.Merijn BrandThe use of PTH will be unsupported in perl-5.12 for...
2009-12-21 David Goldenhave corelist-perldelta.pl generate add'l sections
2009-12-21 David Goldenfix CPAN.pm test broken by hotfixes v5.11.3
2009-12-21 David Goldenlocal version number bumps for CPAN.pm hotfixes
2009-12-21 David Goldennote CPAN hotfixes in perldelta
2009-12-21 David Goldenhotfix CPAN.pm to force only ftp URLs
2009-12-21 David Goldenhotfix App::Cpan
2009-12-20 David Goldenfix pod typo in how_to_write_a_perldelta.pod
2009-12-20 Jesse VincentUpdate Module::CoreList for the new Encode (and seeming...
2009-12-20 Jesse VincentFirst pass at noting the update to Encode 2.39 rgs...
2009-12-20 Jesse VincentFull initial pass at perldelta. ready for sanity checking
2009-12-20 Jesse VincentMerge branch 'blead' of git+ssh://perl5.git.perl.org...
2009-12-20 Jesse VincentNote U+0FFFF regex support in perldelta
2009-12-20 Karl WilliamsonUnicode documentation updates
2009-12-20 Jesse VincentMerge branch 'blead' of git+ssh://perl5.git.perl.org...
2009-12-20 Jesse Vincentfurther perldelta triage
2009-12-20 Rafael Garcia... Upgrade to Encode 2.39
2009-12-20 Jesse VincentFurther perldelta triage.
2009-12-20 Jesse VincentRemoving pod boilerplate
2009-12-20 Jesse VincentMerge branch 'blead' of git+ssh://perl5.git.perl.org...
2009-12-20 Jesse VincentFurther perldelta hacking
2009-12-20 Karl Williamsonchange non-char warning message from malformed
2009-12-20 Rafael Garcia... Remove spurious case of warning "Use of %s without...
2009-12-20 Jesse Vincentmore perldelta updates
2009-12-20 David Goldendescribe new CPAN.pm, ExtUtils::MakeMaker and Module...
2009-12-20 Jesse VincentSmall fixups from corion
2009-12-20 David Goldenupdate perldelta with module and pragma version updates
2009-12-20 Jesse VincentAdd 5.11.3 to perlhist.
2009-12-20 Jesse VincentRemove Roman numerals from README.vms after confirmatio...
2009-12-20 Jesse VincentUpdate AUTHORS file for 5.11.3
2009-12-20 David GoldenUpdate Module::CoreList for Module::Build update to...
2009-12-20 David GoldenUpdated Module::Build to 0.36
2009-12-20 Jesse Vincentupdate perldetla instructions to mention the new test...
2009-12-20 Jesse VincentUpdate perldelta with newly added tests, using corion...
2009-12-20 Max MaischeinGenerate a stub for newly added tests since the last...
2009-12-20 Jesse VincentRegenerate Module::CoreList and bump to 2.24 for Perl...
next