aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-075-138/+58
* Initial ARGS_PPHRASE (partial phrase) framework.Kristaps Dzonsons2010-05-074-14/+23
* enum-ised mdoc_argv() return (better return-value safety).Kristaps Dzonsons2010-05-073-29/+36
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-074-22/+22
* Protection against running lookup() against quoted words.Kristaps Dzonsons2010-05-072-30/+40
* Wrangle mdoc_args() and mdoc_zargs() to use enum return type.Kristaps Dzonsons2010-05-073-139/+163
* Backed out break-at-hyphen changes.Kristaps Dzonsons2010-05-071-39/+4
* As per Jason McIntyre's heartful urgings, do away with '.' separators between...Kristaps Dzonsons2010-04-136-467/+22
* Fix to auto-closing of LINK tag in -Txhtml (thanks to Daniel Friesel).Kristaps Dzonsons2010-04-121-2/+2
* Merge patch by Jason McIntyre cleaning on mandoc.1: `Ar' -> `Cm' and other re...Kristaps Dzonsons2010-04-122-98/+103
* Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI...Kristaps Dzonsons2010-04-083-35/+7
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-084-11/+25
* Merged Jason McIntyre's "new-sentence, new-line" patch along with Ingo Schwar...Kristaps Dzonsons2010-04-081-37/+66
* Added some standards found in NetBSD's manuals.Kristaps Dzonsons2010-04-081-1/+5
* Properly checked in Ingo Schwarze' prologue/body-breaking patch, which I'd mu...Kristaps Dzonsons2010-04-081-13/+11
* Removed pipe from front-end ("typographic") recognition as punctuation (noted...Kristaps Dzonsons2010-04-082-6/+10
* Added some clarifying bits to mdoc.7 regarding GNU troff, mandoc, and Heirloo...Kristaps Dzonsons2010-04-071-43/+55
* Removed manual-section-calling restrictions for `Cd' and and `Ex' (requested ...Kristaps Dzonsons2010-04-071-14/+2
* Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger).Kristaps Dzonsons2010-04-072-4/+4
* Slipping in adjusted version note in on-line report.VERSION_1_9_23Kristaps Dzonsons2010-04-071-2/+2
* Lint fix.Kristaps Dzonsons2010-04-071-3/+2
* Noting version.Kristaps Dzonsons2010-04-072-4/+4
* Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font...Kristaps Dzonsons2010-04-073-59/+103
* Breaking mdoc.7's multiline examples into sets of D1. A few errors found her...Kristaps Dzonsons2010-04-071-130/+68
* Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son...Kristaps Dzonsons2010-04-072-8/+11
* Removed warning for `Er' when not used in certain sections (pointed out by Jo...Kristaps Dzonsons2010-04-062-13/+4
* Allow `Bd' to accept (warn about then ignore) in-line arguments.Kristaps Dzonsons2010-04-062-5/+7
* Cleaned up post_bl_head() and fixed erroneous reporting of child nodes.Kristaps Dzonsons2010-04-061-12/+13
* Shortlist of changes checked in for this version.Kristaps Dzonsons2010-04-061-1/+16
* Prettyfied the stylesheet for mdocml.bsd.lv's online manuals.Kristaps Dzonsons2010-04-061-8/+17
* Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()...Kristaps Dzonsons2010-04-063-35/+53
* Let `Bl' accept arguments on the head line with a warning (these are ignored ...Kristaps Dzonsons2010-04-063-6/+19
* Note on `Fl' documented in mdoc.7.Kristaps Dzonsons2010-04-061-3/+5
* `Fl' now correctly suppresses the trailing space if followed by macros on the...Kristaps Dzonsons2010-04-062-6/+6
* Fix mdoc bug found by Claus Assmann: `Pf' should be callable.Kristaps Dzonsons2010-04-062-5/+5
* Make mathematical symbols have a longer first-column width (pointed out by Jo...Kristaps Dzonsons2010-04-051-3/+3
* Added mandoc_char.7 to installed manuals (noted by Joerg Sonnenberger).Kristaps Dzonsons2010-04-051-1/+2
* Fix issue of non-NAME sections triggering "no sections" error, reported by Ch...Kristaps Dzonsons2010-04-051-2/+6
* Commited relaxation of title-less document error-out noted by Christian Weisg...Kristaps Dzonsons2010-04-051-3/+18
* Fix in `Mt' mailto from a patch by Tim van der Molen.Kristaps Dzonsons2010-04-052-50/+54
* Enum-ised REWIND return values.Kristaps Dzonsons2010-04-051-7/+9
* Tentative fix of quoted punctuation issue noted by Jason McIntyre, e.g., `Li ...Kristaps Dzonsons2010-04-051-4/+9
* Removed lingering `Sp' reference (not -man).Kristaps Dzonsons2010-04-051-3/+2
* Added generation of mdoc.h.html and man.h.html as linked from generated mdoc....Kristaps Dzonsons2010-04-051-2/+5
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...Kristaps Dzonsons2010-04-033-5/+11
* Modified version of Ingo Schwarze's patch so that -man doesn't puke when a TH...Kristaps Dzonsons2010-04-032-4/+17
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...Kristaps Dzonsons2010-04-033-19/+36
* Merging patch by Ingo Schwarze.Kristaps Dzonsons2010-04-032-6/+17
* Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta...Kristaps Dzonsons2010-04-033-33/+62
* Added new version information. Fixing up Makefile a bit.VERSION_1_9_22Kristaps Dzonsons2010-03-312-5/+23