summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* merge small style improvements from christos@ to the 1.13 branchIngo Schwarze2017-02-171-2/+2
* merge rev 1.242: warn about missing one-line descriptionIngo Schwarze2017-01-271-4/+8
* merge rev. 1.241: parse section number from the content of preformatted pagesIngo Schwarze2017-01-271-13/+30
* merge rev. 1.240: default to preformatted, not to man(7)Ingo Schwarze2017-01-271-14/+19
* merge rev. 1.239: fix base directory detection for makewhatis -tIngo Schwarze2017-01-271-0/+14
* merge rev. 1.237: completion of NODE_NOSRC workIngo Schwarze2017-01-111-2/+2
* merge rev. 1.236: NODE_NOSRC and NODE_NOPRT for .Bx and .AtIngo Schwarze2017-01-101-2/+2
* merge rev. 1.235: use NODE_NOSRC for .Ux, .Ox, and friendsIngo Schwarze2017-01-101-130/+135
* merge 1.234: cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-221-1/+2
* merge reproducible build support including compat glue to 1.13 branch:Ingo Schwarze2016-10-201-14/+31
* merge rev. 1.233: 0x%llu is a bad idea, make that 0x%llxIngo Schwarze2016-10-201-1/+1
* merge rev. 1.226: fix a typo that prevented names from .DtIngo Schwarze2016-10-201-93/+371
* Now that our man.conf(5) format is mature and extremely simple,Ingo Schwarze2016-07-191-2/+1
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-368/+91
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-3/+4
* add missing prototypes, no code change;Ingo Schwarze2016-07-151-0/+3
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-121-0/+10
* getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze2016-07-091-1/+0
* 'accomodate' -> 'accommodate' in a comment.Ingo Schwarze2016-03-171-1/+1
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-8/+9
* Prefer warn(3) over perror(3) at the few places where it was used.Ingo Schwarze2016-01-081-3/+3
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-2/+1
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-0/+1
* 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