| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a separate node->tag attribute rather than abusing the node->string |  schwarze | 2020-04-08 | 1 | -49/+39 |
* | Separate the place to put the <a href> permalink (now marked |  schwarze | 2020-04-07 | 1 | -2/+5 |
* | Split tagging into a validation part including prioritization |  schwarze | 2020-03-13 | 1 | -2/+10 |
* | Fully support explicit tagging of .Sh and .Ss. |  schwarze | 2020-02-27 | 1 | -1/+8 |
* | Print more tbl(7) details to help debugging: |  schwarze | 2020-01-11 | 1 | -12/+95 |
* | display the NODE_NOFILL flag indicating no-fill mode |  schwarze | 2019-01-01 | 1 | -12/+16 |
* | Cleanup, no functional change: |  schwarze | 2018-12-30 | 1 | -6/+6 |
* | Cleanup, no functional change: |  schwarze | 2018-12-13 | 1 | -1/+2 |
* | Cleanup, no functional change: |  schwarze | 2018-12-12 | 1 | -1/+2 |
* | In tbl(7) -T html output, |  schwarze | 2018-11-25 | 1 | -26/+32 |
* | support tail arguments on the .ME and .UE macros, |  schwarze | 2018-08-14 | 1 | -1/+3 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) |  schwarze | 2018-04-11 | 1 | -2/+10 |
* | 1. Eliminate struct eqn, instead use the existing members |  schwarze | 2017-07-08 | 1 | -3/+3 |
* | garbage collect unused enum member EQN_ROOT |  schwarze | 2017-07-07 | 1 | -4/+1 |
* | The EQN_LISTONE box type is pointless. |  schwarze | 2017-07-05 | 1 | -2/+1 |
* | Continue parser unification: |  schwarze | 2017-04-24 | 1 | -7/+7 |
* | In -Ttree output mode, show the BROKEN node flag and |  schwarze | 2017-02-10 | 1 | -1/+3 |
* | show meta data for -Ttree output |  schwarze | 2017-01-12 | 1 | -4/+28 |
* | unify names of AST node flags; no change of cpp output |  schwarze | 2017-01-10 | 1 | -7/+7 |
* | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. |  schwarze | 2017-01-10 | 1 | -1/+5 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments |  schwarze | 2015-10-12 | 1 | -6/+1 |
* | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS. |  schwarze | 2015-09-26 | 1 | -8/+18 |
* | /* NOTREACHED */ after abort() is silly, delete it |  schwarze | 2015-09-26 | 1 | -5/+1 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), |  schwarze | 2015-04-18 | 1 | -3/+3 |
* | Replace the structs mdoc and man by a unified struct roff_man. |  schwarze | 2015-04-18 | 1 | -3/+3 |
* | Second step towards parser unification: |  schwarze | 2015-04-02 | 1 | -5/+5 |
* | First step towards parser unification: |  schwarze | 2015-04-02 | 1 | -39/+40 |
* | Simplify by deleting the "lastline" member of struct mdoc_node. |  schwarze | 2015-02-05 | 1 | -5/+2 |
* | reduce indentation for better readability |  schwarze | 2015-02-03 | 1 | -13/+21 |
* | Simplify by making many functions in the man(7) parser void, |  schwarze | 2014-11-28 | 1 | -6/+1 |
* | show the {MDOC,MAN}_EQN node, it contains interesting information, |  schwarze | 2014-10-20 | 1 | -11/+13 |
* | Add missing */ after $OpenBSD$ tag |  chl | 2014-10-13 | 1 | -1/+1 |
* | Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right. |  schwarze | 2014-10-10 | 1 | -9/+35 |
* | more readable eqn(7) -Ttree output; from kristaps@ |  schwarze | 2014-10-09 | 1 | -3/+3 |
* | Change column display in -Ttree to be 1-based instead of 0-based |  schwarze | 2014-07-02 | 1 | -4/+4 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -59/+54 |
* | To find out whether .TP head arguments are same-line or next-line arguments, |  schwarze | 2014-03-08 | 1 | -3/+6 |
* | When deciding whether two consecutive macros are on the same input line, |  schwarze | 2013-12-24 | 1 | -2/+6 |
* | For some mdoc(7) macros, it is (unfortunately) semantically significant |  schwarze | 2013-09-15 | 1 | -3/+6 |
* | Remove the variable sz because it's invariantly == 0, |  schwarze | 2013-05-18 | 1 | -8/+3 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -25/+64 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -1/+6 |
* | Import the foundation for eqn(7) support. |  schwarze | 2011-03-20 | 1 | -1/+13 |
* | Tbl code maintenance by kristaps@. |  schwarze | 2011-02-10 | 1 | -5/+4 |
* | Various tbl improvements from kristaps@: |  schwarze | 2011-01-16 | 1 | -2/+7 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -21/+94 |
* | Merge release 1.10.4 (all code by kristaps@), providing four new features: |  schwarze | 2010-07-13 | 1 | -2/+1 |
* | Support for badly nested blocks, written around the time of |  schwarze | 2010-06-29 | 1 | -2/+5 |
* | Full .nr nS support, unbreaking the kernel manuals. |  schwarze | 2010-06-27 | 1 | -2/+3 |
* | Unified error and warning message system for all of mandoc, |  schwarze | 2010-05-23 | 1 | -1/+2 |