Age | Commit message (Expand) | Author |
2014-10-20 | protect the roff parser from dividing by zero; | Ingo Schwarze |
2014-10-20 | As reported by Marcus Merighi, hosts enumeration no longer works. | Ingo Schwarze |
2014-10-20 | correct the spacing after in-line equations | Ingo Schwarze |
2014-10-20 | correctly parse spacing around in-line equations | Ingo Schwarze |
2014-10-20 | document sinclude/-include | Marc Espie |
2014-10-20 | fix if (statement); | Jonathan Gray |
2014-10-20 | whitespace | Damien Miller |
2014-10-20 | correct spacing *after* inline equations (much simpler than expected) | Ingo Schwarze |
2014-10-20 | correct spacing before inline equations | Ingo Schwarze |
2014-10-20 | s_client: don't call shutdown on a non-existent socket descriptor. | Brent Cook |
2014-10-20 | show the {MDOC,MAN}_EQN node, it contains interesting information, | Ingo Schwarze |
2014-10-19 | Move the description of mg automatic recentering further down the | Mark Lumsden |
2014-10-19 | rearrange -d, again, after giving ingo some dodgy advice; | Jason McIntyre |
2014-10-19 | in usage() and SYNOPSIS, sort options as suggested by jmc@ | Ingo Schwarze |
2014-10-18 | Fix description of Ss and Se. | Nicholas Marriott |
2014-10-18 | plug file descriptor leaks on read or write failure; | Ingo Schwarze |
2014-10-18 | enable the sinclude/-include feature support I wrote long ago. | Marc Espie |
2014-10-17 | Correctly encode half line feed in the output stream for -f; | Ingo Schwarze |
2014-10-17 | Partial revert of rev. 1.7 (Nov. 21, 2000): | Ingo Schwarze |
2014-10-17 | Instead of doing strvis() of gecos string on output, do it when | Todd C. Miller |
2014-10-17 | Use strlcpy() instead of strncpy() when making a copy of pw_gecos. | Todd C. Miller |
2014-10-17 | Add the -d flag (limit display depth) for compatibility with FreeBSD, | Ingo Schwarze |
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 |