| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert to mandocdb.{index,db} for database files. | Kristaps Dzonsons | 2012-03-23 | 2 | -5/+6 |
* | two reminders | Ingo Schwarze | 2012-03-04 | 1 | -0/+3 |
* | Correct the expansion of -xbd5; | Ingo Schwarze | 2012-02-26 | 1 | -1/+1 |
* | Add mparse_readmem, which allows application to run the parser directly | Joerg Sonnenberger | 2012-02-16 | 2 | -41/+55 |
* | Don't silently skip non-ASCII characters, but replace them with ``?''. | Joerg Sonnenberger | 2012-02-05 | 1 | -4/+7 |
* | Add libquota | Joerg Sonnenberger | 2012-01-28 | 1 | -0/+1 |
* | Add libisns, libppath and libsaslc from NetBSD. Fix formatting of librt. | Joerg Sonnenberger | 2012-01-28 | 1 | -1/+4 |
* | Add x86 pseudo architecure | Joerg Sonnenberger | 2012-01-28 | 1 | -0/+1 |
* | Add entry about the .TP / .RS crash before I forget about it again. | Joerg Sonnenberger | 2012-01-23 | 1 | -0/+2 |
* | Reflect reality, mandoc_escape does not skip the "\" itself, but expects | Joerg Sonnenberger | 2012-01-13 | 1 | -1/+3 |
* | Fix previous such that all .It HEADs are unparsed, | Ingo Schwarze | 2012-01-05 | 1 | -10/+8 |
* | Local variable initialisation. | Kristaps Dzonsons | 2012-01-03 | 1 | -1/+1 |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 7 | -15/+104 |
* | Accommodate for ISO C11. groff applied the same `St' argument on | Kristaps Dzonsons | 2012-01-03 | 2 | -0/+3 |
* | `-diag' lists aren't parsed, unlike other list types. This fixes a TODO | Kristaps Dzonsons | 2012-01-02 | 2 | -6/+13 |
* | Fix ID vs. CLASS for man.cgi CSS selector on results table and vertically | Kristaps Dzonsons | 2011-12-31 | 1 | -3/+2 |
* | When parsing catpages, read from the first section (NAME, we hope) until | Kristaps Dzonsons | 2011-12-31 | 2 | -16/+44 |
* | Do not skip manuals shared across architectures when building databases. | Ingo Schwarze | 2011-12-28 | 1 | -3/+18 |
* | Update the whatis.db database format. | Ingo Schwarze | 2011-12-25 | 1 | -7/+11 |
* | State default usage before listing arguments of a utility. Inspired by a | Kristaps Dzonsons | 2011-12-25 | 6 | -64/+60 |
* | First memory leak in mandocdb.c freeing "struct of". Also properly | Kristaps Dzonsons | 2011-12-25 | 1 | -2/+7 |
* | Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.h | Kristaps Dzonsons | 2011-12-25 | 3 | -11/+27 |
* | Use the traditional name "whatis.db" for the mandocdb(8) databases. | Ingo Schwarze | 2011-12-25 | 5 | -12/+12 |
* | For binary compatability of the databases across architectures, | Ingo Schwarze | 2011-12-25 | 3 | -33/+28 |
* | Implement test mode (makewhatis -t), required for pkg_create(8). | Ingo Schwarze | 2011-12-25 | 2 | -216/+348 |
* | Support leading, trailing and double colons in MANPATH to prepend, | Kristaps Dzonsons | 2011-12-24 | 4 | -9/+81 |
* | Do not cast void pointers to pointers requiring alignment. | Ingo Schwarze | 2011-12-20 | 2 | -9/+18 |
* | Give catman(8) the -C flag (like apropos and friends) and merge in some | Kristaps Dzonsons | 2011-12-18 | 2 | -4/+24 |
* | Make compat files actually use compat.h. Ooops. | Kristaps Dzonsons | 2011-12-18 | 4 | -0/+16 |
* | Two lint fixes. | Kristaps Dzonsons | 2011-12-16 | 2 | -3/+3 |
* | Fix assertion found when plugging legacy man.cgi query string into my | Kristaps Dzonsons | 2011-12-16 | 1 | -1/+3 |
* | Edge in a little style. Why not. | Kristaps Dzonsons | 2011-12-16 | 1 | -1/+3 |
* | When routing to a "result" page in the cgi, remember our input parameters | Kristaps Dzonsons | 2011-12-16 | 1 | -37/+71 |
* | Have results table inherit the small font. | Kristaps Dzonsons | 2011-12-16 | 1 | -0/+1 |
* | Make sure that "any" is UINT64_MAX, not just INT_MAX, else "any" won't | Kristaps Dzonsons | 2011-12-16 | 1 | -1/+1 |
* | Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-character | Kristaps Dzonsons | 2011-12-16 | 6 | -38/+50 |
* | Make paths in the mandocdb(8) index relative to the databases' path | Kristaps Dzonsons | 2011-12-16 | 4 | -69/+67 |
* | Don't make man.cgi default font-size dictate manual style. | Kristaps Dzonsons | 2011-12-15 | 1 | -3/+3 |
* | Further tweaks for output consistency. | Kristaps Dzonsons | 2011-12-15 | 3 | -5/+13 |
* | Update man.cgi.7 with new CSS files. | Kristaps Dzonsons | 2011-12-15 | 1 | -8/+12 |
* | Some presentation polish in man.cgi: | Kristaps Dzonsons | 2011-12-15 | 5 | -180/+146 |
* | Note that archives are being hosted at gmane. | Kristaps Dzonsons | 2011-12-14 | 1 | -0/+6 |
* | Unbreak man.cgi's css directories when CSS_DIR isn't specified. | Kristaps Dzonsons | 2011-12-14 | 2 | -1/+3 |
* | Remove stray warnx() left in the manpath.c code. | Kristaps Dzonsons | 2011-12-13 | 1 | -1/+0 |
* | Have manpath.c properly use manpath(1), that is, using -C and -m and so on. | Kristaps Dzonsons | 2011-12-13 | 2 | -43/+52 |
* | Compatibility support fgetln() on Linux. This uses the BSD-licensed | Kristaps Dzonsons | 2011-12-13 | 5 | -3/+129 |
* | implement -C (alternative config file) for apropos(1) and mandocdb(8), | Ingo Schwarze | 2011-12-12 | 9 | -38/+132 |
* | Explain where .so paths are rooted, and why, and discourage its use; | Ingo Schwarze | 2011-12-11 | 1 | -0/+16 |
* | Ugh, environmental variables are Ev, not Er. Fix typos. | Kristaps Dzonsons | 2011-12-11 | 1 | -2/+2 |
* | Note CSS_DIR in man.cgi.7. | Kristaps Dzonsons | 2011-12-11 | 1 | -0/+2 |