| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement spacing of columns as defined in the table layout; | Ingo Schwarze | 2017-06-27 | 1 | -0/+1 |
* | fix column width calculation for text block cells | Ingo Schwarze | 2017-06-12 | 1 | -1/+1 |
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 1 | -1/+3 |
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 1 | -1/+2 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -2/+4 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 1 | -1/+3 |
* | The macro SCALE_HS_INIT() is always passed the result of strlen() or | Ingo Schwarze | 2014-08-12 | 1 | -1/+1 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -2/+2 |
* | Remove unused function. | Kristaps Dzonsons | 2011-07-17 | 1 | -1/+0 |
* | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -13/+0 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -17/+0 |
* | Step 4: merge chars.h into out.h. The functions in this file are | Kristaps Dzonsons | 2011-03-22 | 1 | -31/+44 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -2/+0 |
* | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze | 2011-01-30 | 1 | -1/+2 |
* | Stuff tbl_calc() into out.c so that it can be shared by all output modes | Kristaps Dzonsons | 2011-01-05 | 1 | -14/+25 |
* | Accomodate for groff's crappy behaviour wherein an unrecognised | Kristaps Dzonsons | 2010-07-21 | 1 | -2/+3 |
* | Throw out a2roffdeco() in out.c for a readable version. The prior one | Kristaps Dzonsons | 2010-07-18 | 1 | -1/+0 |
* | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Kristaps Dzonsons | 2010-06-25 | 1 | -5/+2 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font... | Kristaps Dzonsons | 2010-04-07 | 1 | -0/+2 |
* | Fixed \c support for all input and output modes (documented in mandoc_char.7). | Kristaps Dzonsons | 2009-11-12 | 1 | -0/+1 |
* | a2roffdeco() now supports \s escapes. | Kristaps Dzonsons | 2009-11-08 | 1 | -3/+9 |
* | Initial abstraction of front-end decoration events (special characters, text ... | Kristaps Dzonsons | 2009-11-07 | 1 | -0/+12 |
* | Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ... | Kristaps Dzonsons | 2009-10-22 | 1 | -0/+3 |
* | Had out.h roff-scale converters accept default unit scale (because -mdoc and ... | Kristaps Dzonsons | 2009-10-18 | 1 | -1/+2 |
* | Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv... | Kristaps Dzonsons | 2009-10-09 | 1 | -3/+6 |
* | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 1 | -0/+54 |
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 1 | -28/+0 |
* | Tentative addition of front-end utility functions (out.h) (not sure if it's n... | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+28 |