This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-10-31 Marc GreenFix crossref cross platform compatability issues
2011-10-31 Marc GreenFix crossref bug
2011-10-31 Marc GreenTabs -> Spaces
2011-10-31 Marc GreenImplement option to disable POD ERRORS section
2011-10-31 Marc GreenRemove unneeded code
2011-10-31 Marc GreenStop using wrong outfile
2011-10-31 Marc GreenAdd a test case
2011-10-31 Marc GreenRemove /usr/share/perl presence dependency
2011-10-31 Marc GreenUpdate htmlview.t for new Pod::Html
2011-10-31 Marc GreenUpdate test case for new Pod::Html
2011-10-31 Marc GreenDon't uc(), keep case the same
2011-10-31 Marc GreenImplement --recurse and update test cases
2011-10-31 Marc GreenFix bug with removal of Podroot from each Podpath
2011-10-31 Marc GreenAlways anchor =item definitions.
2011-10-31 Marc GreenUpdate htmlfeature2.t for new p2h
2011-10-31 Marc GreenUpdate htmlfeature.t for new p2h; fix typo in Html
2011-10-31 Marc GreenUpdate old-p2h to new-p2h script conversion
2011-10-31 Marc GreenFix --backlink bug; add some documentation
2011-10-31 Marc GreenUpdate htmlescp.t test case for new Pod::Html
2011-10-31 Marc GreenFix typo in test case
2011-10-31 Marc GreenUpdate htmldir4.t to test new Pod::Html
2011-10-31 Marc GreenUpdate htmldir2.t and htmldir3.t to test new p2h
2011-10-31 Marc GreenUse catdir (not catfile) to avoid a leading '//'
2011-10-31 Marc GreenAdd old-p2h test to new-p2h test conversion script
2011-10-31 Marc GreenFix bug dealing with PODS not in %Pages
2011-10-31 Marc GreenUpdate htmldir.t testcase for new Pod::Html
2011-10-31 Marc GreenUpdate crossref test case for new Pod::Html
2011-10-31 Marc GreenFix cross reference bug
2011-10-31 Marc GreenStart modifying test cases to suit new Pod::Html
2011-10-31 Marc GreenMove Pod::Simple::XHTML::LocalPodLinks into Pod::Html
2011-10-31 Marc GreenAdd $Htmlfileurl to support relativizing crossrefs
2011-10-31 Marc GreenFix ::Search callback arg; fix @Podpath mapping
2011-10-31 Marc GreenFix minor formatting
2011-10-31 Marc GreenRemove --libpods feature
2011-10-31 Marc GreenAllow test cases to change arguments to pod2html
2011-10-31 Marc GreenReimplement --header, $bodystyle, $tdstyle
2011-10-31 Marc GreenStart to reimplement --header
2011-10-31 Marc GreenConsider $Podroot when finding PODs; consider $Quiet
2011-10-31 Marc GreenFinish skeleton version of Pod::Html
2011-10-31 Marc GreenDon't delete html file produced, used for testing
2011-10-31 Marc GreenCreate lib/ dir; begin writing ::Search object
2011-10-31 Marc GreenUse Pod::Simple::Search to resolve L<> directives
2011-10-31 Marc GreenContinue to transition to ::LocalPodLinks
2011-10-31 Marc GreenRemove spurious code after start of parser switch
2011-10-31 Marc GreenStart replacing home made pod parser with ::Simple
2011-10-31 Marc GreenTemporarily remove --header feature
2011-10-31 Marc GreenRemove cache feature for simplicity
2011-10-31 Marc GreenRemove deprecated --netscape flag
2011-10-31 Nicholas Clarkt/porting/authors.t can send just the git log info...
2011-10-31 Nicholas ClarkRemove $date from Porting/checkAUTHORS.pl, which was...
2011-10-31 Pino ToscanoImprove general GNU hints, needed for GNU/Hurd.
2011-10-30 Jilles TjoelkerCorrect FreeBSD hints file for FreeBSD 10.0
2011-10-30 Nicholas ClarkAdd Jilles Tjoelker to AUTHORS.
2011-10-29 Father ChrysostomosRemove some repeated code in pp_regcomp
2011-10-29 Father ChrysostomosFix =~ $str_overloaded (5.10 regression)
2011-10-29 Father ChrysostomosIncrease $strict::VERSION to 1.05
2011-10-29 Moritz Lenzunconfuse strict.pm documentation
2011-10-29 Father ChrysostomosDosGlob: Comment typo
2011-10-29 Father ChrysostomosDosGlob: Don’t parse an pattern that will not be used
2011-10-29 Father ChrysostomosFile::Glob: Consistent use of spaces after dots
2011-10-29 Father ChrysostomosFile::Glob: Remove docs specific to Mac Classic
2011-10-29 Father ChrysostomosDocument File::Glob::csh_glob
2011-10-29 Karl WilliamsonPATCH: [perl #101940]: BBC Tk
2011-10-29 Karl Williamsonregcomp.c: Use no_mg for 2nd fetch of pattern
2011-10-29 Karl WilliamsonFix spelling in comment
2011-10-29 Father ChrysostomosGlob.xs: Remove dMY_CXT from bsd_glob
2011-10-29 Father ChrysostomosDosGlob: eliminate %iter
2011-10-29 Father ChrysostomosIncrease $File::DosGlob::VERSION to 1.07
2011-10-29 Father ChrysostomosGlob.xs: Clarify comment
2011-10-29 Father ChrysostomosGlob.xs: Remove comment
2011-10-29 Father ChrysostomosGlob.xs: consting
2011-10-29 Father ChrysostomosGlob.xs: Be more parsimonious with SVs
2011-10-29 Father ChrysostomosGlob.xs: Remove comment
2011-10-29 Father ChrysostomosOops: Fix Glob.xs assertion failure
2011-10-29 Father ChrysostomosGlob.xs: Eliminate x_GLOB_ITER
2011-10-29 Father ChrysostomosDocument File::Glob’s :bsd_glob tag
2011-10-29 Father ChrysostomosAdd :bsd_glob export tag to File::Glob [perl #96116]
2011-10-29 Father ChrysostomosGlob.xs: Refactor iteration into separate function
2011-10-29 Father ChrysostomosMove the do() test in Deparse’s core.t
2011-10-29 Michael G.... Remove unnecessary cruft from the module example.
2011-10-29 Tony Cookproduce a properly sorted known_pod_issues.dat
2011-10-29 chromaticFixed dative inaccuracy in perlmod.pod.
2011-10-28 Nicholas ClarkRemove unnecessary makefile fix-up code from bisect...
2011-10-28 Nicholas ClarkIn bisect-runner.pl, patch older Configure to add -A
2011-10-28 Nicholas Clarkbisect-runner.pl now patches another 5.004-era build...
2011-10-28 Nicholas ClarkIn bisect-runner.pl, make the code to report patching...
2011-10-28 Nicholas ClarkIn bisect-runner.pl, refactor the code to extract previ...
2011-10-28 Nicholas ClarkIn bisect-runner.pl, refactor the code that applies...
2011-10-28 Nicholas ClarkIn bisect-runner.pl, refactor the code that opens and...
2011-10-28 Tony Cookallow for 2Gb+ memory allocations on 64-bit Win32 debug...
2011-10-27 Chris 'BinGOs... Update CPANPLUS-Dist-Build to CPAN version 0.60
2011-10-27 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.016
2011-10-27 Father ChrysostomosAdd Mark A. Stratman to AUTHORS
2011-10-27 Mark A. Stratmanperlootut.pod: Removed redundant sentence
2011-10-27 Father ChrysostomosStop csh_glob from reading past end of string
2011-10-27 Father ChrysostomosMake csh_glob remove quote-escaping backslashes
2011-10-27 Father Chrysostomosperlrebackslash: too grammer tweaks
2011-10-27 Father ChrysostomosDeparse CORE::do
2011-10-27 Father ChrysostomosDeparse CORE::glob
2011-10-27 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.09
next