| Commit message (Expand) | Author | Age | Files | Lines |
* | More accurately represent cells containing horizontal lines in -T tree | Ingo Schwarze | 2022-01-12 | 1 | -4/+8 |
* | do not crash when a tbl(7) cell uses roman font | Ingo Schwarze | 2021-09-07 | 1 | -0/+2 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -3/+21 |
* | Use a separate node->tag attribute rather than abusing the node->string | Ingo Schwarze | 2020-04-08 | 1 | -48/+38 |
* | Separate the place to put the <a href> permalink (now marked | Ingo Schwarze | 2020-04-07 | 1 | -1/+4 |
* | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 1 | -2/+10 |
* | Fully support explicit tagging of .Sh and .Ss. | Ingo Schwarze | 2020-02-27 | 1 | -0/+7 |
* | Print more tbl(7) details to help debugging: | Ingo Schwarze | 2020-01-11 | 1 | -11/+94 |
* | display the NODE_NOFILL flag indicating no-fill mode | Ingo Schwarze | 2019-01-01 | 1 | -11/+15 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -5/+5 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -0/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-12 | 1 | -0/+1 |
* | In tbl(7) -T html output, | Ingo Schwarze | 2018-11-25 | 1 | -25/+31 |
* | support tail arguments on the .ME and .UE macros, | Ingo Schwarze | 2018-08-14 | 1 | -0/+2 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -1/+9 |
* | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze | 2017-07-08 | 1 | -2/+2 |
* | garbage collect unused enum member EQN_ROOT | Ingo Schwarze | 2017-07-07 | 1 | -3/+0 |
* | The EQN_LISTONE box type is pointless. | Ingo Schwarze | 2017-07-05 | 1 | -1/+0 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -6/+6 |
* | In -Ttree output mode, show the BROKEN node flag and | Ingo Schwarze | 2017-02-10 | 1 | -0/+2 |
* | show meta data for -Ttree output | Ingo Schwarze | 2017-01-12 | 1 | -3/+27 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -6/+6 |
* | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze | 2017-01-10 | 1 | -0/+4 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -5/+0 |
* | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS. | Ingo Schwarze | 2015-09-26 | 1 | -7/+17 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -4/+0 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -2/+2 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -2/+2 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -4/+4 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -38/+39 |
* | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | 2015-02-05 | 1 | -4/+1 |
* | reduce indentation for better readability | Ingo Schwarze | 2015-02-03 | 1 | -12/+20 |
* | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze | 2014-11-28 | 1 | -5/+0 |
* | show the {MDOC,MAN}_EQN node, it contains interesting information, | Ingo Schwarze | 2014-10-20 | 1 | -10/+12 |
* | sync Copyright years after merge to OpenBSD; no code change | Ingo Schwarze | 2014-10-10 | 1 | -1/+1 |
* | Make eqn(7) -Ttree output more useful: | Ingo Schwarze | 2014-10-10 | 1 | -8/+27 |
* | Re-write of eqn(7) parser and MathML output. | Kristaps Dzonsons | 2014-10-10 | 1 | -2/+7 |
* | Make eqn tree output a bit more useful. | Kristaps Dzonsons | 2014-09-28 | 1 | -2/+2 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | Change column display in -Ttree to be 1-based instead of 0-based | Ingo Schwarze | 2014-07-02 | 1 | -3/+3 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -58/+53 |
* | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze | 2014-03-08 | 1 | -2/+5 |
* | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze | 2013-12-24 | 1 | -1/+5 |
* | For some mdoc(7) macros, it is (unfortunately) semantically significant | Ingo Schwarze | 2013-09-15 | 1 | -2/+5 |
* | Remove the variable sz because it's invariantly == 0, | Ingo Schwarze | 2013-05-18 | 1 | -7/+2 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Add matrix support. Also remove "above" notion, as all elements in a | Kristaps Dzonsons | 2011-07-23 | 1 | -22/+17 |
* | Give lists their own eqn function. | Kristaps Dzonsons | 2011-07-22 | 1 | -0/+9 |
* | Complete eqn.7 parsing. Features all productions from the original 1975 | Kristaps Dzonsons | 2011-07-21 | 1 | -4/+7 |
* | Support `size' constructs in eqn.7. Generalise mandoc_strontou to this | Kristaps Dzonsons | 2011-07-21 | 1 | -3/+7 |