summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Temporarily turned off validation (mandoc -Thtml needs URI encoding!).VERSION.1.9.9Kristaps Dzonsons2009-10-202-9/+9
* Version: 1.9.9.Kristaps Dzonsons2009-10-201-4/+4
* Added cvsweb. Whee!Kristaps Dzonsons2009-10-201-1/+7
* More updates to mdoc.7.Kristaps Dzonsons2009-10-203-26/+458
* More fixes to scaling-width multipliers (which, just to make my life difficul...Kristaps Dzonsons2009-10-192-7/+10
* Continued work on mdoc.7.Kristaps Dzonsons2009-10-192-11/+176
* Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't sp...Kristaps Dzonsons2009-10-192-224/+422
* Fixed `-file' argument to `Bd', which is NOT a type, but instead just an argu...Kristaps Dzonsons2009-10-192-3/+1
* Made man.7 use lots of Sx/Ss to link between macro definitions and references.Kristaps Dzonsons2009-10-191-102/+107
* Beginning of mdoc.7 full-reference in place.Kristaps Dzonsons2009-10-192-18/+265
* Lint fixes.Kristaps Dzonsons2009-10-181-3/+3
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-186-66/+57
* Had out.h roff-scale converters accept default unit scale (because -mdoc and ...Kristaps Dzonsons2009-10-182-20/+14
* Fix in syntax of scaling widths in mdoc.7.Kristaps Dzonsons2009-10-181-1/+1
* Properly documented scaling widths in man.7.Kristaps Dzonsons2009-10-181-28/+71
* Fixed typo in Makefile.Kristaps Dzonsons2009-10-182-1/+62
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-184-169/+182
* Removed restrictions on `sp' (maybe a warning, someday, but for now be simple).Kristaps Dzonsons2009-10-181-33/+3
* Fitted -man -Tascii with scaling units (.5i, etc.).Kristaps Dzonsons2009-10-181-1/+44
* Removed number-check for `sp' in -Tman, as nroff accepts non-numerics as a si...Kristaps Dzonsons2009-10-181-34/+3
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-182-26/+49
* Re-added HTML changelog.Kristaps Dzonsons2009-10-182-2/+2
* Makefile uses multiple deps for some rules (shorter file).Kristaps Dzonsons2009-10-171-14/+2
* Fixed mandoc_char lists to have -column before other arguments.Kristaps Dzonsons2009-10-171-15/+15
* Added warning about specifying list arguments before type (suggested by Joerg...Kristaps Dzonsons2009-10-153-6/+16
* Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger).Kristaps Dzonsons2009-10-152-7/+39
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-155-2/+11
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-1310-51/+97
* Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).Kristaps Dzonsons2009-10-134-10/+17
* Version: 1.9.8.VERSION.1.9.8Kristaps Dzonsons2009-10-101-2/+2
* Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.Kristaps Dzonsons2009-10-103-36/+27
* `Cd' in -Thtml -mdoc correctly breaks lines.Kristaps Dzonsons2009-10-101-0/+1
* Version up.VERSION.1.9.7Kristaps Dzonsons2009-10-091-2/+2
* RS tags implemented for -Tman -Thtml.Kristaps Dzonsons2009-10-091-1/+33
* Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv...Kristaps Dzonsons2009-10-093-10/+41
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-084-81/+169
* Fixed side-effect of linting (oops).Kristaps Dzonsons2009-10-071-4/+5
* Lint-ified.Kristaps Dzonsons2009-10-072-3/+6
* Fixed superfluous function declaration (spotted by Ulrich Sporlein).Kristaps Dzonsons2009-10-071-1/+0
* Fix operator overloading (submitted by Ulrich Sporlein, uqs@spoerlein.net).Kristaps Dzonsons2009-10-071-30/+30
* Lint-ified.Kristaps Dzonsons2009-10-071-15/+17
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett...Kristaps Dzonsons2009-10-073-20/+57
* Set field widths n -> m.Kristaps Dzonsons2009-10-071-18/+18
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-077-602/+764
* `Bd' literals in -Tascii -mdoc were losing the first line's newline. Fixed.Kristaps Dzonsons2009-10-071-0/+3
* Header buffers in -man -Tascii are static.Kristaps Dzonsons2009-10-071-7/+2
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-043-21/+81
* Initial IP implementation in -Thtml -man.Kristaps Dzonsons2009-10-041-5/+92
* SS, SH, PP, P, LP, br, sp tags in -man -Thtml.Kristaps Dzonsons2009-10-041-9/+302
* Example style-sheet reflecting modified section/subsection style tags.Kristaps Dzonsons2009-10-043-4/+4