| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | preserve .PP before .RE; effect found in audio/pms(1) |  schwarze | 2015-01-24 | 1 | -2/+13 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) |  schwarze | 2015-01-24 | 1 | -2/+1 |
* | Support .RE with an argument; needed for audio/pms(1). |  schwarze | 2015-01-24 | 1 | -3/+23 |
* | Explicit block closure macros clobber next-line block head scope, |  schwarze | 2014-12-16 | 1 | -3/+3 |
* | Simplify by making many functions in the man(7) parser void, |  schwarze | 2014-11-28 | 1 | -87/+54 |
* | Allow the five man(7) font macros to concatenate their line arguments, |  schwarze | 2014-11-03 | 1 | -9/+11 |
* | When the first child of the node being validated gets deleted during |  schwarze | 2014-08-18 | 1 | -2/+16 |
* | Improve handling of next-line scope broken by end of file. |  schwarze | 2014-08-08 | 1 | -8/+30 |
* | Simplify: replace one global flag by one local variable |  schwarze | 2014-08-08 | 1 | -8/+1 |
* | delete forgotten, obsolete rew_warn() prototype |  schwarze | 2014-07-09 | 1 | -3/+1 |
* | Clean up ERROR messages related to document structure and macros: |  schwarze | 2014-07-07 | 1 | -3/+4 |
* | Simplify man_unscope(), removing 18 lines of code, that is, |  schwarze | 2014-07-07 | 1 | -46/+22 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -37/+23 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -1/+2 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. |  schwarze | 2013-12-30 | 1 | -2/+2 |
* | s/[Nn]ull/NUL/ in comments where appropriate; |  schwarze | 2013-12-25 | 1 | -1/+2 |
* | Implement end-of-sentence spacing at the end of man(7) macro lines. |  schwarze | 2013-12-22 | 1 | -1/+10 |
* | In the parser, when closing an explicit block that is not open, |  schwarze | 2013-11-11 | 1 | -5/+7 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the |  schwarze | 2013-10-17 | 1 | -1/+6 |
* | Cleanup naming of local variables to make the code easier on the eye: |  schwarze | 2012-11-17 | 1 | -61/+61 |
* | Fix an assert() raised by `RS' when following `TP' without a tag. |  schwarze | 2012-07-07 | 1 | -2/+2 |
* | Close a preceding implicit block before opening an explicit block. |  schwarze | 2012-06-03 | 1 | -17/+29 |
* | Minimal implementation of .EX and .EE for GNU compatibility. |  schwarze | 2012-06-02 | 1 | -1/+3 |
* | Support .OP, one of the extended man macros; from kristaps@. |  schwarze | 2012-02-26 | 1 | -1/+2 |
* | When a man document contains nothing at all except one or more invalid |  schwarze | 2011-12-04 | 1 | -2/+1 |
* | When the HEAD scope of .TP is broken by another block macro, |  schwarze | 2011-11-05 | 1 | -12/+12 |
* | Set the default way to append the next node (sibling) before, not after |  schwarze | 2011-07-07 | 1 | -7/+7 |
* | Sync to bsd.lv (all coded by kristaps@): |  schwarze | 2011-07-05 | 1 | -6/+1 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -22/+27 |
* | Merge version 1.10.10: |  schwarze | 2011-04-21 | 1 | -13/+12 |
* | Some improvements to error handling from kristaps@: |  schwarze | 2011-01-16 | 1 | -5/+13 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -6/+1 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the |  schwarze | 2010-12-19 | 1 | -3/+1 |
* | Merge man_action.c into man_validate.c. |  schwarze | 2010-12-01 | 1 | -9/+1 |
* | Now that we have proper .de support in the roff(7) library, |  schwarze | 2010-11-29 | 1 | -4/+1 |
* | Implement the roff .ft (change font) request for man(7). |  schwarze | 2010-11-29 | 1 | -1/+2 |
* | Minimal glue to integrate tbl into the mandoc man(7) parser and formatter. |  schwarze | 2010-10-15 | 1 | -1/+6 |
* | Sync to bsd.lv; in particular, pull in lots of bug fixes. |  schwarze | 2010-07-25 | 1 | -2/+6 |
* | Unified error and warning message system for all of mandoc, |  schwarze | 2010-05-23 | 1 | -11/+13 |
* | implement .AT and .UC; from Joerg Sonnenberger |  schwarze | 2010-05-23 | 1 | -1/+2 |
* | Support nested roff instructions: |  schwarze | 2010-05-20 | 1 | -93/+1 |
* | In theory, Kristaps never intended to write a roff parser, |  schwarze | 2010-05-16 | 1 | -93/+5 |
* | Implement roff conditional instructions .if .ie .el, in man(7) only for now; |  schwarze | 2010-04-25 | 1 | -1/+93 |
* | merge 1.9.20, keeping local patches |  schwarze | 2010-04-02 | 1 | -13/+18 |
* | merge 1.9.19, keeping local patches |  schwarze | 2010-03-29 | 1 | -21/+87 |
* | merge 1.9.17, keeping local patches |  schwarze | 2010-03-26 | 1 | -30/+127 |
* | merge 1.9.16, keeping local patches |  schwarze | 2010-03-25 | 1 | -6/+21 |
* | Accept the non-standard macros .Sp (similar to .sp) |  schwarze | 2010-03-02 | 1 | -1/+8 |
* | sync to 1.9.11: adapt printing of dates to groff conventions, |  schwarze | 2009-10-27 | 1 | -1/+2 |
* | sync to 1.9.2: Add .UC libman macro for compatibility, has no effect. |  schwarze | 2009-09-18 | 1 | -1/+2 |