summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In-line documentation of mdoc_macro file.Kristaps Dzonsons2009-08-193-270/+222
* libman checks for open explicit scopes on exit.Kristaps Dzonsons2009-08-193-5/+14
* Linux compat fix.Kristaps Dzonsons2009-08-191-0/+4
* Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).Kristaps Dzonsons2009-08-193-28/+67
* `RS' blocks correctly formatting in output device.Kristaps Dzonsons2009-08-192-20/+89
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-199-48/+109
* libmdoc accepts whitespace following control character.VERSION.1.9.0Kristaps Dzonsons2009-08-184-636/+641
* Fixed missing check for open ELINE scope in BLINE macro.Kristaps Dzonsons2009-08-181-6/+8
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-183-48/+135
* Updated libman AST documentation.Kristaps Dzonsons2009-08-172-3/+9
* `IP' and `TP' correctly handle width arguments.Kristaps Dzonsons2009-08-172-19/+74
* Finished correct `IP' handling.Kristaps Dzonsons2009-08-132-47/+82
* Added proper `TP' support.Kristaps Dzonsons2009-08-132-26/+43
* Added full `HP' libman macro support.Kristaps Dzonsons2009-08-132-7/+56
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-1311-387/+1060
* Noted areas that need work in libmdoc.Kristaps Dzonsons2009-08-132-1/+4
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-103-24/+92
* Fixed groff-compat where two `Sh' calls, with the first not having a body, do...Kristaps Dzonsons2009-07-291-3/+8
* Documented behaviour of interpreting parsable/callable macros.Kristaps Dzonsons2009-07-291-2/+13
* Columns with `Bl -column' correctly check for CALLABLE status.Kristaps Dzonsons2009-07-292-29/+16
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-294-26/+31
* Documented trademark and restricted mark (oops).VERSION.1.8.5Kristaps Dzonsons2009-07-281-0/+4
* Quick-fix in mandoc_char.7 trailing whitespace.Kristaps Dzonsons2009-07-281-1/+1
* Version: 1.8.5.Kristaps Dzonsons2009-07-282-2/+4
* Added Greek characters to ascii.in (from groff_char.7).Kristaps Dzonsons2009-07-282-64/+233
* Fix in newline.Kristaps Dzonsons2009-07-282-4/+10
* Fixed \(bq.Kristaps Dzonsons2009-07-281-1/+1
* main.c using fprintf instead of warnx for parse errors (like cc).Kristaps Dzonsons2009-07-273-10/+8
* Re-ordered ascii.in looking for dupes.Kristaps Dzonsons2009-07-273-163/+188
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-274-101/+166
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ...Kristaps Dzonsons2009-07-275-244/+299
* Fixed \% special char (via groff.7).Kristaps Dzonsons2009-07-262-12/+26
* Removed POSIX.1 COMPATIBILITY note in mdoc.7.Kristaps Dzonsons2009-07-262-10/+10
* POSIX -> POSIX.1 change (submitted by uqs@sporlein.net, ok jmc@openbsd.org, i...Kristaps Dzonsons2009-07-261-11/+11
* Version.VERSION.1.8.4Kristaps Dzonsons2009-07-261-2/+2
* Made out-of-order prologue macros not cause an error.Kristaps Dzonsons2009-07-261-1/+4
* Noted POSIX/POSIX.1 disparity (found by uqs@sporlein.net, discussed with jmc@...Kristaps Dzonsons2009-07-261-0/+8
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-254-6/+6
* Added `sp' support to libman.Kristaps Dzonsons2009-07-248-6/+49
* Added -fign-errors for VERY fast checking of many manuals without stopping at...Kristaps Dzonsons2009-07-242-14/+37
* Added `St -ieee1275-94'.Kristaps Dzonsons2009-07-242-1/+7
* Added `St -isoC'.Kristaps Dzonsons2009-07-241-0/+1
* Added `St -xns5.2'.Kristaps Dzonsons2009-07-241-0/+1
* Fixed DIAGNOSTIC display (leading double-space only before BODY).Kristaps Dzonsons2009-07-241-1/+2
* Removed superfluous FIXMEs.Kristaps Dzonsons2009-07-241-2/+1
* Full support for `An -split/-nosplit'. Compat documented.Kristaps Dzonsons2009-07-243-1/+75
* Allow `An' to accept NULL arguments (-split/-nosplit).Kristaps Dzonsons2009-07-241-3/+5
* `An' gives correct error message in encountering arguments/parameters.Kristaps Dzonsons2009-07-241-1/+1
* `Bd' printing simplified (now that literal text is preserved).Kristaps Dzonsons2009-07-241-27/+10
* Text tokens with leading whitespace (like indented blocks in `Bd -literal') a...Kristaps Dzonsons2009-07-241-1/+1