summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mandocdb.c
AgeCommit message (Expand)Author
2016-08-05fix a typo that prevented names from .Dt from getting priority overIngo Schwarze
2016-08-01Repair makewhatis -t, sorry for breaking it in the previous commit.Ingo Schwarze
2016-08-01Remove the dependency on SQLite without loss of functionality.Ingo Schwarze
2016-07-19Use __attribute__((__format__ throughout.Ingo Schwarze
2016-07-15add missing prototypes, no code change;Ingo Schwarze
2016-07-09getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-01-08Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze
2016-01-08Prefer warn(3) over perror(3) at the few places where it was used.Ingo Schwarze
2016-01-08Simplify the mparse_open() interface.Ingo Schwarze
2016-01-08It was very surprising that a function called mparse_readfd()Ingo Schwarze
2016-01-04Improve handling of .Va and .Vt macros.Ingo Schwarze
2015-12-15pledge(2) style:Ingo Schwarze
2015-11-07Modernization, no functional change intended:Ingo Schwarze
2015-11-06Use getprogname(3) rather than __progname.Ingo Schwarze
2015-10-22use the new function man_validate() here, tooIngo Schwarze
2015-10-20In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-13Major character table cleanup:Ingo Schwarze
2015-10-13Reduce the amount of code by moving the three copies of the ohashIngo Schwarze
2015-10-12pledge(2) for makewhatis(8):Ingo Schwarze
2015-10-12Garbage collect an unused variable, no functional change;Ingo Schwarze
2015-10-12Clear dform and dsec when exiting a first-level directory in treescan().Ingo Schwarze
2015-10-12To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze
2015-10-11Finally use __progname, err(3) and warn(3).Ingo Schwarze
2015-10-06modernize style: "return" is not a function; ok cmp(1)Ingo Schwarze
2015-09-16for portability, use (char *)NULL in execlp(3) as discussed on tech@Ingo Schwarze
2015-07-19Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze
2015-04-23Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze
2015-04-18Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze
2015-04-18Profit from the unified struct roff_man and reduce the number ofIngo Schwarze
2015-04-18Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze
2015-04-02Third step towards parser unification:Ingo Schwarze
2015-04-02Second step towards parser unification:Ingo Schwarze
2015-04-02First step towards parser unification:Ingo Schwarze
2015-03-27Parse the new man.conf(5) "output" directive.Ingo Schwarze
2015-03-13Fix hardlink detection on platforms having padding in struct inodev,Ingo Schwarze
2015-02-27When makewhatis(8) scans a tree, ignore trailing garbage on filenames.Ingo Schwarze
2015-01-15Fatal errors no longer exist.Ingo Schwarze
2015-01-03Fix a potential NULL pointer access in an error message after waitpid()Ingo Schwarze
2015-01-02Explicitly set the *data member of struct ohash_info to NULL.Ingo Schwarze
2014-12-30When a file is given on the command line, actually exists, and its nameIngo Schwarze
2014-12-05Improve parsing of function names.Ingo Schwarze
2014-12-05Do not misinterpret function arguments as function names;Ingo Schwarze
2014-12-05Render text before, not after accumulating flag bits, such that flagsIngo Schwarze
2014-12-04When finding a .so link after the page was already processed,Ingo Schwarze
2014-12-04correctly store .Dt and .TH information in the names tableIngo Schwarze
2014-12-04in the SYNOPSIS, add .Fo and first .Fn arguments to the names tableIngo Schwarze
2014-12-04In the SYNOPSIS, if .Nm occurs without argument, give the first .NmIngo Schwarze
2014-11-27Make makewhatis(8) understand .so links to .gz pages.Ingo Schwarze