aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
...
* oops, don't crash when .Fo has no argumentIngo Schwarze2014-10-111-2/+2
* warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze2014-10-111-2/+29
* warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze2014-09-121-3/+26
* warn about botched .Xr ordering and punctuation below SEE ALSO;Ingo Schwarze2014-09-111-1/+66
* warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze2014-09-071-9/+40
* Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze2014-09-071-10/+9
* Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze2014-08-191-2/+2
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-5/+2
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-81/+73
* Simplify by allowing only one post-handler.Ingo Schwarze2014-08-021-128/+150
* Simplify by allowing only one pre-handler.Ingo Schwarze2014-08-011-47/+29
* demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze2014-08-011-3/+5
* mention requests and macros in more messagesIngo Schwarze2014-08-011-33/+45
* Split MANDOCERR_IGNARGV into one message for .An and one for .BlIngo Schwarze2014-07-311-10/+22
* In .Bl -column, if some of the column width declarations are givenIngo Schwarze2014-07-311-21/+13
* Remove the useless FATAL error "argument count wrong, violates syntax".Ingo Schwarze2014-07-301-12/+6
* Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze2014-07-301-54/+4
* Remove two useless FATAL errors.Ingo Schwarze2014-07-301-8/+16
* better name and wording for the last two non-generic errorsIngo Schwarze2014-07-301-2/+3
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-301-26/+17
* Partial implementation of .Bd -centered.Ingo Schwarze2014-07-291-2/+2
* no need to delete any content from .Rs blocks,Ingo Schwarze2014-07-071-35/+12
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-2/+3
* Cleanup with respect to bad macro arguments.Ingo Schwarze2014-07-051-57/+62
* Cleanup regarding -offset and -width:Ingo Schwarze2014-07-051-56/+52
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-24/+27
* Clean up messages related to missing arguments.Ingo Schwarze2014-07-041-17/+13
* Fix formatting of empty .Bl -inset item heads.Ingo Schwarze2014-07-031-25/+23
* Improve and test the messages about empty macros,Ingo Schwarze2014-07-021-2/+4
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-021-4/+5
* Disentangle the MANDOCERR_CHILD message, which reported threeIngo Schwarze2014-07-021-4/+8
* Clean up warnings related to macros and nesting.Ingo Schwarze2014-07-021-3/+5
* Improve "skipping paragraph macro" messages,Ingo Schwarze2014-07-021-14/+30
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-5/+38
* Clean up the warnings related to document structure.Ingo Schwarze2014-07-011-27/+48
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-201-14/+10
* Start systematic improvements of error reporting.Ingo Schwarze2014-06-201-10/+10
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-5/+5
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-21/+12
* strlen+malloc+snprintf is error prone;Ingo Schwarze2014-04-201-23/+14
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-7/+5
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-254/+240
* Using macros in .Sh header lines, or having .Sm off or .Bk -words openIngo Schwarze2014-04-151-12/+8
* Support the CONTEXT section for kernel manual pages found in Solaris andIngo Schwarze2014-03-311-1/+4
* Allow ERRORS in section 4; OpenBSD rev. 1.121.Ingo Schwarze2014-03-301-3/+5
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+2
* Retire the old concat() function.Ingo Schwarze2014-03-231-78/+27
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-231-6/+4
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+2
* Remove useless use of strnlen(3).Ingo Schwarze2014-01-111-2/+2