aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmdoc.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-9/+8
* Fix handling of paragraph macros inside lists:Ingo Schwarze2012-07-181-1/+2
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze2012-05-271-1/+2
* In man(7), when no explicit volume name is given, use the defaultIngo Schwarze2011-12-021-2/+1
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Follow-up: forgot to remove useless regset structs.Kristaps Dzonsons2011-07-181-2/+1
* Make `struct roff' be passed into libmdoc and libman upon creation.Kristaps Dzonsons2011-07-181-1/+2
* Clean up parsing of delimiters in -mdoc. First, remove the "dowarn"Kristaps Dzonsons2011-04-191-8/+2
* Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving saidKristaps Dzonsons2011-04-171-11/+11
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-3/+1
* mdoc_argn_free is only used local to mdoc_argv.c, so make it static.Kristaps Dzonsons2011-03-221-2/+1
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-1/+21
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-8/+5
* Clean-up in libmdoc: fix last checks for mdoc_*msg return value, thenKristaps Dzonsons2011-03-171-2/+2
* Kill off some unused function prototypes.Kristaps Dzonsons2011-03-171-4/+1
* Move mdoc_str2sec() into mdoc_validate.c as a2sec(), as that's the onlyKristaps Dzonsons2011-03-171-2/+1
* Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows theKristaps Dzonsons2011-03-171-10/+1
* Make args_checkpunct() use mdoc_isdelim() instead of mdoc_iscdelim(),Kristaps Dzonsons2011-03-171-2/+2
* mdoc_action.c is no more. Attic it and remove it from the Makefile.Kristaps Dzonsons2010-11-301-4/+1
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+1
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze2010-07-011-1/+2
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-1/+4
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-2/+2
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-8/+8
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-3/+8
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-1/+2
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-3/+2
* Add ability to interpret initial free-form lines as part of a `BlKristaps Dzonsons2010-05-311-1/+2
* remove unused enum merr;Ingo Schwarze2010-05-241-57/+1
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-15/+8
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-2/+2
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-151-3/+10
* More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...Kristaps Dzonsons2010-05-151-3/+3
* Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ...Kristaps Dzonsons2010-05-141-2/+1
* Proper handling of quoted tab-separated column lists.Kristaps Dzonsons2010-05-141-4/+6
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-4/+5
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-2/+2
* Introduce ARGS_PEND for `It -column' end-of-line special casing.Kristaps Dzonsons2010-05-091-2/+3
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-3/+2
* Initial ARGS_PPHRASE (partial phrase) framework.Kristaps Dzonsons2010-05-071-2/+3
* enum-ised mdoc_argv() return (better return-value safety).Kristaps Dzonsons2010-05-071-6/+9
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-071-4/+4
* Wrangle mdoc_args() and mdoc_zargs() to use enum return type.Kristaps Dzonsons2010-05-071-9/+13
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-081-1/+2
* Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()...Kristaps Dzonsons2010-04-061-3/+2
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...Kristaps Dzonsons2010-04-031-1/+2