2021-05-18 |
Ingo Schwarze | When looking for column separators on tbl(7) data lines... |
blob | commitdiff | raw |
2021-05-15 |
Ingo Schwarze | When looking for the last layout row used, we need... |
blob | commitdiff | raw | diff to current |
2020-01-11 |
Ingo Schwarze | When autogenerating one layout cell from a data cell... |
blob | commitdiff | raw | diff to current |
2019-02-09 |
Ingo Schwarze | ignore empty request lines in the table data reader; |
blob | commitdiff | raw | diff to current |
2018-12-14 |
Ingo Schwarze | Almost mechanical diff to remove the "struct mparse... |
blob | commitdiff | raw | diff to current |
2018-12-14 |
Ingo Schwarze | Major cleanup; may imply minor changes in edge cases... |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-12 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-11-25 |
Ingo Schwarze | Let cells containing nothing but \^ extend the cell... |
blob | commitdiff | raw | diff to current |
2018-11-25 |
Ingo Schwarze | In tbl(7) -T html output, |
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-07-04 |
Ingo Schwarze | It turns out association of tbl spans with layout rows... |
blob | commitdiff | raw | diff to current |
2017-06-16 |
Ingo Schwarze | Multiple tbl(7) improvements: |
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-04-19 |
Ingo Schwarze | More than one data field may follow T} on the same... |
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-21 |
Ingo Schwarze | blank lines in tables do not need special handling... |
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-23 |
Ingo Schwarze | Audit strlcpy(3)/strlcat(3) usage. |
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 |
2014-01-05 |
Joerg Sonnenberger | Merge NetBSD's r1.4: Rename data to getdata to work... |
blob | commitdiff | raw | diff to current |
2013-06-01 |
Ingo Schwarze | If a table contained at least one complete line |
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-03-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
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-02-06 |
Kristaps Dzonsons | Let the line-number of a tbl_span be remembered. |
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-25 |
Ingo Schwarze | Do not skip data after horizontal lines in the layout. |
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 | 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-09 |
Kristaps Dzonsons | When a row of data is being parsed and it's a line... |
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-07 |
Kristaps Dzonsons | Tiny bits in place for tbl horizontal spans. This... |
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 | Fix to make horizontal spanners in the layout be proper... |
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 | Add a warning if a data cell has no layout. Also make... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add bits for compilation on Mac. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Make some bit-flags into enums as they should be. ... |
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-30 |
Kristaps Dzonsons | Assign layout cells to parsed data. This follows prima... |
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 |
|