aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Don't let a failing mparse_open() clobber the filename pointer;Ingo Schwarze2015-01-221-3/+7
* improve wording; patch from jmc@Ingo Schwarze2015-01-221-3/+3
* Support homebrew-style linking on Mac OS X.Ingo Schwarze2015-01-213-5/+23
* Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze2015-01-216-24/+61
* Improve overstriking. When overstriking a wider character with aIngo Schwarze2015-01-211-4/+34
* pass empty request lines through to tbl(7); sometimes, they end a layoutIngo Schwarze2015-01-211-11/+10
* blank lines in tables do not need special handling; simplifies codeIngo Schwarze2015-01-213-31/+18
* typo fixes from jmc@Ingo Schwarze2015-01-202-6/+6
* Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze2015-01-207-122/+1282
* change spelling of centre to center: consistent with other man pagesIngo Schwarze2015-01-205-19/+19
* Make the man(1) and apropos(1) options -s and -S much less expensive:Ingo Schwarze2015-01-201-49/+23
* Let man(1) show manuals for the current architecture by default,Ingo Schwarze2015-01-161-1/+6
* Parse and ignore .IX (generate index entry) macros because pod2man(1)Ingo Schwarze2015-01-161-1/+3
* Fatal errors no longer exist.Ingo Schwarze2015-01-1512-172/+105
* downgrade .so failure from FATAL to ERRORIngo Schwarze2015-01-153-31/+30
* downgrade ".so with absolute path" from FATAL to ERROR;Ingo Schwarze2015-01-144-13/+14
* simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeIngo Schwarze2015-01-144-17/+16
* To get rid of SYSERR entries in enum mandocerr, downgrade problems withIngo Schwarze2015-01-143-48/+30
* if earlier files set a non-zero exit status,Ingo Schwarze2015-01-141-7/+13
* Simplify handling of system errors: just exit(3).Ingo Schwarze2015-01-142-43/+17
* Be developer-friendly, 'cause OpenBSD devs like to:Ingo Schwarze2015-01-131-5/+106
* do not spawn a pager when there is no output; issue pointed out by deraadt@Ingo Schwarze2015-01-131-25/+36
* Bugfix: When the invocation of a user-defined macro follows a roffIngo Schwarze2015-01-071-1/+2
* Fix a potential NULL pointer access in an error message after waitpid()Ingo Schwarze2015-01-031-23/+16
* Given the excessively technical description in the old mdoc_samples(7)Ingo Schwarze2015-01-031-8/+17
* Explicitly set the *data member of struct ohash_info to NULL.Ingo Schwarze2015-01-021-2/+4
* Fix a buffer overrun triggered by a trailing backslash at EOF inIngo Schwarze2015-01-011-5/+7
* Fix a read buffer overrun triggered by trailing \s- or trailing \s+Ingo Schwarze2015-01-011-4/+4
* Don't dereference NULL pointers when formatting missing denominators,Ingo Schwarze2015-01-012-11/+14
* If man(1) only has one single argument, always interpret it as a name,Ingo Schwarze2015-01-011-2/+3
* describe .Ql more precisely;Ingo Schwarze2014-12-311-4/+7
* When showing more than one formatted manual page, insert horizontal linesIngo Schwarze2014-12-313-4/+24
* fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>Ingo Schwarze2014-12-301-6/+6
* When a file is given on the command line, actually exists, and its nameIngo Schwarze2014-12-301-1/+2
* Improve documentation of the header/footer macros .Dt, .Os, .TH:Ingo Schwarze2014-12-282-30/+32
* mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineIngo Schwarze2014-12-287-13/+28
* improve previous: do the size check up front to avoid leaking memoryIngo Schwarze2014-12-281-7/+5
* Reduce memory and time consumption on certain malformed input filesIngo Schwarze2014-12-252-5/+14
* Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze2014-12-243-81/+87
* For .RS, we need to save the information how much we actually indentedIngo Schwarze2014-12-242-29/+16
* Prevent unsigned integer underflow when a number is too wideIngo Schwarze2014-12-241-4/+8
* When a man(7) document contains unreasonably large numbers forIngo Schwarze2014-12-242-12/+23
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-237-136/+100
* fix typo in previousIngo Schwarze2014-12-231-3/+3
* some scaling unit fixes:Ingo Schwarze2014-12-236-75/+55
* even if the second argument to .IP is invalid, don't print itIngo Schwarze2014-12-231-4/+3
* Fix vertical scaling. Obviously, nobody ever had a serious look at this.Ingo Schwarze2014-12-231-8/+19
* In a2roffsu(), do not parse the number twice.Ingo Schwarze2014-12-231-44/+13
* correctly handle scaling units after .PDIngo Schwarze2014-12-231-3/+5
* The code already pays attention not to close the same block twice.Ingo Schwarze2014-12-221-3/+3