| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added changelog xsl. | Kristaps Dzonsons | 2009-07-16 | 1 | -0/+40 |
* | Using xsl for html changelog. | Kristaps Dzonsons | 2009-07-16 | 1 | -8/+13 |
* | Off-by-one space fixed for `Bl -diag'. | Kristaps Dzonsons | 2009-07-16 | 1 | -3/+1 |
* | Subtle fixes correcting vis count with erroneously-decorated whitespace. | Kristaps Dzonsons | 2009-07-16 | 2 | -19/+4 |
* | Fix in nospace following close-delimiter. | Kristaps Dzonsons | 2009-07-16 | 1 | -2/+3 |
* | Removed assertion (disregarded blank literal lines). | Kristaps Dzonsons | 2009-07-15 | 2 | -1/+15 |
* | Removed term.c break-up of tokens (happens in libmdoc). | Kristaps Dzonsons | 2009-07-15 | 1 | -88/+62 |
* | libmdoc now breaks up free-form lines into tokens prior to be passed to the b... | Kristaps Dzonsons | 2009-07-15 | 1 | -33/+95 |
* | args() should return ARGS_ERROR, not 0. | Kristaps Dzonsons | 2009-07-15 | 1 | -5/+5 |
* | Fix to presentation date (Ulrich Sporlein) | Kristaps Dzonsons | 2009-07-15 | 1 | -1/+1 |
* | Using \(en for OpenBSD `Nd' (compromise with jmc@openbsd.org).VERSION.1.8.0 | Kristaps Dzonsons | 2009-07-14 | 1 | -6/+1 |
* | Minor version bumped: -hang lists were the last major missing formatting "fea... | Kristaps Dzonsons | 2009-07-14 | 1 | -2/+2 |
* | Ceremonial removal of "-hang lists not supported". Candlelight, romantic mus... | Kristaps Dzonsons | 2009-07-14 | 1 | -8/+0 |
* | Consolidated some sections. Much more readable. | Kristaps Dzonsons | 2009-07-14 | 1 | -388/+376 |
* | Small changes, reducing verbosity. | Kristaps Dzonsons | 2009-07-14 | 1 | -11/+8 |
* | Cleaned up arg_width and arg_column functions. | Kristaps Dzonsons | 2009-07-14 | 2 | -17/+28 |
* | Removed unnecessary save/restore of style around list prefix. | Kristaps Dzonsons | 2009-07-14 | 1 | -16/+23 |
* | Support for TERMP_HANG in flushln(): -hang lists. | Kristaps Dzonsons | 2009-07-14 | 1 | -5/+18 |
* | Renamed TERMP_NONOSPACE -> TERMP_DANGLE. | Kristaps Dzonsons | 2009-07-14 | 1 | -10/+11 |
* | Err/warn fix (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-07-13 | 3 | -129/+128 |
* | Replacement of `Lb' in mdoc_action.c. | Kristaps Dzonsons | 2009-07-12 | 6 | -23/+49 |
* | Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c). | Kristaps Dzonsons | 2009-07-12 | 5 | -17/+21 |
* | Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c). | Kristaps Dzonsons | 2009-07-12 | 4 | -33/+40 |