aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* In HTML output, for lists that have an -indent argument, just useIngo Schwarze2018-06-102-20/+13
* When formatting man(7) documents that do not contain .SH macrosIngo Schwarze2018-06-101-1/+13
* Remove redundant value= attributes from option elements,Ingo Schwarze2018-05-291-8/+6
* Delete support for the print_otag(sw) * and - modifiers,Ingo Schwarze2018-05-292-24/+5
* Ignore author-specified -width arguments for -tag and -hang listsIngo Schwarze2018-05-291-7/+6
* John Gardner tells me that among frontend developers, gratuitous useIngo Schwarze2018-05-281-53/+56
* URL-fragment strings can only contain certain characters.Ingo Schwarze2018-05-281-3/+9
* Start with baby steps towards responsive design:Ingo Schwarze2018-05-261-1/+15
* Use em units rather than ex units for horizontal lengths.Ingo Schwarze2018-05-261-20/+20
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-255-36/+60
* Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze2018-05-213-5/+8
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze2018-05-213-6/+7
* Use <span> rather than abusing <i> for .Pa;Ingo Schwarze2018-05-213-5/+8
* various minor improvementsIngo Schwarze2018-05-201-4/+9
* Protect against malicious manual pages containing .ll requests withIngo Schwarze2018-05-201-1/+7
* In a nutshell, all mobile browsers are broken.Ingo Schwarze2018-05-181-1/+3
* Some broken terminal emulators (e.g. sakura) do the equivalentIngo Schwarze2018-05-141-2/+3
* Fix a long-standing issue:Ingo Schwarze2018-05-094-20/+21
* Eliminate the class=It-* attributes.Ingo Schwarze2018-05-085-83/+48
* Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze2018-05-083-21/+43
* Minor correction: we render HTML character references hexadecimal,Ingo Schwarze2018-05-031-3/+3
* skip printing the embedded style sheet if an external style is referencedIngo Schwarze2018-05-011-6/+7
* Simpler description of output formats, shortening the manual page by 15 lines.Ingo Schwarze2018-04-291-101/+87
* Better mandoc(1) -I and -T options for Heirloom comparisons.Ingo Schwarze2018-04-241-7/+10
* multiple new entries from various sourcesIngo Schwarze2018-04-241-1/+42
* replace my vague and idiosyncratic term "selflink"Ingo Schwarze2018-04-243-17/+17
* dedup issuesIngo Schwarze2018-04-201-2/+7
* Tweak the description of -l:Ingo Schwarze2018-04-191-4/+5
* Compatibility with man-db:Ingo Schwarze2018-04-191-13/+57
* Use TIOCGWINSZ to reduce the default -Owidth during interactive useIngo Schwarze2018-04-132-8/+24
* Make sure that mandoc only goes into UTF-8 mode if the user reallyIngo Schwarze2018-04-131-3/+15
* preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze2018-04-135-34/+89
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-1111-35/+88
* Two new low-level roff(7) features:Ingo Schwarze2018-04-106-30/+114
* When accessing an undefined number register, define it to be zero, likeIngo Schwarze2018-04-095-27/+68
* Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze2018-04-096-50/+193
* Stop documenting the non-portable .R man(7) macro. Neither groffIngo Schwarze2018-04-051-17/+4
* Do not use a non-portable .R man(7) macro. Neither groff nor theIngo Schwarze2018-04-051-2/+2
* use the portable \(lq and \(rq internally rather than \(Lq and \(RqIngo Schwarze2018-04-053-50/+50
* For .Do/.Dq, use the documented and portable \(lq and \(rqIngo Schwarze2018-04-051-3/+3
* Ouch, fix previous: In the edge case of a single-character stringIngo Schwarze2018-03-161-2/+3
* Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze2018-03-164-14/+79
* Soften the language discouraging special character escape sequences.Ingo Schwarze2018-03-151-8/+22
* Add strndup(3) compat implementation.Ingo Schwarze2018-02-274-3/+73
* After opening a file with gzdopen(3), we have to call gzclose(3) orIngo Schwarze2018-02-231-7/+32
* clarify documentation of macro keysIngo Schwarze2018-02-231-2/+25
* Logically, the following are are type names - just like .Vt,Ingo Schwarze2018-02-231-6/+27
* Invalidate the tag_files.tfd after fclose(3)ing the stram associatedIngo Schwarze2018-02-232-3/+6
* In man(7) and cat pages, cut off excessive one line descriptions.Ingo Schwarze2018-02-071-3/+13
* Fix the mandoc_strndup() utility function. All existing callers seemIngo Schwarze2018-02-071-4/+4