Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use single backtick (#17115) | flywind | 2021-02-20 | 1 | -2/+2 |
| | |||||
* | change 'iff' to 'if' to stop "corrections" once and for all (#14182) | Miran | 2020-05-01 | 1 | -3/+3 |
| | |||||
* | posix: add full Haiku support (#13931) | alaviss | 2020-04-09 | 1 | -0/+603 |
* posix: add full Haiku support This commit provides a posix_haiku derived from posix_other, with types following Haiku's definition. This fixes cases where the compiler generates type check for the wrong types (ie. checks where generated for an int-derived type but it's actually implemented as an uint instead). * tools/kochdocs: welcome posix_haiku to the blacklist |