summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed superfluous lookahead block in chars.c.Kristaps Dzonsons2010-01-281-12/+0
* Fix white-space issues found by mandoc's better white-space finder.Kristaps Dzonsons2010-01-075-43/+43
* Check for white-space at the end of free-form text. Lack of check spotted by...Kristaps Dzonsons2010-01-072-3/+38
* Check for white-space at end of stand-alone macro line.Kristaps Dzonsons2010-01-072-8/+23
* mandoc_char(7) sync with OpenBSD version.Kristaps Dzonsons2010-01-071-1/+1
* Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-01-053-4/+1
* Fixed -column widths to be string literals (as per mdoc.samples: surprise!). ...Kristaps Dzonsons2010-01-051-25/+25
* Version (pre): 1.9.15-pre2Kristaps Dzonsons2010-01-011-2/+2
* Fix of subtle, but significant, resetting of tags when in list mode. Pointed...VERSION.1.9.15-pre2Kristaps Dzonsons2010-01-011-16/+19
* More in-code documentation and clarity re-arrangements.Kristaps Dzonsons2010-01-011-36/+65
* CFLAGS need -Werror to make the strlcpy/strlcat check work.Kristaps Dzonsons2010-01-011-2/+2
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-0136-67/+207
* Noted non-accepted comment syntax (thanks Joerg Sonnenberger).VERSION.1.9.15-pre1Kristaps Dzonsons2010-01-011-0/+4
* Issue of `Pa' put to rest by Jason McIntyre. Noted in COMPATIBILITY.Kristaps Dzonsons2010-01-011-5/+79
* `Bl' lets `Sm' slip by as a child. Noted by Ingo Schwarze.Kristaps Dzonsons2010-01-011-3/+10
* Correct handling of arbitrary column lengths, which groff handles differently...Kristaps Dzonsons2010-01-011-13/+14
* Cleaned-up column handling to be char-compatible with groff (thanks Ingo Schw...Kristaps Dzonsons2010-01-011-25/+37
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-013-26/+26
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-013-4/+51
* Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, disc...Kristaps Dzonsons2009-12-022-3/+6
* Version: 1.9.14.VERSION.1.9.14Kristaps Dzonsons2009-11-161-2/+2
* More clarification in manuals. Added per-OUTPUT section in mandoc.1.Kristaps Dzonsons2009-11-165-77/+128
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-165-10/+25
* Abstraction of -Thtml -man font setting (still experimental).Kristaps Dzonsons2009-11-163-34/+58
* Fixed -Thtml -man PP left- and top-margin.Kristaps Dzonsons2009-11-151-6/+6
* \f escapes appear to work properly for -Thtml -man. Needs more testing.Kristaps Dzonsons2009-11-154-14/+25
* Initial check-in of -man -Thtml \f support (needs testing).Kristaps Dzonsons2009-11-142-7/+51
* Removed superfluous HTML_NEWLINE.Kristaps Dzonsons2009-11-143-17/+6
* Fix of fix of -Thtml nospace.Kristaps Dzonsons2009-11-141-3/+3
* Fixed \c handling in -Thtml.Kristaps Dzonsons2009-11-143-13/+11
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-127-19/+15
* Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but a...Kristaps Dzonsons2009-11-122-17/+12
* FreeBSD sys/types inclusion fixed.Kristaps Dzonsons2009-11-121-2/+4
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-126-243/+303
* Removed superfluous monospace note in example.style.css (they're all monospace).Kristaps Dzonsons2009-11-121-2/+2
* Protected example.style.css from cascading styles.Kristaps Dzonsons2009-11-111-26/+26
* Lint fixes in function call.Kristaps Dzonsons2009-11-101-6/+6
* (Forgot to update html.h with metafonts. Build will puke on check-out.)Kristaps Dzonsons2009-11-101-0/+4
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-103-1/+15
* Disable metafonts when printing document footer.Kristaps Dzonsons2009-11-102-0/+5
* Documented \s and cleaned up \f documentation in mdoc.7, man.7.Kristaps Dzonsons2009-11-093-112/+91
* a2roffdeco() now supports \s escapes.Kristaps Dzonsons2009-11-082-77/+75
* Hooked up -Tascii to a2roffdeco backend.Kristaps Dzonsons2009-11-072-203/+50
* Initial abstraction of front-end decoration events (special characters, text ...Kristaps Dzonsons2009-11-072-0/+204
* -Tascii now correctly ignores \s clauses.Kristaps Dzonsons2009-11-062-13/+92
* Documented that `\s' and `\f' don't work in HTML mode (and why).Kristaps Dzonsons2009-11-053-17/+103
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-054-12/+33
* Consolidated `RI' and `IR' handlers (-man -Tascii).Kristaps Dzonsons2009-11-051-24/+9
* Fixed `RI' (was reversed).Kristaps Dzonsons2009-11-051-2/+2
* Added functionality of -Tascii non-breaking `\~' space.Kristaps Dzonsons2009-11-053-4/+17