Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve clarity of some casts; | Ingo Schwarze | 2017-02-17 | 1 | -1/+1 |
| | | | | from Christos Zoulas <christos at NetBSD>. | ||||
* | cast off_t and uint64_t for printf(3) | Ingo Schwarze | 2016-10-22 | 1 | -1/+1 |
| | | | | | | to make sure that widths match on all platforms; from Ed Maste <emaste at freebsd dot org>; OK guenther@ | ||||
* | st_size is off_t, which is signed, so use %lld rather than %llu; | Ingo Schwarze | 2016-10-20 | 1 | -1/+1 |
| | | | | noticed by Ed Maste when compiling on FreeBSD | ||||
* | less confusing warning message about negative offsets | Ingo Schwarze | 2016-08-30 | 1 | -1/+5 |
| | |||||
* | When running into a mandoc.db(5) file still using the obsolete | Ingo Schwarze | 2016-08-22 | 1 | -2/+8 |
| | | | | | | 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 the | Ingo Schwarze | 2016-08-05 | 1 | -0/+6 |
| | | | | | | 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 Schwarze | 2016-07-20 | 1 | -0/+4 |
| | |||||
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 1 | -0/+174 |
Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS. |