| Commit message (Expand) | Author | Age | Files | Lines |
* | Add isValidFilename (#13561) | Juan Carlos | 2020-03-07 | 1 | -0/+68 |
* | fix #13579 joinPath("/foo/", "../a") is now /a (#13586) | Andreas Rumpf | 2020-03-05 | 1 | -0/+1 |
* | fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ... | Timothee Cour | 2020-02-26 | 1 | -13/+19 |
* | fix 3 minor bugs in joinPath (see #13455) (#13462) [backport] | Andrey Makarov | 2020-02-23 | 1 | -1/+2 |
* | relativePath("foo", "foo") is now ".", not "" (#13452) | Timothee Cour | 2020-02-22 | 1 | -3/+14 |
* | refs #8391 std/os now shows runtime context for raiseOSError exceptions (#13294) | Timothee Cour | 2020-01-30 | 1 | -52/+51 |
* | csize => csize_t for sysctl | Timothee Cour | 2020-01-28 | 1 | -3/+3 |
* | fix lots of bugs with parentDir, refs #8734 (#13236) | Timothee Cour | 2020-01-23 | 1 | -14/+23 |
* | new os.isRelativeTo (#13212) | Timothee Cour | 2020-01-23 | 1 | -0/+12 |
* | fix #13211 relativePath("foo", ".") (#13213) | Timothee Cour | 2020-01-21 | 1 | -0/+2 |
* | times: toUnixFloat, fromUnixFloat (#13044) | Timothee Cour | 2020-01-18 | 1 | -1/+1 |
* | export normalizePathEnd (#13152) | Timothee Cour | 2020-01-15 | 1 | -0/+9 |
* | feature dracula themed doc (#12816) | Andreas Rumpf | 2019-12-10 | 1 | -2/+2 |
* | #12103 - CI for FreeBSD (#12179) | Euan | 2019-11-29 | 1 | -1/+2 |
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -7/+0 |
* | [backport] Add docs to better distinguish among getProjectPath, getCurrentDir... | Kaushal Modi | 2019-10-31 | 1 | -1/+6 |
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
* | splitPath() behavior synchronized with splitFile() (#12481) | Artem V L | 2019-10-28 | 1 | -3/+16 |
* | #12389: Check working directory for getAppFilename() (#12390) | Euan | 2019-10-10 | 1 | -4/+48 |
* | On windows, os.relativePath returns path as is when roots are different (#12329) | Tomohiro | 2019-10-07 | 1 | -28/+91 |
* | Updated the code example in the os module to use better grammar. (#12328) | Andrew Smith | 2019-10-02 | 1 | -11/+12 |
* | Fix how `relativePath` handle case sensitiviy (#12312) [backport] | Tomohiro | 2019-10-01 | 1 | -2/+2 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -4/+4 |
* | fixes #12209 | Araq | 2019-09-18 | 1 | -2/+2 |
* | Fix mode_t posix definitions (fixes #12119) (#12132) | pgkos | 2019-09-06 | 1 | -20/+20 |
* | Fixes splitfile (#11918) [bugfix] | pgkos | 2019-08-15 | 1 | -26/+17 |
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
* | styleCheck: make the compiler and large parts of the stdlib compatible with -... | Araq | 2019-07-10 | 1 | -4/+4 |
* | ABI fixes for OSX/BSD; fixes #6860 (#11666) | Andreas Rumpf | 2019-07-06 | 1 | -1/+1 |
* | Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix] | Kaushal Modi | 2019-06-10 | 1 | -5/+8 |
* | Make -d:tempDir switch work once again [bugfix] (#11442) | Kaushal Modi | 2019-06-09 | 1 | -2/+3 |
* | fix #8395, fix #8734: normalize os.tailDir and os.parentDir (#11288) | Miran | 2019-05-21 | 1 | -6/+14 |
* | os.nim: proper indentation | Araq | 2019-04-01 | 1 | -1/+1 |
* | improve docs for os.joinPath, fixes #10836 (#10866) | Miran | 2019-03-20 | 1 | -2/+7 |
* | Make doku of os.moveFile() more precise. (#10758) [ci skip] | Simon Krauter | 2019-02-28 | 1 | -0/+1 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -1/+1 |
* | revive #10228 (fix #9880) (#10610) | Timothee Cour | 2019-02-13 | 1 | -3/+3 |
* | another quickfix for os.nim documentation | narimiran | 2019-02-01 | 1 | -4/+6 |
* | quick-fix for os.nim documentation | narimiran | 2019-02-01 | 1 | -2/+3 |
* | better docs: os (#10492) | Miran | 2019-01-30 | 1 | -322/+891 |
* | Show filename in exception raised by expandFilename on windows (#10365) | Neelesh Chandola | 2019-01-18 | 1 | -1/+1 |
* | fixes #10273 execShellCmd now returns nonzero when child killed with signal +... | Timothee Cour | 2019-01-13 | 1 | -8/+13 |
* | os.execShellCmd: fixes #10231 (#10232) | alaviss | 2019-01-08 | 1 | -1/+3 |
* | os.execShellCmd: use WEXITSTATUS to retrieve exit code (#10222) | alaviss | 2019-01-07 | 1 | -1/+1 |
* | Fix the tuple returned by `os.splitFile()` in documentation (#10197) | Hugo Locurcio | 2019-01-05 | 1 | -1/+1 |
* | expandFilename on windows is now consistent with other platforms (#10154) | Neelesh Chandola | 2019-01-04 | 1 | -42/+48 |
* | fixes #10066 | Araq | 2018-12-21 | 1 | -19/+27 |
* | os.walkDir: correctly evaluate paths when relative = true (#10057) [backport] | alaviss | 2018-12-21 | 1 | -4/+5 |
* | fix test failure | Timothee Cour | 2018-12-19 | 1 | -2/+4 |
* | fix #8255 numerous issues with splitFile | Timothee Cour | 2018-12-19 | 1 | -4/+13 |