Age | Commit message (Expand) | Author |
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback |
2014-12-06 | When opening mandoc.db fails, tell the user in which directory. | Ingo Schwarze |
2014-12-05 | implement help(1) | Ingo Schwarze |
2014-12-05 | Improve parsing of function names. | Ingo Schwarze |
2014-12-05 | Do not misinterpret function arguments as function names; | Ingo Schwarze |
2014-12-05 | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze |
2014-12-05 | Rework the number handling to avoid an integer overflow/crash | Jonathan Gray |
2014-12-04 | When finding a .so link after the page was already processed, | Ingo Schwarze |
2014-12-04 | remove a kerberosV leftover. ok miod | Ted Unangst |
2014-12-04 | key_in_file() wrapper is no longer used | Damien Miller |
2014-12-04 | correctly store .Dt and .TH information in the names table | Ingo Schwarze |
2014-12-04 | in the SYNOPSIS, add .Fo and first .Fn arguments to the names table | Ingo Schwarze |
2014-12-04 | In the SYNOPSIS, if .Nm occurs without argument, give the first .Nm | Ingo Schwarze |
2014-12-04 | add RevokedHostKeys option for the client | Damien Miller |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |
2014-12-04 | convert KRL code to new buffer API | Damien Miller |
2014-12-04 | Ignore macros that never produce any text when deciding whether | Ingo Schwarze |
2014-12-03 | Move Windows OS-specific functions to make porting easier. | Brent Cook |
2014-12-03 | document -o and -a; requested by yon | Jason McIntyre |
2014-12-03 | Fix buffer overflow in .PS parsing. Found by afl and based on a | Todd C. Miller |
2014-12-02 | Add -F to if-shell to allow it to be used to check for format or option | Nicholas Marriott |
2014-12-02 | Permit option values to be used in formats. | Nicholas Marriott |
2014-12-02 | convert select() to poll(). This is one of the most complicated | Theo de Raadt |
2014-12-02 | Conversion of braindead select() path to braindead poll() path. | Theo de Raadt |
2014-12-02 | Remove dead stores found by llvm checker and mark functions that | Todd C. Miller |
2014-12-02 | Fix lowzero running out of bounds in pack_vector(). Problem seen by | Otto Moerbeek |
2014-12-02 | Switch the default output mode from -Tascii to -Tlocale. | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-12-01 | Another fix for insertion from Balazs Kezes. On insertion, size the line | Nicholas Marriott |
2014-12-01 | An internal function called xrealloc() is actually a fail-hard | Theo de Raadt |
2014-12-01 | Check ZOOMED flag on window. | Nicholas Marriott |
2014-12-01 | more opportunity to use reallocarray(); ok otto | Theo de Raadt |
2014-12-01 | header cleanup: | Ingo Schwarze |
2014-12-01 | update currency exchange rates; | Jason McIntyre |
2014-12-01 | three trivial reallocarray() uses | Theo de Raadt |
2014-12-01 | sed has a xreallocarray(), but two n*s cases were not replaced | Theo de Raadt |
2014-12-01 | trivial reallocarray() use | Theo de Raadt |
2014-12-01 | use reallocarray() | Theo de Raadt |
2014-12-01 | The header libmandoc.h is part of the internal parser interface, | Ingo Schwarze |
2014-12-01 | Fix %c for floating values that become 0 when coerced to int. | Todd C. Miller |
2014-12-01 | Use warnc() to use the correct errno value for FTS_DNR, FTS_NS and | Todd C. Miller |
2014-11-30 | delete three standard abbreviations that are | Ingo Schwarze |
2014-11-30 | Remove dead code, from Thomas Adam. | Nicholas Marriott |
2014-11-30 | Multiple fixes with respect to .Pf: | Ingo Schwarze |
2014-11-30 | warn about attempts to call non-callable macros; | Ingo Schwarze |
2014-11-29 | Reduce code duplication by reusing the same argument parser | Ingo Schwarze |
2014-11-29 | Provide a helper function macro_or_word() and use it to prune the | Ingo Schwarze |
2014-11-28 | Fold the loop around mdoc_argv() into the function itself, | Ingo Schwarze |
2014-11-28 | Add some missing OpenBSD RCS markers | Ingo Schwarze |
2014-11-28 | AT&T is unlikely to release an new version of Research UNIX any time soon. | Ingo Schwarze |