summaryrefslogtreecommitdiffstats
path: root/demandoc.c
Commit message (Expand)AuthorAgeFilesLines
* 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