aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Add libisns, libppath and libsaslc from NetBSD. Fix formatting of librt.Joerg Sonnenberger2012-01-281-2/+5
* Add x86 pseudo architecureJoerg Sonnenberger2012-01-281-1/+2
* Add entry about the .TP / .RS crash before I forget about it again.Joerg Sonnenberger2012-01-231-1/+3
* Reflect reality, mandoc_escape does not skip the "\" itself, but expectsJoerg Sonnenberger2012-01-131-3/+5
* Fix previous such that all .It HEADs are unparsed,Ingo Schwarze2012-01-051-11/+9
* Local variable initialisation.Kristaps Dzonsons2012-01-031-2/+2
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-037-23/+112
* Accommodate for ISO C11. groff applied the same `St' argument onKristaps Dzonsons2012-01-032-3/+6
* `-diag' lists aren't parsed, unlike other list types. This fixes a TODOKristaps Dzonsons2012-01-022-8/+15
* Fix ID vs. CLASS for man.cgi CSS selector on results table and verticallyKristaps Dzonsons2011-12-311-3/+2
* When parsing catpages, read from the first section (NAME, we hope) untilKristaps Dzonsons2011-12-312-18/+46
* Do not skip manuals shared across architectures when building databases.Ingo Schwarze2011-12-281-4/+19
* Update the whatis.db database format.Ingo Schwarze2011-12-251-8/+12
* State default usage before listing arguments of a utility. Inspired by aKristaps Dzonsons2011-12-256-74/+70
* First memory leak in mandocdb.c freeing "struct of". Also properlyKristaps Dzonsons2011-12-251-3/+8
* Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.hKristaps Dzonsons2011-12-253-13/+29
* Use the traditional name "whatis.db" for the mandocdb(8) databases.Ingo Schwarze2011-12-255-19/+19
* For binary compatability of the databases across architectures,Ingo Schwarze2011-12-253-36/+31
* Implement test mode (makewhatis -t), required for pkg_create(8).Ingo Schwarze2011-12-252-219/+351
* Support leading, trailing and double colons in MANPATH to prepend,Kristaps Dzonsons2011-12-244-16/+88
* Do not cast void pointers to pointers requiring alignment.Ingo Schwarze2011-12-202-11/+20
* Give catman(8) the -C flag (like apropos and friends) and merge in someKristaps Dzonsons2011-12-182-7/+27
* Make compat files actually use compat.h. Ooops.Kristaps Dzonsons2011-12-184-0/+16
* Two lint fixes.Kristaps Dzonsons2011-12-162-5/+5
* Fix assertion found when plugging legacy man.cgi query string into myKristaps Dzonsons2011-12-161-2/+4
* Edge in a little style. Why not.Kristaps Dzonsons2011-12-161-1/+3
* When routing to a "result" page in the cgi, remember our input parametersKristaps Dzonsons2011-12-161-38/+72
* Have results table inherit the small font.Kristaps Dzonsons2011-12-161-0/+1
* Make sure that "any" is UINT64_MAX, not just INT_MAX, else "any" won'tKristaps Dzonsons2011-12-161-2/+2
* Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-characterKristaps Dzonsons2011-12-166-44/+56
* Make paths in the mandocdb(8) index relative to the databases' pathKristaps Dzonsons2011-12-164-74/+72
* Don't make man.cgi default font-size dictate manual style.Kristaps Dzonsons2011-12-151-3/+3
* Further tweaks for output consistency.Kristaps Dzonsons2011-12-153-7/+15
* Update man.cgi.7 with new CSS files.Kristaps Dzonsons2011-12-151-9/+13
* Some presentation polish in man.cgi:Kristaps Dzonsons2011-12-155-182/+148
* Note that archives are being hosted at gmane.Kristaps Dzonsons2011-12-141-1/+7
* Unbreak man.cgi's css directories when CSS_DIR isn't specified.Kristaps Dzonsons2011-12-142-3/+5
* Remove stray warnx() left in the manpath.c code.Kristaps Dzonsons2011-12-131-2/+1
* Have manpath.c properly use manpath(1), that is, using -C and -m and so on.Kristaps Dzonsons2011-12-132-45/+54
* Compatibility support fgetln() on Linux. This uses the BSD-licensedKristaps Dzonsons2011-12-135-3/+129
* implement -C (alternative config file) for apropos(1) and mandocdb(8),Ingo Schwarze2011-12-129-50/+144
* Explain where .so paths are rooted, and why, and discourage its use;Ingo Schwarze2011-12-111-2/+18
* Ugh, environmental variables are Ev, not Er. Fix typos.Kristaps Dzonsons2011-12-111-2/+2
* Note CSS_DIR in man.cgi.7.Kristaps Dzonsons2011-12-111-1/+3
* When 303'ing a search directly to a page, remember to specify its manroot.Kristaps Dzonsons2011-12-111-57/+54
* Begin working on release notes. Also whitespace-fix man.cgi.7.Kristaps Dzonsons2011-12-102-8/+36
* Update man.cgi.7 to note compatibility and running with multiple roots.Kristaps Dzonsons2011-12-101-16/+64
* Slip in a fix to allow for empty cache directories.Kristaps Dzonsons2011-12-101-2/+2
* Finishing touches on multi-manroot man.cgi. If more than one root isKristaps Dzonsons2011-12-101-5/+24
* Switch on "manpath=" handling, which I call the "manroot" (as "manpath" isKristaps Dzonsons2011-12-101-29/+46