summary refs log tree commit diff stats
path: root/lib/pure/os.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add normalizePath and testsFederico Ceratto2018-07-061-2/+43
* Nintendo switch support (#8069)Joey2018-06-271-2/+10
* fixes merge conflictAndreas Rumpf2018-06-111-1/+1
|\
| * Native access to Genode environmentEmery Hemingway2018-06-071-1/+1
* | fixex merge conflictsAraq2018-06-081-12/+20
|\|
| * Use higher time resolution when available in os.nim (#7709)Oscar Nihlgård2018-06-041-12/+20
* | Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-281-1/+2
|\|
| * Update existsFile documentation (#7888)Federico Ceratto2018-05-271-1/+2
* | Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-211-1/+3
|\|
| * remove unneeded check on lengthkoranza2018-05-191-1/+1
| * check string lengths to avoid index out of boundkoranza2018-05-181-2/+4