summaryrefslogtreecommitdiff
path: root/lib/Pod/Html.pm
Commit message (Expand)AuthorAgeFilesLines
* RE: [perl #24610] Pod::Html infinite recursionAnders Johnson2003-12-131-3/+23
* Uppercase globals in Pod::HtmlMichael G. Schwern2003-08-181-283/+277
* Pod::Html unifying global variable declaration and initializationMichael G. Schwern2003-08-181-79/+72
* Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))Michael G. Schwern2003-08-181-7/+6
* Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))Craig A. Berry2003-08-181-1/+3
* Fixes for "installhtml --splithead", based on :Steve Hay2003-04-021-4/+5
* Re: a bugfix for Pod::Html (in diff -u format)DH2002-08-251-17/+19
* anchors fixStas Bekman2002-06-061-4/+3
* 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.Jarkko Hietaniemi2002-05-161-4/+4
* pod2html: try to be EOL agnostic.Jarkko Hietaniemi2002-04-041-0/+19
* [PATCH} Pod::HTML and HTML4Robert Spier2002-04-041-1/+2
* getting rid of a few superfluous $&/$`Jeffrey Friedl2002-04-011-3/+3
* remove warningStas Bekman2002-03-191-2/+0
* fix anchor generation code (ID 20020312.006) Stas Bekman2002-03-161-7/+16
* RE: [PATCH] Get rid of bad error message formatting in Pod::HtmlBrent Dax2002-03-151-5/+5
* Message-Id: <3C7E1CED.7000307@stason.org>Stas Bekman2002-02-281-7/+10
* Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2Ville Skyttä2002-02-151-2/+1
* [ID 20020213.015] Pod::Html XHTML update for 5.7.2Ville Skyttä2002-02-151-149/+172
* Portability fix for Pod::HtmlChris Nandor2001-11-201-2/+3
* Upgrade to podlators 1.13.Jarkko Hietaniemi2001-11-151-4/+3
* a few typo fixes Jeffrey Friedl2001-11-121-3/+3
* Pod::Html makes a poor guess at authorRobert Spier2001-10-021-1/+0
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-291-1/+1
* Pod::Html -- fixes extra gaps in raw textJeff Pinyan2001-05-091-1/+1
* Pod::Html doesn't honor =begin ... =end properlyJeff Pinyan2001-05-091-0/+1
* Fwd: pod2html leaves cache files lying around?Rajesh Vaidheeswarran2001-04-181-5/+18
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-1/+0
* [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-containedSpider Boardman2000-08-231-0/+4
* integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-111-3/+5
* Pod::Html tweak to avoid false falsesGurusamy Sarathy2000-03-071-3/+6
* change#5513 accidentally undid change#5373, put it backGurusamy Sarathy2000-03-061-28/+33
* Pod::Html fixups for nicer links to functions (from Wolfgang LaunGurusamy Sarathy2000-03-041-38/+35
* still other multiline match cleanups (from Greg Bacon)Gurusamy Sarathy2000-03-021-11/+11
* make the "back to top" links optionalGurusamy Sarathy2000-03-021-114/+129
* fix Pod::Html to recognize C<< > >> etc., and convert some podsGurusamy Sarathy2000-02-291-26/+32
* fixes for Pod::Html issues (from Wolfgang LaunGurusamy Sarathy2000-02-191-10/+14
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-1/+1
* more fixes for warnings from change#4840Gurusamy Sarathy2000-01-251-6/+8
* avoid warnings due to lack of forward declarationsGurusamy Sarathy2000-01-221-0/+5
* heavy cleanup of Pod::Html bug fixes (from Wolfgang LaunGurusamy Sarathy2000-01-221-558/+755
* fix bug in processing L<> tags (from j.vavruska@post.cz)Gurusamy Sarathy1999-12-051-1/+1
* allow 'text' in L<text|A::B/"C"> (from Martin LichtinGurusamy Sarathy1999-09-101-1/+2
* Pod::Html tweakJan Dubois1999-07-281-2/+2
* don't quit if =head* wasn't found (suggested by Roland BauerGurusamy Sarathy1999-07-271-3/+2
* ~ isn't valid in VMS filenamesGurusamy Sarathy1999-07-261-2/+3
* applied suggested patch, along with later tweakJan Dubois1999-07-171-11/+56
* pod->html VMS fixeslane@duphy4.physics.drexel.edu1999-05-101-0/+1
* escape ampersands in <pre> sectionsGurusamy Sarathy1999-05-101-2/+1
* avoid escaping &amp; et al multiple times (variant of fix suggested byGurusamy Sarathy1999-02-281-1/+1
* backout change#2811 and add newer version based on File::SpecBarrie Slaymaker1999-02-151-32/+149