| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ... | Kristaps Dzonsons | 2010-03-23 | 1 | -1/+2 |
* | Clarify -man -T[x]html handling of `br' within `B'. | Kristaps Dzonsons | 2010-03-22 | 1 | -27/+49 |
* | Accomodate (libman) for next-line macros followed by non-text macros `na', `s... | Kristaps Dzonsons | 2010-03-22 | 1 | -3/+34 |
* | Check for white-space at the end of free-form text. Lack of check spotted by... | Kristaps Dzonsons | 2010-01-07 | 1 | -3/+23 |
* | Check for white-space at end of stand-alone macro line. | Kristaps Dzonsons | 2010-01-07 | 1 | -2/+9 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 1 | -4/+4 |
* | Fix in junking dot lines in -man (from PR by Alex Kozlov). | Kristaps Dzonsons | 2009-11-02 | 1 | -3/+3 |
* | libmdoc and libman now using non-recoverable allocations (simpler code). | Kristaps Dzonsons | 2009-10-30 | 1 | -38/+13 |
* | bzero() -> memset() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-27 | 1 | -1/+1 |
* | -man also prints unknown macro (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 1 | -6/+14 |
* | Added `PD' to -man (doesn't do anything, yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -1/+1 |
* | FreeBSD compile fixes (uqs@spoerlein.net). | Kristaps Dzonsons | 2009-09-23 | 1 | -0/+2 |
* | Lookup hashes are now static tables, ordered first-level by second character,... | Kristaps Dzonsons | 2009-09-16 | 1 | -9/+3 |
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 1 | -1/+1 |
* | Added check for graphable characters in initial-line parse for libman and lib... | Kristaps Dzonsons | 2009-08-22 | 1 | -0/+6 |
* | 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 | 1 | -2/+0 |
* | Fixed `nf' behaviour (had broken with de-chunking). | Kristaps Dzonsons | 2009-08-21 | 1 | -1/+11 |
* | Open explicit scope on libman exit now only generates warning. | Kristaps Dzonsons | 2009-08-21 | 1 | -4/+26 |
* | Added `DT' macro (pointed out by joerg@netbsd.org). | Kristaps Dzonsons | 2009-08-20 | 1 | -1/+1 |
* | Linux compat fix. | Kristaps Dzonsons | 2009-08-19 | 1 | -0/+4 |
* | Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc). | Kristaps Dzonsons | 2009-08-19 | 1 | -11/+61 |
* | Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par). | Kristaps Dzonsons | 2009-08-19 | 1 | -7/+16 |
* | Significant overhaul in libman. Macros are now block- and line-scoped (with | Kristaps Dzonsons | 2009-08-13 | 1 | -47/+114 |
* | Added `sp' support to libman. | Kristaps Dzonsons | 2009-07-24 | 1 | -1/+2 |
* | Tabularised error strings in libman. | Kristaps Dzonsons | 2009-07-07 | 1 | -35/+15 |
* | Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm... | Kristaps Dzonsons | 2009-07-04 | 1 | -0/+3 |
* | libman documents require `TH' and at least one node. | Kristaps Dzonsons | 2009-06-22 | 1 | -0/+6 |
* | Added nchild decrement in libman (not used, but better in than forgotten). | Kristaps Dzonsons | 2009-06-18 | 1 | -0/+3 |
* | Moved all formatted libman warn/error into man.c/libman.h. | Kristaps Dzonsons | 2009-06-18 | 1 | -0/+37 |
* | Added -fno-ign-chars support to libman. | Kristaps Dzonsons | 2009-06-18 | 1 | -0/+2 |
* | Removed MAN___: moved MAN_br to its index (comments not passed into parser). | Kristaps Dzonsons | 2009-06-16 | 1 | -2/+2 |
* | Modernised comment handling: text following \" is thrown away before | Kristaps Dzonsons | 2009-06-16 | 1 | -4/+0 |
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
* | Spelling "preceed" -> "precede" (naddy). | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
* | man(3) doesn't use err.h anymore. | Kristaps Dzonsons | 2009-04-05 | 1 | -27/+32 |
* | Proper resetting of memory. | Kristaps Dzonsons | 2009-04-03 | 1 | -1/+3 |
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -1/+1 |
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -1/+1 |
* | Fixed after-NLINE-error assertion. | Kristaps Dzonsons | 2009-03-26 | 1 | -2/+2 |
* | Initial front-end formatting for -man pages. | Kristaps Dzonsons | 2009-03-26 | 1 | -7/+53 |
* | Fixed inheritence of initial macro into man_macro. | Kristaps Dzonsons | 2009-03-26 | 1 | -9/+13 |
* | Fixed reading whitespace for man.7 `. TH'. | Kristaps Dzonsons | 2009-03-26 | 1 | -15/+16 |
* | *** empty log message *** | Kristaps Dzonsons | 2009-03-25 | 1 | -0/+1 |
* | Added pflags to man_alloc. | Kristaps Dzonsons | 2009-03-25 | 1 | -9/+21 |
* | Actions in place for prologue parsing. | Kristaps Dzonsons | 2009-03-25 | 1 | -2/+2 |
* | Added man_action.c, renamed mdoc_action.c. | Kristaps Dzonsons | 2009-03-25 | 1 | -7/+0 |
* | Added man validator, renamed mdoc validator. | Kristaps Dzonsons | 2009-03-25 | 1 | -4/+39 |
* | -man linked to mandoc in documentation. | Kristaps Dzonsons | 2009-03-23 | 1 | -2/+7 |