]> git.cameronkatri.com Git - mandoc.git/history - mandoc.c
1) Remove documentation of the groff-1.15 compatibility quirk
[mandoc.git] / mandoc.c
2012-06-12 Kristaps DzonsonsAdd `cc' support.
2012-05-31 Ingo SchwarzeWhile i already got my fingers dirty on mandoc_escape(),
2012-05-31 Ingo SchwarzeMake recursive parsing of roff(7) escapes actually...
2012-05-31 Ingo SchwarzeImplement the roff \z escape sequence, intended to...
2011-12-03 Ingo SchwarzeISO style "%Y-%m-%d" dates are common in man(7) .TH.
2011-11-06 Kristaps DzonsonsAccomodate for \f(Cx formatting. Noted by Andreas...
2011-10-24 Ingo SchwarzeHandle \N numbered character escapes the same way as...
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-07-27 Kristaps DzonsonsMove mandoc_hyph() into roff_parsetext() as a single...
2011-07-27 Kristaps DzonsonsUpdate mandoc_hyph() to the extent that numbers on...
2011-07-24 Kristaps DzonsonsScary-looking but otherwise harmless changes allow...
2011-07-21 Kristaps DzonsonsComplete eqn.7 parsing. Features all productions from...
2011-07-21 Kristaps DzonsonsSupport `size' constructs in eqn.7. Generalise mandoc_...
2011-05-24 Kristaps DzonsonsRemove all references to ESCAPE_PREDEF, which is now...
2011-05-15 Kristaps DzonsonsSupport groff's escape for Unicode input. See
2011-05-14 Kristaps DzonsonsMake character engine (-Tascii, -Tpdf, -Tps) ready...
2011-05-14 Kristaps DzonsonsMove roff.c's strtol into libmandoc.h for use by other...
2011-04-30 Kristaps DzonsonsNo code change: fixing spelling errors. From a patch...
2011-04-19 Kristaps DzonsonsClean up parsing of delimiters in -mdoc. First, remove...
2011-04-17 Kristaps DzonsonsGet mdoc_argv.c ready to use [some of] mandoc_getarg...
2011-04-09 Kristaps DzonsonsLint catching some potential issues.
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-03-28 Kristaps DzonsonsHave libman and libmdoc use mandoc_getcontrol() to...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-17 Kristaps DzonsonsTiny optimisation in mandoc_isdelim() check.
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-03-15 Ingo Schwarzemy $buf = "string"; return $string; is cool in Perl...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-01-03 Ingo SchwarzeUnify roff macro argument parsing (in roff.c, roff_user...
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 ...