Age | Commit message (Expand) | Author |
2015-04-19 | If an explicit line break request (.br or .sp) occurs within an .HP block, | Ingo Schwarze |
2015-04-19 | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze |
2015-04-18 | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-06 | Do not mistreat empty arguments to font alternating macros | Ingo Schwarze |
2015-04-06 | On a new RS nesting level, the saved width starts from the default | Ingo Schwarze |
2015-04-06 | Use the default width for .RS without arguments. | Ingo Schwarze |
2015-04-04 | Give man(7) section and subsection headers heanging indentation. | Ingo Schwarze |
2015-04-04 | Rounding rules for horizontal scaling widths are more complicated. | Ingo Schwarze |
2015-04-04 | Fix a quirk with respect to empty .HP. | Ingo Schwarze |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-03-15 | Avoid off-by-one read access to the termacts array, which could | Ingo Schwarze |
2015-03-09 | Fix vertical spacing at the beginning of tables. | Ingo Schwarze |
2015-01-30 | Have pity on the poor stack. | Ingo Schwarze |
2015-01-30 | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze |
2014-12-24 | For .RS, we need to save the information how much we actually indented | Ingo Schwarze |
2014-12-24 | When a man(7) document contains unreasonably large numbers for | Ingo Schwarze |
2014-12-23 | support negative horizontal widths in man(7); | Ingo Schwarze |
2014-12-23 | some scaling unit fixes: | Ingo Schwarze |
2014-12-23 | even if the second argument to .IP is invalid, don't print it | Ingo Schwarze |
2014-12-23 | correctly handle scaling units after .PD | Ingo Schwarze |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |
2014-12-04 | Ignore macros that never produce any text when deciding whether | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-20 | correct the spacing after in-line equations | Ingo Schwarze |
2014-10-20 | correct spacing *after* inline equations (much simpler than expected) | Ingo Schwarze |
2014-10-20 | correct spacing before inline equations | Ingo Schwarze |
2014-09-03 | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze |
2014-06-20 | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze |
2014-04-23 | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze |
2014-04-20 | fix unchecked snprintf(3) in page header printing: | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-04-08 | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) | Ingo Schwarze |
2014-03-30 | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-08 | In .nf mode, use the MAN_LINE flag to detect input line breaks | Ingo Schwarze |
2014-03-08 | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze |
2014-02-16 | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze |
2013-12-22 | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze |
2013-11-11 | In the parser, when closing an explicit block that is not open, | Ingo Schwarze |
2013-10-17 | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze |
2013-01-05 | In literal mode (.nf), each input line must be kept together | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-07-29 | Implement .PD for -Tascii. | Ingo Schwarze |
2012-07-16 | Always fix the man(7) subsection header (.SS) indent to 3n, | Ingo Schwarze |