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