| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Text tokens with leading whitespace (like indented blocks in `Bd -literal') a... | Kristaps Dzonsons | 2009-07-24 | 1 | -1/+1 |
* | Version.VERSION.1.8.3 | Kristaps Dzonsons | 2009-07-23 | 1 | -2/+2 |
* | Ugly fix for `Bl' or `Bd' causing badness when nested in `Bl -hang' lists. | Kristaps Dzonsons | 2009-07-23 | 1 | -6/+29 |
* | Bl -column now accepts columns = (1 + stated columns), which covers all remai... | Kristaps Dzonsons | 2009-07-23 | 2 | -4/+20 |
* | Lintified term_flushln() (type mismatches). | Kristaps Dzonsons | 2009-07-23 | 1 | -12/+23 |
* | Re-added `Pa' handling -- had removed it, but it's a bug in groff that it doe... | Kristaps Dzonsons | 2009-07-21 | 1 | -2/+13 |
* | Noted that `Pa' can accept 0 arguments. | Kristaps Dzonsons | 2009-07-21 | 1 | -0/+2 |
* | Added default print of `~' with empty `Pa' (not documented with OpenBSD, but ... | Kristaps Dzonsons | 2009-07-21 | 1 | -5/+5 |
* | Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style. | Kristaps Dzonsons | 2009-07-21 | 1 | -6/+15 |
* | Made `%T' underline instead of quote. | Kristaps Dzonsons | 2009-07-21 | 1 | -17/+6 |
* | Fixed undocumented `-diag' where NULL list item bodies aren't followed by a v... | Kristaps Dzonsons | 2009-07-21 | 1 | -2/+13 |
* | Fixed transcription error of define values (bah). | Kristaps Dzonsons | 2009-07-21 | 1 | -1/+1 |
* | Fixed `Bl -column' undocumented no-vspace rule to only work within the list. | Kristaps Dzonsons | 2009-07-21 | 1 | -15/+28 |
* | Re-fixed `-diag' (accidentally broke in last checkin). | Kristaps Dzonsons | 2009-07-21 | 1 | -0/+2 |
* | Removed `Pa' underline formatting (no groff does this). | Kristaps Dzonsons | 2009-07-21 | 1 | -13/+2 |
* | Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ... | Kristaps Dzonsons | 2009-07-21 | 3 | -42/+47 |
* | Right-most column now fills to the right margin (undocumented groff behaviour). | Kristaps Dzonsons | 2009-07-21 | 1 | -1/+7 |
* | FreeBSD includes fix (uqs@sporlein.net). | Kristaps Dzonsons | 2009-07-20 | 1 | -0/+2 |
* | Removed historical ports (they're just cluttering the page). | Kristaps Dzonsons | 2009-07-20 | 1 | -18/+0 |
* | Version.VERSION.1.8.2 | Kristaps Dzonsons | 2009-07-20 | 1 | -2/+2 |
* | Fixed zero-length width string causing assertion (defaulting to 10 -- this ne... | Kristaps Dzonsons | 2009-07-20 | 1 | -0/+4 |
* | Undocumented behaviour in groff: `Bl -column' implies `-compact'. | Kristaps Dzonsons | 2009-07-20 | 2 | -4/+16 |
* | More cleanups for TABSEP handling. | Kristaps Dzonsons | 2009-07-20 | 1 | -6/+6 |
* | Replaced ugly TABSEP handling with simpler routine. | Kristaps Dzonsons | 2009-07-20 | 3 | -50/+29 |
* | Removed trailing whitespace in manuals. | Kristaps Dzonsons | 2009-07-20 | 6 | -191/+191 |
* | Fixed and cleaned up "phrase" handling (`Bl -column' columns). | Kristaps Dzonsons | 2009-07-19 | 4 | -60/+39 |
* | Fixed broken `make www' dep.VERSION.1.8.1 | Kristaps Dzonsons | 2009-07-19 | 1 | -2/+2 |
* | Version. | Kristaps Dzonsons | 2009-07-19 | 1 | -2/+2 |
* | Made `Cd' parseable (too many SYNOPSIS sections do this). | Kristaps Dzonsons | 2009-07-19 | 2 | -2/+2 |
* | Removed unused TERMP_LITERAL. | Kristaps Dzonsons | 2009-07-19 | 1 | -5/+4 |
* | ChangeLog xsl reflects symbolic tag. | Kristaps Dzonsons | 2009-07-19 | 2 | -1/+5 |
* | Removed some finished FIXMEs in mdoc.3. | Kristaps Dzonsons | 2009-07-19 | 1 | -8/+0 |
* | Explicit-close macros now only warn when encountering trailing terms, not | Kristaps Dzonsons | 2009-07-19 | 1 | -6/+6 |
* | Removed superfluous NOSPACE in bd post. | Kristaps Dzonsons | 2009-07-19 | 1 | -4/+0 |
* | termpair flags unset before post, after body (suggested by schwarze@openbsd). | Kristaps Dzonsons | 2009-07-19 | 1 | -2/+11 |
* | More clarity fixes in mdoc.7. | Kristaps Dzonsons | 2009-07-18 | 2 | -18/+8 |
* | Made unterminated quoted literals be a warning, like groff. | Kristaps Dzonsons | 2009-07-18 | 1 | -2/+3 |
* | Considerably revamped argument-parsing for correct quoted-literal handling. | Kristaps Dzonsons | 2009-07-18 | 2 | -193/+192 |
* | Better doc of whitespace handling in mdoc.7. | Kristaps Dzonsons | 2009-07-17 | 1 | -27/+38 |
* | Removed automatic port generation, as the downstream versions should be used ... | Kristaps Dzonsons | 2009-07-17 | 6 | -167/+18 |
* | `sp' documented: validates & produces correct output. | Kristaps Dzonsons | 2009-07-17 | 3 | -26/+56 |
* | Lint-check (removed unused variable). | Kristaps Dzonsons | 2009-07-17 | 1 | -2/+0 |
* | Removed EARGVPARM (superfluous, overly error-generating). | Kristaps Dzonsons | 2009-07-17 | 4 | -16/+35 |
* | Documented `br' macro in mdoc.7. | Kristaps Dzonsons | 2009-07-17 | 3 | -158/+70 |
* | Fixed hash assertion. | Kristaps Dzonsons | 2009-07-17 | 1 | -0/+3 |
* | Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org). | Kristaps Dzonsons | 2009-07-17 | 7 | -2/+25 |
* | Hash now accepts `br'. This needs work (way to sparse). | Kristaps Dzonsons | 2009-07-17 | 1 | -57/+46 |
* | Small clarity updates (section names, contents). | Kristaps Dzonsons | 2009-07-16 | 1 | -39/+11 |
* | Proper html showing of ChangeLog. | Kristaps Dzonsons | 2009-07-16 | 4 | -40/+47 |
* | Added Linux compat (strlcpy). | Kristaps Dzonsons | 2009-07-16 | 1 | -0/+4 |