Age | Commit message (Expand) | Author |
2016-01-08 | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze |
2016-01-08 | Prefer warn(3) over perror(3) at the few places where it was used. | Ingo Schwarze |
2016-01-08 | Simplify the mparse_open() interface. | Ingo Schwarze |
2016-01-08 | It was very surprising that a function called mparse_readfd() | Ingo Schwarze |
2016-01-04 | Improve handling of .Va and .Vt macros. | Ingo Schwarze |
2015-12-15 | pledge(2) style: | Ingo Schwarze |
2015-11-07 | Modernization, no functional change intended: | Ingo Schwarze |
2015-11-06 | Use getprogname(3) rather than __progname. | Ingo Schwarze |
2015-10-22 | use the new function man_validate() here, too | Ingo Schwarze |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-13 | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze |
2015-10-12 | pledge(2) for makewhatis(8): | Ingo Schwarze |
2015-10-12 | Garbage collect an unused variable, no functional change; | Ingo Schwarze |
2015-10-12 | Clear dform and dsec when exiting a first-level directory in treescan(). | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-11 | Finally use __progname, err(3) and warn(3). | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-16 | for portability, use (char *)NULL in execlp(3) as discussed on tech@ | Ingo Schwarze |
2015-07-19 | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze |
2015-04-23 | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze |
2015-04-18 | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze |
2015-04-18 | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-03-27 | Parse the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-03-13 | Fix hardlink detection on platforms having padding in struct inodev, | Ingo Schwarze |
2015-02-27 | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze |
2015-01-15 | Fatal errors no longer exist. | Ingo Schwarze |
2015-01-03 | Fix a potential NULL pointer access in an error message after waitpid() | Ingo Schwarze |
2015-01-02 | Explicitly set the *data member of struct ohash_info to NULL. | Ingo Schwarze |
2014-12-30 | When a file is given on the command line, actually exists, and its name | 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-04 | When finding a .so link after the page was already processed, | Ingo Schwarze |
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-11-27 | Make makewhatis(8) understand .so links to .gz pages. | Ingo Schwarze |
2014-11-26 | Simplify the mparse_open()/mparse_wait() interface. | Ingo Schwarze |
2014-11-19 | Three fixes with respect to the names table: | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-27 | Fix a regression in term.c rev. 1.89 reported by bentley@: | Ingo Schwarze |
2014-10-12 | add missing entry for .ll to the dispatch table; | Ingo Schwarze |
2014-09-09 | If a manpath directory (for example, a _whatdb entry from man.conf(5) | Ingo Schwarze |
2014-09-07 | Do not report a page as arch=any merely because .Dt lacks the third argument. | Ingo Schwarze |