aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl.3
Commit message (Collapse)AuthorAgeFilesLines
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-241-3/+3
| | | | | | | | | | | Needed for example by groff_hdtbl(7). There are two limitations: It does not support nested .while requests yet, and each .while loop must start and end in the same scope. The roff_parseln() return codes are now more flexible and allow OR'ing options.
* Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze2015-01-301-35/+94
| | | | struct tbl_cell. No functional change, minus 40 lines of code.
* Some documentation of the tbl parser.Ingo Schwarze2013-06-011-0/+295
I needed this when working on tbl(7) bug fixes. Deliberately not linked to the build; this is developer documentation, not user documentation.