summary refs log tree commit diff stats
path: root/lib/posix/posix_utils.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix OSError `errorCode` field is not assigned a value (#22954)握猫猫2023-11-171-10/+10
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
* minor code cleanups (#21215)Andreas Rumpf2023-01-021-3/+3
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-1/+1
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-0/+3
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-2/+3
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-211-1/+1
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-1/+1
* avoid doAssert on contents of osReleaseFile (#16955)n5m2021-02-151-1/+1
* Add posix_utils.osReleaseFile (#16452)Juan Carlos2021-01-041-1/+21
* Add support for mktemps (#14347)Max Grender-Jones2020-05-251-6/+13
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-1/+5
* Deprecate DCE:on (#13839)Juan Carlos2020-04-021-2/+0
* Add Documentation (#13811)Juan Carlos2020-03-311-1/+0
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Improved posix module, added new posix_utils module (#10723)Federico Ceratto2019-02-281-0/+101