| Commit message (Expand) | Author | Age | Files | Lines |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) |  schwarze | 2015-01-24 | 1 | -2/+2 |
* | Fatal errors no longer exist. |  schwarze | 2015-01-15 | 1 | -3/+2 |
* | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line |  schwarze | 2014-12-28 | 1 | -2/+4 |
* | Simplify by making the eqn and tbl steering functions void; |  schwarze | 2014-11-28 | 1 | -5/+3 |
* | Simplify by making many functions in the man(7) parser void, |  schwarze | 2014-11-28 | 1 | -118/+70 |
* | Escape sequences terminate high-level macro names, and when doing so, |  schwarze | 2014-11-19 | 1 | -7/+22 |
* | Allow the five man(7) font macros to concatenate their line arguments, |  schwarze | 2014-11-03 | 1 | -1/+16 |
* | correct the spacing after in-line equations |  schwarze | 2014-10-20 | 1 | -2/+3 |
* | correct spacing before inline equations |  schwarze | 2014-10-20 | 1 | -1/+3 |
* | Simplify by handling empty request lines at the one logical place |  schwarze | 2014-09-06 | 1 | -8/+1 |
* | Simplify man(7) validation: |  schwarze | 2014-08-08 | 1 | -4/+5 |
* | mention requests and macros in more messages |  schwarze | 2014-08-08 | 1 | -3/+3 |
* | Simplify: replace one global flag by one local variable |  schwarze | 2014-08-08 | 1 | -55/+13 |
* | Clean up ERROR messages related to document structure and macros: |  schwarze | 2014-07-07 | 1 | -3/+3 |
* | Simplify man_unscope(), removing 18 lines of code, that is, |  schwarze | 2014-07-07 | 1 | -4/+4 |
* | Clean up messages related to plain text and to escape sequences. |  schwarze | 2014-07-06 | 1 | -4/+7 |
* | Do not segfault in makewhatis -Q if the next .SH after .SH NAME |  schwarze | 2014-05-07 | 1 | -4/+7 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -46/+30 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -2/+2 |
* | Skip leading escape sequences in man_deroff(). Helps indexing of |  schwarze | 2014-03-23 | 1 | -4/+11 |
* | If a man(7) NAME section contains macros, avoid truncated or empty |  schwarze | 2014-03-22 | 1 | -1/+41 |
* | The files mandoc.c and mandoc.h contained both specialised low-level |  schwarze | 2014-03-21 | 1 | -1/+2 |
* | Joerg Sonnenberger contributed copyrightable amounts of text to |  schwarze | 2014-01-06 | 1 | -1/+2 |
* | Add an option -Q (quick) to mandocdb(8) |  schwarze | 2014-01-05 | 1 | -2/+10 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. |  schwarze | 2013-12-30 | 1 | -2/+2 |
* | Ignore blank lines right after .SH and .SS. |  schwarze | 2013-11-10 | 1 | -6/+12 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the |  schwarze | 2013-10-17 | 1 | -2/+3 |
* | Cleanup naming of local variables to make the code easier on the eye: |  schwarze | 2012-11-17 | 1 | -126/+126 |
* | Translate blank input lines to .sp just like in mdoc(7), |  schwarze | 2012-07-14 | 1 | -3/+4 |
* | Support the .cc request; code by kristaps@, tests by me. |  schwarze | 2012-07-07 | 1 | -2/+2 |
* | Minimal implementation of .EX and .EE for GNU compatibility. |  schwarze | 2012-06-02 | 1 | -2/+2 |
* | Support .OP, one of the extended man macros; from kristaps@. |  schwarze | 2012-02-26 | 1 | -2/+2 |
* | When a .TP block is broken but already contains a head element, |  schwarze | 2011-11-16 | 1 | -3/+8 |
* | When the HEAD scope of .TP is broken by another block macro, |  schwarze | 2011-11-05 | 1 | -2/+29 |
* | Sync to version 1.12.0; all code by kristaps@: |  schwarze | 2011-10-09 | 1 | -1/+9 |
* | sync to version 1.11.7 from kristaps@ |  schwarze | 2011-09-18 | 1 | -9/+2 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -5/+5 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -68/+47 |
* | Merge version 1.10.10: |  schwarze | 2011-04-21 | 1 | -3/+3 |
* | Import the foundation for eqn(7) support. |  schwarze | 2011-03-20 | 1 | -1/+17 |
* | Clean up date handling, |  schwarze | 2011-03-07 | 1 | -3/+3 |
* | Tbl code maintenance by kristaps@. |  schwarze | 2011-02-10 | 1 | -21/+10 |
* | If the first character of a free-form text input line is whitespace, |  schwarze | 2011-01-16 | 1 | -9/+16 |
* | Make sure coding errors cannot make us miss fatal parsing errors |  schwarze | 2011-01-09 | 1 | -10/+10 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -43/+60 |
* | Clean up {mdoc,man}_{p,v}msg invocations: |  schwarze | 2011-01-01 | 1 | -7/+7 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the |  schwarze | 2010-12-19 | 1 | -6/+5 |
* | Complete the merge of bsd.lv version 1.10.7: |  schwarze | 2010-12-07 | 1 | -3/+4 |
* | Merge man_action.c into man_validate.c. |  schwarze | 2010-12-01 | 1 | -3/+1 |
* | Now that we have proper .de support in the roff(7) library, |  schwarze | 2010-11-29 | 1 | -2/+2 |