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