]> git.cameronkatri.com Git - mandoc.git/history - demandoc.c
isspace(3) requires an unsigned argument;
[mandoc.git] / demandoc.c
2019-03-03 Ingo Schwarzeadd forgotten mparse options to two rarely used programs
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-14 Ingo SchwarzeMajor cleanup; may imply minor changes in edge cases...
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
2016-07-09 Ingo Schwarzegetopt(3) is declared in <unistd.h>, and <getopt.h...
2016-01-08 Ingo SchwarzeSimplify the mparse_open() interface.
2016-01-08 Ingo SchwarzeIt was very surprising that a function called mparse_re...
2015-10-22 Ingo Schwarzeuse the new function man_validate() here, too
2015-10-20 Ingo SchwarzeIn order to become able to generate syntax tree nodes...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
2015-04-18 Ingo SchwarzeProfit from the unified struct roff_man and reduce...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-02-10 Ingo Schwarzetrim trailing white space, no code change;
2015-02-07 Ingo Schwarzebe more careful about argc == 0
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-03-19 Ingo SchwarzeWithout the MPARSE_SO option, if the file contains...
2014-03-19 Ingo Schwarzecope with mparse_alloc() interface change
2014-01-05 Ingo SchwarzeCope with mparse_alloc() interface change.
2012-05-31 Ingo Schwarzecatch up with the changed interface of mparse_alloc...
2011-09-01 Kristaps DzonsonsFinishing touches on demandoc. It now backs over endin...
2011-09-01 Kristaps DzonsonsMake `-w' mode work much better. This is INCREDIBLY...
2011-09-01 Kristaps DzonsonsHave demandoc throw away deroff's flags.
2011-09-01 Kristaps DzonsonsLint checks over demandoc.
2011-09-01 Kristaps DzonsonsAllow compilation on OpenBSD.
2011-09-01 Kristaps DzonsonsAdd demandoc utility, a replacement for deroff.