Age | Commit message (Expand) | Author |
2017-01-25 | +arm64 | Theo de Raadt |
2017-01-25 | Add the style sheet used on man.openbsd.org to the source tree. | Ingo Schwarze |
2017-01-25 | Improve HTML formatting of .Bl -tag. | Ingo Schwarze |
2017-01-21 | bug was fixed, delete the BUGS section | Ingo Schwarze |
2017-01-21 | slightly simplify header and footer styles | Ingo Schwarze |
2017-01-21 | Avoid writing constant style attributes over and over again. | Ingo Schwarze |
2017-01-21 | clean up the remaining class attributes | Ingo Schwarze |
2017-01-20 | Standardize class attributes for semantic macros. | Ingo Schwarze |
2017-01-20 | standardize .Rs class attributes | Ingo Schwarze |
2017-01-20 | standardize .Bl and .It class attributes | Ingo Schwarze |
2017-01-19 | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze |
2017-01-19 | clean up .Sx and .Xr HTML markup | Ingo Schwarze |
2017-01-19 | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze |
2017-01-19 | Adjust indentation of the HTML output to the conventions established | Ingo Schwarze |
2017-01-19 | Start cleanup: trim useless HTML comments and <div> elements | Ingo Schwarze |
2017-01-19 | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze |
2017-01-18 | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze |
2017-01-17 | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze |
2017-01-17 | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze |
2017-01-15 | When looking up macro values while the macro tables are being built | Ingo Schwarze |
2017-01-12 | Skipping all escape sequences at the beginning of strings in deroff() | Ingo Schwarze |
2017-01-12 | show meta data for -Ttree output | Ingo Schwarze |
2017-01-11 | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze |
2017-01-10 | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze |
2017-01-10 | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze |
2017-01-10 | simplify; NODE_ENDED does no harm in man(7) | Ingo Schwarze |
2017-01-10 | unify names of AST node flags; no change of cpp output | Ingo Schwarze |
2017-01-10 | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze |
2017-01-09 | Use stdout rather than stdin for controlling the terminal | Ingo Schwarze |
2017-01-09 | The .No macro is not supposed to produce fixed-width font, it is not | Ingo Schwarze |
2017-01-09 | Warnings and errors that occur during mdoc_validate() | Ingo Schwarze |
2017-01-08 | Indentation must be measured in units of the surrounding text, | Ingo Schwarze |
2017-01-08 | Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf. | Ingo Schwarze |
2017-01-08 | style: missing blank between case statement and label; | Ingo Schwarze |
2017-01-08 | Tolerate bare tabs in SYNOPSIS .Cd for now. | Ingo Schwarze |
2017-01-08 | Stricter validation of the NAME section, in particular: | Ingo Schwarze |
2017-01-06 | sort options list; the same as jmc@ did in man.1 rev. 1.18 | Ingo Schwarze |
2017-01-05 | sort options list; | Jason McIntyre |
2016-12-28 | fix the remaining cases of .Xr with only one argument | Ingo Schwarze |
2016-12-28 | spelling fix; | Jason McIntyre |
2016-12-28 | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze |
2016-12-07 | When reporting "whitespace at end of input line" on lines ending with | Ingo Schwarze |
2016-11-10 | warn about trailing whitespace at the end of comments; | Ingo Schwarze |
2016-11-08 | document improved tagging functionality | Ingo Schwarze |
2016-11-08 | use .Fn in custom sections for tagging, in addition to in DESCRIPTION; | Ingo Schwarze |
2016-11-08 | tag leading .Dv, .Li, and .No in .It; | Ingo Schwarze |
2016-11-08 | implement tag priority 0, which will tag only keys that appear as | Ingo Schwarze |
2016-11-08 | generate two tag entries from list entries of the form | Ingo Schwarze |
2016-11-08 | skip leading \& and \e in tags | Ingo Schwarze |
2016-11-08 | support more than one tag entry for the same search term; | Ingo Schwarze |