]> git.cameronkatri.com Git - mandoc.git/history - mandoc.c
Note discarding of \m, \M, and \s in COMPATIBILITY sections.
[mandoc.git] / mandoc.c
2010-07-18 Kristaps DzonsonsThrow out a2roffdeco() in out.c for a readable version...
2010-07-18 Ingo SchwarzeText ending in a full stop, exclamation mark or questio...
2010-07-18 Kristaps DzonsonsClean up mandoc_special() (in order later to catch...
2010-07-06 Kristaps DzonsonsResurrect mandoc.c after bogus removal (was: libmandoc.c).
2010-07-05 Kristaps DzonsonsRenamed mandoc.c to libmandoc.c. This is in the effort...
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-06-01 Kristaps DzonsonsFixed condition of `\}' closing a conditional at the...
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-05-15 Kristaps DzonsonsDocumented EOS buffered spaces and added `]'.
2010-05-15 Kristaps DzonsonsMore EOS: append_delims() fitted with EOS detection...
2010-05-14 Kristaps DzonsonsBlock-implicit macros now up-propogate end-of-sentence...
2010-05-12 Kristaps DzonsonsPut the eos-checker into libmandoc.h.
2010-04-07 Kristaps DzonsonsAdd support/ignoring of \f(xy, \f[X...], \F(xy, \FX...
2010-01-05 Kristaps DzonsonsRemoved references to `\\' escape (noted by Jason McInt...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-05 Kristaps DzonsonsDocumented that `\s' and `\f' don't work in HTML mode...
2009-11-02 Kristaps DzonsonsAdded mandoc_a2time() for proper date conversion.
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-28 Kristaps DzonsonsSlow movement of internal allocations to fail completely.
2009-07-24 Kristaps DzonsonsAdded `sp' support to libman.
2009-07-12 Kristaps DzonsonsFix for u_char, FreeBSD 7.2 (uqs@spoerlein.net).
2009-07-04 Kristaps DzonsonsMoved escape validation into libmandoc.h/mandoc.c ...