summaryrefslogtreecommitdiffstats
path: root/demandoc.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-1/+1
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-0/+1
* use the new function man_validate() here, tooIngo Schwarze2015-10-221-1/+3
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-2/+3
* Major character table cleanup:Ingo Schwarze2015-10-131-4/+3
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-2/+2
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-2/+2
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-7/+6
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Second step towards parser unification:Ingo Schwarze2015-04-021-4/+4
* First step towards parser unification:Ingo Schwarze2015-04-021-2/+3
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-6/+6
* be more careful about argc == 0Ingo Schwarze2015-02-071-3/+4
* Fatal errors no longer exist.Ingo Schwarze2015-01-151-8/+8
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-1/+4
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+2
* Without the MPARSE_SO option, if the file contains nothing but aIngo Schwarze2014-03-191-1/+1
* cope with mparse_alloc() interface changeIngo Schwarze2014-03-191-1/+1
* Cope with mparse_alloc() interface change.Ingo Schwarze2014-01-051-1/+1
* catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100Ingo Schwarze2012-05-311-1/+1
* Finishing touches on demandoc. It now backs over ending punctuation asKristaps Dzonsons2011-09-011-3/+15
* Make `-w' mode work much better. This is INCREDIBLY poorly specified inKristaps Dzonsons2011-09-011-1/+56
* Have demandoc throw away deroff's flags.Kristaps Dzonsons2011-09-011-29/+39
* Lint checks over demandoc.Kristaps Dzonsons2011-09-011-3/+2
* Allow compilation on OpenBSD.Kristaps Dzonsons2011-09-011-0/+1
* Add demandoc utility, a replacement for deroff.Kristaps Dzonsons2011-09-011-0/+180