| Commit message (Expand) | Author | Age | Files | Lines |
* | downgrade .so failure from FATAL to ERROR | Ingo Schwarze | 2015-01-15 | 3 | -27/+26 |
* | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze | 2015-01-14 | 4 | -9/+10 |
* | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change | Ingo Schwarze | 2015-01-14 | 4 | -13/+12 |
* | To get rid of SYSERR entries in enum mandocerr, downgrade problems with | Ingo Schwarze | 2015-01-14 | 3 | -44/+26 |
* | if earlier files set a non-zero exit status, | Ingo Schwarze | 2015-01-14 | 1 | -6/+12 |
* | Simplify handling of system errors: just exit(3). | Ingo Schwarze | 2015-01-14 | 2 | -41/+15 |
* | Be developer-friendly, 'cause OpenBSD devs like to: | Ingo Schwarze | 2015-01-13 | 1 | -4/+105 |
* | do not spawn a pager when there is no output; issue pointed out by deraadt@ | Ingo Schwarze | 2015-01-13 | 1 | -24/+35 |
* | Bugfix: When the invocation of a user-defined macro follows a roff | Ingo Schwarze | 2015-01-07 | 1 | -0/+1 |
* | Fix a potential NULL pointer access in an error message after waitpid() | Ingo Schwarze | 2015-01-03 | 1 | -22/+15 |
* | Given the excessively technical description in the old mdoc_samples(7) | Ingo Schwarze | 2015-01-03 | 1 | -6/+15 |
* | Explicitly set the *data member of struct ohash_info to NULL. | Ingo Schwarze | 2015-01-02 | 1 | -1/+3 |
* | Fix a buffer overrun triggered by a trailing backslash at EOF in | Ingo Schwarze | 2015-01-01 | 1 | -4/+6 |
* | Fix a read buffer overrun triggered by trailing \s- or trailing \s+ | Ingo Schwarze | 2015-01-01 | 1 | -3/+3 |
* | Don't dereference NULL pointers when formatting missing denominators, | Ingo Schwarze | 2015-01-01 | 2 | -9/+12 |
* | If man(1) only has one single argument, always interpret it as a name, | Ingo Schwarze | 2015-01-01 | 1 | -1/+2 |
* | describe .Ql more precisely; | Ingo Schwarze | 2014-12-31 | 1 | -2/+5 |
* | When showing more than one formatted manual page, insert horizontal lines | Ingo Schwarze | 2014-12-31 | 3 | -1/+21 |
* | fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch> | Ingo Schwarze | 2014-12-30 | 1 | -4/+4 |
* | When a file is given on the command line, actually exists, and its name | Ingo Schwarze | 2014-12-30 | 1 | -0/+1 |
* | Improve documentation of the header/footer macros .Dt, .Os, .TH: | Ingo Schwarze | 2014-12-28 | 2 | -26/+28 |
* | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze | 2014-12-28 | 7 | -5/+20 |
* | improve previous: do the size check up front to avoid leaking memory | Ingo Schwarze | 2014-12-28 | 1 | -6/+4 |
* | Reduce memory and time consumption on certain malformed input files | Ingo Schwarze | 2014-12-25 | 2 | -2/+11 |
* | Support negative indentations for mdoc(7) displays and lists. | Ingo Schwarze | 2014-12-24 | 3 | -78/+84 |
* | For .RS, we need to save the information how much we actually indented | Ingo Schwarze | 2014-12-24 | 2 | -27/+14 |
* | Prevent unsigned integer underflow when a number is too wide | Ingo Schwarze | 2014-12-24 | 1 | -3/+7 |
* | When a man(7) document contains unreasonably large numbers for | Ingo Schwarze | 2014-12-24 | 2 | -10/+21 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 7 | -129/+93 |
* | fix typo in previous | Ingo Schwarze | 2014-12-23 | 1 | -2/+2 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 6 | -69/+49 |
* | even if the second argument to .IP is invalid, don't print it | Ingo Schwarze | 2014-12-23 | 1 | -3/+2 |
* | Fix vertical scaling. Obviously, nobody ever had a serious look at this. | Ingo Schwarze | 2014-12-23 | 1 | -7/+18 |
* | In a2roffsu(), do not parse the number twice. | Ingo Schwarze | 2014-12-23 | 1 | -43/+12 |
* | correctly handle scaling units after .PD | Ingo Schwarze | 2014-12-23 | 1 | -2/+4 |
* | The code already pays attention not to close the same block twice. | Ingo Schwarze | 2014-12-22 | 1 | -2/+2 |
* | Use -m for macro set selection in mandoc(1) mode only, not in man(1) | Ingo Schwarze | 2014-12-21 | 1 | -7/+7 |
* | ISO C99 explicitly forbids forward references to enum types (6.7.2.3.3.); | Ingo Schwarze | 2014-12-21 | 3 | -5/+8 |
* | Fix two issues causing a class of assertion failures found by jsg@ with afl. | Ingo Schwarze | 2014-12-20 | 1 | -8/+19 |
* | resolve some code duplication; no functional change | Ingo Schwarze | 2014-12-20 | 1 | -26/+18 |
* | Enforcing an arbitrary, implementation dependent, undocumented limit | Ingo Schwarze | 2014-12-19 | 4 | -18/+28 |
* | Rewrite the low-level UTF-8 parser from scratch. | Ingo Schwarze | 2014-12-19 | 1 | -75/+58 |
* | update usage() and the list of non-standard (i.e. non-posix) options; | Ingo Schwarze | 2014-12-18 | 2 | -3/+5 |
* | Don't let .Ta creep into an already-closed list; same as for .It. | Ingo Schwarze | 2014-12-18 | 1 | -1/+2 |
* | Only keep leading .Sm inside a list when it immediately precedes | Ingo Schwarze | 2014-12-18 | 1 | -1/+4 |
* | When the head of a list item is extended with a partial explicit | Ingo Schwarze | 2014-12-18 | 1 | -6/+6 |
* | Don't let the modulo operator divide by zero. | Ingo Schwarze | 2014-12-18 | 1 | -1/+7 |
* | The code is already careful to not add items to lists that were | Ingo Schwarze | 2014-12-18 | 2 | -20/+32 |
* | [[:<:]] is not POSIX | Ingo Schwarze | 2014-12-17 | 1 | -0/+4 |
* | minimally document -IOKTW; requested by naddy@ | Ingo Schwarze | 2014-12-17 | 1 | -8/+65 |