| Commit message (Expand) | Author | Age | Files | Lines |
* | Only keep leading .Sm inside a list when it immediately precedes |  schwarze | 2014-12-18 | 1 | -2/+5 |
* | When the head of a list item is extended with a partial explicit |  schwarze | 2014-12-18 | 1 | -7/+7 |
* | Multiple fixes with respect to .Pf: |  schwarze | 2014-11-30 | 1 | -2/+2 |
* | Retire support for CSRG supplementary document titles. These are |  schwarze | 2014-11-28 | 1 | -13/+3 |
* | Drop useless architecture table. Validating architecture names |  schwarze | 2014-11-28 | 1 | -14/+7 |
* | Remove bulky, irrelevant library description string tables |  schwarze | 2014-11-28 | 1 | -12/+2 |
* | Simplify code by making mdoc validation handlers void. |  schwarze | 2014-11-28 | 1 | -323/+222 |
* | Downgrade .Bd -file from FATAL to ERROR. |  schwarze | 2014-11-27 | 1 | -2/+2 |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments |  schwarze | 2014-11-27 | 1 | -19/+13 |
* | remove an unreachable warning about .Sm arguments |  schwarze | 2014-11-26 | 1 | -3/+1 |
* | Multiple fixes with respect to in-line macros: |  schwarze | 2014-11-17 | 1 | -6/+16 |
* | Major bugsquashing with respect to -offset and -width: |  schwarze | 2014-10-30 | 1 | -43/+19 |
* | Do not warn about declarations of functions returning function pointers, |  schwarze | 2014-10-13 | 1 | -4/+6 |
* | oops, don't crash when .Fo has no argument |  schwarze | 2014-10-11 | 1 | -2/+2 |
* | warn about parentheses in function names after .Fn and .Fo; |  schwarze | 2014-10-11 | 1 | -2/+29 |
* | warn about commas in function arguments; inspired by mdoclint(1) |  schwarze | 2014-09-12 | 1 | -3/+26 |
* | warn about botched .Xr ordering and punctuation below SEE ALSO; |  schwarze | 2014-09-11 | 1 | -1/+67 |
* | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) |  schwarze | 2014-09-07 | 1 | -9/+40 |
* | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. |  schwarze | 2014-09-07 | 1 | -10/+9 |
* | Do not dereference a NULL pointer if a .Bl macro has |  schwarze | 2014-08-19 | 1 | -4/+4 |
* | Bring the handling of defective prologues even closer to groff, |  schwarze | 2014-08-08 | 1 | -81/+73 |
* | Simplify by allowing only one post-handler. |  schwarze | 2014-08-08 | 1 | -128/+150 |
* | Simplify by allowing only one pre-handler. |  schwarze | 2014-08-08 | 1 | -47/+29 |
* | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() |  schwarze | 2014-08-08 | 1 | -3/+5 |
* | mention requests and macros in more messages |  schwarze | 2014-08-08 | 1 | -33/+45 |
* | Split MANDOCERR_IGNARGV into one message for .An and one for .Bl |  schwarze | 2014-08-08 | 1 | -10/+22 |
* | In .Bl -column, if some of the column width declarations are given |  schwarze | 2014-08-08 | 1 | -21/+13 |
* | Remove the useless FATAL error "argument count wrong, violates syntax". |  schwarze | 2014-08-08 | 1 | -12/+6 |
* | Get rid of the useless FATAL error "child violates parent syntax". |  schwarze | 2014-08-08 | 1 | -54/+4 |
* | Remove two useless FATAL errors. |  schwarze | 2014-08-08 | 1 | -8/+16 |
* | better name and wording for the last two non-generic errors |  schwarze | 2014-08-08 | 1 | -2/+3 |
* | Various improvements related to .Ex and .Rv: |  schwarze | 2014-08-08 | 1 | -26/+17 |
* | Partial implementation of .Bd -centered. |  schwarze | 2014-08-08 | 1 | -2/+2 |
* | no need to delete any content from .Rs blocks, |  schwarze | 2014-07-07 | 1 | -35/+12 |
* | Clean up messages related to plain text and to escape sequences. |  schwarze | 2014-07-06 | 1 | -2/+3 |
* | Cleanup with respect to bad macro arguments. |  schwarze | 2014-07-05 | 1 | -57/+62 |
* | Cleanup regarding -offset and -width: |  schwarze | 2014-07-05 | 1 | -56/+52 |
* | Clean up messages regarding excess arguments: |  schwarze | 2014-07-04 | 1 | -24/+27 |
* | Clean up messages related to missing arguments. |  schwarze | 2014-07-04 | 1 | -17/+13 |
* | Fix formatting of empty .Bl -inset item heads. |  schwarze | 2014-07-03 | 1 | -25/+23 |
* | Improve and test the messages about empty macros, |  schwarze | 2014-07-02 | 1 | -2/+4 |
* | When .Sm is called without an argument, groff toggles the spacing mode, |  schwarze | 2014-07-02 | 1 | -4/+5 |
* | Disentangle the MANDOCERR_CHILD message, which reported three |  schwarze | 2014-07-02 | 1 | -4/+8 |
* | Clean up warnings related to macros and nesting. |  schwarze | 2014-07-02 | 1 | -3/+5 |
* | Improve "skipping paragraph macro" messages, |  schwarze | 2014-07-02 | 1 | -14/+30 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, |  schwarze | 2014-07-02 | 1 | -5/+38 |
* | Clean up the warnings related to document structure. |  schwarze | 2014-07-01 | 1 | -27/+48 |
* | As suggested by jmc@, only include line and column numbers into messages |  schwarze | 2014-06-20 | 1 | -14/+10 |
* | Start systematic improvements of error reporting. |  schwarze | 2014-06-20 | 1 | -10/+10 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. |  schwarze | 2014-04-23 | 1 | -5/+5 |