| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce ARGS_PEND for `It -column' end-of-line special casing. | Kristaps Dzonsons | 2010-05-09 | 3 | -16/+49 |
* | Backing out activitymail (broken).VERSION.1.9.24 | Kristaps Dzonsons | 2010-05-09 | 1 | -3/+2 |
* | This is just a test of the source changes mailer. | Kristaps Dzonsons | 2010-05-09 | 1 | -0/+1 |
* | Noting that list subscription is moderated. | Kristaps Dzonsons | 2010-05-09 | 1 | -1/+1 |
* | Getting version ready. | Kristaps Dzonsons | 2010-05-09 | 2 | -3/+3 |
* | Cleaned up index, added GSoC projects. | Kristaps Dzonsons | 2010-05-09 | 1 | -9/+16 |
* | Another mailing list... | Kristaps Dzonsons | 2010-05-08 | 1 | -0/+7 |
* | Adding initial mailing list section to homepage. | Kristaps Dzonsons | 2010-05-08 | 3 | -4/+17 |
* | Note that whitespace is really only the space character. | Kristaps Dzonsons | 2010-05-08 | 2 | -1/+3 |
* | Fix asserts on stripping end-of-line whitespace. | Kristaps Dzonsons | 2010-05-08 | 2 | -6/+2 |
* | Second test of log_accum. | Kristaps Dzonsons | 2010-05-08 | 1 | -1/+1 |
* | Test of log_accum. | Kristaps Dzonsons | 2010-05-08 | 1 | -1/+1 |
* | Strip trailing, unescaped whitespace from free-form, non-literal lines (like ... | Kristaps Dzonsons | 2010-05-08 | 4 | -24/+45 |
* | Lint fixes (type-safety for enums via -cefuh). | Kristaps Dzonsons | 2010-05-08 | 11 | -41/+46 |
* | De-chunking of text removed from parsers. This is a significant change (and ... | Kristaps Dzonsons | 2010-05-07 | 5 | -131/+51 |
* | Initial ARGS_PPHRASE (partial phrase) framework. | Kristaps Dzonsons | 2010-05-07 | 4 | -10/+19 |
* | enum-ised mdoc_argv() return (better return-value safety). | Kristaps Dzonsons | 2010-05-07 | 3 | -26/+33 |
* | margerr -> margserr (getting ready for margverr). | Kristaps Dzonsons | 2010-05-07 | 4 | -19/+19 |
* | Protection against running lookup() against quoted words. | Kristaps Dzonsons | 2010-05-07 | 2 | -29/+39 |
* | Wrangle mdoc_args() and mdoc_zargs() to use enum return type. | Kristaps Dzonsons | 2010-05-07 | 3 | -136/+160 |
* | Backed out break-at-hyphen changes. | Kristaps Dzonsons | 2010-05-07 | 1 | -38/+3 |
* | As per Jason McIntyre's heartful urgings, do away with '.' separators between... | Kristaps Dzonsons | 2010-04-13 | 6 | -454/+9 |
* | Fix to auto-closing of LINK tag in -Txhtml (thanks to Daniel Friesel). | Kristaps Dzonsons | 2010-04-12 | 1 | -1/+1 |
* | Merge patch by Jason McIntyre cleaning on mandoc.1: `Ar' -> `Cm' and other re... | Kristaps Dzonsons | 2010-04-12 | 2 | -95/+100 |
* | Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI... | Kristaps Dzonsons | 2010-04-08 | 3 | -32/+4 |
* | Sync'd mdoc.c's function names with man.c. | Kristaps Dzonsons | 2010-04-08 | 4 | -7/+21 |
* | Merged Jason McIntyre's "new-sentence, new-line" patch along with Ingo Schwar... | Kristaps Dzonsons | 2010-04-08 | 1 | -35/+64 |
* | Added some standards found in NetBSD's manuals. | Kristaps Dzonsons | 2010-04-08 | 1 | -0/+4 |
* | Properly checked in Ingo Schwarze' prologue/body-breaking patch, which I'd mu... | Kristaps Dzonsons | 2010-04-08 | 1 | -12/+10 |
* | Removed pipe from front-end ("typographic") recognition as punctuation (noted... | Kristaps Dzonsons | 2010-04-08 | 2 | -4/+8 |
* | Added some clarifying bits to mdoc.7 regarding GNU troff, mandoc, and Heirloo... | Kristaps Dzonsons | 2010-04-07 | 1 | -42/+54 |
* | Removed manual-section-calling restrictions for `Cd' and and `Ex' (requested ... | Kristaps Dzonsons | 2010-04-07 | 1 | -13/+1 |
* | Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2010-04-07 | 2 | -2/+2 |
* | Slipping in adjusted version note in on-line report.VERSION.1.9.23 | Kristaps Dzonsons | 2010-04-07 | 1 | -1/+1 |
* | Lint fix. | Kristaps Dzonsons | 2010-04-07 | 1 | -2/+1 |
* | Noting version. | Kristaps Dzonsons | 2010-04-07 | 2 | -3/+3 |
* | Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font... | Kristaps Dzonsons | 2010-04-07 | 3 | -56/+100 |
* | Breaking mdoc.7's multiline examples into sets of D1. A few errors found her... | Kristaps Dzonsons | 2010-04-07 | 1 | -128/+66 |
* | Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son... | Kristaps Dzonsons | 2010-04-07 | 2 | -6/+9 |
* | Removed warning for `Er' when not used in certain sections (pointed out by Jo... | Kristaps Dzonsons | 2010-04-06 | 2 | -11/+2 |
* | Allow `Bd' to accept (warn about then ignore) in-line arguments. | Kristaps Dzonsons | 2010-04-06 | 2 | -3/+5 |
* | Cleaned up post_bl_head() and fixed erroneous reporting of child nodes. | Kristaps Dzonsons | 2010-04-06 | 1 | -11/+12 |
* | Shortlist of changes checked in for this version. | Kristaps Dzonsons | 2010-04-06 | 1 | -0/+15 |
* | Prettyfied the stylesheet for mdocml.bsd.lv's online manuals. | Kristaps Dzonsons | 2010-04-06 | 1 | -8/+17 |
* | Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()... | Kristaps Dzonsons | 2010-04-06 | 3 | -32/+50 |
* | Let `Bl' accept arguments on the head line with a warning (these are ignored ... | Kristaps Dzonsons | 2010-04-06 | 3 | -3/+16 |
* | Note on `Fl' documented in mdoc.7. | Kristaps Dzonsons | 2010-04-06 | 1 | -2/+4 |
* | `Fl' now correctly suppresses the trailing space if followed by macros on the... | Kristaps Dzonsons | 2010-04-06 | 2 | -4/+4 |
* | Fix mdoc bug found by Claus Assmann: `Pf' should be callable. | Kristaps Dzonsons | 2010-04-06 | 2 | -2/+2 |
* | Make mathematical symbols have a longer first-column width (pointed out by Jo... | Kristaps Dzonsons | 2010-04-05 | 1 | -1/+1 |