| 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/+1 |
* | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line |  schwarze | 2014-12-28 | 1 | -1/+3 |
* | Simplify by making many functions in the man(7) parser void, |  schwarze | 2014-11-28 | 1 | -65/+50 |
* | Bring the handling of defective prologues even closer to groff, |  schwarze | 2014-08-08 | 1 | -9/+12 |
* | Simplify man(7) validation: |  schwarze | 2014-08-08 | 1 | -121/+70 |
* | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() |  schwarze | 2014-08-08 | 1 | -3/+5 |
* | mention requests and macros in more messages |  schwarze | 2014-08-08 | 1 | -6/+10 |
* | Improve handling of next-line scope broken by end of file. |  schwarze | 2014-08-08 | 1 | -22/+4 |
* | Clean up ERROR messages related to document structure and macros: |  schwarze | 2014-07-07 | 1 | -5/+4 |
* | Clean up messages related to plain text and to escape sequences. |  schwarze | 2014-07-06 | 1 | -2/+3 |
* | Cleanup with respect to bad macro arguments. |  schwarze | 2014-07-05 | 1 | -3/+3 |
* | Clean up messages regarding excess arguments: |  schwarze | 2014-07-04 | 1 | -2/+6 |
* | Clean up warnings related to macros and nesting. |  schwarze | 2014-07-02 | 1 | -3/+3 |
* | Improve "skipping paragraph macro" messages, |  schwarze | 2014-07-02 | 1 | -4/+10 |
* | Clean up the warnings related to document structure. |  schwarze | 2014-07-01 | 1 | -2/+5 |
* | As suggested by jmc@, only include line and column numbers into messages |  schwarze | 2014-06-20 | 1 | -5/+7 |
* | Start systematic improvements of error reporting. |  schwarze | 2014-06-20 | 1 | -4/+9 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -48/+42 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -1/+2 |
* | The files mandoc.c and mandoc.h contained both specialised low-level |  schwarze | 2014-03-21 | 1 | -1/+2 |
* | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). |  schwarze | 2014-01-06 | 1 | -6/+8 |
* | remove assignments that will be overwritten right afterwards, |  schwarze | 2013-12-31 | 1 | -6/+2 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the |  schwarze | 2013-10-17 | 1 | -2/+17 |
* | Cleanup naming of local variables to make the code easier on the eye: |  schwarze | 2012-11-17 | 1 | -81/+72 |
* | Implement .PD for -Tascii. |  schwarze | 2012-07-29 | 1 | -2/+3 |
* | Drop empty .IP such that is does not cause additional vertical spacing. |  schwarze | 2012-07-18 | 1 | -2/+22 |
* | Drop .sp and .br right after .SH and .SS. |  schwarze | 2012-07-18 | 1 | -7/+20 |
* | 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 | -3/+7 |
* | In man(7), when no explicit volume name is given, use the default |  schwarze | 2011-12-02 | 1 | -1/+5 |
* | When the HEAD scope of .TP is broken by another block macro, |  schwarze | 2011-11-05 | 1 | -26/+11 |
* | When .TH sets no data, leave the date field in the page footer blank, |  schwarze | 2011-11-03 | 1 | -4/+6 |
* | Remove a bunch of useless assignments, |  schwarze | 2011-10-16 | 1 | -7/+6 |
* | sync to version 1.11.7 from kristaps@ |  schwarze | 2011-09-18 | 1 | -47/+28 |
* | Fix a bogus "unknown macro" error reported in the pod2man(1) preamble: |  schwarze | 2011-07-07 | 1 | -5/+20 |
* | Merge release 1.11.3, almost all code by kristaps@: |  schwarze | 2011-05-29 | 1 | -25/+31 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -17/+20 |
* | Merge version 1.10.10: |  schwarze | 2011-04-21 | 1 | -4/+3 |
* | Import the foundation for eqn(7) support. |  schwarze | 2011-03-20 | 1 | -1/+5 |
* | Clean up date handling, |  schwarze | 2011-03-07 | 1 | -22/+13 |
* | Refrain from throwing fatal errors for |  schwarze | 2011-01-17 | 1 | -34/+24 |
* | Some improvements to error handling from kristaps@: |  schwarze | 2011-01-16 | 1 | -32/+21 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -23/+13 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the |  schwarze | 2010-12-19 | 1 | -3/+1 |
* | Complete the merge of bsd.lv version 1.10.7: |  schwarze | 2010-12-07 | 1 | -57/+57 |
* | Do not report the same problems multiple times, |  schwarze | 2010-12-06 | 1 | -19/+21 |
* | Merge man_action.c into man_validate.c. |  schwarze | 2010-12-01 | 1 | -8/+206 |
* | 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/+58 |
* | The man(7) macros .HP .IP .RS .TP accept *optional* arguments, |  schwarze | 2010-10-27 | 1 | -4/+2 |