| Commit message (Expand) | Author | Age | Files | Lines |
* | Fatal errors no longer exist. |  schwarze | 2015-01-15 | 1 | -3/+2 |
* | Simplify by making the eqn and tbl steering functions void; |  schwarze | 2014-11-28 | 1 | -5/+3 |
* | Simplify by making the mdoc parser callbacks void, and some cleanup; |  schwarze | 2014-11-28 | 1 | -15/+19 |
* | Simplify the code by making various mdoc parser helper functions void. |  schwarze | 2014-11-28 | 1 | -26/+16 |
* | Simplify code by making mdoc validation handlers void. |  schwarze | 2014-11-28 | 1 | -38/+18 |
* | Escape sequences terminate high-level macro names, and when doing so, |  schwarze | 2014-11-19 | 1 | -8/+18 |
* | 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 |
* | Implement in-line equations, much needed by Xenocara manuals. |  schwarze | 2014-10-16 | 1 | -58/+1 |
* | Simplify by handling empty request lines at the one logical place |  schwarze | 2014-09-06 | 1 | -10/+1 |
* | Bring the handling of defective prologues even closer to groff, |  schwarze | 2014-08-08 | 1 | -39/+22 |
* | 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 | -35/+7 |
* | mark defos as const; nobody needs to change it, |  schwarze | 2014-07-09 | 1 | -2/+2 |
* | no need to skip content before first section header |  schwarze | 2014-07-07 | 1 | -22/+1 |
* | Clean up messages related to plain text and to escape sequences. |  schwarze | 2014-07-06 | 1 | -5/+9 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, |  schwarze | 2014-07-02 | 1 | -1/+3 |
* | Clean up the warnings related to document structure. |  schwarze | 2014-07-01 | 1 | -3/+3 |
* | Start systematic improvements of error reporting. |  schwarze | 2014-06-20 | 1 | -3/+5 |
* | Fix a minor optimization i broke in bsd.lv rev. 1.163 on August 20, 2010: |  schwarze | 2014-04-25 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -90/+67 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -2/+2 |
* | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), |  schwarze | 2014-03-23 | 1 | -1/+41 |
* | avoid repetitive code for asprintf error handling |  schwarze | 2014-03-21 | 1 | -5/+2 |
* | The files mandoc.c and mandoc.h contained both specialised low-level |  schwarze | 2014-03-21 | 1 | -1/+2 |
* | Add an option -Q (quick) to mandocdb(8) |  schwarze | 2014-01-05 | 1 | -3/+11 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. |  schwarze | 2013-12-30 | 1 | -2/+2 |
* | When deciding whether two consecutive macros are on the same input line, |  schwarze | 2013-12-24 | 1 | -1/+2 |
* | There are three kinds of input lines: text lines, macros taking |  schwarze | 2013-10-21 | 1 | -2/+19 |
* | Support setting arbitrary roff(7) number registers, |  schwarze | 2013-10-03 | 1 | -7/+5 |
* | Cleanup naming of local variables to make the code easier on the eye: |  schwarze | 2012-11-17 | 1 | -141/+141 |
* | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. |  schwarze | 2012-11-16 | 1 | -1/+4 |
* | Fix handling of paragraph macros inside lists: |  schwarze | 2012-07-18 | 1 | -2/+10 |
* | The mdoc(7) \*(Ba predefined string actually forces roman font; |  schwarze | 2012-07-18 | 1 | -2/+2 |
* | Several -mdoc parser improvements related to vertical spacing: |  schwarze | 2012-07-16 | 1 | -2/+3 |
* | Support the .cc request; code by kristaps@, tests by me. |  schwarze | 2012-07-07 | 1 | -2/+2 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the |  schwarze | 2012-05-24 | 1 | -2/+3 |
* | implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .sp |  schwarze | 2011-09-30 | 1 | -1/+2 |
* | sync to version 1.11.7 from kristaps@ |  schwarze | 2011-09-18 | 1 | -14/+2 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -7/+63 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -64/+76 |
* | Merge version 1.10.10: |  schwarze | 2011-04-21 | 1 | -3/+5 |
* | Import the foundation for eqn(7) support. |  schwarze | 2011-03-20 | 1 | -1/+25 |
* | Clean up date handling, |  schwarze | 2011-03-07 | 1 | -3/+4 |
* | Tbl code maintenance by kristaps@. |  schwarze | 2011-02-10 | 1 | -24/+11 |
* | Make sure coding errors cannot make us miss fatal parsing errors |  schwarze | 2011-01-09 | 1 | -10/+9 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -25/+41 |
* | Clean up {mdoc,man}_{p,v}msg invocations: |  schwarze | 2011-01-01 | 1 | -15/+17 |
* | Reorg by Kristaps: In libmdoc, replace the union of pointers to structs |  schwarze | 2010-12-29 | 1 | -29/+53 |
* | Behave more like groff (both old and new): Specifying both .%T and .%J in |  schwarze | 2010-12-26 | 1 | -1/+4 |