summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2015-01-07Bugfix: When the invocation of a user-defined macro follows a roffIngo Schwarze
2015-01-03Fix a potential NULL pointer access in an error message after waitpid()Ingo Schwarze
2015-01-02Explicitly set the *data member of struct ohash_info to NULL.Ingo Schwarze
2015-01-01Fix a buffer overrun triggered by a trailing backslash at EOF inIngo Schwarze
2015-01-01Fix a read buffer overrun triggered by trailing \s- or trailing \s+Ingo Schwarze
2015-01-01Don't dereference NULL pointers when formatting missing denominators,Ingo Schwarze
2015-01-01If man(1) only has one single argument, always interpret it as a name,Ingo Schwarze
2014-12-31When showing more than one formatted manual page, insert horizontal linesIngo Schwarze
2014-12-30When a file is given on the command line, actually exists, and its nameIngo Schwarze
2014-12-28mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineIngo Schwarze
2014-12-28improve previous: do the size check up front to avoid leaking memoryIngo Schwarze
2014-12-25Reduce memory and time consumption on certain malformed input filesIngo Schwarze
2014-12-24Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze
2014-12-24For .RS, we need to save the information how much we actually indentedIngo Schwarze
2014-12-24Prevent unsigned integer underflow when a number is too wideIngo Schwarze
2014-12-24When a man(7) document contains unreasonably large numbers forIngo Schwarze
2014-12-23support negative horizontal widths in man(7);Ingo Schwarze
2014-12-23fix typo in previousIngo Schwarze
2014-12-23some scaling unit fixes:Ingo Schwarze
2014-12-23even if the second argument to .IP is invalid, don't print itIngo Schwarze
2014-12-23Fix vertical scaling. Obviously, nobody ever had a serious look at this.Ingo Schwarze
2014-12-23In a2roffsu(), do not parse the number twice.Ingo Schwarze
2014-12-23correctly handle scaling units after .PDIngo Schwarze
2014-12-22The code already pays attention not to close the same block twice.Ingo Schwarze
2014-12-21Use -m for macro set selection in mandoc(1) mode only, not in man(1)Ingo Schwarze
2014-12-21Fix build with -Werror -std=c99 -pedantic.Daniel Dickman
2014-12-20Fix two issues causing a class of assertion failures found by jsg@ with afl.Ingo Schwarze
2014-12-20resolve some code duplication; no functional changeIngo Schwarze
2014-12-19Enforcing an arbitrary, implementation dependent, undocumented limitIngo Schwarze
2014-12-19Rewrite the low-level UTF-8 parser from scratch.Ingo Schwarze
2014-12-18Don't let .Ta creep into an already-closed list; same as for .It.Ingo Schwarze
2014-12-18update usage() and the list of non-standard (i.e. non-posix) options;Jason McIntyre
2014-12-18Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze
2014-12-18When the head of a list item is extended with a partial explicitIngo Schwarze
2014-12-18Don't let the modulo operator divide by zero.Ingo Schwarze
2014-12-18The code is already careful to not add items to lists that wereIngo Schwarze
2014-12-17Be a bit more lenient in what to accept for section names givenIngo Schwarze
2014-12-16Ignore mdoc(7) and man(7) macros inside tbl(7) code because theyIngo Schwarze
2014-12-16correct -Tutf8 and -Thtml rendering of \(~=Ingo Schwarze
2014-12-16Explicit block closure macros clobber next-line block head scope,Ingo Schwarze
2014-12-16When a string comparison condition contains no mismatching characterIngo Schwarze
2014-12-16When a numerical condition errors out after consuming at least oneIngo Schwarze
2014-12-15Empty conditions count as false.Ingo Schwarze
2014-12-15correct some character names to match groff;Ingo Schwarze
2014-12-15Let "man n open" do the same as "man -s n open" again, that is,Ingo Schwarze
2014-12-15Merge from bsd.lv: text about HTML written by kristaps@.Ingo Schwarze
2014-12-15Catch localtime() failure for additional safety;Ingo Schwarze
2014-12-14Switch man(1) to the mandoc implementation.Ingo Schwarze
2014-12-14minimally document -IOKTW; requested by naddy@Ingo Schwarze
2014-12-13just released mandoc 1.13.2Ingo Schwarze