| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | .Bl -column with zero columns is legal, so don't segfalt on it. | Ingo Schwarze | 2017-01-28 | 1 | -16/+16 |
* | warn about invalid output options | Ingo Schwarze | 2017-01-27 | 4 | -39/+77 |
* | warn about missing one-line description; | Ingo Schwarze | 2017-01-27 | 1 | -3/+8 |
* | Parse the section number from the content of preformatted pages | Ingo Schwarze | 2017-01-27 | 2 | -18/+30 |
* | If parsing a page reveals that it is neither mdoc(7) nor man(7), | Ingo Schwarze | 2017-01-27 | 1 | -12/+16 |
* | fix base directory detection for makewhatis -t | Ingo Schwarze | 2017-01-27 | 1 | -0/+14 |
* | Always register names taken from file names in the names ohash. | Ingo Schwarze | 2017-01-27 | 1 | -4/+6 |
* | more info on man(7) .Xr hyperlinking | Ingo Schwarze | 2017-01-26 | 1 | -0/+3 |
* | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze | 2017-01-26 | 4 | -68/+48 |
* | add arm64 architecture; from deraadt@ | Ingo Schwarze | 2017-01-25 | 1 | -1/+1 |
* | Improve HTML formatting of .Bl -tag. | Ingo Schwarze | 2017-01-25 | 6 | -12/+66 |
* | bug was fixed, delete the BUGS section | Ingo Schwarze | 2017-01-21 | 1 | -9/+0 |
* | slightly simplify header and footer styles | Ingo Schwarze | 2017-01-21 | 2 | -11/+6 |
* | Avoid writing constant style attributes over and over again. | Ingo Schwarze | 2017-01-21 | 2 | -12/+20 |
* | clean up the remaining class attributes | Ingo Schwarze | 2017-01-21 | 4 | -49/+31 |
* | Standardize class attributes for semantic macros. | Ingo Schwarze | 2017-01-20 | 3 | -69/+86 |
* | standardize .Rs class attributes | Ingo Schwarze | 2017-01-20 | 2 | -38/+33 |
* | standardize .Bl and .It class attributes | Ingo Schwarze | 2017-01-20 | 2 | -117/+138 |
* | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze | 2017-01-19 | 3 | -15/+9 |
* | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze | 2017-01-19 | 1 | -3/+11 |
* | clean up .Sx and .Xr HTML markup | Ingo Schwarze | 2017-01-19 | 2 | -9/+8 |
* | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze | 2017-01-19 | 4 | -30/+30 |
* | Clean up and fix rules for header and footer lines. | Ingo Schwarze | 2017-01-19 | 1 | -12/+21 |
* | Adjust indentation of the HTML output to the conventions established | Ingo Schwarze | 2017-01-19 | 1 | -26/+26 |
* | Start cleanup: trim useless HTML comments, <div> elements, | Ingo Schwarze | 2017-01-19 | 4 | -49/+37 |
* | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze | 2017-01-19 | 4 | -70/+175 |
* | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | 2017-01-18 | 4 | -78/+146 |
* | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze | 2017-01-17 | 6 | -281/+174 |
* | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze | 2017-01-17 | 7 | -649/+489 |
* | When looking up macro values while the macro tables are being built | Ingo Schwarze | 2017-01-15 | 2 | -62/+130 |
* | Skipping all escape sequences at the beginning of strings in deroff() | Ingo Schwarze | 2017-01-12 | 1 | -8/+4 |
* | show meta data for -Ttree output | Ingo Schwarze | 2017-01-12 | 2 | -4/+36 |
* | Put compiler arguments that may contain -l at the end; according to | Ingo Schwarze | 2017-01-12 | 1 | -2/+2 |
* | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze | 2017-01-11 | 5 | -401/+207 |
* | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze | 2017-01-10 | 5 | -99/+50 |
* | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze | 2017-01-10 | 6 | -219/+207 |
* | simplify; NODE_ENDED does no harm in man(7) | Ingo Schwarze | 2017-01-10 | 1 | -8/+2 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 15 | -143/+140 |
* | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze | 2017-01-10 | 7 | -18/+48 |
* | Use stdout rather than stdin for controlling the terminal | Ingo Schwarze | 2017-01-09 | 2 | -7/+7 |
* | Clarify how tabs after .It work | Ingo Schwarze | 2017-01-09 | 1 | -6/+18 |
* | The .No macro is not supposed to produce fixed-width font, it is not | Ingo Schwarze | 2017-01-09 | 1 | -1/+1 |
* | Warnings and errors that occur during mdoc_validate() | Ingo Schwarze | 2017-01-09 | 4 | -3/+37 |
* | Indentation must be measured in units of the surrounding text, | Ingo Schwarze | 2017-01-08 | 1 | -8/+8 |
* | Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf. | Ingo Schwarze | 2017-01-08 | 1 | -2/+14 |
* | from Tiago Silva <tiagofilipesilva at icloud dot com> long ago | Ingo Schwarze | 2017-01-08 | 1 | -1/+1 |
* | Tolerate bare tabs in SYNOPSIS .Cd for now. | Ingo Schwarze | 2017-01-08 | 1 | -1/+2 |
* | Stricter validation of the NAME section, in particular: | Ingo Schwarze | 2017-01-08 | 4 | -19/+36 |
* | sort options list; from jmc@ | Ingo Schwarze | 2017-01-06 | 2 | -10/+10 |
* | escape a macro name that is not intended to be called | Ingo Schwarze | 2016-12-28 | 1 | -1/+1 |