Age | Commit message (Expand) | Author |
2015-01-20 | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze |
2015-01-07 | Bugfix: When the invocation of a user-defined macro follows a roff | Ingo Schwarze |
2015-01-01 | Fix a read buffer overrun triggered by trailing \s- or trailing \s+ | Ingo Schwarze |
2015-01-01 | Don't dereference NULL pointers when formatting missing denominators, | Ingo Schwarze |
2015-01-01 | activate eqn(7) tests | Ingo Schwarze |
2015-01-01 | eqn(7) tests | Ingo Schwarze |
2015-01-01 | The roff(7) language is Turing-complete, even the part implemented | Ingo Schwarze |
2014-12-30 | Test the weird construct of a user-defined macro starting (but not | Ingo Schwarze |
2014-12-30 | let the "make groff" maintainer target show groff warnings | Ingo Schwarze |
2014-12-24 | Support negative indentations for mdoc(7) displays and lists. | Ingo Schwarze |
2014-12-24 | For .RS, we need to save the information how much we actually indented | Ingo Schwarze |
2014-12-24 | Prevent unsigned integer underflow when a number is too wide | Ingo Schwarze |
2014-12-23 | support negative horizontal widths in man(7); | Ingo Schwarze |
2014-12-23 | some scaling unit fixes: | Ingo Schwarze |
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 | 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-20 | Fix two issues causing a class of assertion failures found by jsg@ with afl. | 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 | 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-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 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-13 | Fix a regression found by Carsten dot Kunze at arcor dot de: | Ingo Schwarze |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |
2014-12-03 | test backslash handling because it was on my todo list; | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-11-30 | Multiple fixes with respect to .Pf: | Ingo Schwarze |
2014-11-28 | Drop useless architecture table. Validating architecture names | Ingo Schwarze |
2014-11-28 | Remove bulky, irrelevant library description string tables | Ingo Schwarze |
2014-11-27 | Downgrade .Bd -file from FATAL to ERROR. | Ingo Schwarze |
2014-11-27 | Multiple fixes with respect to .Eo: | Ingo Schwarze |
2014-11-27 | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze |
2014-11-26 | The .Sm macro accepts at most one argument; | Ingo Schwarze |
2014-11-25 | Do not access a NULL pointer when a section has no body, | Ingo Schwarze |
2014-11-24 | forgot to add this file; noticed by daniel@ | Ingo Schwarze |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |
2014-11-20 | Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>: | Ingo Schwarze |
2014-11-19 | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, | Ingo Schwarze |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze |
2014-11-19 | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze |
2014-11-17 | Multiple fixes with respect to in-line macros: | Ingo Schwarze |