summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze2018-05-213-2/+5
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze2018-05-213-3/+4
* Use <span> rather than abusing <i> for .Pa;Ingo Schwarze2018-05-213-2/+5
* various minor improvementsIngo Schwarze2018-05-201-2/+7
* Protect against malicious manual pages containing .ll requests withIngo Schwarze2018-05-201-0/+6
* In a nutshell, all mobile browsers are broken.Ingo Schwarze2018-05-181-0/+2
* Some broken terminal emulators (e.g. sakura) do the equivalentIngo Schwarze2018-05-141-1/+2
* Fix a long-standing issue:Ingo Schwarze2018-05-094-16/+17
* Eliminate the class=It-* attributes.Ingo Schwarze2018-05-085-78/+43
* Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze2018-05-083-18/+40
* Minor correction: we render HTML character references hexadecimal,Ingo Schwarze2018-05-031-1/+1
* skip printing the embedded style sheet if an external style is referencedIngo Schwarze2018-05-011-5/+6
* Simpler description of output formats, shortening the manual page by 15 lines.Ingo Schwarze2018-04-291-99/+85
* 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-0/+41
* replace my vague and idiosyncratic term "selflink"Ingo Schwarze2018-04-243-14/+14
* dedup issuesIngo Schwarze2018-04-201-1/+6
* Tweak the description of -l:Ingo Schwarze2018-04-191-2/+3
* Compatibility with man-db:Ingo Schwarze2018-04-191-12/+56
* Use TIOCGWINSZ to reduce the default -Owidth during interactive useIngo Schwarze2018-04-132-5/+21
* Make sure that mandoc only goes into UTF-8 mode if the user reallyIngo Schwarze2018-04-131-2/+14
* preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze2018-04-135-28/+83
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-1111-25/+78
* Two new low-level roff(7) features:Ingo Schwarze2018-04-106-26/+110
* When accessing an undefined number register, define it to be zero, likeIngo Schwarze2018-04-095-25/+66
* Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze2018-04-096-48/+191
* Stop documenting the non-portable .R man(7) macro. Neither groffIngo Schwarze2018-04-051-15/+2
* Do not use a non-portable .R man(7) macro. Neither groff nor theIngo Schwarze2018-04-051-1/+1
* use the portable \(lq and \(rq internally rather than \(Lq and \(RqIngo Schwarze2018-04-053-47/+47
* For .Do/.Dq, use the documented and portable \(lq and \(rqIngo Schwarze2018-04-051-2/+2
* Ouch, fix previous: In the edge case of a single-character stringIngo Schwarze2018-03-161-1/+2
* Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze2018-03-164-9/+74
* Soften the language discouraging special character escape sequences.Ingo Schwarze2018-03-151-6/+20
* Add strndup(3) compat implementation.Ingo Schwarze2018-02-274-1/+71
* After opening a file with gzdopen(3), we have to call gzclose(3) orIngo Schwarze2018-02-231-6/+31
* clarify documentation of macro keysIngo Schwarze2018-02-231-0/+23
* Logically, the following are are type names - just like .Vt,Ingo Schwarze2018-02-231-5/+26
* Invalidate the tag_files.tfd after fclose(3)ing the stram associatedIngo Schwarze2018-02-232-1/+4
* In man(7) and cat pages, cut off excessive one line descriptions.Ingo Schwarze2018-02-071-2/+12
* Fix the mandoc_strndup() utility function. All existing callers seemIngo Schwarze2018-02-071-3/+3
* fix wrong dateIngo Schwarze2018-02-072-2/+2
* Delete the "no blank before trailing delimiter" check from theIngo Schwarze2018-02-0610-24/+8
* Remove the implicit display feature of .Lk because it was inconsistentIngo Schwarze2018-01-133-20/+2
* typo; from Alexander Kuleshov <kuleshovmail at gmail dot com>Ingo Schwarze2017-12-151-1/+1
* Recognize .Bl -column at parse time, and not only at validation time,Ingo Schwarze2017-11-291-9/+14
* duplicate word, found by igor(1)Ingo Schwarze2017-11-281-1/+1
* streamline termp allocation: this will allow the init functionIngo Schwarze2017-11-101-14/+5
* be less assertive when warning about a possible typo;Ingo Schwarze2017-11-103-3/+3
* Shrink -Tps output by more than 50%Ingo Schwarze2017-11-022-15/+37
* Print a human-readable media name in the %%DocumentMedia DSC commentIngo Schwarze2017-10-291-10/+27