| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | new task: escape blank at the beginning of a line | Ingo Schwarze | 2015-01-24 | 1 | -1/+5 |
* | improve homebrew cellar config example | Ingo Schwarze | 2015-01-23 | 1 | -1/+2 |
* | While ignoring the .ta (set tab stops) and .ti (temp indent) requests | Ingo Schwarze | 2015-01-23 | 2 | -7/+7 |
* | Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra" | Ingo Schwarze | 2015-01-23 | 3 | -15/+15 |
* | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze | 2015-01-23 | 2 | -2/+48 |
* | Slightly improve \w width measurements: | Ingo Schwarze | 2015-01-22 | 1 | -1/+19 |
* | Traditional roff(7) explicitly allows certain control characters | Ingo Schwarze | 2015-01-22 | 2 | -7/+10 |
* | Don't let a failing mparse_open() clobber the filename pointer; | Ingo Schwarze | 2015-01-22 | 1 | -2/+6 |
* | improve wording; patch from jmc@ | Ingo Schwarze | 2015-01-22 | 1 | -1/+1 |
* | Support homebrew-style linking on Mac OS X. | Ingo Schwarze | 2015-01-21 | 3 | -3/+21 |
* | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze | 2015-01-21 | 6 | -16/+53 |
* | Improve overstriking. When overstriking a wider character with a | Ingo Schwarze | 2015-01-21 | 1 | -3/+33 |
* | pass empty request lines through to tbl(7); sometimes, they end a layout | Ingo Schwarze | 2015-01-21 | 1 | -10/+9 |
* | blank lines in tables do not need special handling; simplifies code | Ingo Schwarze | 2015-01-21 | 3 | -28/+15 |
* | typo fixes from jmc@ | Ingo Schwarze | 2015-01-20 | 2 | -4/+4 |
* | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze | 2015-01-20 | 7 | -113/+1273 |
* | change spelling of centre to center: consistent with other man pages | Ingo Schwarze | 2015-01-20 | 5 | -9/+9 |
* | Make the man(1) and apropos(1) options -s and -S much less expensive: | Ingo Schwarze | 2015-01-20 | 1 | -48/+22 |
* | Let man(1) show manuals for the current architecture by default, | Ingo Schwarze | 2015-01-16 | 1 | -0/+5 |
* | Parse and ignore .IX (generate index entry) macros because pod2man(1) | Ingo Schwarze | 2015-01-16 | 1 | -0/+2 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 12 | -158/+91 |
* | 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 |