Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Because mandoc_aux.h and mandoc.h use __attribute__, all files that | Ingo Schwarze | 2020-06-22 | 1 | -1/+3 |
| | | | | | | | | include mandoc_aux.h or mandoc.h need to include config.h, too. It is suspected that for example IRIX needs this, or it is likely to throw errors in these files because the system compiler doesn't understand __attribute__. Issue reported by Kazuo Kuroi <kazuo at irixnet dot org>. | ||||
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 1 | -0/+188 |
Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS. |