| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo Sch... | Kristaps Dzonsons | 2010-03-22 | 1 | -2/+8 |
* | Clarify -man -T[x]html handling of `br' within `B'. | Kristaps Dzonsons | 2010-03-22 | 1 | -2/+14 |
* | Fixed Makefile for `make lint' dep. on config.h | Kristaps Dzonsons | 2010-01-29 | 1 | -4/+25 |
* | Fix white-space issues found by mandoc's better white-space finder. | Kristaps Dzonsons | 2010-01-07 | 1 | -10/+10 |
* | More clarification in manuals. Added per-OUTPUT section in mandoc.1. | Kristaps Dzonsons | 2009-11-16 | 1 | -54/+120 |
* | Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1). | Kristaps Dzonsons | 2009-11-16 | 1 | -4/+12 |
* | Documented that `\s' and `\f' don't work in HTML mode (and why). | Kristaps Dzonsons | 2009-11-05 | 1 | -0/+11 |
* | Merged patch to allow -fign-escape (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 1 | -0/+5 |
* | Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o! | Kristaps Dzonsons | 2009-10-26 | 1 | -6/+6 |
* | Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-15 | 1 | -2/+2 |
* | Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x. | Kristaps Dzonsons | 2009-10-10 | 1 | -0/+20 |
* | Fixed mandoc.1 examples (new -Thtml options). | Kristaps Dzonsons | 2009-10-03 | 1 | -5/+5 |
* | Added the -oincludes=FMT option. | Kristaps Dzonsons | 2009-10-03 | 1 | -2/+18 |
* | Element tag buffer is now part of struct html. | Kristaps Dzonsons | 2009-10-03 | 1 | -7/+18 |
* | Fixed body/divbody structure of html pages. | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+6 |
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 1 | -15/+32 |
* | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ... | Kristaps Dzonsons | 2009-09-15 | 1 | -1/+1 |
* | Typo fix (jmc@openbsd.org). | Kristaps Dzonsons | 2009-09-05 | 1 | -1/+1 |
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 1 | -4/+2 |
* | Small cleanup in mandoc.1. | Kristaps Dzonsons | 2009-08-20 | 1 | -5/+3 |
* | Documented omission of `na' and `Dt'. | Kristaps Dzonsons | 2009-08-20 | 1 | -45/+85 |
* | Added `DT' macro (pointed out by joerg@netbsd.org). | Kristaps Dzonsons | 2009-08-20 | 1 | -0/+1 |
* | Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par). | Kristaps Dzonsons | 2009-08-19 | 1 | -2/+2 |
* | Removed POSIX.1 COMPATIBILITY note in mdoc.7. | Kristaps Dzonsons | 2009-07-26 | 1 | -2/+10 |
* | Added -fign-errors for VERY fast checking of many manuals without stopping at... | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+10 |
* | Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style. | Kristaps Dzonsons | 2009-07-21 | 1 | -6/+15 |
* | Removed trailing whitespace in manuals. | Kristaps Dzonsons | 2009-07-20 | 1 | -36/+36 |
* | Ceremonial removal of "-hang lists not supported". Candlelight, romantic mus... | Kristaps Dzonsons | 2009-07-14 | 1 | -8/+0 |
* | Backed -Wcompat,syntax out of front-end. | Kristaps Dzonsons | 2009-07-06 | 1 | -7/+3 |
* | Language clarification in mandoc.1 (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-25 | 1 | -4/+3 |
* | Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual. | Kristaps Dzonsons | 2009-06-22 | 1 | -5/+17 |
* | mandoc.1 reflects actual use of -f option (schwarze@openbsd.org) | Kristaps Dzonsons | 2009-06-18 | 1 | -13/+15 |
* | Bumped version.VERSION.1.7.19 | Kristaps Dzonsons | 2009-06-17 | 1 | -33/+25 |
* | Manual-aesthetics fix (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-15 | 1 | -5/+5 |
* | Fixed email address in manual AUTHOR reference. | Kristaps Dzonsons | 2009-06-11 | 1 | -1/+1 |
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
* | Spelling "preceed" -> "precede" (naddy). | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
* | man(3) doesn't use err.h anymore. | Kristaps Dzonsons | 2009-04-05 | 1 | -46/+52 |
* | Documented -mandoc behaviour. | Kristaps Dzonsons | 2009-04-02 | 1 | -4/+22 |
* | Added simple font-escapes. | Kristaps Dzonsons | 2009-03-26 | 1 | -0/+11 |
* | All macro-invocations, for consistency, begin with `.' in documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -12/+7 |
* | Initial documentation in place for man.7. | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+2 |
* | -man linked to mandoc in documentation. | Kristaps Dzonsons | 2009-03-23 | 1 | -7/+42 |
* | More manual documentation fixed/improved. | Kristaps Dzonsons | 2009-03-23 | 1 | -11/+26 |
* | Removed Xo/Xc no-support notices. | Kristaps Dzonsons | 2009-03-22 | 1 | -5/+0 |
* | Fixes to dynamic addition of Bl width. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+10 |
* | `Em' accepts empty tokens. | Kristaps Dzonsons | 2009-03-21 | 1 | -4/+39 |
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -1/+1 |