| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 1 | -1/+1 |
* | Correctly handle constructs like | Joerg Sonnenberger | 2011-11-16 | 1 | -2/+7 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 1 | -1/+28 |
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+8 |
* | An implementation of `tr'. This routes allocations of TEXT nodes | Kristaps Dzonsons | 2011-07-28 | 1 | -1/+1 |
* | Simply word allocation in libmdoc and libman. | Kristaps Dzonsons | 2011-07-27 | 1 | -8/+1 |
* | Finish the eqn syntactic parser. This correctly parses terms and does | Kristaps Dzonsons | 2011-07-21 | 1 | -2/+2 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 1 | -2/+2 |
* | Make libman use mandoc_getcontrol() for real this time. | Kristaps Dzonsons | 2011-03-29 | 1 | -46/+22 |
* | Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be | Kristaps Dzonsons | 2011-03-23 | 1 | -0/+17 |
* | 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 | -21/+6 |
* | Clean-up in libman: make all calls to man_*msg not check return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -2/+2 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -3/+3 |
* | Allow -man to process EQN as well. Also fix a segfault in missing case | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+16 |
* | Put tbl_alloc function right into the addspan() one, as this is the only | Kristaps Dzonsons | 2011-02-08 | 1 | -18/+8 |
* | Use tbl_span line number for warnings/errors. | Kristaps Dzonsons | 2011-02-06 | 1 | -1/+1 |
* | Let the line-number of a tbl_span be remembered. | Kristaps Dzonsons | 2011-02-06 | 1 | -2/+1 |
* | If the first character of free-form text is whitespace, then a newline | Kristaps Dzonsons | 2011-01-12 | 1 | -8/+15 |
* | Same treatment for MAN_HALT as for MDOC_HALT. | Kristaps Dzonsons | 2011-01-03 | 1 | -9/+9 |
* | Make -Ttree spit out table columns. | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+1 |
* | Add -man support for tables. Like -mdoc, this consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -22/+56 |
* | Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values). | Kristaps Dzonsons | 2011-01-01 | 1 | -6/+6 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the | Kristaps Dzonsons | 2010-12-08 | 1 | -4/+4 |
* | Add support for `ft' macro found in groff(7). Based on a patch by | Kristaps Dzonsons | 2010-12-06 | 1 | -1/+1 |
* | Allow multiple ELINE macros without raising a fatal error. From a field- | Kristaps Dzonsons | 2010-12-06 | 1 | -25/+9 |
* | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD), | Kristaps Dzonsons | 2010-12-05 | 1 | -2/+1 |
* | Kill man_action.c. | Kristaps Dzonsons | 2010-11-30 | 1 | -2/+0 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -26/+6 |
* | simplify the code copying the macro name, and sync the | Ingo Schwarze | 2010-08-08 | 1 | -7/+7 |
* | Clean out the isgraph() checks in mdoc.c and man.c. These code paths | Kristaps Dzonsons | 2010-08-07 | 1 | -11/+1 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+1 |
* | Text ending in a full stop, exclamation mark or question mark | Ingo Schwarze | 2010-07-18 | 1 | -1/+1 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -1/+0 |
* | Following clue-stick applied by schwarze@, back out const-ness of regset | Kristaps Dzonsons | 2010-06-27 | 1 | -2/+2 |
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 1 | -10/+8 |
* | Mechanical diff allowing the const struct regset to propogate through | Kristaps Dzonsons | 2010-06-26 | 1 | -4/+7 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -1/+3 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Allow bad -man dates to flow verbatim into the front-ends. Noted by | Kristaps Dzonsons | 2010-05-26 | 1 | -0/+2 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -84/+29 |
* | Add support for .AT. Properly implement .UC. Add regress tests. | Joerg Sonnenberger | 2010-05-17 | 1 | -1/+1 |
* | Allow roff_parseln() to be re-run. | Kristaps Dzonsons | 2010-05-16 | 1 | -26/+30 |
* | Fix allowing silly '\'' control character. | Kristaps Dzonsons | 2010-05-16 | 1 | -1/+1 |
* | Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof... | Kristaps Dzonsons | 2010-05-15 | 1 | -7/+1 |
* | Pull `ig' out of -man and leave it the roff preparser. | Kristaps Dzonsons | 2010-05-15 | 1 | -2/+1 |
* | Removed restriction on integer manual sections in -man. | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+2 |
* | More EOS: append_delims() fitted with EOS detection, so ANY macro with append... | Kristaps Dzonsons | 2010-05-15 | 1 | -0/+2 |
* | Put the eos-checker into libmandoc.h. | Kristaps Dzonsons | 2010-05-12 | 1 | -13/+1 |