2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw |
2018-12-12 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2017-07-08 |
Ingo Schwarze | Simplify by creating struct roff_node syntax tree nodes... |
blob | commitdiff | raw | diff to current |
2017-06-08 |
Ingo Schwarze | Implement w layout specifier (minimum column width). |
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-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 | * Polish tbl(7) error reporting. |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Ingo Schwarze | For now, it can't be helped that mandoc tbl(7) ignores... |
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 |
2015-01-26 |
Ingo Schwarze | Improve (or rather, rewrite) tbl(7) option parsing. |
blob | commitdiff | raw | diff to current |
2015-01-21 |
Ingo Schwarze | blank lines in tables do not need special handling... |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Ingo Schwarze | simplify by getting rid of ROFF_ERR in tbl(7) parsing... |
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-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2013-05-31 |
Ingo Schwarze | More cleanup: Consistently use the name "struct tbl_nod... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Kristaps Dzonsons | Implement the first steps of equation parsing from... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Add config.h Glue for OpenIndiana (and older OpenSolari... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 1 of restructuring: libmandoc.h. Move all compile... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Ingo Schwarze | Since tbl_data() can now produce multiple spans, let... |
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-03 |
Kristaps Dzonsons | Make width calculations occur within tbl_term.c, not... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Fix table to print nicely (merging error). Also have... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Add some final bits necessary in the upcoming -Tascii... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Churn to get parts of 'struct tbl' visible from mandoc... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Merge in the width, decimal, and positioning code for... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Plug in the "head" concept for tables. A tbl_head... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Raise an error if a table is closed without data. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add documentation bits for libroff's new roff_span(). |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Switch on tbl rows being added to the parse stream... |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Kristaps Dzonsons | Expose the parsed table API to the world and add access... |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Kristaps Dzonsons | Put parsed tables into a queue that's cleared at the... |
blob | commitdiff | raw | diff to current |
2010-12-30 |
Kristaps Dzonsons | Move clean-up of parsed tbl nodes into the tbl_clear... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Initial check-in of table data-row processing. For... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Add handling for `T&', which restarts a table except... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Merge, with considerable changes, tbl.bsd.lv's layout... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Significant update to options handling, which now depar... |
blob | commitdiff | raw | diff to current |
2010-12-28 |
Kristaps Dzonsons | Fix copyright email. |
blob | commitdiff | raw | diff to current |
2010-12-28 |
Kristaps Dzonsons | Adding initial options processing (not hooked into... |
blob | commitdiff | raw | diff to current |
2010-12-28 |
Kristaps Dzonsons | Fixed enum rofferr return value in tbl_read() (oops). |
blob | commitdiff | raw | diff to current |
2010-12-28 |
Kristaps Dzonsons | Initial tbl framework. Parse point is in libroff,... |
blob | commitdiff | raw | diff to current |
|