Remove the dependency on SQLite without loss of functionality.
authorschwarze <schwarze@openbsd.org>
Mon, 1 Aug 2016 10:32:39 +0000 (10:32 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 1 Aug 2016 10:32:39 +0000 (10:32 +0000)
commitff2dbb0f77feb7ad872603e25f443eae80e0c642
treeece1d6687f0efb700801795cf2869c5667603d93
parent6c907401a6898e8f2298eb53f645bed17f6d6bc4
Remove the dependency on SQLite without loss of functionality.
Drop the obsolete names_check() now that we deleted MLINKS.
Run "doas makewhatis" after compiling and installing this.

Earlier version tested by jmc@ and jturner@;
"commit it all" deraadt@   "commit and dodge" krw@
17 files changed:
usr.bin/mandoc/Makefile
usr.bin/mandoc/dba.c [new file with mode: 0644]
usr.bin/mandoc/dba.h [new file with mode: 0644]
usr.bin/mandoc/dba_array.c [new file with mode: 0644]
usr.bin/mandoc/dba_array.h [new file with mode: 0644]
usr.bin/mandoc/dba_read.c [new file with mode: 0644]
usr.bin/mandoc/dba_write.c [new file with mode: 0644]
usr.bin/mandoc/dba_write.h [new file with mode: 0644]
usr.bin/mandoc/dbm.c [new file with mode: 0644]
usr.bin/mandoc/dbm.h [new file with mode: 0644]
usr.bin/mandoc/dbm_map.c [new file with mode: 0644]
usr.bin/mandoc/dbm_map.h [new file with mode: 0644]
usr.bin/mandoc/main.c
usr.bin/mandoc/mandocdb.c
usr.bin/mandoc/mansearch.c
usr.bin/mandoc/mansearch.h
usr.bin/mandoc/mansearch_const.c [deleted file]