aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dbm_map.c
Commit message (Collapse)AuthorAgeFilesLines
* less confusing warning message about negative offsetsIngo Schwarze2016-08-301-2/+6
|
* When running into a mandoc.db(5) file still using the obsoleteIngo Schwarze2016-08-221-3/+9
| | | | | | format based on SQLite 3, say so in words that mortals can understand rather than babbling about hex magic. Suggested by espie@.
* The concept of endianness seems to be somewhat newfangled, so theIngo Schwarze2016-08-051-1/+7
| | | | | | respective conversion functions are not yet properly standardized. Rumour has it that POSIX is working on it, though. For now, sprinkle some configuration glue.
* Linux compatibility: Work around the lack of EFTYPE and protect <err.h>.Ingo Schwarze2016-07-201-1/+5
|
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-0/+174
Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS.