| Commit message (Expand) | Author | Age | Files | Lines |
* | The .Nm macro does not only use the default name when it has no | Ingo Schwarze | 2017-02-06 | 1 | -0/+10 |
* | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze | 2017-01-11 | 1 | -81/+187 |
* | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze | 2017-01-10 | 1 | -21/+45 |
* | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze | 2017-01-10 | 1 | -6/+42 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -3/+3 |
* | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze | 2017-01-10 | 1 | -14/+15 |
* | Tolerate bare tabs in SYNOPSIS .Cd for now. | Ingo Schwarze | 2017-01-08 | 1 | -1/+2 |
* | Stricter validation of the NAME section, in particular: | Ingo Schwarze | 2017-01-08 | 1 | -10/+18 |
* | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze | 2016-12-28 | 1 | -2/+18 |
* | Delete complicated code dealing with .Bl -tag without -width, | Ingo Schwarze | 2016-10-09 | 1 | -81/+0 |
* | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze | 2016-08-20 | 1 | -5/+33 |
* | oops, fix stupid typo in previous | Ingo Schwarze | 2016-08-11 | 1 | -1/+2 |
* | If a .Bd display is on the one hand doomed to be deleted because | Ingo Schwarze | 2016-08-11 | 1 | -3/+4 |
* | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze | 2016-08-10 | 1 | -4/+7 |
* | Don't printf("%s", NULL) if .It has a macro as an argument | Ingo Schwarze | 2016-08-10 | 1 | -2/+3 |
* | When validating a .Bl list that defaults to -item for want of a type, | Ingo Schwarze | 2016-08-10 | 1 | -0/+1 |
* | fix printf("%s", NULL); | Ingo Schwarze | 2016-08-09 | 1 | -3/+4 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -13/+11 |
* | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze | 2015-10-30 | 1 | -0/+10 |
* | Move all mdoc(7) node validation done before child parsing | Ingo Schwarze | 2015-10-21 | 1 | -242/+212 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -129/+64 |
* | style cleanup, no functional change | Ingo Schwarze | 2015-10-19 | 1 | -55/+58 |
* | Delete an assignment that is unconditionally overwritten two lines later; | Ingo Schwarze | 2015-10-12 | 1 | -1/+0 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -22/+1 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -46/+46 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -3/+0 |
* | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze | 2015-09-14 | 1 | -24/+1 |
* | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze | 2015-04-23 | 1 | -4/+4 |
* | Avoid out-of-bounds read access before the beginning of the | Ingo Schwarze | 2015-04-20 | 1 | -1/+2 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 1 | -5/+5 |
* | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze | 2015-04-19 | 1 | -2/+2 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -14/+15 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -14/+14 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -55/+55 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -48/+49 |
* | oops, in NAME, don't nag about the comma after .Nm | Ingo Schwarze | 2015-02-23 | 1 | -0/+4 |
* | improve NAME section diagnostics; | Ingo Schwarze | 2015-02-23 | 1 | -24/+24 |
* | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze | 2015-02-17 | 1 | -1/+1 |
* | clean up post_dt() validation function; | Ingo Schwarze | 2015-02-16 | 1 | -42/+40 |
* | shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid them | Ingo Schwarze | 2015-02-14 | 1 | -1/+2 |
* | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze | 2015-02-12 | 1 | -39/+5 |
* | trim trailing white space, no code change; | Ingo Schwarze | 2015-02-10 | 1 | -1/+1 |
* | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze | 2015-02-06 | 1 | -2/+2 |
* | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze | 2015-02-06 | 1 | -80/+18 |
* | better handle .Fo and .Fd without argument | Ingo Schwarze | 2015-02-06 | 1 | -12/+21 |
* | better handle empty .Bd .Bl .D1 .Dl blocks | Ingo Schwarze | 2015-02-06 | 1 | -38/+44 |
* | better handle .In .Sh .Ss .St .Xr without arguments | Ingo Schwarze | 2015-02-06 | 1 | -10/+2 |
* | fix handling of empty .An macros | Ingo Schwarze | 2015-02-05 | 1 | -4/+6 |
* | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze | 2015-02-04 | 1 | -35/+36 |
* | improve diagnostics regarding arguments of .An .Pp .Lp .br .sp | Ingo Schwarze | 2015-02-04 | 1 | -10/+14 |