summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* libmdoc accepts whitespace following control character.VERSION_1_9_0Kristaps Dzonsons2009-08-184-641/+646
|
* Fixed missing check for open ELINE scope in BLINE macro.Kristaps Dzonsons2009-08-181-7/+9
|
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-183-52/+139
| | | | Fully tested and correct scope-rewinding of block macros.
* Updated libman AST documentation.Kristaps Dzonsons2009-08-172-5/+11
| | | | Version (not yet finalised, but tagging in Makefile): 1.9.0.
* `IP' and `TP' correctly handle width arguments.Kristaps Dzonsons2009-08-172-22/+77
| | | | Documented numeric widths.
* Finished correct `IP' handling.Kristaps Dzonsons2009-08-132-49/+84
|
* Added proper `TP' support.Kristaps Dzonsons2009-08-132-28/+45
|
* Added full `HP' libman macro support.Kristaps Dzonsons2009-08-132-9/+58
|
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-1311-397/+1070
| | | | | | | | next-line scope extensions possible). man.7 reflects block and line scoping, and also includes a REFERENCE section that will be used as a template for the big mdoc reference. Many fixes in next-line behaviour for both inline and block macros. Added some macros for compatibility (from me.7). Corrected quoted-literal handling for libman.
* Noted areas that need work in libmdoc.Kristaps Dzonsons2009-08-132-3/+6
|
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-103-27/+95
| | | | Improved handling of libman `IP' macro (still needs work).
* Fixed groff-compat where two `Sh' calls, with the first not having a body, ↵Kristaps Dzonsons2009-07-291-4/+9
| | | | don't assert vspace between calls.
* Documented behaviour of interpreting parsable/callable macros.Kristaps Dzonsons2009-07-291-4/+15
|
* Columns with `Bl -column' correctly check for CALLABLE status.Kristaps Dzonsons2009-07-292-31/+18
|
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-294-30/+35
| | | | | | Made PARSABLE check occur prior to lookup(). Non-PARSEABLE macros no longer warn against having macro-like parameters. Non-CALLABLE macros no longer produce an error, just display their symbols (as in groff) (pointed out by joerg@netbsd.org).
* 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 \*R, \*(Tm (obscure -man predefined strings).
* Added Greek characters to ascii.in (from groff_char.7).Kristaps Dzonsons2009-07-282-67/+236
| | | | Added Euro symbols (from groff_char.7).
* Fix in newline.Kristaps Dzonsons2009-07-282-6/+12
| | | | Correct printing of N-char predefined/special strings.
* 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
| | | | | | Error string is now file:line:col: message. Removed sed from vim -q example in manuals.7. Fixed column reporting (off by one).
* Re-ordered ascii.in looking for dupes.Kristaps Dzonsons2009-07-273-168/+193
| | | | | Added `vim -q' tip to manuals.7 (thanks uqs@sporlein.net). ifdef'd production of missing specials/predefines.
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-274-107/+172
| | | | | Cleaned up escape section in man.7, mdoc.7. Cleaned up function names in term.c.
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ↵Kristaps Dzonsons2009-07-275-250/+305
| | | | strings and escape characters, respectively.
* Fixed \% special char (via groff.7).Kristaps Dzonsons2009-07-262-15/+29
| | | | Added some typographic special chars to mandoc_char.7.
* Removed POSIX.1 COMPATIBILITY note in mdoc.7.Kristaps Dzonsons2009-07-262-13/+13
| | | | Noted that \~ doesn't work in mandoc.1 (thanks uqs@sporlein.net).
* POSIX -> POSIX.1 change (submitted by uqs@sporlein.net, ok jmc@openbsd.org, ↵Kristaps Dzonsons2009-07-261-12/+12
| | | | ingo@openbsd.org).
* 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 ↵Kristaps Dzonsons2009-07-261-2/+10
| | | | jmc@openbsd.org et al.).
* 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 `\c' to known escapes (only used in man, but still).
* Added -fign-errors for VERY fast checking of many manuals without stopping ↵Kristaps Dzonsons2009-07-242-17/+40
| | | | at errors.
* Added `St -ieee1275-94'.Kristaps Dzonsons2009-07-242-3/+9
| | | | Documented a future `Bd' fixme.
* 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') ↵Kristaps Dzonsons2009-07-241-2/+2
| | | | are printed correctly.
* 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 ↵Kristaps Dzonsons2009-07-232-6/+22
| | | | remaining column usage/abuse I can see.
* 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 ↵Kristaps Dzonsons2009-07-211-3/+14
| | | | doesn't always render.
* Noted that `Pa' can accept 0 arguments.Kristaps Dzonsons2009-07-211-1/+3
|