Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |