aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl_opts.c
Commit message (Expand)AuthorAgeFilesLines
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-2/+1
* * Polish tbl(7) error reporting.Ingo Schwarze2015-01-281-2/+3
* For now, it can't be helped that mandoc tbl(7) ignores high-level macros,Ingo Schwarze2015-01-281-4/+6
* More improvements regarding tbl(7) options.Ingo Schwarze2015-01-261-50/+32
* Improve (or rather, rewrite) tbl(7) option parsing.Ingo Schwarze2015-01-261-155/+76
* simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeIngo Schwarze2015-01-141-5/+2
* Allow comma-separated options in tbl(7) tables.Ingo Schwarze2014-11-261-3/+3
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-23/+24
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Add config.h Glue for OpenIndiana (and older OpenSolaris) to build.Kristaps Dzonsons2011-04-041-1/+5
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-10/+16
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-2/+2
* Add some unsigned char casts for tolower() usageJoerg Sonnenberger2011-01-091-2/+2
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-071-3/+3
* Remove delims from struct tbl (not used anywhere and never will be).Kristaps Dzonsons2011-01-061-3/+3
* Churn to get parts of 'struct tbl' visible from mandoc.h: rename theKristaps Dzonsons2011-01-021-12/+14
* Merge, with considerable changes, tbl.bsd.lv's layout-handling code.Kristaps Dzonsons2010-12-291-3/+2
* Significant update to options handling, which now departs almostKristaps Dzonsons2010-12-291-68/+131
* Fix copyright email.Kristaps Dzonsons2010-12-281-2/+2
* Adding initial options processing (not hooked into parse yet). This isKristaps Dzonsons2010-12-281-0/+196