summary refs log tree commit diff stats
path: root/tests/stdlib/tos.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)Tomohiro2023-08-041-0/+32
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-281-4/+4
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-251-2/+17
* Undeprecate isvalidfilename (#19643)Juan Carlos2022-09-291-26/+47
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* Fix cannot create Windows directory in root (#20311)havardjohn2022-09-111-1/+18
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-031-1/+69
* fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)Timothee Cour2021-08-121-1/+12
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-291-26/+8
* fixes #18565 (#18593)Andreas Rumpf2021-07-271-0/+1
* followup #18453 (#18582)Timothee Cour2021-07-251-2/+2
* Replace calls to `putenv` with `setenv` (#18530)Caden Haustein2021-07-231-0/+3
* Revert #17398 and #17402 (#18480)Miran2021-07-181-3/+3
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-101-0/+45
* add `os.getCacheDir` (#18126)Timothee Cour2021-05-311-0/+3
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-021-4/+4
* followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...Timothee Cour2021-03-181-3/+3
* stdlib/os: add isAdmin (#17012)Roman Inflianskas2021-03-071-0/+7
* use lowercase --define switches (#17283)flywind2021-03-071-2/+2
* https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)Juan Carlos2021-03-031-1/+5
* stdlib/os: handle symlinks in copy/move functions (#16709)Roman Inflianskas2021-02-041-0/+107
* 2.5x- 3x faster copyFile on osx (#16883)Timothee Cour2021-02-011-9/+14
* use doAssert in tests (#16486)flywind2020-12-281-8/+8
* os: add overload copyFile*(source, dest: string, isDir = false) (#15537)Timothee Cour2020-10-111-0/+19
* normalizeExe (#14668)Timothee Cour2020-06-151-0/+10
* remove isMainModule from json,os,sequtils (#14572)Timothee Cour2020-06-061-0/+63
* fix #13222: make relativePath more robust and flexible (#13451)Timothee Cour2020-04-211-0/+3
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-201-7/+13
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-051-0/+13
* fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ...Timothee Cour2020-02-261-3/+26
* fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]Andrey Makarov2020-02-231-0/+4
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-4/+8
* fix lots of bugs with parentDir, refs #8734 (#13236)Timothee Cour2020-01-231-5/+5
* new os.isRelativeTo (#13212)Timothee Cour2020-01-231-0/+12
* fix #13211 relativePath("foo", ".") (#13213)Timothee Cour2020-01-211-0/+4
* On windows, os.relativePath returns path as is when roots are different (#12329)Tomohiro2019-10-071-0/+15
* Fix how `relativePath` handle case sensitiviy (#12312) [backport]Tomohiro2019-10-011-0/+4
* Fixes splitfile (#11918) [bugfix]pgkos2019-08-151-0/+1
* [feature] Added os.delEnv; add delEnv support to nimscript too (#11466)Kaushal Modi2019-06-151-0/+13
* Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix]Kaushal Modi2019-06-101-0/+12
* move tests from `tospaths` to `tos`, fixes #9671narimiran2019-01-231-43/+111
* fixes #10273 execShellCmd now returns nonzero when child killed with signal +...Timothee Cour2019-01-131-0/+2
* os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]alaviss2018-12-211-0/+8
* fix test failureTimothee Cour2018-12-191-0/+1
* fix #8255 numerous issues with splitFileTimothee Cour2018-12-191-0/+15
* [os] fix #10017 regression, fix #10025 regression (#10018)Timothee Cour2018-12-181-2/+5
* os.nim: use the new pathnorm.normalizePath implementationAraq2018-12-141-55/+26
* Add `relative` parameter to walkDirRecOscar Nihlgård2018-11-261-0/+19
* fix #8225 os.isHidden was buggy on posix (#8315)Timothee Cour2018-10-151-94/+113