Age | Commit message (Expand) | Author |
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 |
2016-10-22 | cast off_t and uint64_t for printf(3) | Ingo Schwarze |
2016-10-20 | 0x%llu is a bad idea, make that 0x%llx; | Ingo Schwarze |
2016-10-20 | st_size is off_t, which is signed, so use %lld rather than %llu; | Ingo Schwarze |
2016-10-19 | Avoid the confusion that -a might require a section argument; it does not. | Ingo Schwarze |
2016-10-18 | The termination condition of the iteration logic in page_bymacro() | Ingo Schwarze |
2016-10-18 | Fix a comment: We don't have manpath(1). No code change. | Ingo Schwarze |
2016-10-18 | Simplify and correct support for reproducible builds, such that database | Ingo Schwarze |
2016-10-09 | Delete complicated code dealing with .Bl -tag without -width, | Ingo Schwarze |
2016-09-18 | We cannot use fputs(3) in passthrough() because the stdout stream | Ingo Schwarze |
2016-09-18 | Make sure an output device is allocated before calling terminal_sepline(), | Ingo Schwarze |