summaryrefslogtreecommitdiffstats
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze2014-08-191-1/+1
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-4/+1
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-80/+72
* Simplify by allowing only one post-handler.Ingo Schwarze2014-08-021-127/+149
* Simplify by allowing only one pre-handler.Ingo Schwarze2014-08-011-46/+28
* demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze2014-08-011-2/+4
* mention requests and macros in more messagesIngo Schwarze2014-08-011-32/+44
* Split MANDOCERR_IGNARGV into one message for .An and one for .BlIngo Schwarze2014-07-311-9/+21
* In .Bl -column, if some of the column width declarations are givenIngo Schwarze2014-07-311-20/+12
* Remove the useless FATAL error "argument count wrong, violates syntax".Ingo Schwarze2014-07-301-11/+5
* Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze2014-07-301-53/+3
* Remove two useless FATAL errors.Ingo Schwarze2014-07-301-7/+15
* better name and wording for the last two non-generic errorsIngo Schwarze2014-07-301-1/+2
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-301-25/+16
* Partial implementation of .Bd -centered.Ingo Schwarze2014-07-291-1/+1
* no need to delete any content from .Rs blocks,Ingo Schwarze2014-07-071-34/+11
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-1/+2
* Cleanup with respect to bad macro arguments.Ingo Schwarze2014-07-051-56/+61
* Cleanup regarding -offset and -width:Ingo Schwarze2014-07-051-55/+51
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-23/+26
* Clean up messages related to missing arguments.Ingo Schwarze2014-07-041-16/+12
* Fix formatting of empty .Bl -inset item heads.Ingo Schwarze2014-07-031-24/+22
* Improve and test the messages about empty macros,Ingo Schwarze2014-07-021-1/+3
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-021-3/+4
* Disentangle the MANDOCERR_CHILD message, which reported threeIngo Schwarze2014-07-021-3/+7
* Clean up warnings related to macros and nesting.Ingo Schwarze2014-07-021-2/+4
* Improve "skipping paragraph macro" messages,Ingo Schwarze2014-07-021-13/+29
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-4/+37
* Clean up the warnings related to document structure.Ingo Schwarze2014-07-011-26/+47
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-201-13/+9
* Start systematic improvements of error reporting.Ingo Schwarze2014-06-201-9/+9
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-4/+4
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-20/+11
* strlen+malloc+snprintf is error prone;Ingo Schwarze2014-04-201-22/+13
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-6/+4
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-253/+239
* Using macros in .Sh header lines, or having .Sm off or .Bk -words openIngo Schwarze2014-04-151-11/+7
* Support the CONTEXT section for kernel manual pages found in Solaris andIngo Schwarze2014-03-311-0/+3
* Allow ERRORS in section 4; OpenBSD rev. 1.121.Ingo Schwarze2014-03-301-2/+4
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+1
* Retire the old concat() function.Ingo Schwarze2014-03-231-77/+26
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-231-5/+3
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* Remove useless use of strnlen(3).Ingo Schwarze2014-01-111-1/+1
* Cache the result of uname(3) such that we don't need to call itIngo Schwarze2014-01-071-29/+22
* Another 18% speedup for mandocdb(8) -Q, found by gprof(1).Ingo Schwarze2014-01-061-5/+5
* Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze2014-01-061-0/+1
* The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze2013-12-151-2/+2
* There are three kinds of input lines: text lines, macros takingIngo Schwarze2013-10-211-2/+8
* We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze2013-10-061-19/+61