| Commit message (Expand) | Author | Age | Files | Lines |
* | Support negative indentations for mdoc(7) displays and lists. | Ingo Schwarze | 2014-12-24 | 1 | -49/+56 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 1 | -1/+2 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -17/+8 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -1/+2 |
* | Multiple fixes with respect to .Pf: | Ingo Schwarze | 2014-11-30 | 1 | -1/+2 |
* | mop up an #ifdef turd deraadt@ stepped into | Ingo Schwarze | 2014-11-28 | 1 | -8/+2 |
* | Be more careful about meta->name. For weird input, it can be NULL. | Ingo Schwarze | 2014-11-28 | 1 | -6/+10 |
* | Multiple fixes with respect to .Eo: | Ingo Schwarze | 2014-11-27 | 1 | -3/+5 |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze | 2014-11-27 | 1 | -4/+4 |
* | Do not access a NULL pointer when a section has no body, | Ingo Schwarze | 2014-11-25 | 1 | -6/+9 |
* | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze | 2014-11-21 | 1 | -10/+8 |
* | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, | Ingo Schwarze | 2014-11-19 | 1 | -2/+4 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 1 | -1/+1 |
* | add required vertical spacing before lists that begin | Ingo Schwarze | 2014-11-10 | 1 | -9/+11 |
* | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | 2014-10-30 | 1 | -25/+12 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -3/+0 |
* | correct the spacing after in-line equations | Ingo Schwarze | 2014-10-20 | 1 | -1/+1 |
* | correct spacing *after* inline equations (much simpler than expected) | Ingo Schwarze | 2014-10-20 | 1 | -0/+2 |
* | correct spacing before inline equations | Ingo Schwarze | 2014-10-20 | 1 | -0/+2 |
* | Properly scale string length measurements for PostScript and PDF output; | Ingo Schwarze | 2014-10-13 | 1 | -2/+6 |
* | simplify handling of .An -[no]split for terminal output: | Ingo Schwarze | 2014-09-17 | 1 | -44/+16 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze | 2014-09-03 | 1 | -17/+24 |
* | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze | 2014-08-21 | 1 | -3/+4 |
* | ... and remove the trailing spaces (duh. i should pay more attention) | Ingo Schwarze | 2014-08-17 | 1 | -5/+5 |
* | KNF: fix indentation of previous commit, see style(9): | Ingo Schwarze | 2014-08-17 | 1 | -9/+9 |
* | Protect against accessing "n->next->child" by first checking "n->next". | Kristaps Dzonsons | 2014-08-17 | 1 | -8/+13 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 1 | -1/+5 |
* | Get rid of the useless FATAL error "child violates parent syntax". | Ingo Schwarze | 2014-07-30 | 1 | -1/+4 |
* | Various improvements related to .Ex and .Rv: | Ingo Schwarze | 2014-07-30 | 1 | -21/+30 |
* | Partial implementation of .Bd -centered. | Ingo Schwarze | 2014-07-29 | 1 | -2/+13 |
* | no need to skip content before first section header | Ingo Schwarze | 2014-07-07 | 1 | -1/+4 |
* | Fix formatting of empty .Bl -inset item heads. | Ingo Schwarze | 2014-07-03 | 1 | -1/+1 |
* | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze | 2014-07-02 | 1 | -5/+7 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -5/+28 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -17/+14 |
* | fix unchecked snprintf(3) in page header printing: | Ingo Schwarze | 2014-04-20 | 1 | -4/+7 |
* | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze | 2014-04-20 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -324/+207 |
* | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) | Ingo Schwarze | 2014-04-08 | 1 | -12/+13 |
* | If the SYNOPSIS section contains an excessively long .Nm, | Ingo Schwarze | 2014-04-08 | 1 | -0/+2 |
* | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze | 2014-03-30 | 1 | -1/+1 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -2/+16 |
* | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze | 2014-02-16 | 1 | -2/+5 |
* | Oops, .Fa never breaks the output line in the middle of any of its | Ingo Schwarze | 2013-12-25 | 1 | -2/+1 |
* | Garbage collect two local variables each used only one single time. | Ingo Schwarze | 2013-12-25 | 1 | -6/+4 |
* | In the SYNOPSIS, implement hanging indentation for .Fo | Ingo Schwarze | 2013-12-25 | 1 | -7/+22 |
* | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze | 2013-12-25 | 1 | -0/+2 |
* | Delete the unused flag TERMP_IGNDELIM | Ingo Schwarze | 2013-12-24 | 1 | -13/+2 |
* | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze | 2013-12-24 | 1 | -17/+8 |