summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Allow -width for lists to be cached in mdoc_bl. This requires someKristaps Dzonsons2010-06-131-12/+14
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-7/+16
* Moved `Bl -compact' into cached data. This allowed the removal ofKristaps Dzonsons2010-06-121-13/+14
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-13/+14
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-121-18/+3
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-13/+60
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-21/+43
* Squash bug noted by Ulrich Spoerlein where "-" were being converted toKristaps Dzonsons2010-06-091-11/+8
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-64/+106
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-311-11/+14
* Clean up the validation code for `It' macros: use enum mdoc_listKristaps Dzonsons2010-05-311-72/+40
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-1/+2
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-301-8/+10
* Make check for case a little more intuitive (suggested by joerg@).Kristaps Dzonsons2010-05-301-4/+2
* Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).Kristaps Dzonsons2010-05-301-4/+25
* Documented `Ud'.Kristaps Dzonsons2010-05-261-6/+17
* Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).Kristaps Dzonsons2010-05-261-3/+2
* Smarten BADCHAR check to allow ASCII_HYPH.Kristaps Dzonsons2010-05-251-2/+2
* Lifted 64-byte max width for Sh (now BUFSIZ).Kristaps Dzonsons2010-05-241-4/+5
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-19/+11
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-99/+149
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-10/+9
* Remove in-manual-section warnings for Fd and Lb (ok joerg@, schwarze@).Kristaps Dzonsons2010-05-141-48/+4
* Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ...Kristaps Dzonsons2010-05-141-36/+2
* "Warn on unknown argument for .At and print it like [new] groff." (patch by J...Kristaps Dzonsons2010-05-141-2/+2
* "Invalid standard argument should be a warning. Just leak it into theKristaps Dzonsons2010-05-141-2/+2
* "If the last column wasn't specified, it is auto-sized." (patch by Joerg Sonn...Kristaps Dzonsons2010-05-141-3/+3
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-5/+8
* Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...Kristaps Dzonsons2010-05-091-14/+3
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-2/+2
* Removed manual-section-calling restrictions for `Cd' and and `Ex' (requested ...Kristaps Dzonsons2010-04-071-14/+2
* Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger).Kristaps Dzonsons2010-04-071-2/+2
* Removed warning for `Er' when not used in certain sections (pointed out by Jo...Kristaps Dzonsons2010-04-061-11/+2
* Allow `Bd' to accept (warn about then ignore) in-line arguments.Kristaps Dzonsons2010-04-061-2/+4
* Cleaned up post_bl_head() and fixed erroneous reporting of child nodes.Kristaps Dzonsons2010-04-061-12/+13
* Let `Bl' accept arguments on the head line with a warning (these are ignored ...Kristaps Dzonsons2010-04-061-3/+4
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...Kristaps Dzonsons2010-04-031-2/+2
* Modified version of Ingo Schwarze's patch so that -man doesn't puke when a TH...Kristaps Dzonsons2010-04-031-1/+3
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...Kristaps Dzonsons2010-04-031-3/+14
* Merging patch by Ingo Schwarze.Kristaps Dzonsons2010-04-031-3/+4
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-3/+3
* Made `Xr' compatible with groff calling conventions where arguments following...Kristaps Dzonsons2010-02-171-4/+2
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-2/+30
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+5
* `Bl' lets `Sm' slip by as a child. Noted by Ingo Schwarze.Kristaps Dzonsons2010-01-011-4/+11
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-2/+4
* Fixed -Thtml printing of -ohang lists (-mdoc).Kristaps Dzonsons2009-10-311-1/+3
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+1
* Full `%U' support.Kristaps Dzonsons2009-10-261-7/+6
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+4