Age | Commit message (Expand) | Author |
2017-02-06 | The .Nm macro does not only use the default name when it has no | Ingo Schwarze |
2017-02-05 | Wrap .St content in a <span class="St">. | Ingo Schwarze |
2017-02-05 | fix font selection for .Bf without argument | Ingo Schwarze |
2017-02-05 | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze |
2017-02-05 | for .Rs, use <cite> | Ingo Schwarze |
2017-02-05 | Improve <table> syntax: | Ingo Schwarze |
2017-02-04 | Do not fix the default indent for all subsequent files; some may use | Ingo Schwarze |
2017-02-03 | Minor cleanup, no functional change: | Ingo Schwarze |
2017-02-03 | If an application parses multiple files with mparse_readfd(3) but | Ingo Schwarze |
2017-01-31 | add missing HISTORY information | Ingo Schwarze |
2017-01-30 | Rework fill mode handling for -man -Thtml. | Ingo Schwarze |
2017-01-29 | eliminate one useless struct and one level of indirection; | Ingo Schwarze |
2017-01-28 | Add a warning "new sentence, new line". | Ingo Schwarze |
2017-01-28 | Simplify usage of print_otag() even more: | Ingo Schwarze |
2017-01-28 | .Bl -column with zero columns is legal, so don't segfalt on it. | Ingo Schwarze |
2017-01-27 | warn about invalid output options | Ingo Schwarze |
2017-01-27 | warn about missing one-line description; | Ingo Schwarze |
2017-01-27 | Parse the section number from the content of preformatted pages | Ingo Schwarze |
2017-01-27 | If parsing a page reveals that it is neither mdoc(7) nor man(7), | Ingo Schwarze |
2017-01-27 | fix base directory detection for makewhatis -t | Ingo Schwarze |
2017-01-27 | Always register names taken from file names in the names ohash. | Ingo Schwarze |
2017-01-26 | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze |
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 |