summary refs log tree commit diff stats
path: root/lib/std/oserrors.nim
Commit message (Collapse)AuthorAgeFilesLines
* minor code cleanups (#21215)Andreas Rumpf2023-01-021-9/+6
|
* move widestrs out of system (#20462)metagn2022-10-011-0/+2
| | | | | * move widestrs out of system * fix osproc
* Added `std/oserrors` for OS error reporting (#19390)flywind2022-01-171-0/+118
* Added 'std/oserrors' for OS error reporting * add a simple test * New code should not support -d:useWinAnsi anymore thanks to @Araq