summaryrefslogtreecommitdiffstats
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Added warning about specifying list arguments before type (suggested by Joerg...Kristaps Dzonsons2009-10-151-6/+14
* Fixed segfault in `Rs' empty block.Kristaps Dzonsons2009-09-241-1/+1
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-241-4/+48
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-15/+2
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-251-0/+1
* `An' gives correct error message in encountering arguments/parameters.Kristaps Dzonsons2009-07-241-1/+1
* Bl -column now accepts columns = (1 + stated columns), which covers all remai...Kristaps Dzonsons2009-07-231-1/+1
* Undocumented behaviour in groff: `Bl -column' implies `-compact'.Kristaps Dzonsons2009-07-201-4/+13
* More clarity fixes in mdoc.7.Kristaps Dzonsons2009-07-181-1/+1
* `sp' documented: validates & produces correct output.Kristaps Dzonsons2009-07-171-1/+3
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-171-3/+34
* Documented `br' macro in mdoc.7.Kristaps Dzonsons2009-07-171-3/+2
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-0/+2
* Err/warn fix (schwarze@openbsd.org).Kristaps Dzonsons2009-07-131-120/+110
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-1/+13
* Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).Kristaps Dzonsons2009-07-121-1/+1
* Check for NAME sanity fixed (last named section -> last section).Kristaps Dzonsons2009-07-121-1/+1
* Added back in MDOC_TEXT stipulation in NAME check (post-Nm punctuation, duh).Kristaps Dzonsons2009-07-121-0/+2
* `Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd.org, behaviour ok jmc...Kristaps Dzonsons2009-07-121-4/+5
* Fixed mdoc_nwarn/mdoc_nerr considering themselves err/warn instead of warn/er...Kristaps Dzonsons2009-07-121-2/+4
* Made `In' handling work in new-groff style (see mdoc.samples).Kristaps Dzonsons2009-07-071-3/+1
* Small clean-ups in error message usage.VERSION.1.7.23Kristaps Dzonsons2009-07-071-4/+2
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-221/+73
* Fix in MDOC_IGN_CHARS ref.Kristaps Dzonsons2009-07-061-1/+1
* Consolidated mdoc_validate.c pwarn into perr (slowly phasing out per-file pre...Kristaps Dzonsons2009-07-061-109/+83
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-11/+5
* Removed WDEPCOL (schwarze@openbsd.org).Kristaps Dzonsons2009-07-041-5/+0
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-4/+6
* Removed escape-deprecation note (better solution in progress, schwarze@openbs...Kristaps Dzonsons2009-06-271-8/+0
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-17/+2
* Lint fixes.Kristaps Dzonsons2009-06-171-3/+2
* `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).Kristaps Dzonsons2009-06-171-17/+31
* Cleaned up .Bf validator.Kristaps Dzonsons2009-06-171-18/+13
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-24/+25
* Noted deprecation of \*( and \* special-character escapes.Kristaps Dzonsons2009-06-171-2/+8
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-2/+1
* `Lk' is correctly handled as CALLABLE (note groff munges nested output).Kristaps Dzonsons2009-06-121-4/+6
* Clean up validation of field widths.Kristaps Dzonsons2009-06-111-28/+55
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Version bumped.VERSION.1.7.13Kristaps Dzonsons2009-04-121-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-2/+17
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-021-1/+1
* General clean-ups.Kristaps Dzonsons2009-03-311-51/+62
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-0/+1396