summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Made man.7 use lots of Sx/Ss to link between macro definitions and references.Kristaps Dzonsons2009-10-191-104/+109
* Beginning of mdoc.7 full-reference in place.Kristaps Dzonsons2009-10-192-21/+268
* Lint fixes.Kristaps Dzonsons2009-10-181-4/+4
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-186-72/+63
* Had out.h roff-scale converters accept default unit scale (because -mdoc and ...Kristaps Dzonsons2009-10-182-22/+16
* Fix in syntax of scaling widths in mdoc.7.Kristaps Dzonsons2009-10-181-2/+2
* Properly documented scaling widths in man.7.Kristaps Dzonsons2009-10-181-30/+73
* Fixed typo in Makefile.Kristaps Dzonsons2009-10-182-3/+64
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-184-173/+186
* Removed restrictions on `sp' (maybe a warning, someday, but for now be simple).Kristaps Dzonsons2009-10-181-34/+4
* Fitted -man -Tascii with scaling units (.5i, etc.).Kristaps Dzonsons2009-10-181-2/+45
* Removed number-check for `sp' in -Tman, as nroff accepts non-numerics as a si...Kristaps Dzonsons2009-10-181-35/+4
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-182-28/+51
* Re-added HTML changelog.Kristaps Dzonsons2009-10-182-3/+3
* 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-17/+17
* Added warning about specifying list arguments before type (suggested by Joerg...Kristaps Dzonsons2009-10-153-9/+19
* Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger).Kristaps Dzonsons2009-10-152-11/+43
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-155-7/+16
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-1310-59/+105
* Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).Kristaps Dzonsons2009-10-134-13/+20
* 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-40/+31
* `Cd' in -Thtml -mdoc correctly breaks lines.Kristaps Dzonsons2009-10-101-1/+2
* Version up.VERSION_1_9_7Kristaps Dzonsons2009-10-091-2/+2
* RS tags implemented for -Tman -Thtml.Kristaps Dzonsons2009-10-091-2/+34
* Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv...Kristaps Dzonsons2009-10-093-13/+44
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-084-84/+172
* Fixed side-effect of linting (oops).Kristaps Dzonsons2009-10-071-5/+6
* Lint-ified.Kristaps Dzonsons2009-10-072-5/+8
* Fixed superfluous function declaration (spotted by Ulrich Sporlein).Kristaps Dzonsons2009-10-071-2/+1
* Fix operator overloading (submitted by Ulrich Sporlein, uqs@spoerlein.net).Kristaps Dzonsons2009-10-071-31/+31
* Lint-ified.Kristaps Dzonsons2009-10-071-16/+18
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett...Kristaps Dzonsons2009-10-073-22/+59
* Set field widths n -> m.Kristaps Dzonsons2009-10-071-20/+20
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-077-606/+768
* `Bd' literals in -Tascii -mdoc were losing the first line's newline. Fixed.Kristaps Dzonsons2009-10-071-1/+4
* Header buffers in -man -Tascii are static.Kristaps Dzonsons2009-10-071-8/+3
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-043-24/+84
* Initial IP implementation in -Thtml -man.Kristaps Dzonsons2009-10-041-6/+93
* SS, SH, PP, P, LP, br, sp tags in -man -Thtml.Kristaps Dzonsons2009-10-041-10/+303
* Example style-sheet reflecting modified section/subsection style tags.Kristaps Dzonsons2009-10-043-6/+6
* Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) (no...Kristaps Dzonsons2009-10-041-41/+44
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-033-16/+107
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-032-203/+199
* Lintified (noops).Kristaps Dzonsons2009-10-031-6/+4
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-037-130/+128
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-035-30/+93
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-035-89/+177
* Compat fix in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-09-281-4/+4