summaryrefslogtreecommitdiffstats
path: root/dbm_map.c
Commit message (Expand)AuthorAgeFilesLines
* Improve clarity of some casts;Ingo Schwarze2017-02-171-1/+1
* cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-221-1/+1
* st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze2016-10-201-1/+1
* less confusing warning message about negative offsetsIngo Schwarze2016-08-301-1/+5
* When running into a mandoc.db(5) file still using the obsoleteIngo Schwarze2016-08-221-2/+8
* The concept of endianness seems to be somewhat newfangled, so theIngo Schwarze2016-08-051-0/+6
* Linux compatibility: Work around the lack of EFTYPE and protect <err.h>.Ingo Schwarze2016-07-201-0/+4
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-0/+174