summaryrefslogtreecommitdiffstats
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-311-10/+13
* Clean up the validation code for `It' macros: use enum mdoc_listKristaps Dzonsons2010-05-311-71/+39
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-0/+1
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-301-7/+9
* Make check for case a little more intuitive (suggested by joerg@).Kristaps Dzonsons2010-05-301-3/+1
* Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).Kristaps Dzonsons2010-05-301-3/+24
* Documented `Ud'.Kristaps Dzonsons2010-05-261-5/+16
* Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).Kristaps Dzonsons2010-05-261-2/+1
* Smarten BADCHAR check to allow ASCII_HYPH.Kristaps Dzonsons2010-05-251-1/+1
* Lifted 64-byte max width for Sh (now BUFSIZ).Kristaps Dzonsons2010-05-241-3/+4
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-18/+10
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-98/+148
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-9/+8
* Remove in-manual-section warnings for Fd and Lb (ok joerg@, schwarze@).Kristaps Dzonsons2010-05-141-47/+3
* Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ...Kristaps Dzonsons2010-05-141-35/+1
* "Warn on unknown argument for .At and print it like [new] groff." (patch by J...Kristaps Dzonsons2010-05-141-1/+1
* "Invalid standard argument should be a warning. Just leak it into theKristaps Dzonsons2010-05-141-1/+1
* "If the last column wasn't specified, it is auto-sized." (patch by Joerg Sonn...Kristaps Dzonsons2010-05-141-2/+2
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-4/+7
* Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...Kristaps Dzonsons2010-05-091-13/+2
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-1/+1
* Removed manual-section-calling restrictions for `Cd' and and `Ex' (requested ...Kristaps Dzonsons2010-04-071-13/+1
* Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger).Kristaps Dzonsons2010-04-071-1/+1
* Removed warning for `Er' when not used in certain sections (pointed out by Jo...Kristaps Dzonsons2010-04-061-10/+1
* Allow `Bd' to accept (warn about then ignore) in-line arguments.Kristaps Dzonsons2010-04-061-1/+3
* Cleaned up post_bl_head() and fixed erroneous reporting of child nodes.Kristaps Dzonsons2010-04-061-11/+12
* Let `Bl' accept arguments on the head line with a warning (these are ignored ...Kristaps Dzonsons2010-04-061-2/+3
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...Kristaps Dzonsons2010-04-031-1/+1
* Modified version of Ingo Schwarze's patch so that -man doesn't puke when a TH...Kristaps Dzonsons2010-04-031-0/+2
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...Kristaps Dzonsons2010-04-031-2/+13
* Merging patch by Ingo Schwarze.Kristaps Dzonsons2010-04-031-2/+3
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-2/+2
* Made `Xr' compatible with groff calling conventions where arguments following...Kristaps Dzonsons2010-02-171-3/+1
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-1/+29
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-4/+4
* `Bl' lets `Sm' slip by as a child. Noted by Ingo Schwarze.Kristaps Dzonsons2010-01-011-3/+10
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-1/+3
* Fixed -Thtml printing of -ohang lists (-mdoc).Kristaps Dzonsons2009-10-311-0/+2
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-1/+0
* Full `%U' support.Kristaps Dzonsons2009-10-261-6/+5
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-0/+3
* Fix adding -centred to `Bd' types (thanks to Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-0/+2
* Fixed `-file' argument to `Bd', which is NOT a type, but instead just an argu...Kristaps Dzonsons2009-10-191-2/+0
* Beginning of mdoc.7 full-reference in place.Kristaps Dzonsons2009-10-191-2/+2
* Removed restrictions on `sp' (maybe a warning, someday, but for now be simple).Kristaps Dzonsons2009-10-181-33/+3
* 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