Age | Commit message (Expand) | Author |
2014-10-17 | If gotoeop() is called requiring more than one iteration, it behaves | Mark Lumsden |
2014-10-17 | strvis() requires that the buffer is at least 4 * srclen + 1. | Doug Hogan |
2014-10-16 | Use reallocarray() where possible. There are further possible overflows | Theo de Raadt |
2014-10-16 | 1) Fix a segfault triggered by an input line containing two consecutive | Ingo Schwarze |
2014-10-16 | Repair BUF_strdup() breakage. | Joel Sing |
2014-10-16 | Use reallocarray() to get integer overflow detection. | Lawrence Teo |
2014-10-16 | oops, don't escape the first token of inline equations | Ingo Schwarze |
2014-10-16 | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze |
2014-10-15 | some choice thoughts on back compat | Ted Unangst |
2014-10-14 | create a REALLOCARRAY macro, and use it where it gives us overflow | Theo de Raadt |
2014-10-14 | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze |
2014-10-14 | obvious use of reallocarray() | Theo de Raadt |
2014-10-14 | plug a memory leak; from Maxime Villard. | Daniel Dickman |
2014-10-14 | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze |
2014-10-13 | implement font modifiers in table layouts | Ingo Schwarze |
2014-10-13 | Properly scale string length measurements for PostScript and PDF output; | Ingo Schwarze |
2014-10-13 | Add missing */ after $OpenBSD$ tag | Charles Longeau |
2014-10-13 | gotoeop() does not behave as expected when there is no '\n' at the end of the | Mark Lumsden |
2014-10-13 | Stricter syntax checking of Unicode character names: | Ingo Schwarze |
2014-10-13 | Do not warn about declarations of functions returning function pointers, | Ingo Schwarze |
2014-10-13 | Add dumping of struct dqblk done by quotactl(2) | Philip Guenther |
2014-10-13 | prefer C99 array initialization syntax. | Brent Cook |
2014-10-13 | Use O_NONBLOCK over FIONBIO. | Brent Cook |
2014-10-13 | whitespace | Damien Miller |
2014-10-12 | Don't assume that right-shift sign-extends integers. | Alexandre Ratchov |
2014-10-12 | add missing entry for .ll to the dispatch table; | Ingo Schwarze |
2014-10-12 | bugfix: do not parse quoted strings for tokens; fixes glFrustum(3) | Ingo Schwarze |
2014-10-12 | Improve error handling in the eqn(7) parser. | Ingo Schwarze |
2014-10-12 | Fix a bug in backward-paragraph. If the cursor is on the first line of | Mark Lumsden |
2014-10-12 | major upgrade to eqn(7) terminal output; | Ingo Schwarze |
2014-10-11 | oops, don't crash when .Fo has no argument | Ingo Schwarze |
2014-10-11 | warn about parentheses in function names after .Fn and .Fo; | Ingo Schwarze |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | convert to use of reallocarray() | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-10 | Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right. | Ingo Schwarze |
2014-10-10 | Zap some stored values never read; From Fritjof Bornebusch; ok nicm@ | Otto Moerbeek |
2014-10-10 | Explicitly handle -l and -u combinations. From Fritjof Bornebusch; ok daniel@ | Otto Moerbeek |
2014-10-09 | parse and render "from" and "to" clauses in eqn, and render matrices; | Ingo Schwarze |
2014-10-09 | initial bits of MathML rendering for eqn(7) -Thtml; | Ingo Schwarze |
2014-10-09 | more readable eqn(7) -Ttree output; from kristaps@ | Ingo Schwarze |
2014-10-09 | parse simultaneous sub- and superscripts | Ingo Schwarze |
2014-10-09 | tweak previous; | Jason McIntyre |
2014-10-09 | remove modstat | Ted Unangst |
2014-10-09 | no more modstat | Ted Unangst |
2014-10-09 | use reallocarray(). Leave the malloc/realloc cases in the skeleton | Theo de Raadt |
2014-10-08 | Tweak config reparsing with host canonicalisation | Damien Miller |
2014-10-08 | another -Wpointer-sign from clang | Damien Miller |
2014-10-08 | fix a few -Wpointer-sign warnings from clang | Damien Miller |