2014-08-12 |
Ingo Schwarze | In mdoc(7) and man(7), if a width is given as a bare... |
blob | commitdiff | raw |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | Clarity with respect to floating point handling: |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Cleanup suggested by gcc-4.8.1, following hints by... |
blob | commitdiff | raw | diff to current |
2013-05-31 |
Ingo Schwarze | The name "struct tbl" was badly misleading for two... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Do not handle vertical lines as additional tbl(7) columns, |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Ingo Schwarze | Major rewrite of the horizontal spacing of tables |
blob | commitdiff | raw | diff to current |
2011-07-24 |
Kristaps Dzonsons | Scary-looking but otherwise harmless changes allow... |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Remove unused function. |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Kristaps Dzonsons | Remove a2roffdeco() and mandoc_special() functions... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mandoc_{realloc,malloc,calloc} out of libmandoc... |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Kristaps Dzonsons | Make lint shut up a little bit. |
blob | commitdiff | raw | diff to current |
2011-01-30 |
Ingo Schwarze | Implement the \N'number' (numbered character) roff... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Ingo Schwarze | correct horizontal spacing of data cells |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Kristaps Dzonsons | Add support for "^" vertical spanners. Unlike GNU... |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Kristaps Dzonsons | Clarify what members may be NULL or not in calculating... |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Kristaps Dzonsons | First, make extra data cells be thrown away. This... |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Kristaps Dzonsons | The numerical column type centres on the *last* decimal... |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Kristaps Dzonsons | Give the "n" cell type knowledge of its spacing. |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Kristaps Dzonsons | Stuff tbl_calc() into out.c so that it can be shared... |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Kristaps Dzonsons | Remove overstrike `\o'. This isn't the best solution... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kristaps Dzonsons | Handle nested, recursive mathematical subexpressions... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kristaps Dzonsons | Strip out `\k' escape. |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kristaps Dzonsons | Stripping out of `\w' groff escape. Yet another for... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kristaps Dzonsons | Strip out the `\z' escape. This is the first recursive... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Kristaps Dzonsons | Add \v and \h to ignored escapes. These are in the... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Kristaps Dzonsons | Added `in' macro support for -man -Tascii. This is... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Kristaps Dzonsons | Accept "\s0" (i.e., properly ignore it). Found in... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Kristaps Dzonsons | Accomodate for groff's crappy behaviour wherein an... |
blob | commitdiff | raw | diff to current |
2010-07-19 |
Kristaps Dzonsons | Double-up DECO_RESERVED switch branch for colours. |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Kristaps Dzonsons | Properly discard \m colour escapes. Noted by J.C.... |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Kristaps Dzonsons | Throw out a2roffdeco() in out.c for a readable version... |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Kristaps Dzonsons | Remove "pt" from struct roffsu, as CSS (the only reason... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Kristaps Dzonsons | Lint fix. |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Kristaps Dzonsons | Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Kristaps Dzonsons | Bug in printing of reserved words with form \*[xxx... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Big check-in of compatibility layer. This should work... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Kristaps Dzonsons | Fixed \c support for all input and output modes (docume... |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Kristaps Dzonsons | a2roffdeco() now supports \s escapes. |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Kristaps Dzonsons | Hooked up -Tascii to a2roffdeco backend. |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Kristaps Dzonsons | Initial abstraction of front-end decoration events... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Kristaps Dzonsons | Linuxisms. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Kristaps Dzonsons | Fixed maddening mismatch between groff and strftime... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Had out.h roff-scale converters accept default unit... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Kristaps Dzonsons | Scaling factor made floating point (as per groff.7... |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Kristaps Dzonsons | Additions to -Tman -Thtml: all structural components... |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Kristaps Dzonsons | Removed new-born out.{h,c} (not a good idea). |
blob | commitdiff | raw |
2009-09-21 |
Kristaps Dzonsons | Tentative addition of front-end utility functions ... |
blob | commitdiff | raw | diff to current |
|