| Commit message (Expand) | Author | Age | Files | Lines |
* | More fixes to scaling-width multipliers (which, just to make my life difficul... | Kristaps Dzonsons | 2009-10-19 | 2 | -7/+10 |
* | Continued work on mdoc.7. | Kristaps Dzonsons | 2009-10-19 | 2 | -11/+176 |
* | Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't sp... | Kristaps Dzonsons | 2009-10-19 | 2 | -224/+422 |
* | Fixed `-file' argument to `Bd', which is NOT a type, but instead just an argu... | Kristaps Dzonsons | 2009-10-19 | 2 | -3/+1 |
* | Made man.7 use lots of Sx/Ss to link between macro definitions and references. | Kristaps Dzonsons | 2009-10-19 | 1 | -102/+107 |
* | Beginning of mdoc.7 full-reference in place. | Kristaps Dzonsons | 2009-10-19 | 2 | -18/+265 |
* | Lint fixes. | Kristaps Dzonsons | 2009-10-18 | 1 | -3/+3 |
* | Made sure devices and formats recognise that -man and -mdoc have different sy... | Kristaps Dzonsons | 2009-10-18 | 6 | -66/+57 |
* | Had out.h roff-scale converters accept default unit scale (because -mdoc and ... | Kristaps Dzonsons | 2009-10-18 | 2 | -20/+14 |
* | Fix in syntax of scaling widths in mdoc.7. | Kristaps Dzonsons | 2009-10-18 | 1 | -1/+1 |
* | Properly documented scaling widths in man.7. | Kristaps Dzonsons | 2009-10-18 | 1 | -28/+71 |
* | Fixed typo in Makefile. | Kristaps Dzonsons | 2009-10-18 | 2 | -1/+62 |
* | Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii. | Kristaps Dzonsons | 2009-10-18 | 4 | -169/+182 |
* | Removed restrictions on `sp' (maybe a warning, someday, but for now be simple). | Kristaps Dzonsons | 2009-10-18 | 1 | -33/+3 |
* | Fitted -man -Tascii with scaling units (.5i, etc.). | Kristaps Dzonsons | 2009-10-18 | 1 | -1/+44 |
* | Removed number-check for `sp' in -Tman, as nroff accepts non-numerics as a si... | Kristaps Dzonsons | 2009-10-18 | 1 | -34/+3 |
* | Added horizontal scaling units to -Tman -Tascii. | Kristaps Dzonsons | 2009-10-18 | 2 | -26/+49 |
* | Re-added HTML changelog. | Kristaps Dzonsons | 2009-10-18 | 2 | -2/+2 |
* | Makefile uses multiple deps for some rules (shorter file). | Kristaps Dzonsons | 2009-10-17 | 1 | -14/+2 |
* | Fixed mandoc_char lists to have -column before other arguments. | Kristaps Dzonsons | 2009-10-17 | 1 | -15/+15 |
* | Added warning about specifying list arguments before type (suggested by Joerg... | Kristaps Dzonsons | 2009-10-15 | 3 | -6/+16 |
* | Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-15 | 2 | -7/+39 |
* | Added support for `Bd -centered', which appears in newer groffs (not yet impl... | Kristaps Dzonsons | 2009-10-15 | 5 | -2/+11 |
* | Moved output definitions into main.h. | Kristaps Dzonsons | 2009-10-13 | 10 | -51/+97 |
* | Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-13 | 4 | -10/+17 |
* | Version: 1.9.8.VERSION.1.9.8 | Kristaps Dzonsons | 2009-10-10 | 1 | -2/+2 |
* | Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x. | Kristaps Dzonsons | 2009-10-10 | 3 | -36/+27 |
* | `Cd' in -Thtml -mdoc correctly breaks lines. | Kristaps Dzonsons | 2009-10-10 | 1 | -0/+1 |
* | Version up.VERSION.1.9.7 | Kristaps Dzonsons | 2009-10-09 | 1 | -2/+2 |
* | RS tags implemented for -Tman -Thtml. | Kristaps Dzonsons | 2009-10-09 | 1 | -1/+33 |
* | Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv... | Kristaps Dzonsons | 2009-10-09 | 3 | -10/+41 |
* | Consolidated some -man -Tascii functions. | Kristaps Dzonsons | 2009-10-08 | 4 | -81/+169 |
* | Fixed side-effect of linting (oops). | Kristaps Dzonsons | 2009-10-07 | 1 | -4/+5 |
* | Lint-ified. | Kristaps Dzonsons | 2009-10-07 | 2 | -3/+6 |
* | Fixed superfluous function declaration (spotted by Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-07 | 1 | -1/+0 |
* | Fix operator overloading (submitted by Ulrich Sporlein, uqs@spoerlein.net). | Kristaps Dzonsons | 2009-10-07 | 1 | -30/+30 |
* | Lint-ified. | Kristaps Dzonsons | 2009-10-07 | 1 | -15/+17 |
* | Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett... | Kristaps Dzonsons | 2009-10-07 | 3 | -20/+57 |
* | Set field widths n -> m. | Kristaps Dzonsons | 2009-10-07 | 1 | -18/+18 |
* | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 7 | -602/+764 |
* | `Bd' literals in -Tascii -mdoc were losing the first line's newline. Fixed. | Kristaps Dzonsons | 2009-10-07 | 1 | -0/+3 |
* | Header buffers in -man -Tascii are static. | Kristaps Dzonsons | 2009-10-07 | 1 | -7/+2 |
* | Structural components of -man -Thtml in place (note that HP is the same as IP... | Kristaps Dzonsons | 2009-10-04 | 3 | -21/+81 |
* | Initial IP implementation in -Thtml -man. | Kristaps Dzonsons | 2009-10-04 | 1 | -5/+92 |
* | SS, SH, PP, P, LP, br, sp tags in -man -Thtml. | Kristaps Dzonsons | 2009-10-04 | 1 | -9/+302 |
* | Example style-sheet reflecting modified section/subsection style tags. | Kristaps Dzonsons | 2009-10-04 | 3 | -4/+4 |
* | Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) (no... | Kristaps Dzonsons | 2009-10-04 | 1 | -40/+43 |
* | Added initial -man framework for -Thtml. | Kristaps Dzonsons | 2009-10-03 | 3 | -13/+104 |
* | `Fn' does not print empty ftype span. | Kristaps Dzonsons | 2009-10-03 | 2 | -201/+197 |
* | Lintified (noops). | Kristaps Dzonsons | 2009-10-03 | 1 | -5/+3 |