This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2009-08-25 Rafael Garcia... Merge branch 'blead' into dual/Safe
2009-08-24 Jesse VincentAdded two removed platforms to the Perl 5.11.0 delta
2009-08-24 Nicholas ClarkAdd an encoding line, as the file is in UTF-8.
2009-08-24 Nicholas ClarkPod copy editing - whitespace cleanup, and F<>/C<>...
2009-08-24 Nicholas ClarkNote that File::Copy is actually at 2.16, and that...
2009-08-24 Nicholas Clarkconstant has been upgraded to 1.19. Describe the improv...
2009-08-24 Nicholas ClarkThe attrs pragma has been removed, not upgraded.
2009-08-24 Nicholas ClarkCorrect some 5.10.1s that should be 5.11.0, and one...
2009-08-24 Nicholas ClarkNote that the smartmatch changes in 5.11.0 are the...
2009-08-24 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-08-24 Jesse VincentMore work toward a usable 5.11.0 delta file
2009-08-24 Nicholas ClarkNote that linearising C3 MRO is now 40% faster for...
2009-08-24 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-08-24 Jesse VincentForward ported perl 5.10.1 changes into perl5110delta...
2009-08-24 Chris 'BinGOs... Updated CPANPLUS::Dist::Build to CPAN version 0.38
2009-08-24 Nicholas ClarkFix a Deparse bug - constants and PCSs were appearing...
2009-08-24 Nicholas ClarkRemove the MacOS Classic support from deparse.t (as...
2009-08-24 Rafael Garcia... Merge commit 'shlomif/blead' into blead
2009-08-24 Leon BrocardFix URL to Unicode 5.1.0 notable changes
2009-08-24 Tom HukinsMinor improvements to perldebug.pod
2009-08-24 Alan Grover[perl #68708] Add "CARP_NOT" section to Carp's POD
2009-08-23 David Mitchellrelease_managers_guide: lots of tweaks to post-release...
2009-08-23 David Mitchelladd 5.10.1 to perlhist in blead
2009-08-23 David Mitchelladd perl5101delta
2009-08-23 David Mitchelladd Porting/perldelta_template,
2009-08-23 Rafael Garcia... Fix parsing of readline(FH) [perl #68458]
2009-08-22 David Mitchellmore release_managers_guide tweaks
2009-08-22 David MitchellUpdate Module::CoreList for 5.10.1
2009-08-22 Nicholas ClarkEliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-22 Nicholas ClarkEliminate the remaining definitions for *_allocated...
2009-08-22 David Mitchellmention perlivp in release_managers_guide
2009-08-22 David Mitchellbetter document smart match overloading
2009-08-22 David Mitchellre-apply boilerplate to CGI test files
2009-08-22 David Mitchellupgrade GCI from 3.43 to 3.45
2009-08-22 David Mitchelladd the CGI "default_value for popup_menu()" fix from...
2009-08-22 Nicholas ClarkIn pp_entersub, replace gv_fetchpv() with gv_fetchpvs().
2009-08-22 Nicholas ClarkIn Perl_newATTRSUB(), refactor the calls to gv_fetch...
2009-08-22 Nicholas ClarkIn Perl_newATTRSUB(), we know the lengths, so can avoid...
2009-08-21 Nicholas Clarkgv_efullname3() could return NULL, so mro::_nextcan...
2009-08-21 Nicholas Clarksv_newmortal() is faster than sv_2mortal(newSV(0))
2009-08-21 Nicholas ClarkEliminate SV leak in mro::_nextcan - hv_store_ent(...
2009-08-21 Jerry D. HeddenFix build warning in mro.c
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-08-21 Nicholas ClarkUse the constant _CAN_PCS to optimise out things that...
2009-08-21 Nicholas ClarkRemove a refactoring typo - don't post-increment $flush...
2009-08-21 Nicholas ClarkIn mro_get_linear_isa_c3() optimise even if AvARRAY...
2009-08-20 Chip Salzenbergincremental improvement in ~~ documentation, already...
2009-08-20 Nicholas ClarkInstead of trusting mro::get_linear_isa(), test it...
2009-08-20 Nicholas ClarkOptimise mro_get_linear_isa_c3() when there is a single...
2009-08-20 David Mitchelladd -DM flag to track smartmatch resolution
2009-08-20 Nicholas ClarkOptimise S_mro_get_linear_isa_dfs() when dealing with...
2009-08-20 Nicholas ClarkPerl_newHVhv() should copy immortal values as-is, such...
2009-08-20 Vincent PitTeach perlivp about the new stucture of the IO::Compres...
2009-08-19 Nicholas ClarkAdd PERL_DISABLE_PMC to the list of -V's compile-time...
2009-08-19 David Mitchellbump Safe version to 2.18
2009-08-19 Rainer Tammerbleed and 5.10.1 - documentation fix - README.aix add...
2009-08-19 David Mitchellrelease_managers_guide: minor tweaks
2009-08-18 David MitchellUpdated Module::CoreList for 5.10.1-RC2
2009-08-18 H.Merijn BrandCorrectly detect NDBM_File availability
2009-08-18 Nicholas ClarkFlush the MRO cache at the end, rather than the start.
2009-08-18 Nicholas ClarkNo need to flush the package's MRO cache if we've just...
2009-08-18 Nicholas ClarkConvert perl version check in import() from run time...
2009-08-18 Nicholas ClarkGenerate perl version-dependent regexps once, rather...
2009-08-17 Vincent PitSebastien decided what was the UPSTREAM for his modules
2009-08-16 Craig A. BerrySkip maintainers.t on VMS.
2009-08-16 David Mitchell[perl #68530] "version::CLASS" warning in Safe.pm
2009-08-16 David Mitchellsv_peek(): SvOOK offset is no longer in IVX
2009-08-15 Craig A. BerrySuppress system messages when op/ref.t calls die on...
2009-08-15 David Goldenquick fix cpan -r
2009-08-15 David Mitchellrelease_managers_guide: typo fixes
2009-08-15 Jan DuboisExplain that the load_module() import list must be...
2009-08-15 Steve HayRevert bogus PROCESSOR_ARCHITECTURE fix.
2009-08-14 Jan DuboisImport WIN64 environment variable into makefile.mk
2009-08-14 Steve HayFix PROCESSOR_ARCHITECTURE in dmake builds.
2009-08-14 David GoldenAdd Bob Wilkinson's email address to AUTHORS
2009-08-13 David Mitchellrelease_managers_guide: add release compare item,
2009-08-13 Andy DoughertyInstall arch-dependent files into $archlib.
2009-08-13 AbigailRevert "Revert "Mention the unit of time""
2009-08-13 Vincent PitMerge commit 'dromedary/blead' into blead
2009-08-13 Jesse VincentUpdated Maintainers.pl to note that p5p/blead is respon...
2009-08-13 Steffen MuellerMerge the updated perlfaq from the perlfaq repository
2009-08-13 Vincent PitPerl_die_nocontext() is also called with NULL from...
2009-08-13 AbigailRevert "Mention the unit of time"
2009-08-13 AbigailMention the unit of time
2009-08-13 Nicholas ClarkMark as TODO the failing tests added in cb4bdfcf for...
2009-08-12 Slaven RezicAdded a failing test for a bareword parsing regression...
2009-08-12 Jerry D. HeddenTypos in perlbug.PL
2009-08-12 David Mitchellperlbug.PL assumes patchlevel.h has simple patch lists;
2009-08-12 David Mitchellrelease_managers_guide: mention testing perlbug
2009-08-12 Moritz Lenzdocument split in void context in perlfunc.pod
2009-08-12 H.Merijn BrandRemove duplicate entry (from config_heavy.pl)
2009-08-12 David Mitchellinstall Config_heavy.pl in archlib
2009-08-12 Jan DuboisDon't explicitly link against msvcrt when using MinGW.
2009-08-12 David Mitchellameliorate B::Deparse slowdown
2009-08-11 Jan DuboisOn Windows normalize $^X using GetLongPathName()
2009-08-11 David Mitchells/PERL5OPTS/PERL5OPTS/ in INSTALL
2009-08-11 Ken WilliamsRemoved '...' ellipses from docs about '...' flip-flop...
2009-08-11 David MitchellINSTALL: mention that env vars can affect tests
2009-08-11 David Mitchellrelease_managers_guide: mention updating cpan.org/src/
2009-08-11 David MitchellPERL_DONT_CREATE_GVSV was documented in perl589delta
next