summary refs log tree commit diff stats
path: root/lib/pure/ospaths.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixed findExe behaviour on Linux with symlinks relative pathsRostyslav Dzinko2016-07-201-1/+4
|
* better fix for #4497Andreas Rumpf2016-07-191-4/+3
|
* fixes #4497Andreas Rumpf2016-07-181-1/+1
|
* findExe() now by default follows symlinks.Hans Raaf2016-07-171-2/+26
|
* ospaths can always be imported; fixes #4249Andreas Rumpf2016-07-061-1/+1
|
* os.findExe on Windows can deal with quotesAndreas Rumpf2016-01-261-1/+3
|
* cleaned up ospaths moduleAraq2015-10-121-19/+27
|
* Merge remote-tracking branch 'origin/devel' into fix-test-failuresAman Gupta2015-10-021-4/+4
|\
| * Added ReadIOEffect because thats what happens on OSX.Hans Raaf2015-10-021-4/+4
| |
* | fix failure in lib/pure/ospaths.nimAman Gupta2015-09-301-0/+4
|/ | | | | | | | | FAIL: ospaths.nim Test "lib/pure/ospaths.nim" in category "lib" Failure: reNimcCrash Expected: Gotten: invalid pragma: rtl
* documented NimScriptAraq2015-09-071-2/+7
|
* split os into os and ospaths parts; ospaths is available for NimScript; ↵Araq2015-09-041-0/+560
better NimScript support