| Commit message (Expand) | Author | Age | Files | Lines |
* | https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233) | Juan Carlos | 2021-03-03 | 1 | -1/+5 |
* | stdlib/os: handle symlinks in copy/move functions (#16709) | Roman Inflianskas | 2021-02-04 | 1 | -0/+107 |
* | 2.5x- 3x faster copyFile on osx (#16883) | Timothee Cour | 2021-02-01 | 1 | -9/+14 |
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -8/+8 |
* | os: add overload copyFile*(source, dest: string, isDir = false) (#15537) | Timothee Cour | 2020-10-11 | 1 | -0/+19 |
* | normalizeExe (#14668) | Timothee Cour | 2020-06-15 | 1 | -0/+10 |
* | remove isMainModule from json,os,sequtils (#14572) | Timothee Cour | 2020-06-06 | 1 | -0/+63 |
* | fix #13222: make relativePath more robust and flexible (#13451) | Timothee Cour | 2020-04-21 | 1 | -0/+3 |
* | [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la... | Timothee Cour | 2020-03-20 | 1 | -7/+13 |
* | fix #13579 joinPath("/foo/", "../a") is now /a (#13586) | Andreas Rumpf | 2020-03-05 | 1 | -0/+13 |
* | fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ... | Timothee Cour | 2020-02-26 | 1 | -3/+26 |
* | fix 3 minor bugs in joinPath (see #13455) (#13462) [backport] | Andrey Makarov | 2020-02-23 | 1 | -0/+4 |
* | relativePath("foo", "foo") is now ".", not "" (#13452) | Timothee Cour | 2020-02-22 | 1 | -4/+8 |
* | fix lots of bugs with parentDir, refs #8734 (#13236) | Timothee Cour | 2020-01-23 | 1 | -5/+5 |
* | new os.isRelativeTo (#13212) | Timothee Cour | 2020-01-23 | 1 | -0/+12 |
* | fix #13211 relativePath("foo", ".") (#13213) | Timothee Cour | 2020-01-21 | 1 | -0/+4 |
* | On windows, os.relativePath returns path as is when roots are different (#12329) | Tomohiro | 2019-10-07 | 1 | -0/+15 |
* | Fix how `relativePath` handle case sensitiviy (#12312) [backport] | Tomohiro | 2019-10-01 | 1 | -0/+4 |
* | Fixes splitfile (#11918) [bugfix] | pgkos | 2019-08-15 | 1 | -0/+1 |
* | [feature] Added os.delEnv; add delEnv support to nimscript too (#11466) | Kaushal Modi | 2019-06-15 | 1 | -0/+13 |
* | Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix] | Kaushal Modi | 2019-06-10 | 1 | -0/+12 |
* | move tests from `tospaths` to `tos`, fixes #9671 | narimiran | 2019-01-23 | 1 | -43/+111 |
* | fixes #10273 execShellCmd now returns nonzero when child killed with signal +... | Timothee Cour | 2019-01-13 | 1 | -0/+2 |
* | os.walkDir: correctly evaluate paths when relative = true (#10057) [backport] | alaviss | 2018-12-21 | 1 | -0/+8 |
* | fix test failure | Timothee Cour | 2018-12-19 | 1 | -0/+1 |
* | fix #8255 numerous issues with splitFile | Timothee Cour | 2018-12-19 | 1 | -0/+15 |
* | [os] fix #10017 regression, fix #10025 regression (#10018) | Timothee Cour | 2018-12-18 | 1 | -2/+5 |
* | os.nim: use the new pathnorm.normalizePath implementation | Araq | 2018-12-14 | 1 | -55/+26 |
* | Add `relative` parameter to walkDirRec | Oscar Nihlgård | 2018-11-26 | 1 | -0/+19 |
* | fix #8225 os.isHidden was buggy on posix (#8315) | Timothee Cour | 2018-10-15 | 1 | -94/+113 |
* | os: use unlink() to remove file (#9220) | alaviss | 2018-10-09 | 1 | -0/+9 |
* | Fix #9126: use splitPath instead of substr | Yasuhiro Horimoto | 2018-09-30 | 1 | -0/+14 |
* | fix wrong arch defined(osx) (#8492) | Timothee Cour | 2018-08-02 | 1 | -1/+1 |
* | Add normalizePath and tests | Federico Ceratto | 2018-07-06 | 1 | -0/+62 |
* | make test green for OSX | Andreas Rumpf | 2018-07-06 | 1 | -2/+5 |
* | Use higher time resolution when available in os.nim (#7709) | Oscar Nihlgård | 2018-06-04 | 1 | -0/+10 |
* | add copyDir stdlib test | Andreas Rumpf | 2017-01-10 | 1 | -0/+18 |
* | make tos.nim green on Windows | Araq | 2016-12-13 | 1 | -4/+7 |
* | Improve as previously discussed | Dmitry Polienko | 2016-10-22 | 1 | -0/+10 |
* | Revert createDir signature, expose rawCreateDir | Dmitry Polienko | 2016-10-22 | 1 | -7/+0 |
* | Make createDir return discardable bool | Dmitry Polienko | 2016-10-22 | 1 | -0/+19 |
* | Add os tests for directory creation, iteration and deletion | Joey Payne | 2016-06-20 | 1 | -8/+84 |
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
* | Changed tests and tools to use 'discard' statements instead of 'nil' for empt... | Clay Sweetser | 2014-02-15 | 1 | -1/+1 |
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+12 |