| Commit message (Expand) | Author | Age | Files | Lines |
* | Quirk-compatibility with GNU tbl(1): | Ingo Schwarze | 2021-09-10 | 1 | -8/+11 |
* | In a tbl(7) having the "nospaces" option, skip space characters | Ingo Schwarze | 2021-09-10 | 1 | -0/+3 |
* | we already parse the GNU tbl(7) "nospaces" option, | Ingo Schwarze | 2021-09-07 | 1 | -8/+17 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -0/+1 |
* | When looking for column separators on tbl(7) data lines, properly skip | Ingo Schwarze | 2021-05-18 | 1 | -3/+7 |
* | When looking for the last layout row used, we need to look at the layout | Ingo Schwarze | 2021-05-15 | 1 | -4/+5 |
* | When autogenerating one layout cell from a data cell just beyond the | Ingo Schwarze | 2020-01-11 | 1 | -0/+2 |
* | ignore empty request lines in the table data reader; | Ingo Schwarze | 2019-02-09 | 1 | -9/+22 |
* | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze | 2018-12-14 | 1 | -5/+5 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 1 | -0/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -1/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-12 | 1 | -1/+2 |
* | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze | 2018-11-25 | 1 | -9/+16 |
* | In tbl(7) -T html output, | Ingo Schwarze | 2018-11-25 | 1 | -5/+42 |
* | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze | 2017-07-08 | 1 | -5/+3 |
* | It turns out association of tbl spans with layout rows is simpler than | Ingo Schwarze | 2017-07-04 | 1 | -51/+23 |
* | Multiple tbl(7) improvements: | Ingo Schwarze | 2017-06-16 | 1 | -50/+79 |
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 1 | -1/+2 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -4/+4 |
* | More than one data field may follow T} on the same input line. | Ingo Schwarze | 2015-04-19 | 1 | -1/+2 |
* | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze | 2015-01-30 | 1 | -1/+0 |
* | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze | 2015-01-30 | 1 | -7/+2 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze | 2015-01-30 | 1 | -44/+30 |
* | * Polish tbl(7) error reporting. | Ingo Schwarze | 2015-01-28 | 1 | -9/+9 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, | Ingo Schwarze | 2015-01-28 | 1 | -7/+2 |
* | Multiple parser and formatter fixes for line drawing in tbl(7). | Ingo Schwarze | 2015-01-27 | 1 | -7/+7 |
* | blank lines in tables do not need special handling; simplifies code | Ingo Schwarze | 2015-01-21 | 1 | -22/+12 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -19/+19 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Merge NetBSD's r1.4: Rename data to getdata to work around bugs in the | Joerg Sonnenberger | 2014-01-05 | 1 | -4/+4 |
* | If a table contained at least one complete line | Ingo Schwarze | 2013-06-01 | 1 | -1/+1 |
* | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze | 2013-05-31 | 1 | -1/+1 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 1 | -4/+2 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -4/+7 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -2/+4 |
* | Let the line-number of a tbl_span be remembered. | Kristaps Dzonsons | 2011-02-06 | 1 | -8/+9 |
* | Since tbl_data() can now produce multiple spans, let parsebuf() | Ingo Schwarze | 2011-01-25 | 1 | -0/+1 |
* | Do not skip data after horizontal lines in the layout. | Ingo Schwarze | 2011-01-25 | 1 | -16/+44 |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -1/+5 |
* | Clarify what members may be NULL or not in calculating widths. Make | Kristaps Dzonsons | 2011-01-10 | 1 | -2/+3 |
* | Make dp->string always consist of a value. | Kristaps Dzonsons | 2011-01-10 | 1 | -1/+2 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -6/+23 |
* | When a row of data is being parsed and it's a line or double-line | Kristaps Dzonsons | 2011-01-09 | 1 | -3/+9 |
* | Fixes: T} can be followed by a delimiter then more data. Make this | Kristaps Dzonsons | 2011-01-07 | 1 | -4/+16 |
* | Quiesce lint with some type handling. Does not change anything. | Kristaps Dzonsons | 2011-01-07 | 1 | -0/+1 |
* | Tiny bits in place for tbl horizontal spans. This will wait for the next | Kristaps Dzonsons | 2011-01-07 | 1 | -2/+6 |
* | Support `T{' and `T}' data blocks. When a standalone `T{' is | Kristaps Dzonsons | 2011-01-04 | 1 | -5/+52 |
* | Fix to make horizontal spanners in the layout be properly printed. | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+5 |