Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lint fixes.VERSION.1.7.20 | Kristaps Dzonsons | 2009-06-22 | 1 | -1/+2 |
| | | | | Version up. | ||||
* | Noted .Cd tabs-ok issue (will fix later). | Kristaps Dzonsons | 2009-06-22 | 1 | -3/+7 |
| | | | | Added single space to -diag lists. | ||||
* | Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual. | Kristaps Dzonsons | 2009-06-22 | 1 | -8/+10 |
| | | | | | | | Fixed `Ds' meta-macro default width. Fixed -width and -offset "indent", "indent-two", and "left" widths. Fixed -width and -offset literal-word and numeric widths. Fixed off-by-one errors in whitespace output (schwarze@openbsd.org). | ||||
* | Special characters, e.g. \(ae, are now correctly rendered in the current ↵ | Kristaps Dzonsons | 2009-06-17 | 1 | -2/+7 |
| | | | | font decoration. | ||||
* | Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵ | Kristaps Dzonsons | 2009-06-16 | 1 | -4/+6 |
| | | | | parser). | ||||
* | Removed superfluous ifdef around strftime (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-15 | 1 | -4/+0 |
| | | | | Bumped version (this was supposed to be in 1.7.17). | ||||
* | `Lk' is correctly handled as CALLABLE (note groff munges nested output). | Kristaps Dzonsons | 2009-06-12 | 1 | -3/+8 |
| | | | | | | | `Mt' is now CALLABLE. Fixed missing validate/action of zero-element, non-called inline elements. Fixed missing validate/action of nested inline element re-calls. Fixed bogus column argv index in validator. | ||||
* | Added mdoc.template (from NetBSD -- unlicensed??). | Kristaps Dzonsons | 2009-06-11 | 1 | -18/+20 |
| | | | | | Moved MDOC_TEXT type checks into assertions (should be caught by parser). Added some FIXME notes in mdoc output (largely that things should be asserted, not caught). | ||||
* | Added "left" -offset tag. | Kristaps Dzonsons | 2009-06-11 | 1 | -4/+8 |
| | |||||
* | Documented some un-clear parts of main.c. | Kristaps Dzonsons | 2009-06-11 | 1 | -132/+30 |
| | | | | | Fixed footer to be new-groff style (OS DATE OS). Removed sanity check from mdoc_term (unnecessary). | ||||
* | Fixed email address in manual AUTHOR reference. | Kristaps Dzonsons | 2009-06-11 | 1 | -1/+1 |
| | | | | | | Set max right margin to 80 columns (schwarze@openbsd.org). Fixed centre-field heading position (schwarze@openbsd.org). Also fixed -Tman centre-field. | ||||
* | 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 |
| | |||||
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
| | | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring. | ||||
* | Updated manuals.7. | Kristaps Dzonsons | 2009-04-03 | 1 | -2/+2 |
| | | | | Fixed .Dl display. | ||||
* | All macro-invocations, for consistency, begin with `.' in documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -23/+15 |
| | | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place. | ||||
* | Fixed after-NLINE-error assertion. | Kristaps Dzonsons | 2009-03-26 | 1 | -0/+5 |
| | | | | | Scanned over all manuals with valgrind. Version up. | ||||
* | Initial front-end formatting for -man pages. | Kristaps Dzonsons | 2009-03-26 | 1 | -0/+2247 |