2017-06-04 |
Ingo Schwarze | Implement the roff(7) .mc (right margin character)... |
blob | commitdiff | raw |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
blob | commitdiff | raw | diff to current |
2015-03-06 |
Ingo Schwarze | Fix vertical spacing at the beginning of tables. |
blob | commitdiff | raw | diff to current |
2015-03-06 |
Ingo Schwarze | Flush the line preceding a table before clearing the... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Ingo Schwarze | Use relative offsets instead of absolute pointers for... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Delete the redundant tbl span flags, just inspect the... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Abolish struct tbl_head and replace it by an "int col... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Auditing the tbl(7) code for more NULL pointer accesses... |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Ingo Schwarze | implement the tbl(7) "center" layout option |
blob | commitdiff | raw | diff to current |
2015-01-27 |
Ingo Schwarze | Multiple parser and formatter fixes for line drawing... |
blob | commitdiff | raw | diff to current |
2014-12-24 |
Ingo Schwarze | Prevent unsigned integer underflow when a number is... |
blob | commitdiff | raw | diff to current |
2014-10-14 |
Ingo Schwarze | even if a table has zero columns, do not segfault in... |
blob | commitdiff | raw | diff to current |
2014-10-14 |
Ingo Schwarze | Rudimentary implementation of the e, x, and z table... |
blob | commitdiff | raw | diff to current |
2014-10-13 |
Ingo Schwarze | implement font modifiers in table layouts |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
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-28 |
Ingo Schwarze | Allow leading and trailing vertical lines, |
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 | Fix the vertical spacing around tbl(7) instances in... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Correct width of horizontal spans; relevant in case... |
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-17 |
Kristaps Dzonsons | Fix copyright email. |
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 | Make dp->string always consist of a value. |
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-07 |
Kristaps Dzonsons | Fixes: T} can be followed by a delimiter then more... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Kristaps Dzonsons | Quiesce lint with some type handling. Does not change... |
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 |
2011-01-04 |
Kristaps Dzonsons | Support `T{' and `T}' data blocks. When a standalone... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Have horizontal spanner not clobber pre-set width. |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Fix spacing for tables to use term_len(). Also make... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Fix to make horizontal spanners in the layout be proper... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Switch on the `TS' documentation in roff.7. As per... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Add in support for number table cells that account... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Clean up the tbl top-level printing code and document... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Start using term_strlen() instead of strlen(). tbl_ter... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Make width calculations occur within tbl_term.c, not... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Turn on -Tascii tbl printing. The output still has... |
blob | commitdiff | raw | diff to current |
|