summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2014-10-12Fix a bug in backward-paragraph. If the cursor is on the first line ofMark Lumsden
2014-10-12major upgrade to eqn(7) terminal output;Ingo Schwarze
2014-10-11oops, don't crash when .Fo has no argumentIngo Schwarze
2014-10-11warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11convert to use of reallocarray()Theo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-10Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.Ingo Schwarze
2014-10-10Zap some stored values never read; From Fritjof Bornebusch; ok nicm@Otto Moerbeek
2014-10-10Explicitly handle -l and -u combinations. From Fritjof Bornebusch; ok daniel@Otto Moerbeek
2014-10-09parse and render "from" and "to" clauses in eqn, and render matrices;Ingo Schwarze
2014-10-09initial bits of MathML rendering for eqn(7) -Thtml;Ingo Schwarze
2014-10-09more readable eqn(7) -Ttree output; from kristaps@Ingo Schwarze
2014-10-09parse simultaneous sub- and superscriptsIngo Schwarze
2014-10-09tweak previous;Jason McIntyre
2014-10-09remove modstatTed Unangst
2014-10-09no more modstatTed Unangst
2014-10-09use reallocarray(). Leave the malloc/realloc cases in the skeletonTheo de Raadt
2014-10-08Tweak config reparsing with host canonicalisationDamien Miller
2014-10-08another -Wpointer-sign from clangDamien Miller
2014-10-08fix a few -Wpointer-sign warnings from clangDamien Miller