summary refs log tree commit diff stats
path: root/lib/posix/posix_haiku.nim
Commit message (Collapse)AuthorAgeFilesLines
* use single backtick (#17115)flywind2021-02-201-2/+2
|
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-011-3/+3
|
* posix: add full Haiku support (#13931)alaviss2020-04-091-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