History log of /openbsd/usr.bin/mandoc/dbm_map.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 79a81166 09-Feb-2017 schwarze <schwarze@openbsd.org>

Improve clarity of some casts;
from Christos Zoulas <christos at NetBSD>.


# 753b3b59 22-Oct-2016 schwarze <schwarze@openbsd.org>

cast off_t and uint64_t for printf(3)
to make sure that widths match on all platforms;
from Ed Maste <emaste at freebsd dot org>;
OK guenther@


# 71a346d7 20-Oct-2016 schwarze <schwarze@openbsd.org>

st_size is off_t, which is signed, so use %lld rather than %llu;
noticed by Ed Maste when compiling on FreeBSD


# 467e53f5 30-Aug-2016 schwarze <schwarze@openbsd.org>

less confusing warning message about negative offsets


# c26c9404 22-Aug-2016 schwarze <schwarze@openbsd.org>

When running into a mandoc.db(5) file still using the obsolete
format based on SQLite 3, say so in words that mortals can
understand rather than babbling about hex magic.
Suggested by espie@.


# ff2dbb0f 01-Aug-2016 schwarze <schwarze@openbsd.org>

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

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@

show more ...