| Commit message (Expand) | Author | Age | Files | Lines |
* | The upcoming .while request will have to re-execute roff(7) lines |  schwarze | 2018-08-23 | 1 | -2/+1 |
* | Continue parser unification: |  schwarze | 2017-04-24 | 1 | -45/+1 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. |  schwarze | 2015-11-07 | 1 | -4/+1 |
* | move man(7) validation into the dedicated validation phase, too |  schwarze | 2015-10-22 | 1 | -2/+3 |
* | Unify mdoc_deroff() and man_deroff() into a common function deroff(). |  schwarze | 2015-04-23 | 1 | -2/+1 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), |  schwarze | 2015-04-18 | 1 | -3/+1 |
* | Replace the structs mdoc and man by a unified struct roff_man. |  schwarze | 2015-04-18 | 1 | -5/+5 |
* | Third step towards parser unification: |  schwarze | 2015-04-02 | 1 | -11/+2 |
* | Second step towards parser unification: |  schwarze | 2015-04-02 | 1 | -71/+46 |
* | First step towards parser unification: |  schwarze | 2015-04-02 | 1 | -13/+2 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) |  schwarze | 2015-01-24 | 1 | -2/+1 |
* | For .RS, we need to save the information how much we actually indented |  schwarze | 2014-12-24 | 1 | -1/+2 |
* | Add some missing OpenBSD RCS markers |  schwarze | 2014-11-28 | 1 | -1/+1 |
* | Simplify by making many functions in the man(7) parser void, |  schwarze | 2014-11-28 | 1 | -2/+1 |
* | remove unneccessary inclusion protection; ok schwarze |  deraadt | 2014-11-27 | 1 | -5/+1 |
* | As suggested by jmc@, only include line and column numbers into messages |  schwarze | 2014-06-20 | 1 | -1/+2 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -1/+2 |
* | If a man(7) NAME section contains macros, avoid truncated or empty |  schwarze | 2014-03-22 | 1 | -1/+3 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the |  schwarze | 2013-10-17 | 1 | -1/+3 |
* | 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 |
* | Sync to version 1.12.0; all code by kristaps@: |  schwarze | 2011-10-09 | 1 | -1/+2 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -26/+4 |
* | Import the foundation for eqn(7) support. |  schwarze | 2011-03-20 | 1 | -2/+5 |
* | Clean up date handling, |  schwarze | 2011-03-07 | 1 | -3/+2 |
* | If the first character of a free-form text input line is whitespace, |  schwarze | 2011-01-16 | 1 | -1/+2 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -10/+7 |
* | Remove two #defines that are unused since the *_action.c removal; |  schwarze | 2010-12-27 | 1 | -2/+1 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the |  schwarze | 2010-12-19 | 1 | -3/+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 |
* | sync comments to bsd.lv; no functional change |  schwarze | 2010-10-23 | 1 | -25/+41 |
* | Minimal glue to integrate tbl into the mandoc man(7) parser and formatter. |  schwarze | 2010-10-15 | 1 | -1/+6 |
* | Implement a simple, consistent user interface for error handling. |  schwarze | 2010-08-20 | 1 | -5/+2 |
* | Sync to bsd.lv; in particular, pull in lots of bug fixes. |  schwarze | 2010-07-25 | 1 | -2/+3 |
* | Full .nr nS support, unbreaking the kernel manuals. |  schwarze | 2010-06-27 | 1 | -3/+3 |
* | Merge bsd.lv release 1.10.0, |  schwarze | 2010-06-06 | 1 | -1/+2 |
* | Unified error and warning message system for all of mandoc, |  schwarze | 2010-05-23 | 1 | -7/+2 |
* | implement .AT and .UC; from Joerg Sonnenberger |  schwarze | 2010-05-23 | 1 | -2/+3 |
* | Support nested roff instructions: |  schwarze | 2010-05-20 | 1 | -6/+2 |
* | In theory, Kristaps never intended to write a roff parser, |  schwarze | 2010-05-16 | 1 | -7/+1 |
* | removed restriction on integer manual sections in -man; |  schwarze | 2010-05-15 | 1 | -2/+2 |
* | Integrate kristaps@' end-of-sentence (EOS) framework |  schwarze | 2010-05-14 | 1 | -2/+3 |
* | Remove the command line option -fno-ign-chars. |  schwarze | 2010-05-13 | 1 | -2/+1 |
* | Implement roff conditional instructions .if .ie .el, in man(7) only for now; |  schwarze | 2010-04-25 | 1 | -1/+5 |
* | merge 1.9.17, keeping local patches |  schwarze | 2010-03-26 | 1 | -38/+46 |
* | Accept the non-standard macros .Sp (similar to .sp) |  schwarze | 2010-03-02 | 1 | -2/+5 |
* | sync to 1.9.12, mostly portability and refactoring: |  schwarze | 2009-12-22 | 1 | -2/+2 |
* | sync to 1.9.11: adapt printing of dates to groff conventions, |  schwarze | 2009-10-27 | 1 | -2/+3 |
* | sync to 1.9.7: the same function was declared in two different headers; |  schwarze | 2009-10-19 | 1 | -2/+1 |