summaryrefslogtreecommitdiffstats
path: root/demandoc.c
Commit message (Expand)AuthorAgeFilesLines
* support for hunting memory leaks;Ingo Schwarze2022-04-141-1/+12
* add forgotten mparse options to two rarely used programsIngo Schwarze2019-03-031-1/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-301-12/+7
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-2/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-0/+1
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-2/+3
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-2/+2
* getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze2016-07-091-1/+0
* 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