| Commit message (Expand) | Author | Age | Files | Lines |
* | ignore O_CLOEXEC when the operating system doesn't provide it; | Ingo Schwarze | 2015-02-07 | 1 | -0/+3 |
* | trivial sync to OpenBSD: <sys/param.h> no longer needed | Ingo Schwarze | 2015-02-07 | 1 | -4/+4 |
* | be more careful about argc == 0 | Ingo Schwarze | 2015-02-07 | 2 | -9/+13 |
* | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze | 2015-02-06 | 5 | -14/+26 |
* | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze | 2015-02-06 | 5 | -54/+76 |
* | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze | 2015-02-06 | 3 | -10/+12 |
* | better error reporting for .br .fi .nf with arguments | Ingo Schwarze | 2015-02-06 | 3 | -11/+13 |
* | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze | 2015-02-06 | 6 | -95/+39 |
* | better handle .Fo and .Fd without argument | Ingo Schwarze | 2015-02-06 | 6 | -14/+42 |
* | better handle empty .Bd .Bl .D1 .Dl blocks | Ingo Schwarze | 2015-02-06 | 1 | -38/+44 |
* | better handle .In .Sh .Ss .St .Xr without arguments | Ingo Schwarze | 2015-02-06 | 2 | -10/+13 |
* | fix handling of empty .An macros | Ingo Schwarze | 2015-02-05 | 4 | -11/+7 |
* | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | 2015-02-05 | 6 | -25/+8 |
* | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze | 2015-02-04 | 3 | -43/+53 |
* | improve diagnostics regarding arguments of .An .Pp .Lp .br .sp | Ingo Schwarze | 2015-02-04 | 2 | -11/+27 |
* | fix column numbers of macro arguments in messages | Ingo Schwarze | 2015-02-04 | 1 | -2/+2 |
* | discard .Rs head arguments and improve .Rs diagnostics | Ingo Schwarze | 2015-02-04 | 5 | -38/+52 |
* | more specific .Nd diagnostics, allowing to get rid of enum check_lvl | Ingo Schwarze | 2015-02-04 | 4 | -24/+34 |
* | Enable the integrated man(1) even when database support is disabled, | Ingo Schwarze | 2015-02-03 | 3 | -65/+45 |
* | reduce indentation for better readability | Ingo Schwarze | 2015-02-03 | 1 | -12/+20 |
* | Avoid closing out an explicit block twice when broken by .It | Ingo Schwarze | 2015-02-03 | 1 | -0/+1 |
* | minimal support for Heirloom nroff | Ingo Schwarze | 2015-02-03 | 1 | -5/+17 |
* | Finally delete the kitchensink functions rew_sub() and rew_dohalt(). | Ingo Schwarze | 2015-02-03 | 1 | -159/+74 |
* | Bring .Pp/.Lp handling inside .Nm blocks closer to groff; | Ingo Schwarze | 2015-02-03 | 2 | -6/+21 |
* | Simplify and reindent make_pending(). No functional change | Ingo Schwarze | 2015-02-02 | 1 | -56/+49 |
* | Simplify: Do not call rew_dohalt() from make_pending(), | Ingo Schwarze | 2015-02-02 | 1 | -30/+20 |
* | Get rid of all remaining calls to rew_sub() where the target block | Ingo Schwarze | 2015-02-02 | 1 | -65/+36 |
* | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls | Ingo Schwarze | 2015-02-02 | 3 | -66/+69 |
* | When a full block macro gets closed out by a mismatching | Ingo Schwarze | 2015-02-02 | 1 | -3/+6 |
* | get rid of rew_sub() in blk_part_imp(); no functional change | Ingo Schwarze | 2015-02-01 | 1 | -2/+13 |
* | fix .Eo/.Ec spacing | Ingo Schwarze | 2015-02-01 | 3 | -28/+129 |
* | Simplify blk_part_exp(), no functional change. | Ingo Schwarze | 2015-02-01 | 1 | -23/+7 |
* | The function rew_sub() tries to rewind any all all kinds of blocks | Ingo Schwarze | 2015-02-01 | 1 | -4/+3 |
* | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze | 2015-01-31 | 5 | -20/+11 |
* | Have pity on the poor stack. | Ingo Schwarze | 2015-01-30 | 4 | -15/+18 |
* | starting a tbl(7) breaks man(7) next-line scope; | Ingo Schwarze | 2015-01-30 | 1 | -58/+65 |
* | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze | 2015-01-30 | 6 | -13/+5 |
* | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze | 2015-01-30 | 9 | -114/+124 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze | 2015-01-30 | 5 | -67/+50 |
* | Make sure every layout line contains at least one cell; | Ingo Schwarze | 2015-01-30 | 1 | -10/+30 |
* | correctly handle table layout lines starting with a dot | Ingo Schwarze | 2015-01-30 | 1 | -1/+1 |
* | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze | 2015-01-29 | 6 | -299/+80 |
* | Clean up eqn(7) error handling: | Ingo Schwarze | 2015-01-28 | 4 | -70/+72 |
* | * Polish tbl(7) error reporting. | Ingo Schwarze | 2015-01-28 | 9 | -57/+89 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, | Ingo Schwarze | 2015-01-28 | 6 | -27/+27 |
* | implement the tbl(7) "center" layout option | Ingo Schwarze | 2015-01-28 | 2 | -3/+18 |
* | adjust formatting for the tbl(7) layout 'x' modifier (maximize column) | Ingo Schwarze | 2015-01-28 | 1 | -6/+30 |
* | Multiple parser and formatter fixes for line drawing in tbl(7). | Ingo Schwarze | 2015-01-27 | 5 | -158/+160 |
* | Rework tbl(7) layout parsing: | Ingo Schwarze | 2015-01-26 | 5 | -169/+164 |
* | More improvements regarding tbl(7) options. | Ingo Schwarze | 2015-01-26 | 5 | -87/+78 |