]> git.cameronkatri.com Git - mandoc.git/history - man_validate.c
First step of adding register support. This is inspired by a significant
[mandoc.git] / man_validate.c
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-09 Kristaps DzonsonsSquash bug noted by Ulrich Spoerlein where "-" were...
2010-05-25 Kristaps DzonsonsSmarten BADCHAR check to allow ASCII_HYPH.
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-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-14 Kristaps DzonsonsPulled back in mysterious lost le1 <-> eq0 for Sp macro.
2010-05-09 Kristaps DzonsonsRemove -fno-ign-chars as well-argued by Ingo Schwarze...
2010-04-03 Kristaps DzonsonsModified version of Ingo Schwarze's patch so that ...
2010-03-29 Kristaps DzonsonsFinal (?) fix to issue pointed out by Sascha Wildner...
2010-03-27 Kristaps DzonsonsFixed re-adjustment of scope in exiting roff instructio...
2010-03-24 Kristaps DzonsonsUsing man_node_delete() instead of man_node_free()...
2010-03-23 Kristaps DzonsonsSupport for pod2man standard header macros (Vb, Ve...
2010-03-22 Kristaps DzonsonsAccomodate (libman) for next-line macros followed by...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-02 Kristaps DzonsonsAdded mandoc_a2time() for proper date conversion.
2009-10-24 Kristaps DzonsonsAdded `PD' to -man (doesn't do anything, yet).
2009-10-18 Kristaps DzonsonsRemoved number-check for `sp' in -Tman, as nroff accept...
2009-08-22 Kristaps DzonsonsAdded `UC' libman macro (has no effect).
2009-08-21 Kristaps Dzonsons`RS' warns if empty body.
2009-08-21 Kristaps DzonsonsOpen explicit scope on libman exit now only generates...
2009-08-20 Kristaps DzonsonsAdded `DT' macro (pointed out by joerg@netbsd.org).
2009-08-19 Kristaps Dzonsonslibman checks for open explicit scopes on exit.
2009-08-19 Kristaps DzonsonsAdded RS/RE macro pair (had to adjust closing rules...
2009-08-18 Kristaps DzonsonsFixed missing check for open ELINE scope in BLINE macro.
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-22 Kristaps Dzonsonslibman documents require `TH' and at least one node.
2009-06-22 Kristaps DzonsonsReverted max column width 80 -> 78 (schwarze@openbsd...
2009-06-18 Kristaps DzonsonsMoved all formatted libman warn/error into man.c/libman.h.
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-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-26 Kristaps DzonsonsFixed reading whitespace for man.7 `. TH'.
2009-03-25 Kristaps Dzonsons*** empty log message ***
2009-03-25 Kristaps DzonsonsAdded man validator, renamed mdoc validator.