summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-10-20protect the roff parser from dividing by zero;Ingo Schwarze
2014-10-20As reported by Marcus Merighi, hosts enumeration no longer works.Ingo Schwarze
2014-10-20correct the spacing after in-line equationsIngo Schwarze
2014-10-20correctly parse spacing around in-line equationsIngo Schwarze
2014-10-20document sinclude/-includeMarc Espie
2014-10-20fix if (statement);Jonathan Gray
2014-10-20whitespaceDamien Miller
2014-10-20correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze
2014-10-20correct spacing before inline equationsIngo Schwarze
2014-10-20s_client: don't call shutdown on a non-existent socket descriptor.Brent Cook
2014-10-20show the {MDOC,MAN}_EQN node, it contains interesting information,Ingo Schwarze
2014-10-19Move the description of mg automatic recentering further down theMark Lumsden
2014-10-19rearrange -d, again, after giving ingo some dodgy advice;Jason McIntyre
2014-10-19in usage() and SYNOPSIS, sort options as suggested by jmc@Ingo Schwarze
2014-10-18Fix description of Ss and Se.Nicholas Marriott
2014-10-18plug file descriptor leaks on read or write failure;Ingo Schwarze
2014-10-18enable the sinclude/-include feature support I wrote long ago.Marc Espie
2014-10-17Correctly encode half line feed in the output stream for -f;Ingo Schwarze
2014-10-17Partial revert of rev. 1.7 (Nov. 21, 2000):Ingo Schwarze
2014-10-17Instead of doing strvis() of gecos string on output, do it whenTodd C. Miller
2014-10-17Use strlcpy() instead of strncpy() when making a copy of pw_gecos.Todd C. Miller
2014-10-17Add the -d flag (limit display depth) for compatibility with FreeBSD,Ingo Schwarze
2014-10-17If gotoeop() is called requiring more than one iteration, it behavesMark Lumsden
2014-10-17strvis() requires that the buffer is at least 4 * srclen + 1.Doug Hogan
2014-10-16Use reallocarray() where possible. There are further possible overflowsTheo de Raadt
2014-10-161) Fix a segfault triggered by an input line containing two consecutiveIngo Schwarze
2014-10-16Repair BUF_strdup() breakage.Joel Sing
2014-10-16Use reallocarray() to get integer overflow detection.Lawrence Teo
2014-10-16oops, don't escape the first token of inline equationsIngo Schwarze
2014-10-16Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze
2014-10-15some choice thoughts on back compatTed Unangst
2014-10-14create a REALLOCARRAY macro, and use it where it gives us overflowTheo de Raadt
2014-10-14even if a table has zero columns, do not segfault in the formatter;Ingo Schwarze
2014-10-14obvious use of reallocarray()Theo de Raadt
2014-10-14plug a memory leak; from Maxime Villard.Daniel Dickman
2014-10-14Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze
2014-10-13implement font modifiers in table layoutsIngo Schwarze
2014-10-13Properly scale string length measurements for PostScript and PDF output;Ingo Schwarze
2014-10-13Add missing */ after $OpenBSD$ tagCharles Longeau
2014-10-13gotoeop() does not behave as expected when there is no '\n' at the end of theMark Lumsden
2014-10-13Stricter syntax checking of Unicode character names:Ingo Schwarze
2014-10-13Do not warn about declarations of functions returning function pointers,Ingo Schwarze
2014-10-13Add dumping of struct dqblk done by quotactl(2)Philip Guenther
2014-10-13prefer C99 array initialization syntax.Brent Cook
2014-10-13Use O_NONBLOCK over FIONBIO.Brent Cook
2014-10-13whitespaceDamien Miller
2014-10-12Don't assume that right-shift sign-extends integers.Alexandre Ratchov
2014-10-12add missing entry for .ll to the dispatch table;Ingo Schwarze
2014-10-12bugfix: do not parse quoted strings for tokens; fixes glFrustum(3)Ingo Schwarze
2014-10-12Improve error handling in the eqn(7) parser.Ingo Schwarze