summaryrefslogtreecommitdiffstats
path: root/mdoc_action.c
Commit message (Expand)AuthorAgeFilesLines
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Allow -width for lists to be cached in mdoc_bl. This requires someKristaps Dzonsons2010-06-131-41/+52
* Small optimisations in mdoc_action list processing. Cleanups making wayKristaps Dzonsons2010-06-131-37/+35
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-41/+1
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-4/+2
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-8/+4
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-58/+4
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-0/+1
* Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).Kristaps Dzonsons2010-05-301-4/+5
* Moved printing of empty word [back] into mdoc_action.c so that it's notKristaps Dzonsons2010-05-291-1/+23
* If a .Bl -tag lacks a -width, skip all non-It macros for the implicitJoerg Sonnenberger2010-05-241-2/+5
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-3/+58
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-21/+45
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-19/+17
* "Warn on unknown argument for .At and print it like [new] groff." (patch by J...Kristaps Dzonsons2010-05-141-5/+17
* "Invalid standard argument should be a warning. Just leak it into theKristaps Dzonsons2010-05-141-3/+4
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-1/+1
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-4/+4
* Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()...Kristaps Dzonsons2010-04-061-21/+2
* Fix issue of non-NAME sections triggering "no sections" error, reported by Ch...Kristaps Dzonsons2010-04-051-1/+5
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-1/+2
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-4/+4
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-3/+4
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+0
* Lint fixes.Kristaps Dzonsons2009-10-301-0/+1
* Clean-ups in mdoc_action (using libmandoc.h functions).Kristaps Dzonsons2009-10-291-151/+172
* Fix to segfault in ordering Rs blocks (d'oh!).VERSION.1.9.11Kristaps Dzonsons2009-10-261-2/+3
* Full `%U' support.Kristaps Dzonsons2009-10-261-2/+4
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-0/+1
* Added ability to set OS name at compile-time with -DOSNAME="\"foo\"".Kristaps Dzonsons2009-10-221-0/+13
* Lint check (noop).Kristaps Dzonsons2009-09-251-0/+1
* Fixed segfault in `Rs' empty block.Kristaps Dzonsons2009-09-241-0/+1
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-241-7/+88
* -offset string can now be blank (supplied with 6n as stipulated by mdoc.sampl...Kristaps Dzonsons2009-09-241-11/+48
* Lintifications.Kristaps Dzonsons2009-09-161-1/+1
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-1/+1
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-187/+172
* Made out-of-order prologue macros not cause an error.Kristaps Dzonsons2009-07-261-1/+4
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-251-1/+0
* Added `St -ieee1275-94'.Kristaps Dzonsons2009-07-241-1/+6
* Added default print of `~' with empty `Pa' (not documented with OpenBSD, but ...Kristaps Dzonsons2009-07-211-5/+5
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-0/+2
* Subtle fixes correcting vis count with erroneously-decorated whitespace.Kristaps Dzonsons2009-07-161-15/+0
* Removed assertion (disregarded blank literal lines).Kristaps Dzonsons2009-07-151-0/+15
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-1/+32
* Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).Kristaps Dzonsons2009-07-121-1/+18
* Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c).Kristaps Dzonsons2009-07-121-12/+38
* Made `In' handling work in new-groff style (see mdoc.samples).Kristaps Dzonsons2009-07-071-1/+2
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-83/+29
* Consolidated mdoc_action pwarn->perr.Kristaps Dzonsons2009-07-061-33/+19