| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Now that our man.conf(5) format is mature and extremely simple, | Ingo Schwarze | 2016-07-19 | 1 | -2/+1 |
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 1 | -368/+91 |
* | Use __attribute__((__format__ throughout. | Ingo Schwarze | 2016-07-19 | 1 | -3/+4 |
* | add missing prototypes, no code change; | Ingo Schwarze | 2016-07-15 | 1 | -0/+3 |
* | Add support for Mac OS X's sandbox_init(3) sandbox functionality, which | Kristaps Dzonsons | 2016-07-12 | 1 | -0/+10 |
* | getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed; | Ingo Schwarze | 2016-07-09 | 1 | -1/+0 |
* | 'accomodate' -> 'accommodate' in a comment. | Ingo Schwarze | 2016-03-17 | 1 | -1/+1 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -8/+9 |
* | Prefer warn(3) over perror(3) at the few places where it was used. | Ingo Schwarze | 2016-01-08 | 1 | -3/+3 |
* | Simplify the mparse_open() interface. | Ingo Schwarze | 2016-01-08 | 1 | -2/+1 |
* | It was very surprising that a function called mparse_readfd() | Ingo Schwarze | 2016-01-08 | 1 | -0/+1 |
* | Improve handling of .Va and .Vt macros. | Ingo Schwarze | 2016-01-04 | 1 | -13/+28 |
* | pledge(2) style: | Ingo Schwarze | 2015-12-15 | 1 | -8/+11 |
* | Modernization, no functional change intended: | Ingo Schwarze | 2015-11-07 | 1 | -17/+21 |
* | Without HAVE_ERR, don't try to include <err.h>, it probably isn't there. | Ingo Schwarze | 2015-11-07 | 1 | -0/+2 |
* | merge pledge(2) support from OpenBSD | Ingo Schwarze | 2015-11-06 | 1 | -0/+22 |
* | Use getprogname(3) rather than __progname. | Ingo Schwarze | 2015-11-06 | 1 | -5/+3 |
* | use the new function man_validate() here, too | Ingo Schwarze | 2015-10-22 | 1 | -0/+1 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -0/+1 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -7/+5 |
* | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze | 2015-10-13 | 1 | -51/+9 |
* | Garbage collect an unused variable, no functional change; | Ingo Schwarze | 2015-10-12 | 1 | -3/+2 |
* | Clear dform and dsec when exiting a first-level directory in treescan(). | Ingo Schwarze | 2015-10-12 | 1 | -19/+22 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -6/+0 |
* | Finally use __progname, err(3) and warn(3). | Ingo Schwarze | 2015-10-11 | 1 | -16/+9 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -42/+42 |
* | for portability, use (char *)NULL in execlp(3) as discussed on tech@ OpenBSD | Ingo Schwarze | 2015-09-16 | 1 | -2/+2 |
* | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze | 2015-07-19 | 1 | -4/+0 |
* | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze | 2015-04-23 | 1 | -2/+2 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -8/+7 |
* | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze | 2015-04-18 | 1 | -10/+8 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -2/+2 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -23/+23 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -28/+28 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -22/+23 |
* | Parse the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -22/+22 |
* | Fix hardlink detection on platforms having padding in struct inodev, | Ingo Schwarze | 2015-03-13 | 1 | -0/+1 |
* | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze | 2015-02-27 | 1 | -1/+2 |
* | Support homebrew-style linking on Mac OS X. | Ingo Schwarze | 2015-01-21 | 1 | -1/+9 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -8/+5 |
* | Fix a potential NULL pointer access in an error message after waitpid() | Ingo Schwarze | 2015-01-03 | 1 | -22/+15 |
* | Explicitly set the *data member of struct ohash_info to NULL. | Ingo Schwarze | 2015-01-02 | 1 | -1/+3 |
* | When a file is given on the command line, actually exists, and its name | Ingo Schwarze | 2014-12-30 | 1 | -0/+1 |
* | Integrate the makewhatis binary into the mandoc binary | Ingo Schwarze | 2014-12-09 | 1 | -1/+1 |
* | Improve parsing of function names. | Ingo Schwarze | 2014-12-05 | 1 | -24/+27 |
* | Do not misinterpret function arguments as function names; | Ingo Schwarze | 2014-12-05 | 1 | -0/+3 |
* | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze | 2014-12-05 | 1 | -116/+107 |
* | When finding a .so link after the page was already processed, | Ingo Schwarze | 2014-12-04 | 1 | -3/+16 |
* | correctly store .Dt and .TH information in the names table | Ingo Schwarze | 2014-12-04 | 1 | -10/+27 |
* | in the SYNOPSIS, add .Fo and first .Fn arguments to the names table | Ingo Schwarze | 2014-12-04 | 1 | -1/+16 |