]> git.cameronkatri.com Git - mandoc.git/history - man.h
tiny update
[mandoc.git] / man.h
2018-08-23 Ingo SchwarzeThe upcoming .while request will have to re-execute...
2017-04-24 Ingo SchwarzeContinue parser unification:
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-10-22 Ingo Schwarzemove man(7) validation into the dedicated validation...
2015-04-23 Ingo SchwarzeUnify mdoc_deroff() and man_deroff() into a common...
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-01-24 Ingo SchwarzeStrangely, ignoring the roff(7) .na request was impleme...
2014-12-24 Ingo SchwarzeFor .RS, we need to save the information how much we...
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
2014-11-28 Ingo SchwarzeSimplify by making many functions in the man(7) parser...
2014-06-20 Ingo SchwarzeAs suggested by jmc@, only include line and column...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-23 Ingo SchwarzeIf a man(7) NAME section contains macros, avoid truncat...
2013-10-17 Ingo SchwarzeImplement the .UR/.UE block (uniform resource identifie...
2012-06-02 Ingo SchwarzeMinimal implementation of .EX and .EE for GNU compatibi...
2012-01-03 Kristaps DzonsonsAdd support for `OP', one of the extended man macros...
2011-10-06 Kristaps DzonsonsIf -Tman is specified and input is -man, echo the prepr...
2011-03-23 Kristaps DzonsonsAdd MAN_TAIL, which will be used by `UE' (forthcoming...
2011-03-22 Kristaps DzonsonsAdd some documentation and clean up mdoc.h/man.h.
2011-03-22 Kristaps DzonsonsStep 1 of restructuring: libmandoc.h. Move all compile...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsAllow -man to process EQN as well. Also fix a segfault...
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2010-12-26 Kristaps DzonsonsWhack MDOC_ACTED and MAN_ACTED (these no longer exist).
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-10-04 Kristaps DzonsonsRevert merging of {mdoc,man}.h -> mandoc.h.
2010-10-02 Kristaps DzonsonsUnify mdoc and man enums and structs into mandoc.h...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-31 Ingo SchwarzeSync to OpenBSD: add missing Copyright years.
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-05-26 Kristaps DzonsonsAllow bad -man dates to flow verbatim into the front...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-17 Joerg SonnenbergerAdd support for .AT. Properly implement .UC. Add regres...
2010-05-16 Kristaps DzonsonsAllow roff_parseln() to be re-run.
2010-05-15 Kristaps DzonsonsRemove `am', `ami', `de', `dei', and `.' from -man...
2010-05-15 Kristaps DzonsonsPull `ig' out of -man and leave it the roff preparser.
2010-05-15 Kristaps DzonsonsRemoved restriction on integer manual sections in ...
2010-05-12 Kristaps DzonsonsEnd-of-sentence spacing for -man -Tascii.
2010-05-09 Kristaps DzonsonsRemove -fno-ign-chars as well-argued by Ingo Schwarze...
2010-03-27 Kristaps DzonsonsLint fixes.
2010-03-24 Kristaps DzonsonsUsing man_node_delete() instead of man_node_free()...
2010-03-23 Kristaps Dzonsonslibman using enum mant instead of #defines for macros.
2010-03-23 Kristaps DzonsonsSupport for pod2man standard header macros (Vb, Ve...
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-24 Kristaps DzonsonsAdded `PD' to -man (doesn't do anything, yet).
2009-10-07 Kristaps DzonsonsFixed superfluous function declaration (spotted by...
2009-08-22 Kristaps DzonsonsAdded `UC' libman macro (has no effect).
2009-08-20 Kristaps DzonsonsAdded `DT' macro (pointed out by joerg@netbsd.org).
2009-08-19 Kristaps DzonsonsAdded RS/RE macro pair (had to adjust closing rules...
2009-08-13 Kristaps DzonsonsSignificant overhaul in libman. Macros are now block...
2009-07-24 Kristaps DzonsonsAdded `sp' support to libman.
2009-07-04 Kristaps DzonsonsMoved escape validation into libmandoc.h/mandoc.c ...
2009-06-18 Kristaps DzonsonsAdded -fno-ign-chars support to libman.
2009-06-16 Kristaps DzonsonsRemoved MAN___: moved MAN_br to its index (comments...
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-05 Kristaps Dzonsonsman(3) doesn't use err.h anymore.
2009-04-03 Kristaps DzonsonsProper resetting of memory.
2009-04-02 Kristaps Dzonsonsmdoc_tokhash -> hash
2009-03-27 Kristaps DzonsonsAdded some new manuals (mdoc.3 mandoc_char.7).
2009-03-26 Kristaps DzonsonsInitial front-end formatting for -man pages.
2009-03-25 Kristaps DzonsonsAdded pflags to man_alloc.
2009-03-25 Kristaps DzonsonsActions in place for prologue parsing.
2009-03-25 Kristaps DzonsonsAdded man validator, renamed mdoc validator.
2009-03-23 Kristaps Dzonsons-man printing linked to -Ttree.
2009-03-23 Kristaps DzonsonsFirst addition of -man macro support.