aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_action.c
Commit message (Expand)AuthorAgeFilesLines
* mdoc_action.c is no more. Attic it and remove it from the Makefile.Kristaps Dzonsons2010-11-301-214/+0
* Moved all prologue actions from mdoc_action.c into mdoc_validate.c. TheKristaps Dzonsons2010-11-301-264/+6
* Move post_bl() and subfunctions from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-301-153/+3
* Move -column list validation and normal-formisation from mdoc_action.cKristaps Dzonsons2010-11-301-57/+1
* Migrate `Nm' and `Pa' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-45/+3
* Remove left-over rsord[] in mdoc_actions.c.Kristaps Dzonsons2010-11-291-89/+4
* Move `Lb' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-36/+2
* Move `At' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-44/+2
* Move `Sh' validation from mdoc_action.c. into mdoc_validate.c.Kristaps Dzonsons2010-11-291-60/+2
* Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-50/+3
* Migrate action for `Rs' into mdoc_validate.c.Kristaps Dzonsons2010-11-291-68/+2
* Don't crash for the following test case as reported by Jordan Gordeev:Joerg Sonnenberger2010-07-301-1/+8
* Note that `Dd' can be empty. This found following a thread on discuss@Kristaps Dzonsons2010-07-261-1/+6
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-041-1/+4
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-011-25/+12
* In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze2010-07-011-1/+12
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-1/+6
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Allow -width for lists to be cached in mdoc_bl. This requires someKristaps Dzonsons2010-06-131-42/+53
* Small optimisations in mdoc_action list processing. Cleanups making wayKristaps Dzonsons2010-06-131-38/+36
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-42/+2
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-5/+3
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-9/+5
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-59/+5
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-1/+2
* Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).Kristaps Dzonsons2010-05-301-5/+6
* Moved printing of empty word [back] into mdoc_action.c so that it's notKristaps Dzonsons2010-05-291-2/+24
* If a .Bl -tag lacks a -width, skip all non-It macros for the implicitJoerg Sonnenberger2010-05-241-3/+6
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-4/+59
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-22/+46
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-20/+18
* "Warn on unknown argument for .At and print it like [new] groff." (patch by J...Kristaps Dzonsons2010-05-141-6/+18
* "Invalid standard argument should be a warning. Just leak it into theKristaps Dzonsons2010-05-141-4/+5
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-2/+2
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-5/+5
* Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()...Kristaps Dzonsons2010-04-061-22/+3
* Fix issue of non-NAME sections triggering "no sections" error, reported by Ch...Kristaps Dzonsons2010-04-051-2/+6
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-2/+3
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+5
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-4/+5
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-3/+1
* Lint fixes.Kristaps Dzonsons2009-10-301-1/+2
* Clean-ups in mdoc_action (using libmandoc.h functions).Kristaps Dzonsons2009-10-291-152/+173
* Fix to segfault in ordering Rs blocks (d'oh!).VERSION_1_9_11Kristaps Dzonsons2009-10-261-3/+4
* Full `%U' support.Kristaps Dzonsons2009-10-261-3/+5
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+2
* Added ability to set OS name at compile-time with -DOSNAME="\"foo\"".Kristaps Dzonsons2009-10-221-1/+14
* Lint check (noop).Kristaps Dzonsons2009-09-251-1/+2
* Fixed segfault in `Rs' empty block.Kristaps Dzonsons2009-09-241-1/+2