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