| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Drop wordaddbuf() which is identical to putkeys(). | Ingo Schwarze | 2013-06-06 | 1 | -21/+8 |
* | In dbopen(), check success of remove("mandoc.db~"). | Ingo Schwarze | 2013-06-06 | 1 | -21/+14 |
* | In parse_catpage(), the comment saying that the filename would be | Ingo Schwarze | 2013-06-06 | 1 | -0/+1 |
* | The return value from parse_man() is completely unused, | Ingo Schwarze | 2013-06-05 | 1 | -13/+9 |
* | Two sanity checks got lost in treescan() | Ingo Schwarze | 2013-06-05 | 1 | -29/+36 |
* | Add back the realpath() checks that got lost during the change from | Ingo Schwarze | 2013-06-05 | 1 | -121/+159 |
* | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze | 2013-06-05 | 1 | -16/+16 |
* | Changing existing SQLite databases was utterly broken: | Ingo Schwarze | 2013-06-03 | 1 | -1/+3 |
* | Starting the preparations to integrate this into OpenBSD. | Ingo Schwarze | 2013-06-03 | 1 | -43/+64 |
* | Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos | Kristaps Dzonsons | 2012-06-09 | 1 | -1/+1 |
* | Ths SYNCHRONOUS = off optimisation fails on my Mac OSX. Take it out until | Kristaps Dzonsons | 2012-06-09 | 1 | -0/+2 |
* | Add a compatibility interface for ohash. | Kristaps Dzonsons | 2012-06-09 | 1 | -2/+7 |
* | Turn off sqlite3 synchronous mode when creating a new database. | Kristaps Dzonsons | 2012-06-08 | 1 | -32/+48 |
* | Use C99 syntax for declaring the string-hash key array. | Kristaps Dzonsons | 2012-06-08 | 1 | -3/+3 |
* | Re-tooled mandocdb using sqlite3 and ohash. | Kristaps Dzonsons | 2012-06-08 | 1 | -1319/+1401 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -1/+1 |
* | update Copyright years according to the CVS logs; no code change | Ingo Schwarze | 2012-05-27 | 1 | -2/+2 |
* | Being reluctant to add yet more trailing whitespace, i rather back | Ingo Schwarze | 2012-04-15 | 1 | -8/+8 |
* | Improve mandocdb's ability to handle NAME sections by sucking the entire | Kristaps Dzonsons | 2012-03-23 | 1 | -9/+57 |
* | Clean up code a bit by pushing warnings into WARNING macro. | Kristaps Dzonsons | 2012-03-23 | 1 | -63/+48 |
* | Merge some/most of schwarze@'s OpenBSD changes into mandoc: many more | Kristaps Dzonsons | 2012-03-23 | 1 | -116/+158 |
* | When parsing catpages, read from the first section (NAME, we hope) until | Kristaps Dzonsons | 2011-12-31 | 1 | -15/+43 |
* | Do not skip manuals shared across architectures when building databases. | Ingo Schwarze | 2011-12-28 | 1 | -3/+18 |
* | First memory leak in mandocdb.c freeing "struct of". Also properly | Kristaps Dzonsons | 2011-12-25 | 1 | -2/+7 |
* | Use the traditional name "whatis.db" for the mandocdb(8) databases. | Ingo Schwarze | 2011-12-25 | 1 | -1/+1 |
* | For binary compatability of the databases across architectures, | Ingo Schwarze | 2011-12-25 | 1 | -8/+8 |
* | Implement test mode (makewhatis -t), required for pkg_create(8). | Ingo Schwarze | 2011-12-25 | 1 | -212/+328 |
* | Do not cast void pointers to pointers requiring alignment. | Ingo Schwarze | 2011-12-20 | 1 | -4/+12 |
* | Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-character | Kristaps Dzonsons | 2011-12-16 | 1 | -8/+6 |
* | Make paths in the mandocdb(8) index relative to the databases' path | Kristaps Dzonsons | 2011-12-16 | 1 | -42/+34 |
* | implement -C (alternative config file) for apropos(1) and mandocdb(8), | Ingo Schwarze | 2011-12-12 | 1 | -5/+11 |
* | Avoid leaking index records: | Ingo Schwarze | 2011-12-10 | 1 | -20/+24 |
* | Fix selection of arch-specific manuals: | Ingo Schwarze | 2011-12-10 | 1 | -2/+6 |
* | Tweak pformatted(): | Ingo Schwarze | 2011-12-09 | 1 | -12/+13 |
* | Considerably tidy mandocdb(8) catman descriptions by skipping to the first | Kristaps Dzonsons | 2011-12-09 | 1 | -2/+2 |
* | Strip backspace encoding from preformatted manuals. This cleans up a lot | Kristaps Dzonsons | 2011-12-09 | 1 | -0/+12 |
* | Clean up grok of preformatted manual description. | Kristaps Dzonsons | 2011-12-08 | 1 | -28/+35 |
* | index_prune always counted the free slots, | Ingo Schwarze | 2011-12-08 | 1 | -9/+9 |
* | If arguments are passed to mandocdb(8) in "default" mode, then use | Kristaps Dzonsons | 2011-12-08 | 1 | -4/+11 |
* | Implement search support for 24 additional macros, extract more information | Ingo Schwarze | 2011-12-07 | 1 | -299/+252 |
* | Fix parsing of file names given on the command line; i broke it | Ingo Schwarze | 2011-12-04 | 1 | -4/+3 |
* | Back out lorder, which doesn't seem necessary (?). I think this means all | Kristaps Dzonsons | 2011-12-03 | 1 | -1/+0 |
* | Make sure the btree(3) goop is also BE. This covers both the DB metadata | Kristaps Dzonsons | 2011-12-03 | 1 | -0/+1 |
* | This is a little gross: Linux and Apple need lots some cajoling to work | Kristaps Dzonsons | 2011-12-02 | 1 | -1/+5 |
* | Use OpenBSD's endian functions. Make btree type also be endian-neutral. | Kristaps Dzonsons | 2011-12-01 | 1 | -5/+3 |
* | In apropos_db.c, move all btree reading (and safety checks) into the | Kristaps Dzonsons | 2011-12-01 | 1 | -4/+4 |
* | Fix mandocdb(8) to pass over the type when pruning the database. This | Kristaps Dzonsons | 2011-12-01 | 1 | -25/+53 |
* | chdir(2) to the right man page tree before parsing manuals; | Ingo Schwarze | 2011-11-29 | 1 | -1/+17 |
* | Reimplement the global command line options -a and -v | Ingo Schwarze | 2011-11-27 | 1 | -26/+20 |
* | Save the manual type (mdoc, man, or cat) in the index file | Ingo Schwarze | 2011-11-27 | 1 | -0/+1 |