This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Define also Perl's calloc() macro
[perl5.git] / ext / Pod-Html /
2017-12-28 Karl WilliamsonFix Pod::Html for EBCDIC
2017-12-14 Zeframfix links in generated HTML documentation
2017-12-13 Zeframautomatic titling in Pod::Html
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-04-07 David Mitchellfix ext/Pod-Html/t/*.t that assumed '.' in @INC
2017-01-16 AbigailDon't recognize the --libpods option in Pod::Html
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-07-26 Tony Cook(perl #127834) bump versions of modules in dists we...
2016-07-26 Tony Cook(perl #127834) remove . from the end of @INC if complex...
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-18 James E KeenanFixes for Pod-HTML tests after Pod-Simple update
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2013-09-12 Ricardo SignesPod::Html: use parent instead of base
2013-07-19 Tony Cookpod2html output concerns
2013-06-24 Tony Cook[perl #113926] fix a hash randomization bug
2013-06-24 James E Keenan[perl #113926] add tests for Pod::Html::anchorify()
2013-06-23 James E KeenanDocumentation corrections from Wallace Reis++.
2013-06-09 Petr PísařSynchronize pod2html usage output and its POD text
2013-03-18 Karl Williamsonext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod...
2013-02-28 Chris 'BinGOs' Wil... Revert "Bump Pod::Html to 1.19"
2013-02-28 Chris 'BinGOs' Wil... Bump Pod::Html to 1.19
2013-02-28 Ricardo Signescorrect Pod-Html tests for new Pod-Simple output
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2013-01-06 Craig A. BerryMake Pod::Html::_unixify unescape dots on VMS.
2013-01-06 Craig A. BerryPod::Html test portability redux.
2012-07-13 Robin Barkersilence warning about use of --libpods
2012-06-04 Nicholas ClarkBump $Pod::Html::VERSION to reflect the changes of...
2012-05-04 Steve PetersAdd --libpods back as a non-functional option to pod2html.
2012-05-04 Steve PetersAdd --libpods back as a non-functional option to pod2html.
2012-05-04 Steve PetersSince the HTML files generated by pod2html claim to...
2012-04-27 Ricardo Signesdisable codes_in_verbatim for Pod::Html
2012-04-20 Craig A. BerrySet *.html permissions in installhtml.
2012-04-20 Ricardo Signesallow "." in directory name
2012-04-16 Ricardo Signesmake Pod-Html's _unixify normalize Win32 drive letters
2012-03-12 Ricardo Signesmake the pod2html tests work with fs with vols
2012-03-12 Ricardo SignesSisyphus's fix for pod2html
2012-02-29 Craig A. BerryBump Pod::Html version.
2012-02-29 Craig A. BerryPortability tweaks to Pod::Html's cache.t.
2012-02-29 Craig A. BerryBetter cross-platform unixify for Pod::Html.
2012-02-29 Craig A. BerryDifferent differences for Pod::Html tests.
2012-02-23 Ricardo Signeswork harder to get useful diagnostics on Win32
2012-02-22 Ricardo Signesunixify paths a bit more systematicaly in Pod-Html
2012-02-22 Ricardo Signesdon't assume that filesys starts at / in Pod-Html
2012-02-22 Ricardo Signesunixify the --outfile arg to pod2html
2012-02-21 Marc GreenFix bug in pod2html crossreferencing
2012-02-15 Nicholas ClarkPod::Html's feature2.t needs to match path separators...
2012-02-12 Robin Barkeradd --quiet to silence noisy tests
2012-02-08 Nicholas ClarkMove lib/Pod/t/eol.t to ext/Pod-Html, as it's testing...
2012-02-07 Ricardo Signesavoid making a new top-level package for one helper
2012-02-07 Marc GreenFix portability issue with Pod::Html test case
2012-02-07 Marc GreenModernize the use of open() (copied from old code)
2012-02-07 Marc GreenRe-add cache feature
2012-01-17 Nicholas ClarkMake Pod::Html more robust against malformed L<> contents.
2012-01-17 Nicholas ClarkPurge references to --netscape and --libpods, no longer...
2011-10-31 Marc GreenDynamically create and delete testdir/test.lib/
2011-10-31 Marc GreenAdd Marc Green an an AUTHOR of Pod::Html
2011-10-31 Marc GreenRename 2 tests, update files that reference them
2011-10-31 Marc GreenUpdate version number (1.11 -> 1.12)
2011-10-31 Marc GreenClean up some documentation
2011-10-31 Marc GreenClean up test cases, rename a few
2011-10-31 Marc GreenStop prepending $volume onto $cwd --podroot
2011-10-31 Marc GreenUnixify the whole path, not just $dir.$file
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
next