Age | Commit message (Expand) | Author |
2014-12-23 | even if the second argument to .IP is invalid, don't print it | Ingo Schwarze |
2014-12-23 | Fix vertical scaling. Obviously, nobody ever had a serious look at this. | Ingo Schwarze |
2014-12-23 | In a2roffsu(), do not parse the number twice. | Ingo Schwarze |
2014-12-23 | correctly handle scaling units after .PD | Ingo Schwarze |
2014-12-22 | The code already pays attention not to close the same block twice. | Ingo Schwarze |
2014-12-21 | Use -m for macro set selection in mandoc(1) mode only, not in man(1) | Ingo Schwarze |
2014-12-21 | Fix build with -Werror -std=c99 -pedantic. | Daniel Dickman |
2014-12-20 | Fix two issues causing a class of assertion failures found by jsg@ with afl. | Ingo Schwarze |
2014-12-20 | resolve some code duplication; no functional change | Ingo Schwarze |
2014-12-19 | Enforcing an arbitrary, implementation dependent, undocumented limit | Ingo Schwarze |
2014-12-19 | Rewrite the low-level UTF-8 parser from scratch. | Ingo Schwarze |
2014-12-18 | Don't let .Ta creep into an already-closed list; same as for .It. | Ingo Schwarze |
2014-12-18 | update usage() and the list of non-standard (i.e. non-posix) options; | Jason McIntyre |
2014-12-18 | Only keep leading .Sm inside a list when it immediately precedes | Ingo Schwarze |
2014-12-18 | When the head of a list item is extended with a partial explicit | Ingo Schwarze |
2014-12-18 | Don't let the modulo operator divide by zero. | Ingo Schwarze |
2014-12-18 | The code is already careful to not add items to lists that were | Ingo Schwarze |
2014-12-17 | Be a bit more lenient in what to accept for section names given | Ingo Schwarze |
2014-12-16 | Ignore mdoc(7) and man(7) macros inside tbl(7) code because they | Ingo Schwarze |
2014-12-16 | correct -Tutf8 and -Thtml rendering of \(~= | Ingo Schwarze |
2014-12-16 | Explicit block closure macros clobber next-line block head scope, | Ingo Schwarze |
2014-12-16 | When a string comparison condition contains no mismatching character | Ingo Schwarze |
2014-12-16 | When a numerical condition errors out after consuming at least one | Ingo Schwarze |
2014-12-15 | Empty conditions count as false. | Ingo Schwarze |
2014-12-15 | correct some character names to match groff; | Ingo Schwarze |
2014-12-15 | Let "man n open" do the same as "man -s n open" again, that is, | Ingo Schwarze |
2014-12-15 | Merge from bsd.lv: text about HTML written by kristaps@. | Ingo Schwarze |
2014-12-15 | Catch localtime() failure for additional safety; | Ingo Schwarze |
2014-12-14 | Switch man(1) to the mandoc implementation. | Ingo Schwarze |
2014-12-14 | minimally document -IOKTW; requested by naddy@ | Ingo Schwarze |
2014-12-13 | just released mandoc 1.13.2 | Ingo Schwarze |
2014-12-13 | Fix a regression found by Carsten dot Kunze at arcor dot de: | Ingo Schwarze |
2014-12-11 | slightly reshuffle some code to reduce the diff with portable; | Ingo Schwarze |
2014-12-06 | When opening mandoc.db fails, tell the user in which directory. | Ingo Schwarze |
2014-12-05 | implement help(1) | Ingo Schwarze |
2014-12-05 | Improve parsing of function names. | Ingo Schwarze |
2014-12-05 | Do not misinterpret function arguments as function names; | Ingo Schwarze |
2014-12-05 | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze |
2014-12-04 | When finding a .so link after the page was already processed, | Ingo Schwarze |
2014-12-04 | correctly store .Dt and .TH information in the names table | Ingo Schwarze |
2014-12-04 | in the SYNOPSIS, add .Fo and first .Fn arguments to the names table | Ingo Schwarze |
2014-12-04 | In the SYNOPSIS, if .Nm occurs without argument, give the first .Nm | Ingo Schwarze |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |
2014-12-04 | Ignore macros that never produce any text when deciding whether | Ingo Schwarze |
2014-12-02 | Switch the default output mode from -Tascii to -Tlocale. | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-12-01 | header cleanup: | Ingo Schwarze |
2014-12-01 | The header libmandoc.h is part of the internal parser interface, | Ingo Schwarze |
2014-11-30 | delete three standard abbreviations that are | Ingo Schwarze |
2014-11-30 | Multiple fixes with respect to .Pf: | Ingo Schwarze |