| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze | 2013-12-24 | 1 | -1/+1 |
* | Implement a long-standing desideratum, | Ingo Schwarze | 2013-12-23 | 1 | -0/+16 |
* | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze | 2013-12-22 | 1 | -17/+30 |
* | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape | Ingo Schwarze | 2013-06-02 | 1 | -4/+4 |
* | Simplify condition, avoid duplicate code; no functional change. | Ingo Schwarze | 2013-05-29 | 1 | -6/+2 |
* | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze | 2013-05-29 | 1 | -1/+1 |
* | Should termp_xx_pre() ever get called for a macro it cannot handle, | Ingo Schwarze | 2013-05-18 | 1 | -1/+2 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -36/+37 |
* | Improve formatting of badly nested font blocks. | Ingo Schwarze | 2012-11-16 | 1 | -6/+6 |
* | fix position and formatting of %U; | Ingo Schwarze | 2012-07-11 | 1 | -1/+1 |
* | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze | 2012-07-10 | 1 | -7/+11 |
* | fix -Tascii .Fd line breaking | Ingo Schwarze | 2012-07-09 | 1 | -15/+13 |
* | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze | 2012-07-08 | 1 | -16/+15 |
* | implement -Tman .An | Ingo Schwarze | 2012-07-08 | 1 | -0/+2 |
* | Make the default left text margin configurable from the command line, | Ingo Schwarze | 2011-11-13 | 1 | -8/+8 |
* | Correct .Eo spacing: | Ingo Schwarze | 2011-11-03 | 1 | -1/+5 |
* | Remove a bunch of useless assignments, | Ingo Schwarze | 2011-10-16 | 1 | -0/+2 |
* | Sync print_mdoc_head to print_man_head; | Ingo Schwarze | 2011-09-20 | 1 | -15/+22 |
* | Remove the terminal frontend flag TERMP_NOLPAD. | Ingo Schwarze | 2011-09-19 | 1 | -23/+8 |
* | Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the | Kristaps Dzonsons | 2011-07-22 | 1 | -1/+1 |
* | Flip eqn into using parsed nodes. I've temporarily disabled printing | Kristaps Dzonsons | 2011-07-21 | 1 | -1/+1 |
* | First fix how `sp 1' doesn't imply `1v' (it now does) and that 1 | Kristaps Dzonsons | 2011-06-29 | 1 | -1/+2 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -8/+1 |
* | Rename mchars_init() -> mchars_alloc() for consistency. | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Remove enum mcharst, which hasn't been used in quite some time. | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -1/+1 |
* | Last low-hanging removal of superfluous variable assignments. | Kristaps Dzonsons | 2011-04-04 | 1 | -6/+13 |
* | Clean up superfluous variables in `Xr' handling in -Tascii. | Kristaps Dzonsons | 2011-04-04 | 1 | -9/+9 |
* | Fully fix the `Rv' and `Ex' handlers for -T[x]html and -Tascii. This | Kristaps Dzonsons | 2011-04-04 | 1 | -12/+15 |
* | Clean up -Tascii in the same way as -T[x]html regarding `Rv' arguments. | Kristaps Dzonsons | 2011-04-04 | 1 | -10/+15 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -5/+27 |
* | Step 4: merge chars.h into out.h. The functions in this file are | Kristaps Dzonsons | 2011-03-22 | 1 | -1/+0 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -9/+5 |
* | EQN blocks are now printed in all modes. This is simply a printing of | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+1 |
* | Fix a regression caused by mdoc_term.c 1.214 / mdoc_html.c 1.148: | Ingo Schwarze | 2011-02-06 | 1 | -1/+3 |