aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use -m for macro set selection in mandoc(1) mode only, not in man(1)Ingo Schwarze2014-12-211-8/+8
* ISO C99 explicitly forbids forward references to enum types (6.7.2.3.3.);Ingo Schwarze2014-12-213-7/+10
* Fix two issues causing a class of assertion failures found by jsg@ with afl.Ingo Schwarze2014-12-201-9/+20
* resolve some code duplication; no functional changeIngo Schwarze2014-12-201-27/+19
* Enforcing an arbitrary, implementation dependent, undocumented limitIngo Schwarze2014-12-194-22/+32
* Rewrite the low-level UTF-8 parser from scratch.Ingo Schwarze2014-12-191-76/+59
* update usage() and the list of non-standard (i.e. non-posix) options;Ingo Schwarze2014-12-182-6/+8
* Don't let .Ta creep into an already-closed list; same as for .It.Ingo Schwarze2014-12-181-2/+3
* Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze2014-12-181-2/+5
* When the head of a list item is extended with a partial explicitIngo Schwarze2014-12-181-7/+7
* Don't let the modulo operator divide by zero.Ingo Schwarze2014-12-181-2/+8
* The code is already careful to not add items to lists that wereIngo Schwarze2014-12-182-22/+34
* [[:<:]] is not POSIXIngo Schwarze2014-12-171-1/+5
* minimally document -IOKTW; requested by naddy@Ingo Schwarze2014-12-171-10/+67
* Be a bit more lenient in what to accept for section names givenIngo Schwarze2014-12-171-6/+7
* Ignore mdoc(7) and man(7) macros inside tbl(7) code because theyIngo Schwarze2014-12-164-9/+27
* correct -Tutf8 and -Thtml rendering of \(~=Ingo Schwarze2014-12-162-10/+10
* Explicit block closure macros clobber next-line block head scope,Ingo Schwarze2014-12-161-3/+3
* When a string comparison condition contains no mismatching characterIngo Schwarze2014-12-161-2/+2
* When a numerical condition errors out after consuming at least oneIngo Schwarze2014-12-161-3/+6
* Empty conditions count as false.Ingo Schwarze2014-12-151-1/+3
* correct some character names to match groff;Ingo Schwarze2014-12-152-18/+18
* Let "man n open" do the same as "man -s n open" again, that is,Ingo Schwarze2014-12-151-4/+5
* Catch localtime() failure for additional safety;Ingo Schwarze2014-12-151-1/+3