Age | Commit message (Expand) | Author |
2021-09-10 | Quirk-compatibility with GNU tbl(1): | Ingo Schwarze |
2021-09-10 | In a tbl(7) having the "nospaces" option, skip space characters | Ingo Schwarze |
2021-09-07 | we already parse the GNU tbl(7) "nospaces" option, | Ingo Schwarze |
2021-08-10 | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze |
2021-05-18 | When looking for column separators on tbl(7) data lines, properly skip | Ingo Schwarze |
2021-05-15 | When looking for the last layout row used, we need to look at the layout | Ingo Schwarze |
2020-01-11 | When autogenerating one layout cell from a data cell just beyond the | Ingo Schwarze |
2019-02-09 | ignore empty request lines in the table data reader; | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |
2018-12-14 | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-12 | Cleanup, no functional change: | Ingo Schwarze |
2018-11-25 | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze |
2018-11-25 | In tbl(7) -T html output, | Ingo Schwarze |
2017-07-08 | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze |
2017-07-04 | It turns out association of tbl spans with layout rows is simpler than | Ingo Schwarze |
2017-06-16 | Multiple tbl(7) improvements: | Ingo Schwarze |
2017-06-08 | Implement w layout specifier (minimum column width). | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-04-19 | More than one data field may follow T} on the same input line. | Ingo Schwarze |
2015-01-30 | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze |
2015-01-30 | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze |
2015-01-30 | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze |
2015-01-28 | * Polish tbl(7) error reporting. | Ingo Schwarze |
2015-01-28 | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, | Ingo Schwarze |
2015-01-27 | Multiple parser and formatter fixes for line drawing in tbl(7). | Ingo Schwarze |
2015-01-21 | blank lines in tables do not need special handling; simplifies code | Ingo Schwarze |
2014-11-28 | Add some missing OpenBSD RCS markers | Ingo Schwarze |
2014-04-23 | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2014-01-05 | Merge NetBSD rev. 1.4: | Ingo Schwarze |
2013-06-01 | If a table contained at least one complete line | Ingo Schwarze |
2013-05-31 | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze |
2012-05-26 | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-02-10 | Tbl code maintenance by kristaps@. | Ingo Schwarze |
2011-01-25 | Since tbl_data() can now produce multiple spans, let parsebuf() | Ingo Schwarze |
2011-01-25 | Do not skip data after horizontal lines in the layout. | Ingo Schwarze |
2011-01-16 | Various tbl improvements from kristaps@: | Ingo Schwarze |
2011-01-09 | Sync tbl handling to bsd.lv release 1.10.9: | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2010-10-15 | Allow blank lines and ignore comments in tbl data. | Ingo Schwarze |
2010-10-15 | Move tbl output from plain stdio to mandoc terminal output routines. | Ingo Schwarze |
2010-10-15 | Import tbl parser and renderer written by kristaps@. | Ingo Schwarze |