Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented trademark and restricted mark (oops).VERSION.1.8.5 | Kristaps Dzonsons | 2009-07-28 | 1 | -0/+4 |
| | |||||
* | Quick-fix in mandoc_char.7 trailing whitespace. | Kristaps Dzonsons | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Version: 1.8.5. | Kristaps Dzonsons | 2009-07-28 | 2 | -2/+4 |
| | | | | Added \*R, \*(Tm (obscure -man predefined strings). | ||||
* | Added Greek characters to ascii.in (from groff_char.7). | Kristaps Dzonsons | 2009-07-28 | 2 | -64/+233 |
| | | | | Added Euro symbols (from groff_char.7). | ||||
* | Fix in newline. | Kristaps Dzonsons | 2009-07-28 | 2 | -4/+10 |
| | | | | Correct printing of N-char predefined/special strings. | ||||
* | Fixed \(bq. | Kristaps Dzonsons | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | main.c using fprintf instead of warnx for parse errors (like cc). | Kristaps Dzonsons | 2009-07-27 | 3 | -10/+8 |
| | | | | | | 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 Dzonsons | 2009-07-27 | 3 | -163/+188 |
| | | | | | 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 Dzonsons | 2009-07-27 | 4 | -101/+166 |
| | | | | | 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 Dzonsons | 2009-07-27 | 5 | -244/+299 |
| | | | | strings and escape characters, respectively. | ||||
* | Fixed \% special char (via groff.7). | Kristaps Dzonsons | 2009-07-26 | 2 | -12/+26 |
| | | | | Added some typographic special chars to mandoc_char.7. | ||||
* | Removed POSIX.1 COMPATIBILITY note in mdoc.7. | Kristaps Dzonsons | 2009-07-26 | 2 | -10/+10 |
| | | | | 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 Dzonsons | 2009-07-26 | 1 | -11/+11 |
| | | | | ingo@openbsd.org). | ||||
* | Version.VERSION.1.8.4 | Kristaps Dzonsons | 2009-07-26 | 1 | -2/+2 |
| | |||||
* | Made out-of-order prologue macros not cause an error. | Kristaps Dzonsons | 2009-07-26 | 1 | -1/+4 |
| | |||||
* | Noted POSIX/POSIX.1 disparity (found by uqs@sporlein.net, discussed with ↵ | Kristaps Dzonsons | 2009-07-26 | 1 | -0/+8 |
| | | | | jmc@openbsd.org et al.). | ||||
* | Patches and results of LLVM static analysis (thanks uqs@sporlein.net). | Kristaps Dzonsons | 2009-07-25 | 4 | -6/+6 |
| | |||||
* | Added `sp' support to libman. | Kristaps Dzonsons | 2009-07-24 | 8 | -6/+49 |
| | | | | Added `\c' to known escapes (only used in man, but still). | ||||
* | Added -fign-errors for VERY fast checking of many manuals without stopping ↵ | Kristaps Dzonsons | 2009-07-24 | 2 | -14/+37 |
| | | | | at errors. | ||||
* | Added `St -ieee1275-94'. | Kristaps Dzonsons | 2009-07-24 | 2 | -1/+7 |
| | | | | Documented a future `Bd' fixme. | ||||
* | Added `St -isoC'. | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+1 |
| | |||||
* | Added `St -xns5.2'. | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+1 |
| | |||||
* | Fixed DIAGNOSTIC display (leading double-space only before BODY). | Kristaps Dzonsons | 2009-07-24 | 1 | -1/+2 |
| | |||||
* | Removed superfluous FIXMEs. | Kristaps Dzonsons | 2009-07-24 | 1 | -2/+1 |
| | |||||
* | Full support for `An -split/-nosplit'. Compat documented. | Kristaps Dzonsons | 2009-07-24 | 3 | -1/+75 |
| | |||||
* | Allow `An' to accept NULL arguments (-split/-nosplit). | Kristaps Dzonsons | 2009-07-24 | 1 | -3/+5 |
| | |||||
* | `An' gives correct error message in encountering arguments/parameters. | Kristaps Dzonsons | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | `Bd' printing simplified (now that literal text is preserved). | Kristaps Dzonsons | 2009-07-24 | 1 | -27/+10 |
| | |||||
* | Text tokens with leading whitespace (like indented blocks in `Bd -literal') ↵ | Kristaps Dzonsons | 2009-07-24 | 1 | -1/+1 |
| | | | | are printed correctly. | ||||
* | Version.VERSION.1.8.3 | Kristaps Dzonsons | 2009-07-23 | 1 | -2/+2 |
| | |||||
* | Ugly fix for `Bl' or `Bd' causing badness when nested in `Bl -hang' lists. | Kristaps Dzonsons | 2009-07-23 | 1 | -6/+29 |
| | |||||
* | Bl -column now accepts columns = (1 + stated columns), which covers all ↵ | Kristaps Dzonsons | 2009-07-23 | 2 | -4/+20 |
| | | | | remaining column usage/abuse I can see. | ||||
* | Lintified term_flushln() (type mismatches). | Kristaps Dzonsons | 2009-07-23 | 1 | -12/+23 |
| | |||||
* | Re-added `Pa' handling -- had removed it, but it's a bug in groff that it ↵ | Kristaps Dzonsons | 2009-07-21 | 1 | -2/+13 |
| | | | | doesn't always render. | ||||
* | Noted that `Pa' can accept 0 arguments. | Kristaps Dzonsons | 2009-07-21 | 1 | -0/+2 |
| | |||||
* | Added default print of `~' with empty `Pa' (not documented with OpenBSD, but ↵ | Kristaps Dzonsons | 2009-07-21 | 1 | -5/+5 |
| | | | | still applicable). | ||||
* | Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style. | Kristaps Dzonsons | 2009-07-21 | 1 | -6/+15 |
| | |||||
* | Made `%T' underline instead of quote. | Kristaps Dzonsons | 2009-07-21 | 1 | -17/+6 |
| | |||||
* | Fixed undocumented `-diag' where NULL list item bodies aren't followed by a ↵ | Kristaps Dzonsons | 2009-07-21 | 1 | -2/+13 |
| | | | | vspace. | ||||
* | Fixed transcription error of define values (bah). | Kristaps Dzonsons | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | Fixed `Bl -column' undocumented no-vspace rule to only work within the list. | Kristaps Dzonsons | 2009-07-21 | 1 | -15/+28 |
| | |||||
* | Re-fixed `-diag' (accidentally broke in last checkin). | Kristaps Dzonsons | 2009-07-21 | 1 | -0/+2 |
| | |||||
* | Removed `Pa' underline formatting (no groff does this). | Kristaps Dzonsons | 2009-07-21 | 1 | -13/+2 |
| | |||||
* | Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ↵ | Kristaps Dzonsons | 2009-07-21 | 3 | -42/+47 |
| | | | | Pre-testing. | ||||
* | Right-most column now fills to the right margin (undocumented groff behaviour). | Kristaps Dzonsons | 2009-07-21 | 1 | -1/+7 |
| | |||||
* | FreeBSD includes fix (uqs@sporlein.net). | Kristaps Dzonsons | 2009-07-20 | 1 | -0/+2 |
| | |||||
* | Removed historical ports (they're just cluttering the page). | Kristaps Dzonsons | 2009-07-20 | 1 | -18/+0 |
| | |||||
* | Version.VERSION.1.8.2 | Kristaps Dzonsons | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | Fixed zero-length width string causing assertion (defaulting to 10 -- this ↵ | Kristaps Dzonsons | 2009-07-20 | 1 | -0/+4 |
| | | | | needs work). | ||||
* | Undocumented behaviour in groff: `Bl -column' implies `-compact'. | Kristaps Dzonsons | 2009-07-20 | 2 | -4/+16 |
| | | | | mandoc now allows fewer columns than the -width specifies. |