Age | Commit message (Expand) | Author |
2015-02-23 | oops, in NAME, don't nag about the comma after .Nm | Ingo Schwarze |
2015-02-23 | improve NAME section diagnostics; | Ingo Schwarze |
2015-02-17 | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze |
2015-02-16 | clean up post_dt() validation function; | Ingo Schwarze |
2015-02-14 | shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid them | Ingo Schwarze |
2015-02-12 | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze |
2015-02-10 | trim trailing white space, no code change; | Ingo Schwarze |
2015-02-06 | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze |
2015-02-06 | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze |
2015-02-06 | better handle .Fo and .Fd without argument | Ingo Schwarze |
2015-02-06 | better handle empty .Bd .Bl .D1 .Dl blocks | Ingo Schwarze |
2015-02-06 | better handle .In .Sh .Ss .St .Xr without arguments | Ingo Schwarze |
2015-02-05 | fix handling of empty .An macros | Ingo Schwarze |
2015-02-04 | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze |
2015-02-04 | improve diagnostics regarding arguments of .An .Pp .Lp .br .sp | Ingo Schwarze |
2015-02-04 | discard .Rs head arguments and improve .Rs diagnostics | Ingo Schwarze |
2015-02-04 | more specific .Nd diagnostics, allowing to get rid of enum check_lvl | Ingo Schwarze |
2015-02-03 | Bring .Pp/.Lp handling inside .Nm blocks closer to groff; | Ingo Schwarze |
2014-12-18 | Only keep leading .Sm inside a list when it immediately precedes | Ingo Schwarze |
2014-12-18 | When the head of a list item is extended with a partial explicit | Ingo Schwarze |
2014-11-30 | Multiple fixes with respect to .Pf: | Ingo Schwarze |
2014-11-28 | Retire support for CSRG supplementary document titles. These are | Ingo Schwarze |
2014-11-28 | Drop useless architecture table. Validating architecture names | Ingo Schwarze |
2014-11-28 | Remove bulky, irrelevant library description string tables | Ingo Schwarze |
2014-11-28 | Simplify code by making mdoc validation handlers void. | Ingo Schwarze |
2014-11-27 | Downgrade .Bd -file from FATAL to ERROR. | Ingo Schwarze |
2014-11-27 | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze |
2014-11-26 | remove an unreachable warning about .Sm arguments | Ingo Schwarze |
2014-11-17 | Multiple fixes with respect to in-line macros: | Ingo Schwarze |
2014-10-30 | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze |
2014-10-13 | Do not warn about declarations of functions returning function pointers, | Ingo Schwarze |
2014-10-11 | oops, don't crash when .Fo has no argument | Ingo Schwarze |
2014-10-11 | warn about parentheses in function names after .Fn and .Fo; | Ingo Schwarze |
2014-09-12 | warn about commas in function arguments; inspired by mdoclint(1) | Ingo Schwarze |
2014-09-11 | warn about botched .Xr ordering and punctuation below SEE ALSO; | Ingo Schwarze |
2014-09-07 | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) | Ingo Schwarze |
2014-09-07 | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. | Ingo Schwarze |
2014-08-19 | Do not dereference a NULL pointer if a .Bl macro has | Ingo Schwarze |
2014-08-08 | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze |
2014-08-08 | Simplify by allowing only one post-handler. | Ingo Schwarze |
2014-08-08 | Simplify by allowing only one pre-handler. | Ingo Schwarze |
2014-08-08 | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() | Ingo Schwarze |
2014-08-08 | mention requests and macros in more messages | Ingo Schwarze |
2014-08-08 | Split MANDOCERR_IGNARGV into one message for .An and one for .Bl | Ingo Schwarze |
2014-08-08 | In .Bl -column, if some of the column width declarations are given | Ingo Schwarze |
2014-08-08 | Remove the useless FATAL error "argument count wrong, violates syntax". | Ingo Schwarze |
2014-08-08 | Get rid of the useless FATAL error "child violates parent syntax". | Ingo Schwarze |
2014-08-08 | Remove two useless FATAL errors. | Ingo Schwarze |
2014-08-08 | better name and wording for the last two non-generic errors | Ingo Schwarze |
2014-08-08 | Various improvements related to .Ex and .Rv: | Ingo Schwarze |