| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+2 |
* | Clarify what members may be NULL or not in calculating widths. Make | Kristaps Dzonsons | 2011-01-10 | 1 | -10/+13 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -2/+1 |
* | The numerical column type centres on the *last* decimal point. | Kristaps Dzonsons | 2011-01-08 | 1 | -1/+1 |
* | Give the "n" cell type knowledge of its spacing. | Kristaps Dzonsons | 2011-01-08 | 1 | -6/+8 |
* | Stuff tbl_calc() into out.c so that it can be shared by all output modes | Kristaps Dzonsons | 2011-01-05 | 1 | -0/+202 |
* | Remove overstrike `\o'. This isn't the best solution because we really | Kristaps Dzonsons | 2010-08-29 | 1 | -0/+2 |
* | Handle nested, recursive mathematical subexpressions. This is | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+20 |
* | Strip out `\k' escape. | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+2 |
* | Stripping out of `\w' groff escape. Yet another for pod2man... | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+6 |
* | Strip out the `\z' escape. This is the first recursive sequence, | Kristaps Dzonsons | 2010-08-24 | 1 | -1/+10 |
* | Add \v and \h to ignored escapes. These are in the category of \s. | Kristaps Dzonsons | 2010-08-16 | 1 | -7/+10 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+1 |
* | Accept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7). | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+3 |
* | Accomodate for groff's crappy behaviour wherein an unrecognised | Kristaps Dzonsons | 2010-07-21 | 1 | -1/+1 |
* | Double-up DECO_RESERVED switch branch for colours. | Kristaps Dzonsons | 2010-07-19 | 1 | -15/+5 |
* | Properly discard \m colour escapes. Noted by J.C. Roberts. | Kristaps Dzonsons | 2010-07-18 | 1 | -0/+16 |
* | Throw out a2roffdeco() in out.c for a readable version. The prior one | Kristaps Dzonsons | 2010-07-18 | 1 | -179/+90 |
* | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Kristaps Dzonsons | 2010-06-25 | 1 | -2/+0 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Lint fix. | Kristaps Dzonsons | 2010-04-07 | 1 | -2/+1 |
* | Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font... | Kristaps Dzonsons | 2010-04-07 | 1 | -52/+94 |
* | Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son... | Kristaps Dzonsons | 2010-04-07 | 1 | -6/+8 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 1 | -4/+4 |
* | Fixed \c support for all input and output modes (documented in mandoc_char.7). | Kristaps Dzonsons | 2009-11-12 | 1 | -0/+5 |
* | a2roffdeco() now supports \s escapes. | Kristaps Dzonsons | 2009-11-08 | 1 | -74/+66 |
* | Hooked up -Tascii to a2roffdeco backend. | Kristaps Dzonsons | 2009-11-07 | 1 | -2/+1 |
* | Initial abstraction of front-end decoration events (special characters, text ... | Kristaps Dzonsons | 2009-11-07 | 1 | -0/+192 |
* | Linuxisms. | Kristaps Dzonsons | 2009-10-22 | 1 | -0/+4 |
* | Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ... | Kristaps Dzonsons | 2009-10-22 | 1 | -0/+45 |
* | Had out.h roff-scale converters accept default unit scale (because -mdoc and ... | Kristaps Dzonsons | 2009-10-18 | 1 | -19/+12 |
* | Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv... | Kristaps Dzonsons | 2009-10-09 | 1 | -5/+29 |
* | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 1 | -0/+102 |
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 1 | -113/+0 |
* | Tentative addition of front-end utility functions (out.h) (not sure if it's n... | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+113 |