aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmdoc.h
Commit message (Expand)AuthorAgeFilesLines
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+1
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-2/+6
* Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze2015-10-171-4/+2
* Get rid of two empty wrapper functions. No functional change.Ingo Schwarze2015-04-231-2/+1
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-191-6/+1
* Unify node handling functions:Ingo Schwarze2015-04-191-3/+1
* Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}().Ingo Schwarze2015-04-181-2/+1
* Move mdoc_hash_init() and man_hash_init() to libmandoc.hIngo Schwarze2015-04-181-2/+1
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-47/+17
* Third step towards parser unification:Ingo Schwarze2015-04-021-2/+2
* Second step towards parser unification:Ingo Schwarze2015-04-021-24/+24
* Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsIngo Schwarze2015-02-021-2/+2
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-5/+1
* Provide a helper function macro_or_word() and use it to prune theIngo Schwarze2014-11-291-3/+1
* Fold the loop around mdoc_argv() into the function itself,Ingo Schwarze2014-11-281-9/+2
* Retire support for CSRG supplementary document titles. These areIngo Schwarze2014-11-281-2/+1
* Simplify by making the mdoc parser callbacks void, and some cleanup;Ingo Schwarze2014-11-281-4/+4
* Simplify the code by making various mdoc parser helper functions void.Ingo Schwarze2014-11-281-10/+9
* Simplify code by making mdoc validation handlers void.Ingo Schwarze2014-11-281-3/+3
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-2/+3
* demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze2014-08-011-5/+1
* garbage collect three unused global flags; no functional changeIngo Schwarze2014-07-301-2/+1
* mark defos as const; nobody needs to change it,Ingo Schwarze2014-07-091-2/+2
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-1/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-5/+5
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-1/+2
* There are three kinds of input lines: text lines, macros takingIngo Schwarze2013-10-211-3/+7
* 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