| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze | 2014-11-27 | 1 | -17/+12 |
* | remove an unreachable warning about .Sm arguments | Ingo Schwarze | 2014-11-26 | 1 | -2/+0 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 1 | -5/+15 |
* | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | 2014-10-30 | 1 | -42/+18 |
* | sync with OpenBSD: | Ingo Schwarze | 2014-10-13 | 1 | -1/+2 |
* | Do not warn about declarations of functions returning function pointers, | Ingo Schwarze | 2014-10-13 | 1 | -3/+5 |
* | oops, don't crash when .Fo has no argument | Ingo Schwarze | 2014-10-11 | 1 | -1/+1 |
* | warn about parentheses in function names after .Fn and .Fo; | Ingo Schwarze | 2014-10-11 | 1 | -1/+28 |
* | warn about commas in function arguments; inspired by mdoclint(1) | Ingo Schwarze | 2014-09-12 | 1 | -2/+25 |
* | warn about botched .Xr ordering and punctuation below SEE ALSO; | Ingo Schwarze | 2014-09-11 | 1 | -0/+65 |
* | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) | Ingo Schwarze | 2014-09-07 | 1 | -8/+39 |
* | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. | Ingo Schwarze | 2014-09-07 | 1 | -9/+8 |
* | Do not dereference a NULL pointer if a .Bl macro has | Ingo Schwarze | 2014-08-19 | 1 | -1/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -4/+1 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 1 | -80/+72 |
* | Simplify by allowing only one post-handler. | Ingo Schwarze | 2014-08-02 | 1 | -127/+149 |
* | Simplify by allowing only one pre-handler. | Ingo Schwarze | 2014-08-01 | 1 | -46/+28 |
* | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() | Ingo Schwarze | 2014-08-01 | 1 | -2/+4 |
* | mention requests and macros in more messages | Ingo Schwarze | 2014-08-01 | 1 | -32/+44 |
* | Split MANDOCERR_IGNARGV into one message for .An and one for .Bl | Ingo Schwarze | 2014-07-31 | 1 | -9/+21 |
* | In .Bl -column, if some of the column width declarations are given | Ingo Schwarze | 2014-07-31 | 1 | -20/+12 |
* | Remove the useless FATAL error "argument count wrong, violates syntax". | Ingo Schwarze | 2014-07-30 | 1 | -11/+5 |
* | Get rid of the useless FATAL error "child violates parent syntax". | Ingo Schwarze | 2014-07-30 | 1 | -53/+3 |
* | Remove two useless FATAL errors. | Ingo Schwarze | 2014-07-30 | 1 | -7/+15 |
* | better name and wording for the last two non-generic errors | Ingo Schwarze | 2014-07-30 | 1 | -1/+2 |
* | Various improvements related to .Ex and .Rv: | Ingo Schwarze | 2014-07-30 | 1 | -25/+16 |
* | Partial implementation of .Bd -centered. | Ingo Schwarze | 2014-07-29 | 1 | -1/+1 |
* | no need to delete any content from .Rs blocks, | Ingo Schwarze | 2014-07-07 | 1 | -34/+11 |
* | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | 2014-07-06 | 1 | -1/+2 |
* | Cleanup with respect to bad macro arguments. | Ingo Schwarze | 2014-07-05 | 1 | -56/+61 |
* | Cleanup regarding -offset and -width: | Ingo Schwarze | 2014-07-05 | 1 | -55/+51 |
* | Clean up messages regarding excess arguments: | Ingo Schwarze | 2014-07-04 | 1 | -23/+26 |
* | Clean up messages related to missing arguments. | Ingo Schwarze | 2014-07-04 | 1 | -16/+12 |
* | Fix formatting of empty .Bl -inset item heads. | Ingo Schwarze | 2014-07-03 | 1 | -24/+22 |
* | Improve and test the messages about empty macros, | Ingo Schwarze | 2014-07-02 | 1 | -1/+3 |
* | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze | 2014-07-02 | 1 | -3/+4 |
* | Disentangle the MANDOCERR_CHILD message, which reported three | Ingo Schwarze | 2014-07-02 | 1 | -3/+7 |
* | Clean up warnings related to macros and nesting. | Ingo Schwarze | 2014-07-02 | 1 | -2/+4 |
* | Improve "skipping paragraph macro" messages, | Ingo Schwarze | 2014-07-02 | 1 | -13/+29 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -4/+37 |
* | Clean up the warnings related to document structure. | Ingo Schwarze | 2014-07-01 | 1 | -26/+47 |
* | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze | 2014-06-20 | 1 | -13/+9 |
* | Start systematic improvements of error reporting. | Ingo Schwarze | 2014-06-20 | 1 | -9/+9 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -4/+4 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -20/+11 |
* | strlen+malloc+snprintf is error prone; | Ingo Schwarze | 2014-04-20 | 1 | -22/+13 |
* | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze | 2014-04-20 | 1 | -6/+4 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -253/+239 |
* | Using macros in .Sh header lines, or having .Sm off or .Bk -words open | Ingo Schwarze | 2014-04-15 | 1 | -11/+7 |
* | Support the CONTEXT section for kernel manual pages found in Solaris and | Ingo Schwarze | 2014-03-31 | 1 | -0/+3 |