Age | Commit message (Expand) | Author |
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-10-13 | Properly scale string length measurements for PostScript and PDF output; | Ingo Schwarze |
2014-09-17 | simplify handling of .An -[no]split for terminal output: | Ingo Schwarze |
2014-09-03 | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze |
2014-08-21 | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze |
2014-08-17 | Segfault fixes from kristaps@. | Ingo Schwarze |
2014-08-08 | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze |
2014-08-08 | Get rid of the useless FATAL error "child violates parent syntax". | Ingo Schwarze |
2014-08-08 | Various improvements related to .Ex and .Rv: | Ingo Schwarze |
2014-08-08 | Partial implementation of .Bd -centered. | Ingo Schwarze |
2014-07-07 | no need to skip content before first section header | Ingo Schwarze |
2014-07-03 | Fix formatting of empty .Bl -inset item heads. | Ingo Schwarze |
2014-07-02 | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze |
2014-07-02 | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | 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 | make sure static buffers for snprintf(3) are large enough | 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-04-08 | If the SYNOPSIS section contains an excessively long .Nm, | 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-02-16 | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze |
2013-12-25 | Oops, .Fa never breaks the output line in the middle of any of its | Ingo Schwarze |
2013-12-25 | Garbage collect two local variables each used only one single time. | Ingo Schwarze |
2013-12-25 | In the SYNOPSIS, implement hanging indentation for .Fo | Ingo Schwarze |
2013-12-25 | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze |
2013-12-24 | Delete the unused flag TERMP_IGNDELIM | Ingo Schwarze |
2013-12-24 | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze |
2013-12-24 | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze |
2013-12-23 | Implement a long-standing desideratum, | Ingo Schwarze |
2013-12-22 | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze |
2013-06-02 | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape | Ingo Schwarze |
2013-05-29 | Simplify condition, avoid duplicate code; no functional change. | Ingo Schwarze |
2013-05-29 | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze |
2013-05-18 | Should termp_xx_pre() ever get called for a macro it cannot handle, | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-11-16 | Improve formatting of badly nested font blocks. | Ingo Schwarze |
2012-07-11 | fix position and formatting of %U | Ingo Schwarze |
2012-07-10 | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze |
2012-07-09 | fix -Tascii .Fd line breaking | Ingo Schwarze |
2012-07-08 | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze |
2012-07-08 | implement -Tman .An | Ingo Schwarze |
2011-11-13 | Make the default left text margin configurable from the command line, | Ingo Schwarze |
2011-11-03 | Correct .Eo spacing: | Ingo Schwarze |
2011-10-16 | Remove a bunch of useless assignments, | Ingo Schwarze |
2011-09-20 | Sync print_mdoc_head to print_man_head; | Ingo Schwarze |