| Commit message (Expand) | Author | Age | Files | Lines |
* | More updates to html.c. | Kristaps Dzonsons | 2009-09-16 | 3 | -152/+325 |
* | Lintifications. | Kristaps Dzonsons | 2009-09-16 | 4 | -18/+18 |
* | Put closedelim and opendelim right in term_word() (unnecessary extra function). | Kristaps Dzonsons | 2009-09-16 | 1 | -64/+40 |
* | Lookup hashes are now static tables, ordered first-level by second character,... | Kristaps Dzonsons | 2009-09-16 | 9 | -168/+55 |
* | Made tree/term/out() functions return void. | Kristaps Dzonsons | 2009-09-16 | 9 | -95/+713 |
* | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ... | Kristaps Dzonsons | 2009-09-15 | 6 | -308/+125 |
* | Version: 1.9.2.VERSION.1.9.2 | Kristaps Dzonsons | 2009-09-05 | 2 | -4/+4 |
* | Typo fix (jmc@openbsd.org). | Kristaps Dzonsons | 2009-09-05 | 1 | -1/+1 |
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 8 | -12/+28 |
* | Added check for graphable characters in initial-line parse for libman and lib... | Kristaps Dzonsons | 2009-08-22 | 2 | -0/+12 |
* | Fix of MAN_NEXT when removing next-line dupes.VERSION.1.9.1 | Kristaps Dzonsons | 2009-08-21 | 1 | -3/+7 |
* | Removed superfluous XXX. | Kristaps Dzonsons | 2009-08-21 | 2 | -4/+2 |
* | `RS' warns if empty body. | Kristaps Dzonsons | 2009-08-21 | 1 | -1/+13 |
* | Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head). | Kristaps Dzonsons | 2009-08-21 | 2 | -6/+15 |
* | Fixed `nf' behaviour (had broken with de-chunking). | Kristaps Dzonsons | 2009-08-21 | 3 | -14/+54 |
* | Open explicit scope on libman exit now only generates warning. | Kristaps Dzonsons | 2009-08-21 | 4 | -38/+41 |
* | FreeBSD fix (uqs@spoerlein.net). | Kristaps Dzonsons | 2009-08-21 | 1 | -0/+2 |
* | 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 n... | Kristaps Dzonsons | 2009-08-20 | 2 | -4/+4 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | `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 |
* | Updated libman AST documentation. | Kristaps Dzonsons | 2009-08-17 | 2 | -3/+9 |
* | `IP' and `TP' correctly handle width arguments. | Kristaps Dzonsons | 2009-08-17 | 2 | -19/+74 |
* | 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 |
* | 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 |
* | Fixed groff-compat where two `Sh' calls, with the first not having a body, do... | Kristaps Dzonsons | 2009-07-29 | 1 | -3/+8 |
* | 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 |