aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dbm_map.c
Commit message (Expand)AuthorAgeFilesLines
* Improve clarity of some casts;Ingo Schwarze2017-02-171-2/+2
* cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-221-2/+2
* st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze2016-10-201-2/+2
* 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
* The concept of endianness seems to be somewhat newfangled, so theIngo Schwarze2016-08-051-1/+7
* 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