This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-12-21 Florian RagwitzWe don't care about "Pragma" vs. "Pragmata"
2011-12-21 Florian RagwitzFail if one if the sections we want isn't there
2011-12-21 Dave RolskyAdd mention of what we want changed on dev.perl.org
2011-12-21 Dave RolskyTweak RMG headings to make the generated checklist...
2011-12-21 Dave RolskyShow --html flag for make-rmg-checklist
2011-12-21 Dave RolskyNo need for empty =for checklist element
2011-12-21 Dave RolskyAdd a section on making a checklist
2011-12-21 Dave RolskyLots of improvements for the checklist generator
2011-12-21 Dave RolskyAdd a script to generate a release checklist from the RMG
2011-12-21 Nicholas ClarkPorting/podtidy can pass 'columns' to Pod::Tidy::tidy_f...
2011-12-21 Chris 'BinGOs... Sync Maintainers.pl with CPAN for Module-CoreList
2011-12-21 Nicholas ClarkIn installman, move the call to File::Find::find()...
2011-12-21 Nicholas ClarkLazier instructions for removing stale perldeltas for...
2011-12-21 Nicholas ClarkMerge the refactoring that abolishes pod.lst to blead.
2011-12-21 Nicholas ClarkRe-order entries in the 'master' array returned by...
2011-12-21 Nicholas ClarkPrune unused entries from the 'master' array returned...
2011-12-21 Nicholas ClarkRationalise use of the Pod metadata structure returned...
2011-12-21 Nicholas ClarkEliminate pod.lst. pod/perl.pod is now the master file...
2011-12-21 Father ChrysostomosFixing crash in hint.t
2011-12-21 Father Chrysostomos[perl #91416] Deparse open("blah blah blah") properly
2011-12-21 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.11
2011-12-21 Karl Williamsoncharnames tests: Add names to some more tests
2011-12-21 Karl Williamsontest.pl: Add comment
2011-12-21 Karl WilliamsonAutoload charnames for \N{name}
2011-12-21 Karl Williamsontoke.c: Reorder a test
2011-12-21 Karl Williamsoncharnames.t: Rmv extra blank in comment
2011-12-21 Karl Williamsoncharnames: Split into two modules
2011-12-21 Karl Williamsonpod nits
2011-12-20 Father Chrysostomos[perl #106282] Don’t crash cloning tied %^H
2011-12-20 Dave RolskyLink to release announcement in epigraphs.pod
2011-12-20 Dave RolskyAdd a step asking release managers to blog about their...
2011-12-20 Dave RolskyAdd the 5.15.6 epigraph
2011-12-20 Dave RolskyAdd details on how to figure out if rt.perl.org needs...
2011-12-20 Dave RolskyCreate a perldelta for 5.15.7
2011-12-20 Dave RolskyMerge branch 'drolsky/release-5.15.6' into blead
2011-12-20 Dave RolskyAdd perldelta entry for new version of Module::CoreList v5.15.6
2011-12-20 Dave RolskyFix version of Module::CoreList in 5.15.6
2011-12-20 Dave RolskyAdd Changes entry for Module::CoreList
2011-12-20 Nicholas Clarkpod_rules.pl was always (re)building everything, not...
2011-12-20 Steffen MuellerUse tr/_// instead of eval $VERSION
2011-12-20 Dave RolskyAdd 5.15.6 release date to perlhist
2011-12-20 Dave RolskyUpdated Module::CoreList for 5.15.6 - including $VERSIO...
2011-12-20 Dave RolskyBump the perl version in various places for 5.15.6
2011-12-19 Dave RolskyFinal pass through perldelta
2011-12-19 Dave RolskyRemove an XXX note - questions resolved
2011-12-19 Dave RolskyThe POSIX TCSANOW appears to have been introduced in...
2011-12-19 Dave RolskyNot going to document 43d9ecf either
2011-12-19 Dave RolskyNot going to document f300909 in perldelta
2011-12-19 Dave RolskyPerldelta for b0f2e9e - buildtoc fixes
2011-12-19 Dave RolskySmall pod fix - s/build/built/
2011-12-19 Dave RolskyClean up perldelta.pod for release
2011-12-19 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9114
2011-12-19 Chris 'BinGOs... Sync Maintainers.pl with teh CPAN
2011-12-19 Steffen MuellerSelfLoader: Version bump to match CPAN release
2011-12-19 Steffen MuellerExtUtils::ParseXS: Version bump and changelog for CPAN...
2011-12-19 Nicholas ClarkRestructure the heredocs in perlmodlib.PL so the file...
2011-12-19 Nicholas ClarkAdd autodoc.pl to the 'no_index' section of META.yml
2011-12-19 Nicholas ClarkMerge installman and pod/buildtoc improvements to blead.
2011-12-19 Nicholas ClarkNote the user-visible installman changes in perldelta.
2011-12-19 Nicholas ClarkSome pod_lib.pl cleanups.
2011-12-19 Nicholas Clarkinstallman should use the data in pod.lst to track...
2011-12-19 Nicholas ClarkVarious installman cleanups.
2011-12-19 Nicholas ClarkIn installman, pod2man() now takes a hashref instead...
2011-12-19 Nicholas ClarkIn pod2man() in installman, transpose the keys and...
2011-12-19 Nicholas ClarkStop installing the manpage for XS::Typemap.
2011-12-19 Nicholas ClarkIn buildtoc, eliminate @modpods by building %Found...
2011-12-19 Nicholas ClarkIn buildtoc, pass 'no_chdir' to File::Find::find().
2011-12-19 Nicholas ClarkIn buildtoc, move the "has a NAME?" file check into...
2011-12-19 Nicholas ClarkPrime the duplicate Pod cache the first time is_duplica...
2011-12-19 Nicholas ClarkIn pod_lib.pl, split out the code that initialises...
2011-12-19 Nicholas ClarkChange get_pod_metadata() to take a callback to report...
2011-12-19 Nicholas ClarkMove the pod de-duplication logic from buildtoc to...
2011-12-19 Nicholas ClarkIn installman, break the de-duplication code out from...
2011-12-19 Nicholas Clarkbuildtoc should use the correct path when looking for...
2011-12-19 Nicholas ClarkIf buildtoc can't open a Pod file, that's fatal, not...
2011-12-19 Nicholas ClarkIf buildtoc spots duplicated pods, that's an error...
2011-12-19 Nicholas ClarkTidy the Pod exclusion rules in buildtoc.
2011-12-19 Nicholas Clarkinstallman only needs match =head1 to identify files...
2011-12-19 Chris 'BinGOs... Sync Data-Dump and Attribute-Handlers versions in Maint...
2011-12-19 Chris 'BinGOs... Update IO-Compress to CPAN version 2.046
2011-12-19 Nicholas ClarkUpdate F<Copying> with the FSF's new address.
2011-12-19 Steffen MuellerData::Dumper: Changelog and version bump
2011-12-19 Steffen MuellerAttribute::Handlers 0.93 changelog
2011-12-19 Steffen MuellerNo need to ship Attribute::Handlers README in core
2011-12-19 Father Chrysostomosperldelta for 41b1a11 :-)
2011-12-19 Father Chrysostomosperldelta for deparsing require <binop>
2011-12-19 Father ChrysostomosFix deparsing of require "a".$1
2011-12-19 Father ChrysostomosTeach B::Concise about OPpCONST_NOVER
2011-12-19 Father Chrysostomosperldelta up to 8d0b139
2011-12-19 Ricardo Signestest that version.pm does not clobber locale
2011-12-19 Karl Williamsontoke.c, util.c: setlocale returns new locale, not old
2011-12-18 Father Chrysostomosperldelta for splain/%X
2011-12-18 Father ChrysostomosStop readline(*$glob_copy) from clearing PL_last_in_gv
2011-12-18 Father Chrysostomosperldelta up to 6728c8514a
2011-12-18 Father ChrysostomosRevert "Make scalar() propagate lvalueness"
2011-12-18 Father Chrysostomos[perl #106288] Tests for \scalar @array
2011-12-18 Karl Williamsonutf8.c: white-space, comment clarification only
2011-12-18 Karl Williamsonutf8.c: foldEQ_utf8_flags() use specific flag, not...
2011-12-18 Dave RolskyRemove some commits from the to-doc list that have...
2011-12-18 Craig A. Berryperldelta updates for VMS changes.
next