aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-1/+3
* merge pledge(2) support from OpenBSDIngo Schwarze2015-11-061-1/+23
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-6/+4
* use the new function man_validate() here, tooIngo Schwarze2015-10-221-1/+2
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-1/+2
* Major character table cleanup:Ingo Schwarze2015-10-131-8/+6
* Reduce the amount of code by moving the three copies of the ohashIngo Schwarze2015-10-131-52/+10
* Garbage collect an unused variable, no functional change;Ingo Schwarze2015-10-121-4/+3
* Clear dform and dsec when exiting a first-level directory in treescan().Ingo Schwarze2015-10-121-20/+23
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-7/+1
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-17/+10
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-43/+43
* for portability, use (char *)NULL in execlp(3) as discussed on tech@ OpenBSDIngo Schwarze2015-09-161-3/+3
* Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze2015-07-191-5/+1
* Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze2015-04-231-3/+3
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-9/+8
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-11/+9
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-3/+3
* Third step towards parser unification:Ingo Schwarze2015-04-021-24/+24
* Second step towards parser unification:Ingo Schwarze2015-04-021-29/+29
* First step towards parser unification:Ingo Schwarze2015-04-021-23/+24
* Parse the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-23/+23
* Fix hardlink detection on platforms having padding in struct inodev,Ingo Schwarze2015-03-131-1/+2
* When makewhatis(8) scans a tree, ignore trailing garbage on filenames.Ingo Schwarze2015-02-271-2/+3
* Support homebrew-style linking on Mac OS X.Ingo Schwarze2015-01-211-2/+10
* Fatal errors no longer exist.Ingo Schwarze2015-01-151-9/+6
* Fix a potential NULL pointer access in an error message after waitpid()Ingo Schwarze2015-01-031-23/+16
* Explicitly set the *data member of struct ohash_info to NULL.Ingo Schwarze2015-01-021-2/+4
* When a file is given on the command line, actually exists, and its nameIngo Schwarze2014-12-301-1/+2
* Integrate the makewhatis binary into the mandoc binaryIngo Schwarze2014-12-091-2/+2
* Improve parsing of function names.Ingo Schwarze2014-12-051-25/+28
* Do not misinterpret function arguments as function names;Ingo Schwarze2014-12-051-1/+4
* Render text before, not after accumulating flag bits, such that flagsIngo Schwarze2014-12-051-117/+108
* When finding a .so link after the page was already processed,Ingo Schwarze2014-12-041-4/+17
* correctly store .Dt and .TH information in the names tableIngo Schwarze2014-12-041-11/+28
* in the SYNOPSIS, add .Fo and first .Fn arguments to the names tableIngo Schwarze2014-12-041-2/+17
* In the SYNOPSIS, if .Nm occurs without argument, give the first .NmIngo Schwarze2014-12-041-25/+48
* Make makewhatis(8) understand .so links to .gz pages.Ingo Schwarze2014-11-271-15/+19
* Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze2014-11-261-6/+3
* Three fixes with respect to the names table:Ingo Schwarze2014-11-191-4/+14
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-4/+4
* Fix a regression in term.c rev. 1.229 reported by bentley@:Ingo Schwarze2014-10-271-2/+2
* add missing entry for .ll to the dispatch table;Ingo Schwarze2014-10-121-1/+2
* If a manpath directory (for example, a _whatdb entry from man.conf(5)Ingo Schwarze2014-09-091-12/+16
* Do not report a page as arch=any merely because .Dt lacks the third argument.Ingo Schwarze2014-09-071-3/+3
* fix debugging outputIngo Schwarze2014-09-071-2/+2
* Add *.gz support to apropos(1) -a, man(1), and even mandoc(1).Ingo Schwarze2014-09-031-54/+15
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze2014-09-031-11/+8
* When makewhatis(8) finds an .so link after the manual being pointed toIngo Schwarze2014-09-011-1/+8
* do not leak a file descriptor on fdopen(3) failure; from doug@Ingo Schwarze2014-08-231-1/+3