| Commit message (Expand) | Author | Age | Files | Lines |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -4/+4 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -41/+41 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -36/+37 |
* | Do not confuse .Bl -column lists that just broken another block | Ingo Schwarze | 2015-02-12 | 1 | -4/+4 |
* | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze | 2015-02-12 | 1 | -2/+4 |
* | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | 2015-02-05 | 1 | -1/+0 |
* | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls | Ingo Schwarze | 2015-02-02 | 1 | -1/+2 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -2/+1 |
* | Simplify by making the eqn and tbl steering functions void; | Ingo Schwarze | 2014-11-28 | 1 | -4/+2 |
* | Simplify by making the mdoc parser callbacks void, and some cleanup; | Ingo Schwarze | 2014-11-28 | 1 | -14/+18 |
* | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze | 2014-11-28 | 1 | -25/+15 |
* | Simplify code by making mdoc validation handlers void. | Ingo Schwarze | 2014-11-28 | 1 | -37/+17 |
* | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze | 2014-11-19 | 1 | -7/+17 |
* | correct the spacing after in-line equations | Ingo Schwarze | 2014-10-20 | 1 | -1/+2 |
* | correct spacing before inline equations | Ingo Schwarze | 2014-10-20 | 1 | -0/+2 |
* | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze | 2014-10-16 | 1 | -57/+0 |
* | Simplify by handling empty request lines at the one logical place | Ingo Schwarze | 2014-09-06 | 1 | -9/+0 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 1 | -38/+21 |
* | mention requests and macros in more messages | Ingo Schwarze | 2014-08-01 | 1 | -2/+2 |
* | garbage collect three unused global flags; no functional change | Ingo Schwarze | 2014-07-30 | 1 | -34/+6 |
* | mark defos as const; nobody needs to change it, | Ingo Schwarze | 2014-07-09 | 1 | -1/+1 |
* | no need to skip content before first section header | Ingo Schwarze | 2014-07-07 | 1 | -21/+0 |
* | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | 2014-07-06 | 1 | -4/+8 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -0/+2 |
* | Clean up the warnings related to document structure. | Ingo Schwarze | 2014-07-01 | 1 | -2/+2 |
* | Start systematic improvements of error reporting. | Ingo Schwarze | 2014-06-20 | 1 | -2/+4 |
* | Fix a minor optimization i broke in rev. 1.163 on August 20, 2010: | Ingo Schwarze | 2014-04-25 | 1 | -1/+1 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -89/+66 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -1/+1 |
* | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), | Ingo Schwarze | 2014-03-23 | 1 | -0/+40 |
* | avoid repetitive code for asprintf error handling | Ingo Schwarze | 2014-03-23 | 1 | -4/+1 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -2/+10 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze | 2013-12-31 | 1 | -1/+1 |
* | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze | 2013-12-24 | 1 | -0/+1 |
* | There are three kinds of input lines: text lines, macros taking | Ingo Schwarze | 2013-10-21 | 1 | -1/+18 |
* | Support setting arbitrary roff(7) number registers, | Ingo Schwarze | 2013-10-05 | 1 | -6/+4 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -140/+140 |
* | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze | 2012-11-16 | 1 | -0/+3 |
* | Fix handling of paragraph macros inside lists: | Ingo Schwarze | 2012-07-18 | 1 | -1/+9 |
* | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze | 2012-07-18 | 1 | -1/+1 |
* | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze | 2012-07-16 | 1 | -1/+2 |
* | Add `cc' support. | Kristaps Dzonsons | 2012-06-12 | 1 | -1/+1 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -1/+2 |
* | implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .sp | Ingo Schwarze | 2011-09-30 | 1 | -0/+1 |
* | An implementation of `tr'. This routes allocations of TEXT nodes | Kristaps Dzonsons | 2011-07-28 | 1 | -1/+1 |
* | Simply word allocation in libmdoc and libman. | Kristaps Dzonsons | 2011-07-27 | 1 | -8/+1 |
* | Disable in-line eqn processing for a bit. | Kristaps Dzonsons | 2011-07-27 | 1 | -1/+5 |
* | First, roff_res() has no need to invoke ROFF_RERUN: since it's executed | Kristaps Dzonsons | 2011-07-27 | 1 | -5/+0 |