summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Documented trademark and restricted mark (oops).VERSION_1_8_5Kristaps Dzonsons2009-07-281-1/+5
* Quick-fix in mandoc_char.7 trailing whitespace.Kristaps Dzonsons2009-07-281-2/+2
* Version: 1.8.5.Kristaps Dzonsons2009-07-282-3/+5
* Added Greek characters to ascii.in (from groff_char.7).Kristaps Dzonsons2009-07-282-67/+236
* Fix in newline.Kristaps Dzonsons2009-07-282-6/+12
* Fixed \(bq.Kristaps Dzonsons2009-07-281-2/+2
* main.c using fprintf instead of warnx for parse errors (like cc).Kristaps Dzonsons2009-07-273-13/+11
* Re-ordered ascii.in looking for dupes.Kristaps Dzonsons2009-07-273-168/+193
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-274-107/+172
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ...Kristaps Dzonsons2009-07-275-250/+305
* Fixed \% special char (via groff.7).Kristaps Dzonsons2009-07-262-15/+29
* Removed POSIX.1 COMPATIBILITY note in mdoc.7.Kristaps Dzonsons2009-07-262-13/+13
* POSIX -> POSIX.1 change (submitted by uqs@sporlein.net, ok jmc@openbsd.org, i...Kristaps Dzonsons2009-07-261-12/+12
* Version.VERSION_1_8_4Kristaps Dzonsons2009-07-261-2/+2
* Made out-of-order prologue macros not cause an error.Kristaps Dzonsons2009-07-261-2/+5
* Noted POSIX/POSIX.1 disparity (found by uqs@sporlein.net, discussed with jmc@...Kristaps Dzonsons2009-07-261-2/+10
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-254-10/+10
* Added `sp' support to libman.Kristaps Dzonsons2009-07-248-14/+57
* Added -fign-errors for VERY fast checking of many manuals without stopping at...Kristaps Dzonsons2009-07-242-17/+40
* Added `St -ieee1275-94'.Kristaps Dzonsons2009-07-242-3/+9
* Added `St -isoC'.Kristaps Dzonsons2009-07-241-1/+2
* Added `St -xns5.2'.Kristaps Dzonsons2009-07-241-1/+2
* Fixed DIAGNOSTIC display (leading double-space only before BODY).Kristaps Dzonsons2009-07-241-2/+3
* Removed superfluous FIXMEs.Kristaps Dzonsons2009-07-241-3/+2
* Full support for `An -split/-nosplit'. Compat documented.Kristaps Dzonsons2009-07-243-5/+79
* Allow `An' to accept NULL arguments (-split/-nosplit).Kristaps Dzonsons2009-07-241-4/+6
* `An' gives correct error message in encountering arguments/parameters.Kristaps Dzonsons2009-07-241-2/+2
* `Bd' printing simplified (now that literal text is preserved).Kristaps Dzonsons2009-07-241-28/+11
* Text tokens with leading whitespace (like indented blocks in `Bd -literal') a...Kristaps Dzonsons2009-07-241-2/+2
* Version.VERSION_1_8_3Kristaps Dzonsons2009-07-231-2/+2
* Ugly fix for `Bl' or `Bd' causing badness when nested in `Bl -hang' lists.Kristaps Dzonsons2009-07-231-7/+30
* Bl -column now accepts columns = (1 + stated columns), which covers all remai...Kristaps Dzonsons2009-07-232-6/+22
* Lintified term_flushln() (type mismatches).Kristaps Dzonsons2009-07-231-13/+24
* Re-added `Pa' handling -- had removed it, but it's a bug in groff that it doe...Kristaps Dzonsons2009-07-211-3/+14
* Noted that `Pa' can accept 0 arguments.Kristaps Dzonsons2009-07-211-1/+3
* Added default print of `~' with empty `Pa' (not documented with OpenBSD, but ...Kristaps Dzonsons2009-07-211-6/+6
* Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style.Kristaps Dzonsons2009-07-211-8/+17
* Made `%T' underline instead of quote.Kristaps Dzonsons2009-07-211-18/+7
* Fixed undocumented `-diag' where NULL list item bodies aren't followed by a v...Kristaps Dzonsons2009-07-211-3/+14
* Fixed transcription error of define values (bah).Kristaps Dzonsons2009-07-211-2/+2
* Fixed `Bl -column' undocumented no-vspace rule to only work within the list.Kristaps Dzonsons2009-07-211-16/+29
* Re-fixed `-diag' (accidentally broke in last checkin).Kristaps Dzonsons2009-07-211-1/+3
* Removed `Pa' underline formatting (no groff does this).Kristaps Dzonsons2009-07-211-14/+3
* Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ...Kristaps Dzonsons2009-07-213-45/+50
* Right-most column now fills to the right margin (undocumented groff behaviour).Kristaps Dzonsons2009-07-211-2/+8
* FreeBSD includes fix (uqs@sporlein.net).Kristaps Dzonsons2009-07-201-1/+3
* Removed historical ports (they're just cluttering the page).Kristaps Dzonsons2009-07-201-19/+1
* Version.VERSION_1_8_2Kristaps Dzonsons2009-07-201-2/+2
* Fixed zero-length width string causing assertion (defaulting to 10 -- this ne...Kristaps Dzonsons2009-07-201-1/+5
* Undocumented behaviour in groff: `Bl -column' implies `-compact'.Kristaps Dzonsons2009-07-202-6/+18