| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Close a preceding implicit block before opening an explicit block. | Ingo Schwarze | 2012-06-03 | 1 | -16/+28 |
* | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze | 2012-06-02 | 1 | -0/+2 |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 1 | -0/+1 |
* | Jumping out of man_unscope() for the root node is a bad idea | Ingo Schwarze | 2011-12-04 | 1 | -2/+0 |
* | Fix condition. Not enough tea. | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+1 |
* | Slightly adjust last: return successful as some times the correct error | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+1 |
* | Convert an assert into an explicit check. man_unscope can be triggered | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+2 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 1 | -11/+11 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Fix a bug in the -man parser where deleting nodes (such as `PP' or `LP' | Kristaps Dzonsons | 2011-07-07 | 1 | -6/+6 |
* | Allow RS/RE blocks to nest. This requires first the syntax tree to | Kristaps Dzonsons | 2011-06-18 | 1 | -5/+0 |
* | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" | Kristaps Dzonsons | 2011-04-19 | 1 | -1/+1 |
* | Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving said | Kristaps Dzonsons | 2011-04-17 | 1 | -1/+1 |
* | Merge man_args() into man_macro.c, the only place where it's called, and | Kristaps Dzonsons | 2011-03-23 | 1 | -3/+20 |
* | First, make -man ARGS_EOLN et al. be an enum. Second, remove | Kristaps Dzonsons | 2011-03-23 | 1 | -20/+6 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -0/+1 |
* | Clean-up in libman: make all calls to man_*msg not check return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -12/+11 |
* | Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. The | Kristaps Dzonsons | 2011-01-12 | 1 | -4/+12 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the | Kristaps Dzonsons | 2010-12-08 | 1 | -2/+0 |
* | Add support for `ft' macro found in groff(7). Based on a patch by | Kristaps Dzonsons | 2010-12-06 | 1 | -0/+1 |
* | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD), | Kristaps Dzonsons | 2010-12-05 | 1 | -3/+0 |
* | Kill man_action.c. | Kristaps Dzonsons | 2010-11-30 | 1 | -8/+0 |
* | Sync to OpenBSD: add missing Copyright years. | Ingo Schwarze | 2010-07-31 | 1 | -1/+1 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+1 |
* | Mechanical diff allowing the const struct regset to propogate through | Kristaps Dzonsons | 2010-06-26 | 1 | -0/+3 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -10/+12 |
* | 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 | -90/+4 |
* | Pull `ig' out of -man and leave it the roff preparser. | Kristaps Dzonsons | 2010-05-15 | 1 | -3/+1 |
* | Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb... | Kristaps Dzonsons | 2010-03-29 | 1 | -19/+9 |
* | Initial step in fixing badness reported by Sascha Wildner (wip). | Kristaps Dzonsons | 2010-03-29 | 1 | -0/+15 |
* | Lint fixes. | Kristaps Dzonsons | 2010-03-27 | 1 | -1/+1 |
* | Lint fixes. | Kristaps Dzonsons | 2010-03-27 | 1 | -4/+0 |
* | Fixed re-adjustment of scope in exiting roff instructions (libman). | Kristaps Dzonsons | 2010-03-27 | 1 | -15/+85 |
* | Lint fixes.VERSION.1.9.17 | Kristaps Dzonsons | 2010-03-25 | 1 | -0/+2 |
* | Fixed up some documentation in man.7: only documenting man.7 macros, not rela... | Kristaps Dzonsons | 2010-03-25 | 1 | -5/+8 |
* | Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr... | Kristaps Dzonsons | 2010-03-24 | 1 | -9/+103 |
* | enum-ised rew_* return values (type-safety). | Kristaps Dzonsons | 2010-03-24 | 1 | -14/+11 |
* | libman using enum mant instead of #defines for macros. | Kristaps Dzonsons | 2010-03-23 | 1 | -7/+8 |
* | Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ... | Kristaps Dzonsons | 2010-03-23 | 1 | -0/+7 |
* | Accomodate (libman) for next-line macros followed by non-text macros `na', `s... | Kristaps Dzonsons | 2010-03-22 | 1 | -5/+20 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+4 |
* | Added `PD' to -man (doesn't do anything, yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -0/+1 |
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 1 | -0/+1 |
* | Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head). | Kristaps Dzonsons | 2009-08-21 | 1 | -5/+13 |
* | Open explicit scope on libman exit now only generates warning. | Kristaps Dzonsons | 2009-08-21 | 1 | -1/+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 | 1 | -2/+2 |