| Commit message (Expand) | Author | Age | Files | Lines |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -4/+5 |
* | Strip non-graphable input characters from input. The manuals | Kristaps Dzonsons | 2010-07-20 | 1 | -19/+25 |
* | Notes: this must be done later. \b in the input will cause havoc. | Kristaps Dzonsons | 2010-06-28 | 1 | -0/+5 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Squash bug noted by Ulrich Spoerlein where "-" were being converted to | Kristaps Dzonsons | 2010-06-09 | 1 | -3/+3 |
* | Smarten BADCHAR check to allow ASCII_HYPH. | Kristaps Dzonsons | 2010-05-25 | 1 | -1/+1 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -29/+38 |
* | Add support for .AT. Properly implement .UC. Add regress tests. | Joerg Sonnenberger | 2010-05-17 | 1 | -0/+1 |
* | Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof... | Kristaps Dzonsons | 2010-05-15 | 1 | -23/+0 |
* | Pull `ig' out of -man and leave it the roff preparser. | Kristaps Dzonsons | 2010-05-15 | 1 | -3/+1 |
* | Removed restriction on integer manual sections in -man. | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+1 |
* | Pulled back in mysterious lost le1 <-> eq0 for Sp macro. | Kristaps Dzonsons | 2010-05-14 | 1 | -1/+1 |
* | Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz... | Kristaps Dzonsons | 2010-05-09 | 1 | -3/+1 |
* | Modified version of Ingo Schwarze's patch so that -man doesn't puke when a TH... | Kristaps Dzonsons | 2010-04-03 | 1 | -2/+13 |
* | Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb... | Kristaps Dzonsons | 2010-03-29 | 1 | -1/+1 |
* | Fixed re-adjustment of scope in exiting roff instructions (libman). | Kristaps Dzonsons | 2010-03-27 | 1 | -2/+21 |
* | Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr... | Kristaps Dzonsons | 2010-03-24 | 1 | -0/+26 |
* | Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ... | Kristaps Dzonsons | 2010-03-23 | 1 | -2/+5 |
* | Accomodate (libman) for next-line macros followed by non-text macros `na', `s... | Kristaps Dzonsons | 2010-03-22 | 1 | -3/+3 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+4 |
* | Added mandoc_a2time() for proper date conversion. | Kristaps Dzonsons | 2009-11-02 | 1 | -1/+1 |
* | Added `PD' to -man (doesn't do anything, yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -0/+1 |
* | Removed number-check for `sp' in -Tman, as nroff accepts non-numerics as a si... | Kristaps Dzonsons | 2009-10-18 | 1 | -34/+3 |
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 1 | -0/+1 |
* | `RS' warns if empty body. | Kristaps Dzonsons | 2009-08-21 | 1 | -1/+13 |
* | Open explicit scope on libman exit now only generates warning. | Kristaps Dzonsons | 2009-08-21 | 1 | -23/+11 |
* | Added `DT' macro (pointed out by joerg@netbsd.org). | Kristaps Dzonsons | 2009-08-20 | 1 | -1/+2 |
* | libman checks for open explicit scopes on exit. | Kristaps Dzonsons | 2009-08-19 | 1 | -2/+0 |
* | Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par). | Kristaps Dzonsons | 2009-08-19 | 1 | -0/+4 |
* | Fixed missing check for open ELINE scope in BLINE macro. | Kristaps Dzonsons | 2009-08-18 | 1 | -6/+8 |
* | Significant overhaul in libman. Macros are now block- and line-scoped (with | Kristaps Dzonsons | 2009-08-13 | 1 | -58/+159 |
* | Added `sp' support to libman. | Kristaps Dzonsons | 2009-07-24 | 1 | -4/+39 |
* | Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm... | Kristaps Dzonsons | 2009-07-04 | 1 | -2/+17 |
* | libman documents require `TH' and at least one node. | Kristaps Dzonsons | 2009-06-22 | 1 | -2/+15 |
* | Reverted max column width 80 -> 78 (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-22 | 1 | -0/+1 |
* | Moved all formatted libman warn/error into man.c/libman.h. | Kristaps Dzonsons | 2009-06-18 | 1 | -28/+2 |
* | Added -fno-ign-chars support to libman. | Kristaps Dzonsons | 2009-06-18 | 1 | -14/+47 |
* | Removed MAN___: moved MAN_br to its index (comments not passed into parser). | Kristaps Dzonsons | 2009-06-16 | 1 | -2/+1 |
* | 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 |
* | man(3) doesn't use err.h anymore. | Kristaps Dzonsons | 2009-04-05 | 1 | -0/+1 |
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -0/+1 |
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -0/+1 |
* | Initial front-end formatting for -man pages. | Kristaps Dzonsons | 2009-03-26 | 1 | -2/+3 |
* | Fixed reading whitespace for man.7 `. TH'. | Kristaps Dzonsons | 2009-03-26 | 1 | -3/+3 |
* | *** empty log message *** | Kristaps Dzonsons | 2009-03-25 | 1 | -1/+0 |
* | Added man validator, renamed mdoc validator. | Kristaps Dzonsons | 2009-03-25 | 1 | -0/+134 |