| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Completely delete all carriage return characters from the input. | Ingo Schwarze | 2015-02-20 | 1 | -1/+2 |
* | \n(.$ | Ingo Schwarze | 2015-02-20 | 1 | -0/+4 |
* | naddy@ scoured the ports tree for remaining mandoc issues | Ingo Schwarze | 2015-02-17 | 1 | -4/+6 |
* | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze | 2015-02-17 | 6 | -52/+54 |
* | Cope with another one of the many kinds of DocBook stupidity: | Ingo Schwarze | 2015-02-17 | 1 | -2/+11 |
* | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze | 2015-02-17 | 2 | -40/+50 |
* | clean up post_dt() validation function; | Ingo Schwarze | 2015-02-16 | 2 | -42/+43 |
* | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze | 2015-02-16 | 6 | -32/+10 |
* | strtonum(3) compat glue | Ingo Schwarze | 2015-02-16 | 7 | -3/+134 |
* | Clamp width and indent settings to sensible values. | Ingo Schwarze | 2015-02-16 | 1 | -2/+8 |
* | Tweak the wording to avoid the possible misunderstanding that .In | Ingo Schwarze | 2015-02-15 | 1 | -5/+6 |
* | shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid them | Ingo Schwarze | 2015-02-14 | 1 | -1/+2 |
* | After almost five years and 99 revisions, mdoc_macro.c rev. 1.182 | Ingo Schwarze | 2015-02-12 | 1 | -4/+0 |
* | 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 | 7 | -167/+108 |
* | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze | 2015-02-11 | 3 | -9/+6 |
* | explicit blocks close out .Nd; fixing data structure corruption | Ingo Schwarze | 2015-02-11 | 1 | -0/+7 |
* | Be more careful to not generate empty .In, .St, and .Xr nodes. | Ingo Schwarze | 2015-02-10 | 1 | -33/+43 |
* | Do not read past the end of the buffer if an "f" layout font modifier | Ingo Schwarze | 2015-02-10 | 1 | -10/+26 |
* | trim trailing white space, no code change; | Ingo Schwarze | 2015-02-10 | 10 | -38/+38 |
* | Closing a block validates it, which may end up deleting it, | Ingo Schwarze | 2015-02-07 | 1 | -0/+1 |
* | some tweaks to the DIAGNOSTICS section | Ingo Schwarze | 2015-02-07 | 1 | -12/+9 |
* | 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 |