summary refs log tree commit diff stats
path: root/lib/pure/os.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-4/+4
* fixes #12209Araq2019-09-181-2/+2
* Fix mode_t posix definitions (fixes #12119) (#12132)pgkos2019-09-061-20/+20
* Fixes splitfile (#11918) [bugfix]pgkos2019-08-151-26/+17
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-4/+4
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-061-1/+1
* Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix]Kaushal Modi2019-06-101-5/+8
* Make -d:tempDir switch work once again [bugfix] (#11442)Kaushal Modi2019-06-091-2/+3
* fix #8395, fix #8734: normalize os.tailDir and os.parentDir (#11288)Miran2019-05-211-6/+14
* os.nim: proper indentationAraq2019-04-011-1/+1
* improve docs for os.joinPath, fixes #10836 (#10866)Miran2019-03-201-2/+7
* Make doku of os.moveFile() more precise. (#10758) [ci skip]Simon Krauter2019-02-281-0/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-1/+1
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-131-3/+3
* another quickfix for os.nim documentationnarimiran2019-02-011-4/+6
* quick-fix for os.nim documentationnarimiran2019-02-011-2/+3
* better docs: os (#10492)Miran2019-01-301-322/+891
* Show filename in exception raised by expandFilename on windows (#10365)Neelesh Chandola2019-01-181-1/+1
* fixes #10273 execShellCmd now returns nonzero when child killed with signal +...Timothee Cour2019-01-131-8/+13
* os.execShellCmd: fixes #10231 (#10232)alaviss2019-01-081-1/+3
* os.execShellCmd: use WEXITSTATUS to retrieve exit code (#10222)alaviss2019-01-071-1/+1
* Fix the tuple returned by `os.splitFile()` in documentation (#10197)Hugo Locurcio2019-01-051-1/+1
* expandFilename on windows is now consistent with other platforms (#10154)Neelesh Chandola2019-01-041-42/+48
* fixes #10066Araq2018-12-211-19/+27
* os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]alaviss2018-12-211-4/+5
* fix test failureTimothee Cour2018-12-191-2/+4
* fix #8255 numerous issues with splitFileTimothee Cour2018-12-191-4/+13
* add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...Timothee Cour2018-12-181-1/+8
* os.nim: use the new pathnorm.normalizePath implementationAraq2018-12-141-24/+25
* fixes joinPath regressionsAraq2018-12-131-1/+4
* os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...Araq2018-12-131-151/+99
* Merge pull request #9803 from GULPF/walkdirrec-relativeAndreas Rumpf2018-12-061-7/+12
|\
| * Add `relative` parameter to walkDirRecOscar NihlgÄrd2018-11-261-7/+12
* | address commentsTimothee Cour2018-12-041-1/+1
* | fixupTimothee Cour2018-12-031-1/+1
* | address commentsTimothee Cour2018-12-031-0/+9
|/
* Fixes #9671 (#9750)Randy Smith2018-11-191-2/+0
* deprecated ospaths (#9665)Andreas Rumpf2018-11-091-94/+807
* fix #8225 os.isHidden was buggy on posix (#8315)Timothee Cour2018-10-151-23/+17
* os: use unlink() to remove file (#9220)alaviss2018-10-091-3/+1
* [os] clarify docs for existsDir (#9212)Timothee Cour2018-10-091-1/+1
* Fix #9126: use splitPath instead of substrYasuhiro Horimoto2018-09-301-2/+2
* os: add getAppFilename() implementation for HaikuLeorize2018-09-241-0/+20
* os.nim: allow walkDir to work on hierarchies with dangling symbolic links; re...Andreas Rumpf2018-09-241-5/+1
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-3/+8
* Genode fixes (#8501)Emery Hemingway2018-08-161-2/+8
* Haiku support for Nim (#8542)alaviss2018-08-141-1/+12
* addresses issue #8391 show runtime context on some failed operations (#8393)Timothee Cour2018-07-231-4/+4
* add os.absolutePath; fixes #8174 (#8213)Timothee Cour2018-07-101-0/+20