]> git.cameronkatri.com Git - mandoc.git/history - mandoc.c
Churny commit to quiet lint. No functional changes.
[mandoc.git] / mandoc.c
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-29 Kristaps DzonsonsRemove overstrike `\o'. This isn't the best solution...
2010-08-24 Kristaps DzonsonsHandle nested, recursive mathematical subexpressions...
2010-08-24 Kristaps DzonsonsStrip out `\k' escape.
2010-08-24 Kristaps DzonsonsStripping out of `\w' groff escape. Yet another for...
2010-08-24 Kristaps DzonsonsStrip out the `\z' escape. This is the first recursive...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-16 Kristaps DzonsonsAdd \v and \h to ignored escapes. These are in the...
2010-07-25 Joerg SonnenbergerEnsure that isalnum is called with unsigned char argument.
2010-07-22 Kristaps DzonsonsAccept "\s0" (i.e., properly ignore it). Found in...
2010-07-21 Kristaps DzonsonsAccomodate for groff's crappy behaviour wherein an...
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 ...