summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/libroff.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, no functional change:schwarze2018-12-131-48/+0
* Cleanup, no functional change:schwarze2018-12-131-35/+3
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)schwarze2017-07-081-5/+5
* 1. Eliminate struct eqn, instead use the existing membersschwarze2017-07-081-7/+7
* Complete rewrite of the lexer in a single function with four operationschwarze2017-06-261-3/+4
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.schwarze2015-11-071-4/+1
* Abolish struct tbl_head and replace it by an "int col" member inschwarze2015-01-301-3/+1
* * Polish tbl(7) error reporting.schwarze2015-01-281-2/+2
* For now, it can't be helped that mandoc tbl(7) ignores high-level macros,schwarze2015-01-281-6/+6
* blank lines in tables do not need special handling; simplifies codeschwarze2015-01-211-2/+2
* simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeschwarze2015-01-141-3/+3
* header cleanup:schwarze2014-12-011-3/+3
* remove unneccessary inclusion protection; ok schwarzederaadt2014-11-271-5/+1
* Report arguments to .EQ as an error, and simplify the code:schwarze2014-10-251-2/+2
* Implement in-line equations, much needed by Xenocara manuals.schwarze2014-10-161-11/+15
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-3/+3
* The name "struct tbl" was badly misleading for two reasons:schwarze2013-05-311-2/+2
* sync to version 1.11.5:schwarze2011-09-181-6/+22
* Merge version 1.11.1:schwarze2011-04-241-7/+3
* Import the foundation for eqn(7) support.schwarze2011-03-201-1/+10
* Since tbl_data() can now produce multiple spans, let parsebuf()schwarze2011-01-251-2/+3
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-0/+62