| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove overstrike `\o'. This isn't the best solution because we really | Kristaps Dzonsons | 2010-08-29 | 1 | -0/+2 |
* | Move mdoc/man template "The next is for" into the section itself. Added | Kristaps Dzonsons | 2010-08-28 | 1 | -6/+8 |
* | Strip out `\k' escape. | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+2 |
* | Stripping out of `\w' groff escape. Yet another for pod2man... | Kristaps Dzonsons | 2010-08-24 | 1 | -2/+3 |
* | Strip out the `\z' escape. This is the first recursive sequence, | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+2 |
* | Sort COMPATIBILITY in mdoc(7) (from schwarze@). | Kristaps Dzonsons | 2010-08-22 | 1 | -10/+25 |
* | merge from OpenBSD: | Ingo Schwarze | 2010-08-06 | 1 | -4/+2 |
* | Merge Jason McIntyre's corrections to man.7. | Kristaps Dzonsons | 2010-07-26 | 1 | -24/+21 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+11 |
* | sync to OpenBSD: | Ingo Schwarze | 2010-07-19 | 1 | -18/+30 |
* | Note discarding of \m, \M, and \s in COMPATIBILITY sections. | Kristaps Dzonsons | 2010-07-19 | 1 | -0/+3 |
* | Removed \s documentation, as we (1) never supported it, and (2) never | Kristaps Dzonsons | 2010-07-19 | 1 | -29/+2 |
* | Fix which escapes are used to format \". | Kristaps Dzonsons | 2010-07-16 | 1 | -2/+2 |
* | Allow bad -man dates to flow verbatim into the front-ends. Noted by | Kristaps Dzonsons | 2010-05-26 | 1 | -2/+3 |
* | Fix man.7 to include AT and UC in its syntax table. | Kristaps Dzonsons | 2010-05-25 | 1 | -1/+2 |
* | Entry for .AT and .UC | Joerg Sonnenberger | 2010-05-17 | 1 | -2/+9 |
* | Documented EOS buffered spaces and added `]'. | Kristaps Dzonsons | 2010-05-15 | 1 | -2/+7 |
* | Pulled back in mysterious lost le1 <-> eq0 for Sp macro. | Kristaps Dzonsons | 2010-05-14 | 1 | -1/+1 |
* | Put the eos-checker into libmandoc.h. | Kristaps Dzonsons | 2010-05-12 | 1 | -0/+6 |
* | End-of-sentence, end-of-line. | Kristaps Dzonsons | 2010-05-12 | 1 | -92/+123 |
* | mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2). | Kristaps Dzonsons | 2010-05-12 | 1 | -10/+10 |
* | Adding initial mailing list section to homepage. | Kristaps Dzonsons | 2010-05-08 | 1 | -1/+1 |
* | Note that whitespace is really only the space character. | Kristaps Dzonsons | 2010-05-08 | 1 | -0/+1 |
* | Strip trailing, unescaped whitespace from free-form, non-literal lines (like ... | Kristaps Dzonsons | 2010-05-08 | 1 | -4/+7 |
* | De-chunking of text removed from parsers. This is a significant change (and ... | Kristaps Dzonsons | 2010-05-07 | 1 | -5/+0 |
* | As per Jason McIntyre's heartful urgings, do away with '.' separators between... | Kristaps Dzonsons | 2010-04-13 | 1 | -133/+2 |
* | Removed lingering `Sp' reference (not -man). | Kristaps Dzonsons | 2010-04-05 | 1 | -1/+0 |
* | ...finishing last commit message: accept both tabs and spaces between control... | Kristaps Dzonsons | 2010-03-27 | 1 | -2/+2 |
* | Documentation of apostrophe control character. | Kristaps Dzonsons | 2010-03-27 | 1 | -3/+16 |
* | Fixed up some documentation in man.7: only documenting man.7 macros, not rela... | Kristaps Dzonsons | 2010-03-25 | 1 | -45/+49 |
* | Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ... | Kristaps Dzonsons | 2010-03-23 | 1 | -63/+70 |
* | Accomodate (libman) for next-line macros followed by non-text macros `na', `s... | Kristaps Dzonsons | 2010-03-22 | 1 | -7/+15 |
* | Fix white-space issues found by mandoc's better white-space finder. | Kristaps Dzonsons | 2010-01-07 | 1 | -10/+10 |
* | Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1). | Kristaps Dzonsons | 2009-11-16 | 1 | -0/+3 |
* | \f escapes appear to work properly for -Thtml -man. Needs more testing. | Kristaps Dzonsons | 2009-11-15 | 1 | -2/+1 |
* | Fixed \c support for all input and output modes (documented in mandoc_char.7). | Kristaps Dzonsons | 2009-11-12 | 1 | -8/+0 |
* | Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but a... | Kristaps Dzonsons | 2009-11-12 | 1 | -4/+11 |
* | Basically re-wrote -Tascii font handling: instead of incrementers for | Kristaps Dzonsons | 2009-11-12 | 1 | -1/+3 |
* | Noted that -man text decoration is re-set when exiting a macro invocation. | Kristaps Dzonsons | 2009-11-10 | 1 | -0/+7 |
* | Documented \s and cleaned up \f documentation in mdoc.7, man.7. | Kristaps Dzonsons | 2009-11-09 | 1 | -2/+27 |
* | Correct support for `\fX' font modes in -Tascii. | Kristaps Dzonsons | 2009-11-05 | 1 | -2/+3 |
* | Examples not being link-referenced (consistency). | Kristaps Dzonsons | 2009-11-02 | 1 | -7/+4 |
* | Fixed `Sx' links in man.7 (todo: add a check for these). | Kristaps Dzonsons | 2009-11-02 | 1 | -30/+30 |
* | Significant improvements to man(7). More or less finished. | Kristaps Dzonsons | 2009-11-02 | 1 | -64/+313 |
* | Added mandoc_a2time() for proper date conversion. | Kristaps Dzonsons | 2009-11-02 | 1 | -18/+38 |
* | Finished section-by-section definitions in man.7 (will be used as baseline fo... | Kristaps Dzonsons | 2009-10-31 | 1 | -24/+89 |
* | Fix to segfault in ordering Rs blocks (d'oh!).VERSION.1.9.11 | Kristaps Dzonsons | 2009-10-26 | 1 | -0/+57 |
* | Added `PD' to -man (doesn't do anything, yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -0/+5 |
* | Made man.7 use lots of Sx/Ss to link between macro definitions and references. | Kristaps Dzonsons | 2009-10-19 | 1 | -102/+107 |
* | Properly documented scaling widths in man.7. | Kristaps Dzonsons | 2009-10-18 | 1 | -28/+71 |