summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/tree.c
AgeCommit message (Expand)Author
2019-01-01display the NODE_NOFILL flag indicating no-fill modeIngo Schwarze
2018-12-30Cleanup, no functional change:Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-12Cleanup, no functional change:Ingo Schwarze
2018-11-25In tbl(7) -T html output,Ingo Schwarze
2018-08-14support tail arguments on the .ME and .UE macros,Ingo Schwarze
2018-04-11preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze
2017-07-081. Eliminate struct eqn, instead use the existing membersIngo Schwarze
2017-07-07garbage collect unused enum member EQN_ROOTIngo Schwarze
2017-07-05The EQN_LISTONE box type is pointless.Ingo Schwarze
2017-04-24Continue parser unification:Ingo Schwarze
2017-02-10In -Ttree output mode, show the BROKEN node flag andIngo Schwarze
2017-01-12show meta data for -Ttree outputIngo Schwarze
2017-01-10unify names of AST node flags; no change of cpp outputIngo Schwarze
2017-01-10Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze
2015-10-12To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze
2015-09-26Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS.Ingo Schwarze
2015-09-26/* NOTREACHED */ after abort() is silly, delete itIngo Schwarze
2015-04-18Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze
2015-04-18Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze
2015-04-02Second step towards parser unification:Ingo Schwarze
2015-04-02First step towards parser unification:Ingo Schwarze
2015-02-05Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze
2015-02-03reduce indentation for better readabilityIngo Schwarze
2014-11-28Simplify by making many functions in the man(7) parser void,Ingo Schwarze
2014-10-20show the {MDOC,MAN}_EQN node, it contains interesting information,Ingo Schwarze
2014-10-13Add missing */ after $OpenBSD$ tagCharles Longeau
2014-10-10Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.Ingo Schwarze
2014-10-09more readable eqn(7) -Ttree output; from kristaps@Ingo Schwarze
2014-07-02Change column display in -Ttree to be 1-based instead of 0-basedIngo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-08To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze
2013-12-24When deciding whether two consecutive macros are on the same input line,Ingo Schwarze
2013-09-15For some mdoc(7) macros, it is (unfortunately) semantically significantIngo Schwarze
2013-05-18Remove the variable sz because it's invariantly == 0,Ingo Schwarze
2011-09-18sync to version 1.11.5:Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
2011-02-10Tbl code maintenance by kristaps@.Ingo Schwarze
2011-01-16Various tbl improvements from kristaps@:Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-06-29Support for badly nested blocks, written around the time ofIngo Schwarze
2010-06-27Full .nr nS support, unbreaking the kernel manuals.Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-10-21sync to 1.9.9, featuring:Ingo Schwarze
2009-09-21sync to 1.9.5: make terminal_*, tree_* and out_* functions return void,Ingo Schwarze
2009-08-22Kristaps@ significantly overhauled libman.Ingo Schwarze
2009-06-14sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeIngo Schwarze