summary refs log tree commit diff stats
path: root/lib/pure/os.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix: nintendoswitch compilation (#21368)Dmitry Arkhipenko2023-02-251-1/+3
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-041-0/+2
* Move command line parameter code (#20946)IgorDeepakM2022-11-301-270/+5
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-281-6/+9
* clean up `std/os` related modules (#20651)ringabout2022-10-251-65/+0
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-251-4/+7
* move procs in os to `appdirs` (#20605)ringabout2022-10-201-141/+3
* [std/os] split and re-export (#20593)ringabout2022-10-201-2044/+17
* refactor envvars, oserrors; register vmops (#20592)ringabout2022-10-181-9/+5
* [`std/os` clean up] import and export `osseps` (#20580)ringabout2022-10-171-1/+2
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-5/+6
* move widestrs out of system (#20462)metagn2022-10-011-0/+3
* Undeprecate isvalidfilename (#19643)Juan Carlos2022-09-291-7/+12
* moderate system cleanup & refactor (#20355)metagn2022-09-281-1/+1
* Fix cannot create Windows directory in root (#20311)havardjohn2022-09-111-19/+8
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-031-43/+62
* make implicit cstring conversions explicit (#19488)ee72022-08-191-10/+10
* Fixed typo in std/os doc (#20054)LetThereBeLemons2022-07-181-1/+1
* Fixes Compilation error with --app:lib (#19965)Juan M Gómez2022-07-101-1/+1
* RST: improve simple tables (#19859)Andrey Makarov2022-06-041-6/+6
* move assertions out of system (#19599)flywind2022-03-231-1/+1
* Remove backslash in glob pattern (#19524)konsumlamm2022-02-141-3/+3
* move io out of system (#19442)flywind2022-02-021-0/+3
* os: faster getFileSize (#19438)ehmry2022-01-241-5/+4
* stylecheck usages part two: stdlib cleanup (#19338)flywind2022-01-081-1/+1
* Merge file size fields correctly on Windows (#19141)Clay Sweetser2021-11-121-1/+5
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-081-282/+276
* Fix isInvalidFilename & always operate on the full passed in string (#19004)John Novak2021-10-201-45/+46
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-2/+1
* ported Nim to proprietary CrossOS [backport] (#18889)Andreas Rumpf2021-09-241-1/+1
* fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)Timothee Cour2021-08-121-5/+6
* Switch maintanance (#18668)RSDuck2021-08-111-8/+1
* follow up #18517 (#18537)flywind2021-07-201-2/+3
* [std/os]document `checkDir` and use `runnableExamples` (#18517)flywind2021-07-191-22/+16
* Revert #17398 and #17402 (#18480)Miran2021-07-181-25/+15
* OS.nim: style changes (#18331)Andreas Rumpf2021-06-231-30/+28
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-101-19/+25
* add `os.getCacheDir` (#18126)Timothee Cour2021-05-311-6/+38
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-011-1/+1
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-4/+4
* [docs minor] close #16553 (#17612)flywind2021-04-021-10/+6
* followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...Timothee Cour2021-03-181-7/+11
* fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)Timothee Cour2021-03-171-2/+12
* Use `.. warning::` (#17320)konsumlamm2021-03-101-13/+11
* stdlib/os: add isAdmin (#17012)Roman Inflianskas2021-03-071-0/+30
* use lowercase --define switches (#17283)flywind2021-03-071-17/+17
* runnableExamples for walkFiles + friends (#17271)Timothee Cour2021-03-061-0/+12
* clarify the docs of existsOrCreateDir a bit (#17182)flywind2021-02-251-4/+3
* mark inline (#17180)flywind2021-02-241-2/+2
* [nodejs backend] paramStr, paramCount (#17082)flywind2021-02-181-9/+33