Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed next-line scope error in libman block macros. | Kristaps Dzonsons | 2009-08-20 | 1 | -2/+5 |
| | |||||
* | Fixed (not documented anywhere of course) that `SH' and `SS' in libman have ↵ | Kristaps Dzonsons | 2009-08-20 | 2 | -4/+4 |
| | | | | next-line head scope. | ||||
* | Synchronised man.7, mdoc.7, mdoc.template manual structure. | Kristaps Dzonsons | 2009-08-20 | 5 | -4/+18 |
| | |||||
* | Updated manual structure in mdoc.7. | Kristaps Dzonsons | 2009-08-20 | 7 | -244/+276 |
| | | | | | | Synchronised mdoc.template and mdoc.7 manual structure. `Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children). `Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.). | ||||
* | Small cleanup in mandoc.1. | Kristaps Dzonsons | 2009-08-20 | 1 | -5/+3 |
| | |||||
* | Documented omission of `na' and `Dt'. | Kristaps Dzonsons | 2009-08-20 | 3 | -619/+698 |
| | | | | Clarified COMPATIBILITY section (which modes/inputs). | ||||
* | Added `DT' macro (pointed out by joerg@netbsd.org). | Kristaps Dzonsons | 2009-08-20 | 8 | -8/+20 |
| | |||||
* | Fix to libmdoc passing over delimiters. | Kristaps Dzonsons | 2009-08-20 | 2 | -89/+129 |
| | | | | `RS' and `RE' documented in man.7. | ||||
* | Documented ARGS_ handling in args(). | Kristaps Dzonsons | 2009-08-20 | 2 | -3/+18 |
| | |||||
* | Delimiter whitespace is correctly flagged (required some special handling). | Kristaps Dzonsons | 2009-08-20 | 3 | -14/+20 |
| | |||||
* | More already-fixed FIXMEs. | Kristaps Dzonsons | 2009-08-19 | 1 | -3/+1 |
| | |||||
* | Removed already-fixed FIXME. | Kristaps Dzonsons | 2009-08-19 | 1 | -2/+0 |
| | |||||
* | In-line documentation of mdoc_macro file. | Kristaps Dzonsons | 2009-08-19 | 3 | -270/+222 |
| | | | | Moved _NEXT_ macros into _alloc_ routines (where they belong). | ||||
* | libman checks for open explicit scopes on exit. | Kristaps Dzonsons | 2009-08-19 | 3 | -5/+14 |
| | |||||
* | Linux compat fix. | Kristaps Dzonsons | 2009-08-19 | 1 | -0/+4 |
| | |||||
* | Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc). | Kristaps Dzonsons | 2009-08-19 | 3 | -28/+67 |
| | | | | De-chunking of word terms in libman. | ||||
* | `RS' blocks correctly formatting in output device. | Kristaps Dzonsons | 2009-08-19 | 2 | -20/+89 |
| | |||||
* | Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par). | Kristaps Dzonsons | 2009-08-19 | 9 | -48/+109 |
| | |||||
* | libmdoc accepts whitespace following control character.VERSION.1.9.0 | Kristaps Dzonsons | 2009-08-18 | 4 | -636/+641 |
| | |||||
* | Fixed missing check for open ELINE scope in BLINE macro. | Kristaps Dzonsons | 2009-08-18 | 1 | -6/+8 |
| | |||||
* | Small updates to man.7 (next-line break-exclusions, numerical width example). | Kristaps Dzonsons | 2009-08-18 | 3 | -48/+135 |
| | | | | Fully tested and correct scope-rewinding of block macros. | ||||
* | Updated libman AST documentation. | Kristaps Dzonsons | 2009-08-17 | 2 | -3/+9 |
| | | | | Version (not yet finalised, but tagging in Makefile): 1.9.0. | ||||
* | `IP' and `TP' correctly handle width arguments. | Kristaps Dzonsons | 2009-08-17 | 2 | -19/+74 |
| | | | | Documented numeric widths. | ||||
* | Finished correct `IP' handling. | Kristaps Dzonsons | 2009-08-13 | 2 | -47/+82 |
| | |||||
* | Added proper `TP' support. | Kristaps Dzonsons | 2009-08-13 | 2 | -26/+43 |
| | |||||
* | Added full `HP' libman macro support. | Kristaps Dzonsons | 2009-08-13 | 2 | -7/+56 |
| | |||||
* | Significant overhaul in libman. Macros are now block- and line-scoped (with | Kristaps Dzonsons | 2009-08-13 | 11 | -387/+1060 |
| | | | | | | | | 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 Dzonsons | 2009-08-13 | 2 | -1/+4 |
| | |||||
* | Moved indentation size into *term.c files. | Kristaps Dzonsons | 2009-08-10 | 3 | -24/+92 |
| | | | | Improved handling of libman `IP' macro (still needs work). | ||||
* | Fixed groff-compat where two `Sh' calls, with the first not having a body, ↵ | Kristaps Dzonsons | 2009-07-29 | 1 | -3/+8 |
| | | | | don't assert vspace between calls. | ||||
* | Documented behaviour of interpreting parsable/callable macros. | Kristaps Dzonsons | 2009-07-29 | 1 | -2/+13 |
| | |||||
* | Columns with `Bl -column' correctly check for CALLABLE status. | Kristaps Dzonsons | 2009-07-29 | 2 | -29/+16 |
| | |||||
* | Moved CALLABLE check to lookup_raw(). | Kristaps Dzonsons | 2009-07-29 | 4 | -26/+31 |
| | | | | | | 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.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 |
| |