aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cache the result of uname(3) such that we don't need to call itIngo Schwarze2014-01-071-30/+23
* Another 18% speedup for mandocdb(8) -Q, found by gprof(1).Ingo Schwarze2014-01-061-6/+6
* Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze2014-01-061-1/+2
* The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze2013-12-151-3/+3
* There are three kinds of input lines: text lines, macros takingIngo Schwarze2013-10-211-3/+9
* We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze2013-10-061-20/+62
* If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze2013-10-061-20/+59
* Support setting arbitrary roff(7) number registers,Ingo Schwarze2013-10-051-6/+7
* One of the WARNING messages has to use the word "section" twice in twoIngo Schwarze2013-09-161-2/+3
* Put .%C before .%D in .Rs outputIngo Schwarze2013-08-051-3/+3
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-17/+17
* Warn about unknown volume or arch in Dt macro arguments;Ingo Schwarze2012-11-161-2/+2
* Fix handling of paragraph macros inside lists:Ingo Schwarze2012-07-181-5/+34
* Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze2012-07-161-7/+37
* The post_nm() validation function crashed when the first .Nm child nodeIngo Schwarze2012-07-121-13/+18
* fix position and formatting of %U;Ingo Schwarze2012-07-111-3/+3
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-101-5/+17
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze2012-05-271-12/+13
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-271-2/+2
* Make the `-width' field to `Bl' not puke if it doesn't have an argument.Kristaps Dzonsons2012-03-231-3/+8
* When processing .Sh HEAD, as soon as we know which section this is,Ingo Schwarze2011-12-031-1/+16
* In man(7), when no explicit volume name is given, use the defaultIngo Schwarze2011-12-021-2/+2