| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor correction: we render HTML character references hexadecimal, | Ingo Schwarze | 2018-05-03 | 1 | -1/+1 |
* | skip printing the embedded style sheet if an external style is referenced | Ingo Schwarze | 2018-05-01 | 1 | -5/+6 |
* | Simpler description of output formats, shortening the manual page by 15 lines. | Ingo Schwarze | 2018-04-29 | 1 | -99/+85 |
* | Better mandoc(1) -I and -T options for Heirloom comparisons. | Ingo Schwarze | 2018-04-24 | 1 | -7/+10 |
* | multiple new entries from various sources | Ingo Schwarze | 2018-04-24 | 1 | -0/+41 |
* | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze | 2018-04-24 | 3 | -14/+14 |
* | dedup issues | Ingo Schwarze | 2018-04-20 | 1 | -1/+6 |
* | Tweak the description of -l: | Ingo Schwarze | 2018-04-19 | 1 | -2/+3 |
* | Compatibility with man-db: | Ingo Schwarze | 2018-04-19 | 1 | -12/+56 |
* | Use TIOCGWINSZ to reduce the default -Owidth during interactive use | Ingo Schwarze | 2018-04-13 | 2 | -5/+21 |
* | Make sure that mandoc only goes into UTF-8 mode if the user really | Ingo Schwarze | 2018-04-13 | 1 | -2/+14 |
* | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze | 2018-04-13 | 5 | -28/+83 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 11 | -25/+78 |
* | Two new low-level roff(7) features: | Ingo Schwarze | 2018-04-10 | 6 | -26/+110 |
* | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze | 2018-04-09 | 5 | -25/+66 |
* | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze | 2018-04-09 | 6 | -48/+191 |
* | Stop documenting the non-portable .R man(7) macro. Neither groff | Ingo Schwarze | 2018-04-05 | 1 | -15/+2 |
* | Do not use a non-portable .R man(7) macro. Neither groff nor the | Ingo Schwarze | 2018-04-05 | 1 | -1/+1 |
* | use the portable \(lq and \(rq internally rather than \(Lq and \(Rq | Ingo Schwarze | 2018-04-05 | 3 | -47/+47 |
* | For .Do/.Dq, use the documented and portable \(lq and \(rq | Ingo Schwarze | 2018-04-05 | 1 | -2/+2 |
* | Ouch, fix previous: In the edge case of a single-character string | Ingo Schwarze | 2018-03-16 | 1 | -1/+2 |
* | Style message about bad input encoding of em-dashes as -- instead of \(em. | Ingo Schwarze | 2018-03-16 | 4 | -9/+74 |
* | Soften the language discouraging special character escape sequences. | Ingo Schwarze | 2018-03-15 | 1 | -6/+20 |
* | Add strndup(3) compat implementation. | Ingo Schwarze | 2018-02-27 | 4 | -1/+71 |
* | After opening a file with gzdopen(3), we have to call gzclose(3) or | Ingo Schwarze | 2018-02-23 | 1 | -6/+31 |
* | clarify documentation of macro keys | Ingo Schwarze | 2018-02-23 | 1 | -0/+23 |
* | Logically, the following are are type names - just like .Vt, | Ingo Schwarze | 2018-02-23 | 1 | -5/+26 |
* | Invalidate the tag_files.tfd after fclose(3)ing the stram associated | Ingo Schwarze | 2018-02-23 | 2 | -1/+4 |
* | In man(7) and cat pages, cut off excessive one line descriptions. | Ingo Schwarze | 2018-02-07 | 1 | -2/+12 |
* | Fix the mandoc_strndup() utility function. All existing callers seem | Ingo Schwarze | 2018-02-07 | 1 | -3/+3 |
* | fix wrong date | Ingo Schwarze | 2018-02-07 | 2 | -2/+2 |
* | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze | 2018-02-06 | 10 | -24/+8 |
* | Remove the implicit display feature of .Lk because it was inconsistent | Ingo Schwarze | 2018-01-13 | 3 | -20/+2 |
* | typo; from Alexander Kuleshov <kuleshovmail at gmail dot com> | Ingo Schwarze | 2017-12-15 | 1 | -1/+1 |
* | Recognize .Bl -column at parse time, and not only at validation time, | Ingo Schwarze | 2017-11-29 | 1 | -9/+14 |
* | duplicate word, found by igor(1) | Ingo Schwarze | 2017-11-28 | 1 | -1/+1 |
* | streamline termp allocation: this will allow the init function | Ingo Schwarze | 2017-11-10 | 1 | -14/+5 |
* | be less assertive when warning about a possible typo; | Ingo Schwarze | 2017-11-10 | 3 | -3/+3 |
* | Shrink -Tps output by more than 50% | Ingo Schwarze | 2017-11-02 | 2 | -15/+37 |
* | Print a human-readable media name in the %%DocumentMedia DSC comment | Ingo Schwarze | 2017-10-29 | 1 | -10/+27 |
* | duplicate anchors | Ingo Schwarze | 2017-10-28 | 1 | -0/+4 |
* | more readable conversion of paper size from millimeters to PostScript | Ingo Schwarze | 2017-10-26 | 1 | -2/+2 |
* | The page footer line (psmarg) is created in ps_begin(), and the | Ingo Schwarze | 2017-10-25 | 1 | -2/+0 |
* | Properly close out the top-level Font object, the end-of-page | Ingo Schwarze | 2017-10-25 | 1 | -3/+3 |
* | Modernize documentation of .Ao and .Aq. | Ingo Schwarze | 2017-10-23 | 1 | -15/+39 |
* | HISTORY: mention first appearance in OpenBSD | Ingo Schwarze | 2017-10-17 | 1 | -1/+3 |
* | Do not segfault when there are two .Dt macros, the first without | Ingo Schwarze | 2017-09-12 | 1 | -1/+4 |
* | typo: convertion -> convention; from dcoppa@ | Ingo Schwarze | 2017-09-07 | 1 | -1/+1 |
* | fix a NULL pointer access on deroff() failure; | Ingo Schwarze | 2017-09-06 | 1 | -0/+2 |
* | fix grammar; while here, improve spacing; from sobrado@ | Ingo Schwarze | 2017-09-04 | 1 | -1/+1 |